|
|
@@ -633,7 +633,14 @@ class Systemfout extends Start_Controller {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ // 78 dpd英国 和 79dpd欧盟
|
|
|
+ if(in_array($y['express'],[78,79])){
|
|
|
+ $r = $this->check->checkOverdue($y['name'],$y['number']);
|
|
|
+ if(!$r){
|
|
|
+ echo json_encode(array('msg'=>'同一个客户3天内发货超过2包,不可出库!请联系店员做申报信息修改!','success'=>false));exit;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
$express = $this->express->read($y['express']);
|
|
|
if($y['state'] == 216 && $fullorder_name == 'fullordersmt')
|
|
|
{
|