Browse Source

YT-2014:物料组合变更

intex_online20250311
songguoqiang 4 weeks ago
parent
commit
ce9edd5dc4
  1. 100
      src/views/wms/basicDataManage/itemManage/itemSyntheticRelation/itemSyntheticRelation.data.ts

100
src/views/wms/basicDataManage/itemManage/itemSyntheticRelation/itemSyntheticRelation.data.ts

@ -93,56 +93,56 @@ form:{
} }
} }
}, },
{ // {
label: '生效时间', // label: '生效时间',
field: 'effectiveDate', // field: 'effectiveDate',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
isSearch: false, // isSearch: false,
isTable: true, // isTable: true,
isForm: true, // isForm: true,
isDetail:true, // isDetail:true,
search: { // search: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss', // valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange', // type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] // defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
} // }
}, // },
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
type: 'datetime', // type: 'datetime',
valueFormat: 'x' // valueFormat: 'x'
} // }
}, // },
}, // },
{ // {
label: '失效时间', // label: '失效时间',
field: 'expirationDate', // field: 'expirationDate',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
isSearch: false, // isSearch: false,
isTable: true, // isTable: true,
isForm: true, // isForm: true,
isDetail:true, // isDetail:true,
search: { // search: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss', // valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange', // type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] // defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
} // }
}, // },
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
type: 'datetime', // type: 'datetime',
valueFormat: 'x' // valueFormat: 'x'
} // }
}, // },
}, // },
{ {
label: '备注', label: '备注',
field: 'remark', field: 'remark',

Loading…
Cancel
Save