wupengfei 2 år sedan
förälder
incheckning
4fea3ec4de
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      application/purchase/controller/DepotGoods.php

+ 1 - 0
application/purchase/controller/DepotGoods.php

@@ -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."%"];