Browse Source

QAD生产计划页面字段顺序调整

intex_online20250327
songguoqiang 1 month ago
parent
commit
78bc596101
  1. 14
      src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

14
src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

@ -17,6 +17,7 @@ export const QadProductionPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 350, width: 350,
} }
,sortTableDefault:1
}, },
{ {
label: '客户订单号', label: '客户订单号',
@ -35,6 +36,7 @@ export const QadProductionPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150, width: 150,
} }
,sortTableDefault:2
}, },
{ {
label: '背番', label: '背番',
@ -51,17 +53,20 @@ form:{
disabled: true, disabled: true,
} }
} }
,sortTableDefault:3
}, },
{ {
label: '计划数量', label: '计划数量',
field: 'planQty', field: 'planQty',
sort: 'custom', sort: 'custom',
sortTableDefault:4
}, },
{ {
label: '生产线', label: '生产线',
field: 'productionLine', field: 'productionLine',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
sortTableDefault:6
}, },
{ {
label: '班组', label: '班组',
@ -83,6 +88,7 @@ form:{
valueFormat: 'x' valueFormat: 'x'
} }
}, },
sortTableDefault:5
}, },
{ {
label: '计划类型', label: '计划类型',
@ -96,7 +102,8 @@ form:{
}, },
form: { form: {
component: 'Select' component: 'Select'
} },
sortTableDefault:8
}, },
{ {
label: '业务类型', label: '业务类型',
@ -105,6 +112,7 @@ form:{
form: { form: {
component: 'SelectV2' component: 'SelectV2'
}, },
sortTableDefault:9
}, },
{ {
label: '创建时间', label: '创建时间',
@ -135,6 +143,7 @@ form:{
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')]
}, },
}, },
sortTableDefault:10
}, },
{ {
label: '创建者', label: '创建者',
@ -143,7 +152,8 @@ form:{
width: 130 width: 130
}, },
isForm: false, isForm: false,
isTable: true isTable: true,
sortTableDefault:7
}, },
// { // {
// label: '备注', // label: '备注',

Loading…
Cancel
Save