|
@@ -1802,6 +1802,11 @@ class Fullorder extends Start_Controller {
|
|
{
|
|
{
|
|
echo json_encode(array('msg'=>'非英国无法选择CNE和GES!','success'=>false));exit;
|
|
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;
|
|
|
|
+ }
|
|
$express = $this->express->read($post['express']);
|
|
$express = $this->express->read($post['express']);
|
|
/**
|
|
/**
|
|
if($express['ioss'] == 1 && $post['ioss'] == '')
|
|
if($express['ioss'] == 1 && $post['ioss'] == '')
|