Prechádzať zdrojové kódy

修改16oz的限制

lvhao 16 hodín pred
rodič
commit
9ae34407ad

+ 4 - 4
core/CoreApp/controllers/Fullorder.php

@@ -1189,10 +1189,10 @@ class Fullorder extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'订单金额不可超出'.$express['shouldmoney'],'success'=>false));exit;
 			}
-			if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
-			{
-				echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
-			}
+			// if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
+			// {
+			// 	echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
+			// }
 			// if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
 			// {
 			// 	echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;

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

@@ -958,10 +958,10 @@ class Fullordersmt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'订单金额不可超出'.$express['shouldmoney'],'success'=>false));exit;
 			}
-			if($post['express'] == '2' && $post['zzl'] > '16' && $post['js'] == '0')
-			{
-				echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
-			}
+			// if($post['express'] == '2' && $post['zzl'] > '16' && $post['js'] == '0')
+			// {
+			// 	echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
+			// }
 			if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
 			{
 				echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;

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

@@ -1148,10 +1148,10 @@ class Fullordertt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'订单金额不可超出'.$express['shouldmoney'],'success'=>false));exit;
 			}
-			if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
-			{
-				echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
-			}
+			// if($post['express'] == '2' && $post['zzl'] > '16' && isset($post['js']) && $post['js'] == '0')
+			// {
+			// 	echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
+			// }
 			if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
 			{
 				echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;