Просмотр исходного кода

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

lvhao 1 день назад
Родитель
Сommit
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++;