瀏覽代碼

提交数据了

lvhao 14 小時之前
父節點
當前提交
7a2631977b

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

@@ -1153,10 +1153,10 @@ class Fullorder extends Start_Controller {
 			    	$post['librarynot'] = "订单被修改或重新提交";
 			    }
 			}
-			if($data['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($data['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			if($post['express'] == 2 && (stripos($post['name'],'&') !== false || stripos($post['name'],"'") !== false))
 			{
 				echo json_encode(array('msg'=>'USPS收件人或公司名不可用特殊符号!','success'=>false));exit;
@@ -1913,10 +1913,10 @@ class Fullorder extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'此单已占用库存并出库,无法更改仓库!','success'=>false));exit;
 			}
-			if($ud['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($ud['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			$expt = $this->express->read($post['express']);
 			if($expt['pt'] != '' && stripos($post['fpdata'],$expt['pt']) !== false)
 			{

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

@@ -1064,10 +1064,10 @@ class Fullorderamz extends Start_Controller {
 			    	$post['librarynot'] = "订单被修改或重新提交";
 			    }
 			}
-			if($data['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($data['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			if($post['express'] == 2 && (stripos($post['name'],'&') !== false || stripos($post['name'],"'") !== false))
 			{
 				echo json_encode(array('msg'=>'USPS收件人或公司名不可用特殊符号!','success'=>false));exit;
@@ -1767,10 +1767,10 @@ class Fullorderamz extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'此单已占用库存并出库,无法更改仓库!','success'=>false));exit;
 			}
-			if($ud['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($ud['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			$expt = $this->express->read($post['express']);
 			if($expt['pt'] != '' && stripos($post['fpdata'],$expt['pt']) !== false)
 			{

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

@@ -1472,10 +1472,10 @@ class Fullordersmt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'此单已占用库存并出库,无法更改仓库!','success'=>false));exit;
 			}
-			if($ud['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($ud['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			$expt = $this->express->read($post['express']);
 			if($expt['pt'] != '' && stripos($post['fpdata'],$expt['pt']) !== false)
 			{
@@ -3728,10 +3728,10 @@ class Fullordersmt extends Start_Controller {
 			    	$post['librarynot'] = "订单打印后修改";
 			    }
 			}
-			if($data['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($data['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			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;

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

@@ -1103,10 +1103,10 @@ class Fullordertt extends Start_Controller {
 			    	$post['librarynot'] = "订单被修改或重新提交";
 			    }
 			}
-			if($data['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($data['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			if($post['express'] == 2 && (stripos($post['name'],'&') !== false || stripos($post['name'],"'") !== false))
 			{
 				echo json_encode(array('msg'=>'USPS收件人或公司名不可用特殊符号!','success'=>false));exit;
@@ -1838,10 +1838,10 @@ class Fullordertt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'此单已占用库存并出库,无法更改仓库!','success'=>false));exit;
 			}
-			if($ud['yhs'] == 1)
-			{
-				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
-			}
+			// if($ud['yhs'] == 1)
+			// {
+			// 	 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
+			// }
 			$expt = $this->express->read($post['express']);
 			if($expt['pt'] != '' && stripos($post['fpdata'],$expt['pt']) !== false)
 			{