|
@@ -899,6 +899,9 @@ class Fullordersmt extends Start_Controller {
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'等待发货状态才可选择美仓!','success'=>false));exit;
|
|
|
}
|
|
|
+ if($post['express'] == 52 && empty($post['email'])){
|
|
|
+ echo json_encode(array('msg'=>'惠程安迈世发货需要有邮箱!','success'=>false));exit;
|
|
|
+ }
|
|
|
if($post['express'] == '2' && $post['bx'] > 0)
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'此物流不允许购买保险','success'=>false));exit;
|
|
@@ -3543,6 +3546,9 @@ class Fullordersmt extends Start_Controller {
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'不允许修改运单号','success'=>true));exit;
|
|
|
}
|
|
|
+ if($post['express'] == 52 && empty($post['email'])){
|
|
|
+ echo json_encode(array('msg'=>'惠程安迈世发货需要有邮箱!','success'=>false));exit;
|
|
|
+ }
|
|
|
$thisdata = $data;
|
|
|
$warehouse = $this->warehouse->read($thisdata['type']);
|
|
|
$warehousenew = $this->warehouse->read($post['type']);
|