|
@@ -39,6 +39,7 @@ class DepotGoods extends Controller
|
|
|
$search_name = input('search_name','');
|
|
|
$this->title = '商品盘点' ;
|
|
|
$this->lid = $lid;
|
|
|
+ $this->depot_list = \app\common\model\Depot::where('is_deleted',0)->column('name',"id");
|
|
|
$where = [];
|
|
|
if($lid)$where[]= ['v.depot_id','=',$lid];
|
|
|
if($search_name) $where[] = ['g.name','like',"%".$search_name."%"];
|