|
|
@@ -976,7 +976,7 @@ class Fullorder extends Start_Controller {
|
|
|
// echo json_encode(array('msg'=>'单条申报价为2为小数!','success'=>false));exit;
|
|
|
// }
|
|
|
$id = $this->input->post('id',true);
|
|
|
- $data = $this->fullorder->read($id);
|
|
|
+ $ud = $data = $this->fullorder->read($id);
|
|
|
$post['type'] = $this->input->post('warehouse',true);
|
|
|
$post['country'] = $this->input->post('country',true);
|
|
|
$currency = $this->country->read($post['country']);
|
|
|
@@ -1093,7 +1093,7 @@ class Fullorder extends Start_Controller {
|
|
|
echo json_encode(array('msg'=>'美国电话号码应为10/11位!','success'=>false));exit;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ $post['library'] = $ud['library'];
|
|
|
//减少代码复用吧
|
|
|
$lo_ret = $this->logic_order->checkEditExpress($post);
|
|
|
if($lo_ret['code'] != 1){
|
|
|
@@ -2007,6 +2007,7 @@ class Fullorder extends Start_Controller {
|
|
|
$post['js'] = $ud['js'];
|
|
|
$post['sbpm'] = $ud['sbpm'];
|
|
|
$post['shouldmoney'] = $ud['shouldmoney'];
|
|
|
+ $post['library'] = $ud['library'];
|
|
|
//减少代码复用吧
|
|
|
$lo_ret = $this->logic_order->checkEditExpress($post);
|
|
|
if($lo_ret['code'] != 1){
|