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, isTable:false,
isForm: false, isForm: false,
search: { search: {
value: [dayjs(), dayjs().subtract(-3,'month')],
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
valueFormat: 'YYYY-MM-DD', clearable:false,
type: 'daterange', type: 'month',
defaultTime: [new Date('1 '), new Date('1 ')] 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