Browse Source

要货预测日期

intex_online20250522
songguoqiang 2 weeks ago
parent
commit
f87c6c78c1
  1. 16
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

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

Loading…
Cancel
Save