فهرست منبع

修改fullordertt点击审核必须要先点击保存

lvhao 1 روز پیش
والد
کامیت
da3eab1e77
1فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 7 7
      core/CoreApp/controllers/Review.php

+ 7 - 7
core/CoreApp/controllers/Review.php

@@ -54,14 +54,14 @@ class Review extends Start_Controller {
 			foreach ($id_arr as $v)
 		    {
 				$fullorder = $this->$fu->read($v);
-				if(in_array($fullorder['express'],[85,87])){
-				    if($fu == 'fullordertt'){
-				        if($fullorder['is_edit'] == 0){
-    						echo json_encode(array('msg'=>$fullorder['number'].',需要去核对快递承运商再提交','success'=>true));exit;
-    					}
-				    }
-					
+				
+				if($fu == 'fullordertt'){
+					if($fullorder['is_edit'] == 0){
+						echo json_encode(array('msg'=>$fullorder['number'].',需要去订单详细核对信息,然后点击保存','success'=>true));exit;
+					}
 				}
+					
+				
 				if(!isset($fullorder))
 				{
 					$sb++;