Przeglądaj źródła

修改进销存的 位置 展示

lvhao 5 dni temu
rodzic
commit
826f93c2a7
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      core/CoreApp/controllers/Whlabel.php

+ 4 - 1
core/CoreApp/controllers/Whlabel.php

@@ -1447,7 +1447,10 @@ class Whlabel extends Start_Controller
 							$od[$v['zd']] = $od[$v['zd']] + 1;
 						}
 					}
-					$details[$v['details']] = $v['details'];
+					if($v['state'] == 0){
+						$details[$v['details']] = $v['details'];
+					}
+					
 					if ($v['state'] < 1) {
 						//$details[$v['details']] = $v['details'];
 						if ($v['cpid'] != 0) {