|
|
@@ -1064,10 +1064,10 @@ class Fullorderamz extends Start_Controller {
|
|
|
$post['librarynot'] = "订单被修改或重新提交";
|
|
|
}
|
|
|
}
|
|
|
- if($data['yhs'] == 1)
|
|
|
- {
|
|
|
- echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
|
|
|
- }
|
|
|
+ // if($data['yhs'] == 1)
|
|
|
+ // {
|
|
|
+ // echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
|
|
|
+ // }
|
|
|
if($post['express'] == 2 && (stripos($post['name'],'&') !== false || stripos($post['name'],"'") !== false))
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'USPS收件人或公司名不可用特殊符号!','success'=>false));exit;
|
|
|
@@ -1767,10 +1767,10 @@ class Fullorderamz extends Start_Controller {
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'此单已占用库存并出库,无法更改仓库!','success'=>false));exit;
|
|
|
}
|
|
|
- if($ud['yhs'] == 1)
|
|
|
- {
|
|
|
- echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
|
|
|
- }
|
|
|
+ // if($ud['yhs'] == 1)
|
|
|
+ // {
|
|
|
+ // echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
|
|
|
+ // }
|
|
|
$expt = $this->express->read($post['express']);
|
|
|
if($expt['pt'] != '' && stripos($post['fpdata'],$expt['pt']) !== false)
|
|
|
{
|