|
|
@@ -637,7 +637,7 @@ class Systemfout extends Start_Controller {
|
|
|
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;
|
|
|
+ echo json_encode(array('msg'=>'同一个客户3天内发货超过2包,不可出库!请联系店员做申报信息修改!'.$y['name']."-".$y['number']."-".$r*1,'success'=>false));exit;
|
|
|
}
|
|
|
}
|
|
|
|