From c25aef2197de53fcdfc711e1fa2a482739a0cf4e Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 29 Aug 2024 17:49:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=20'between=5Ftime'=20=E5=92=8C=E5=9B=9B?= =?UTF-8?q?=E4=B8=AAID=E5=8F=82=E6=95=B0=E5=88=B0=20WarehouseOrderLists=20?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/lists/warehouse_order/WarehouseOrderLists.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/admin/lists/warehouse_order/WarehouseOrderLists.php b/app/admin/lists/warehouse_order/WarehouseOrderLists.php index 543c26ca7..491184e7b 100644 --- a/app/admin/lists/warehouse_order/WarehouseOrderLists.php +++ b/app/admin/lists/warehouse_order/WarehouseOrderLists.php @@ -29,7 +29,8 @@ class WarehouseOrderLists extends BaseAdminDataLists implements ListsSearchInter public function setSearch(): array { return [ - '='=>['financial_pm'] + '='=>['financial_pm','supplier_id','warehouse_id','store_id'], + 'between_time' => 'create_time' ]; }