Merge branch 'master' of https://gitea.lihaink.cn/mkm/erp
This commit is contained in:
commit
865fb6dc1a
@ -39,7 +39,7 @@ class OpurchaseGoodsOfferList extends BaseAdminDataLists implements ListsSearchI
|
|||||||
*/
|
*/
|
||||||
public function lists(): array
|
public function lists(): array
|
||||||
{
|
{
|
||||||
$supplier_id=$this->request->userInfo['supplier']['id'] ?? 1;
|
$supplier_id=$this->request->userInfo['supplier']['id'] ?? 0;
|
||||||
$params = $this->request->get();
|
$params = $this->request->get();
|
||||||
if(isset($params['type']) && $params['type'] == 2){
|
if(isset($params['type']) && $params['type'] == 2){
|
||||||
$where[] = ['price','<>',''];
|
$where[] = ['price','<>',''];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user