Merge pull request 'refactor(admin): 优化仓库订单列表搜索功能' (#298) from dev into main
Reviewed-on: #298
This commit is contained in:
commit
ff7228babe
@ -30,7 +30,8 @@ class WarehouseOrderLists extends BaseAdminDataLists implements ListsSearchInter
|
|||||||
public function setSearch(): array
|
public function setSearch(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'=' => ['financial_pm', 'supplier_id', 'warehouse_id', 'store_id','code'],
|
'=' => ['financial_pm', 'supplier_id', 'warehouse_id', 'store_id'],
|
||||||
|
'%like'=>['code'],
|
||||||
'between_time' => 'create_time'
|
'between_time' => 'create_time'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user