liche update for admin goods lists edit th
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user