lvhao 3 days ago
parent
commit
e3abe71280

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

@@ -3700,7 +3700,7 @@ class Fullordersmt extends Start_Controller {
 			{
 				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
 			}
-			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['type'] == 5))
+			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['type'] == 5))
 			{
 				echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
 			}

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

@@ -1696,7 +1696,7 @@ class Fullordertt extends Start_Controller {
 					$way += 1;
 				}
 			}
-			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['type'] == 5))
+			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['type'] == 5))
 			{
 				echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
 			}