|
@ -245,7 +245,7 @@ hiddenSearchHigh:true, |
|
|
searchField: 'detailVersion', // 查询弹窗赋值字段
|
|
|
searchField: 'detailVersion', // 查询弹窗赋值字段
|
|
|
searchTitle: '版本号', // 查询弹窗标题
|
|
|
searchTitle: '版本号', // 查询弹窗标题
|
|
|
searchAllSchemas: Version.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Version.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: DemandforecastingDetailApi.queryVersion, // 查询弹窗所需分页方法
|
|
|
searchPage: DemandforecastingDetailApi.queryScpVersion, // 查询弹窗所需分页方法
|
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
|
key: 'supplierCodes', |
|
|
key: 'supplierCodes', |
|
|
value: 'supplierCode', |
|
|
value: 'supplierCode', |
|
@ -294,13 +294,21 @@ hiddenSearchHigh:true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
search: { |
|
|
search: { |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
value: [dayjs(), dayjs().subtract(-3,'month')], |
|
|
|
|
|
componentProps: { |
|
|
componentProps: { |
|
|
valueFormat: 'YYYY-MM-DD', |
|
|
clearable:false, |
|
|
type: 'daterange', |
|
|
type: 'month', |
|
|
defaultTime: [new Date('1 '), new Date('1 ')] |
|
|
valueFormat: 'YYYY-MM', |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
// search: {
|
|
|
|
|
|
// component: 'DatePicker',
|
|
|
|
|
|
// value: [dayjs(), dayjs().subtract(-3,'month')],
|
|
|
|
|
|
// componentProps: {
|
|
|
|
|
|
// valueFormat: 'YYYY-MM-DD',
|
|
|
|
|
|
// type: 'daterange',
|
|
|
|
|
|
// defaultTime: [new Date('1 '), new Date('1 ')]
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '操作', |
|
|
label: '操作', |
|
|