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 ')] + // } + // }, } ]))