|
@@ -1803,10 +1803,10 @@ class Fullorder extends Start_Controller {
|
|
|
echo json_encode(array('msg'=>'非英国无法选择CNE和GES!','success'=>false));exit;
|
|
|
}
|
|
|
//减少代码复用吧
|
|
|
- $lo_ret = $this->logic_order->checkEditReadOnly($post);
|
|
|
- if($lo_ret['code'] != 1){
|
|
|
- echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
|
- }
|
|
|
+ // $lo_ret = $this->logic_order->checkEditReadOnly($post);
|
|
|
+ // if($lo_ret['code'] != 1){
|
|
|
+ // echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
|
+ // }
|
|
|
$express = $this->express->read($post['express']);
|
|
|
/**
|
|
|
if($express['ioss'] == 1 && $post['ioss'] == '')
|