|
|
@@ -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.",%')");//通用
|
|
|
if($ccxh >= $num[1])
|
|
|
{
|
|
|
- $hdtx .= $v['title'].' - 非抽绳有货;';
|
|
|
+ $hdtx .= $v['title'].' - 非抽绳款有库存!';
|
|
|
}
|
|
|
}else{
|
|
|
$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.",%')");//通用
|
|
|
if($ccxh >= $num[1])
|
|
|
{
|
|
|
- $hdtx .= $v['title'].' - 抽绳有货;';
|
|
|
+ $hdtx .= $v['title'].' - 抽绳款有库存!';
|
|
|
}
|
|
|
}
|
|
|
}
|