|
@@ -3760,6 +3760,14 @@ class Fullordersmt extends Start_Controller {
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'不允许修改运单号','success'=>true));exit;
|
|
echo json_encode(array('msg'=>'不允许修改运单号','success'=>true));exit;
|
|
|
}
|
|
}
|
|
|
|
|
+ $post['express'] = $data['express'];
|
|
|
|
|
+ $post['qm'] = $data['qm'];
|
|
|
|
|
+ $post['country'] = $data['country'];
|
|
|
|
|
+ $post['zipcode'] = $data['zipcode'];
|
|
|
|
|
+ $post['dtsbjz'] =$data['dtsbjz'];
|
|
|
|
|
+ $post['zsbjz'] = $data['zsbjz'];
|
|
|
|
|
+ $post['zzl'] = $data['zzl'];
|
|
|
|
|
+
|
|
|
//南非 限制邮箱
|
|
//南非 限制邮箱
|
|
|
if($post['country'] == 166){
|
|
if($post['country'] == 166){
|
|
|
if(empty($post['email'])){
|
|
if(empty($post['email'])){
|