Ver Fonte

其他三个平台提交的类目和上次一样

lvhao há 4 meses atrás
pai
commit
77b467ffb4

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

@@ -993,7 +993,7 @@ class Fullorderamz extends Start_Controller {
 			}
 			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))
 			{
-				echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
+				echo json_encode(array('msg'=>'此快递方式不可从美仓发货!','success'=>false));exit;
 			}
 			if($post['express'] == 42 && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods' && $post['type'] != 34)//$post['express'] == 3 || 
 			{

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

@@ -832,7 +832,7 @@ class Fullordersmt extends Start_Controller {
 			}
 			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))
 			{
-				echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
+				echo json_encode(array('msg'=>'此快递方式不可从美仓发货!','success'=>false));exit;
 			}
 			if($way == count($whlabeldata) && $post['type'] != 12)
 			{

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

@@ -996,7 +996,7 @@ class Fullordertt extends Start_Controller {
 			}
 			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))
 			{
-				echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
+				echo json_encode(array('msg'=>'此快递方式不可从美仓发货!','success'=>false));exit;
 			}
 			// if($post['express'] == 42 && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods' && $post['type'] != 34)//$post['express'] == 3 || 
 			// {