From f87c6c78c11d928ad5786b2470f0004bd03ddf73 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Mon, 26 May 2025 08:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=B4=A7=E9=A2=84=E6=B5=8B=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandforecastingMain.data.ts | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts index 91958aad8..cc9b89330 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts @@ -200,14 +200,22 @@ hiddenSearchHigh:true, isTable:false, isForm: false, search: { - value: [dayjs(), dayjs().subtract(-3,'month')], component: 'DatePicker', componentProps: { - valueFormat: 'YYYY-MM-DD', - type: 'daterange', - defaultTime: [new Date('1 '), new Date('1 ')] + clearable:false, + type: 'month', + valueFormat: 'YYYY-MM', } }, + // search: { + // value: [dayjs(), dayjs().subtract(-3,'month')], + // component: 'DatePicker', + // componentProps: { + // valueFormat: 'YYYY-MM-DD', + // type: 'daterange', + // defaultTime: [new Date('1 '), new Date('1 ')] + // } + // }, } ]))