lvhao hai 5 meses
pai
achega
6f68c1e571
Modificáronse 2 ficheiros con 10 adicións e 13 borrados
  1. 5 7
      core/CoreApp/controllers/Zzququeu9.php
  2. 5 6
      template/erp/zzququeu9.html

+ 5 - 7
core/CoreApp/controllers/Zzququeu9.php

@@ -84,17 +84,15 @@ class Zzququeu9 extends Start_Controller {
                }
                if($status){
                     if($status = 1){
-                         $where .= " and dc_status < 0 ";
+                         $where .= " and dc_status = 0 ";
                     }elseif($status = 2){
-                         $where .= " and cg_status < 0 ";
+                         $where .= " and dc_status = -1  ";
                     }elseif($status = 3){
-                         $where .= " and xs_status < 0 ";
+                         $where .= " and dc_status = -2  ";
                     }elseif($status = 4){
-                         $where .= " and dr_status < 0 ";
+                         $where .= " and dc_status = -3  ";
                     }elseif($status = 5){
-                         $where .= " and xs_two_status < 0 ";
-                    }elseif($status = 6){
-                         $where .= " and bzsh_status <0 ";
+                         $where .= " and dc_status != 3  ";
                     }
                }
 			if(empty($page))

+ 5 - 6
template/erp/zzququeu9.html

@@ -48,12 +48,11 @@
                         状态:
                         <select name="status" style="width:150px;" class="select">
                                 <option value="">请选择</option>
-                                <option value="1">调出单(许昌销售)异常</option>
-                                <option value="2">采购单(香港公司)异常</option>
-                                <option value="3">销售单(许昌销售)异常</option>
-                                <option value="4">调入单(香港公司)异常</option>
-                                <option value="5">销售单(香港销售)异常</option>
-                                <option value="6">标准出货单(香港销售)异常</option>
+                                <option value="1">调出单未创建</option>
+                                <option value="2">调出单创建失败</option>
+                                <option value="3">调出单提交失败</option>
+                                <option value="4">调出单审核失败</option>
+                                <option value="5">调出单未审核完成</option>
                                 
                         </select>
                     </li>