lvhao 14 часов назад
Родитель
Сommit
3b82674de7
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      core/CoreApp/controllers/Systembound.php

+ 2 - 3
core/CoreApp/controllers/Systembound.php

@@ -835,8 +835,7 @@ class Systembound extends Start_Controller {
 				if(isset($dd[0]['waybill'])){
 				    $tmp_waybill= $dd[0]['waybill'];
 				}
-				
-				if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73])))
+				if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75,91])))
 				{
 					echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
 				}
@@ -1148,7 +1147,7 @@ class Systembound extends Start_Controller {
 					}
 				}
 				//惠程-美国USPS  惠程-联邦  惠程-安迈世  惠程-DHL  惠程-GES(欧盟)
-				if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75])))
+				if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75,91])))
 				{
 					echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
 				}