|
@@ -36,7 +36,7 @@ class SupplierGoods extends Controller
|
|
|
$third_classify = input('get.third_classify');
|
|
|
$this->supplier_id = $supplier_id;
|
|
|
$this->supplier_list = \app\common\model\Supplier::getSupplierName();
|
|
|
- $this->company_list = \app\common\model\Company::getCompanyName();
|
|
|
+ //$this->company_list = \app\common\model\Company::getCompanyName();
|
|
|
$where = [];
|
|
|
$where[] = ['a.is_deleted','=',0];
|
|
|
if($supplier_id)$where[] = ['a.supplier_id','=',$supplier_id];
|
|
@@ -169,7 +169,7 @@ class SupplierGoods extends Controller
|
|
|
->select()->toArray();
|
|
|
$data['create_at'] = date('Y-m-d H:i:s');
|
|
|
$this->supplier_list = \app\common\model\Supplier::getSupplierName();
|
|
|
- $this->company_list = \app\common\model\Company::getCompanyName();
|
|
|
+ // $this->company_list = \app\common\model\Company::getCompanyName();
|
|
|
$this->assign('waitSecond','1');
|
|
|
$this->assign("jumpUrl",$_SERVER["HTTP_REFERER"]);
|
|
|
}
|