Browse Source

提交数据

lvhao 3 months ago
parent
commit
96286b28e5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      core/CoreApp/controllers/Fullorder.php

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

@@ -6446,10 +6446,10 @@ class Fullorder extends Start_Controller {
 				echo json_encode(array('msg'=>'已合并的订单无法使用此拆分功能','success'=>false));exit;
 				echo json_encode(array('msg'=>'已合并的订单无法使用此拆分功能','success'=>false));exit;
 			}
 			}
 			$cfnum = explode('-',trim($number,'-'));
 			$cfnum = explode('-',trim($number,'-'));
-			if((count($cfnum) > 3 && stripos($number,'-PF-') === false))
-			{
-				echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;
-			}
+			// if((count($cfnum) > 3 && stripos($number,'-PF-') === false))
+			// {
+			// 	echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;
+			// }
 			if(count($cfnum) > 4 && stripos($number,'-PF-') !== false)
 			if(count($cfnum) > 4 && stripos($number,'-PF-') !== false)
 			{
 			{
 				echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;
 				echo json_encode(array('msg'=>'只能在原单操作拆分','success'=>false));exit;