|
@@ -427,7 +427,7 @@ class Systembound extends Start_Controller {
|
|
|
$typename = "云途";
|
|
$typename = "云途";
|
|
|
}else{
|
|
}else{
|
|
|
//GES 7 惠城联邦 50 惠城GES 51 惠城安迈世 51 惠城DHL 69 惠城usps 73
|
|
//GES 7 惠城联邦 50 惠城GES 51 惠城安迈世 51 惠城DHL 69 惠城usps 73
|
|
|
- $cx_arr = [7,50,51,52,69,73,88];//需要的查询数据
|
|
|
|
|
|
|
+ $cx_arr = [7,50,51,52,69,73,88,93];//需要的查询数据
|
|
|
$typename = "惠程";
|
|
$typename = "惠程";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -835,7 +835,7 @@ class Systembound extends Start_Controller {
|
|
|
if(isset($dd[0]['waybill'])){
|
|
if(isset($dd[0]['waybill'])){
|
|
|
$tmp_waybill= $dd[0]['waybill'];
|
|
$tmp_waybill= $dd[0]['waybill'];
|
|
|
}
|
|
}
|
|
|
- if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75,91])))
|
|
|
|
|
|
|
+ if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75,91,93])))
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
|
|
|
}
|
|
}
|
|
@@ -1147,7 +1147,7 @@ class Systembound extends Start_Controller {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
//惠程-美国USPS 惠程-联邦 惠程-安迈世 惠程-DHL 惠程-GES(欧盟)
|
|
//惠程-美国USPS 惠程-联邦 惠程-安迈世 惠程-DHL 惠程-GES(欧盟)
|
|
|
- if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75,91])))
|
|
|
|
|
|
|
+ if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75,91,93])))
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
|
|
|
}
|
|
}
|