lvhao 2 日 前
コミット
ee77289982
1 ファイル変更2 行追加2 行削除
  1. 2 2
      core/CoreApp/controllers/Warehouse.php

+ 2 - 2
core/CoreApp/controllers/Warehouse.php

@@ -1023,14 +1023,14 @@ class Warehouse extends Start_Controller {
 									$ccxh = $this->whlabel->find_count("state = '0' and features = '$gpp' and warehouse = '".$v['id']."' and zd = '' and (shop IS NULL or shop = '' or shop like '%,".$shop.",%')");//通用
 									$ccxh = $this->whlabel->find_count("state = '0' and features = '$gpp' and warehouse = '".$v['id']."' and zd = '' and (shop IS NULL or shop = '' or shop like '%,".$shop.",%')");//通用
 									if($ccxh >= $num[1])
 									if($ccxh >= $num[1])
 				                	{
 				                	{
-				        	        	$hdtx .= $v['title'].' - 非抽绳有货;';
+				        	        	$hdtx .= $v['title'].' - 非抽绳款有库存!';
 							    	}
 							    	}
 								}else{
 								}else{
 									$gpp = $newcp."2661-";
 									$gpp = $newcp."2661-";
 									$ccxh = $this->whlabel->find_count("state = '0' and features = '$gpp' and warehouse = '".$v['id']."' and zd = '' and (shop IS NULL or shop = '' or shop like '%,".$shop.",%')");//通用
 									$ccxh = $this->whlabel->find_count("state = '0' and features = '$gpp' and warehouse = '".$v['id']."' and zd = '' and (shop IS NULL or shop = '' or shop like '%,".$shop.",%')");//通用
 									if($ccxh >= $num[1])
 									if($ccxh >= $num[1])
 				                	{
 				                	{
-				        	        	$hdtx .= $v['title'].' - 抽绳有货;';
+				        	        	$hdtx .= $v['title'].' - 抽绳款有库存!';
 							    	}
 							    	}
 								}
 								}
 							}
 							}