Browse Source

YT-1643

intex_online20241216
张立 2 months ago
parent
commit
cdedec8ef9
  1. 69
      src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts

69
src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts

@ -856,40 +856,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
}]
},
},
{
label: '计划日期',
field: 'planDate',
formatter: dateFormatter2,
detail: {
dateFormat: 'YYYY-MM-DD'
},
sort: 'custom',
table: {
width: 120
},
search: {
component: 'DatePicker',
componentProps: {
valueFormat: 'YYYY-MM-DD',
type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
}
},
isSearch: true,
isTableForm: false,
isForm: false,
// hiddenInMain: true,
sortSearchDefault: 4,
form: {
component: 'DatePicker',
componentProps: {
style: { width: '100%' },
type: 'date',
dateFormat: 'YYYY-MM-DD',
valueFormat: 'x',
}
},
},
{
label: '计划数量',
field: 'planQty',
@ -932,6 +899,40 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
type: 'Select'
}
},
{
label: '计划日期',
field: 'planDate',
formatter: dateFormatter2,
detail: {
dateFormat: 'YYYY-MM-DD'
},
sort: 'custom',
table: {
width: 120
},
search: {
component: 'DatePicker',
componentProps: {
valueFormat: 'YYYY-MM-DD',
type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
}
},
isSearch: true,
isTableForm: false,
isForm: false,
// hiddenInMain: true,
sortSearchDefault: 4,
form: {
component: 'DatePicker',
componentProps: {
style: { width: '100%' },
type: 'date',
dateFormat: 'YYYY-MM-DD',
valueFormat: 'x',
}
},
},
{
label: '完工数量',
field: 'goodQty',

Loading…
Cancel
Save