liche update for admin goods lists edit th

This commit is contained in:
xxb
2021-08-30 09:52:15 +08:00
parent 8bdac57426
commit 4b9c3084bb
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -85,6 +85,8 @@ class Goods extends HD_Controller
$fine_count = substr_count($params['fine_ids'], ',') + 1;
$sql = "select item_id from lc_items_relate where type=1 and status=1 and type_id in ({$params['fine_ids']}) group by item_id having count(item_id)={$fine_count}";
$where["id in ($sql)"] = null;
} else {
$params['fine_ids'] = '';
}
$autoList[1] = $this->mdAutoBrand->select(array('status' => 1), 'id desc', 0, 0, 'id,name');
+1 -1
View File
@@ -173,7 +173,7 @@
<th width="15%"><span>车架号</span></th>
<th width="15%"><span>存放地</span></th>
<th width="15%"><span>入库日期</span></th>
<th width="15%"><span>精品装</span></th>
<th width="15%"><span>精品装</span></th>
<th width=""><span>操作</span></th>
</tr>
</thead>