|
@@ -1391,7 +1391,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])))
|
|
|
|
|
|
+ if(($dd[0]['printtype'] != 2) && (!in_array($dd[0]['express'],[50,51,52,69,73,75])))
|
|
{
|
|
{
|
|
echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'请扫描正确的条码!','success'=>false));exit;
|
|
}
|
|
}
|