lvhao 4 napja
szülő
commit
4cad5be8de

+ 1 - 1
core/CoreApp/controllers/Systemfout.php

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

+ 1 - 1
core/CoreApp/controllers/Systemprint.php

@@ -1717,7 +1717,7 @@ class Systemprint extends Start_Controller {
 						$failed = $barcode['Description'];//错误提示
 						$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
 					}
-				}elseif(($fullorder['printcode'] == "3PE_XB") || ($fullorder['printcode'] == "3PE_NONBOX")){
+				}elseif(($fullorder['printcode'] == "3PE_XB") || ($fullorder['printcode'] == "3PE_NONBOX") || ($fullorder['printcode'] == "3PE_EU_DPD")){
 					//$fullorder['printnumber'] = $fullorder['printnumber'] +1;//暂时等一下
 					if($fullorder['printnumber'] > 0){
 						$tmp_number = $fullorder['number'];