Browse Source

YT-2645 要货预测版本号变更 内示月份初始化显示问题

intex_online20250528
张立 2 weeks ago
parent
commit
7aa049c0c5
  1. 13
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts
  2. 13
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

13
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts

@ -300,21 +300,12 @@ hiddenSearchHigh:true,
isForm: false,
search: {
component: 'DatePicker',
value: dayjs().format('YYYY-MM'),
componentProps: {
clearable:false,
type: 'month',
valueFormat: 'YYYY-MM',
type: 'month',
}
},
// search: {
// component: 'DatePicker',
// value: [dayjs(), dayjs().subtract(-3,'month')],
// componentProps: {
// valueFormat: 'YYYY-MM-DD',
// type: 'daterange',
// defaultTime: [new Date('1 '), new Date('1 ')]
// }
// },
},
{
label: '操作',

13
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

@ -206,21 +206,12 @@ hiddenSearchHigh:true,
isForm: false,
search: {
component: 'DatePicker',
value: dayjs().format('YYYY-MM'),
componentProps: {
clearable:false,
type: 'month',
valueFormat: 'YYYY-MM',
type: 'month',
}
},
// 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