wupengfei 2 gadi atpakaļ
vecāks
revīzija
4fea3ec4de
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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."%"];