|
@@ -679,7 +679,7 @@ class Buy
|
|
|
$button[] = '<button class="layui-btn layui-btn-primary" onclick="fastEdit($(this), \''.$send.'\', \'配送发货\', \'\', 1)">配送发货</button>';
|
|
|
}
|
|
|
if ($info['status'] == 4 && $info['type'] == 2) {
|
|
|
- $url = Dever::url('admin/factory_order.action?order_id='.$info['id'], 'store');
|
|
|
+ $url = Dever::url('admin/factory_order.action_commit?order_id='.$info['id'], 'store');
|
|
|
$button[] = '<button class="layui-btn layui-btn-primary" onclick="load(\''.$url.'\')">确认收货</button>';
|
|
|
}
|
|
|
$config['phone'] = '您的专属客服:' . $config['kf_name'] . ',联系电话:' . $config['phone'];
|