Browse Source

补给品生产计划页面字段顺序调整

intex_online20250327
songguoqiang 2 weeks ago
parent
commit
b32723623b
  1. 30
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

30
src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

@ -53,7 +53,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150, width: 150,
}, },
sortSearchDefault: 2, sortSearchDefault: 12,
}, },
{ {
label: '计划类型', label: '计划类型',
@ -72,6 +72,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true disabled: true
} }
} }
,sortTableDefault:11
}, },
{ {
label: '状态', label: '状态',
@ -91,7 +92,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
// } // }
// }, // },
isSearch: true, isSearch: true,
sortSearchDefault: 3, sortSearchDefault:8,
}, },
{ {
label: '顺序', label: '顺序',
@ -105,6 +106,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
maxlength: 50 maxlength: 50
} }
} }
,sortTableDefault:13
}, },
{ {
label: '车间', label: '车间',
@ -138,6 +140,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}], // 失去焦点校验参数 }], // 失去焦点校验参数
} }
} }
,sortTableDefault:17
}, },
{ {
@ -182,7 +185,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
isSearch:true, isSearch:true,
sortSearchDefault: 6, sortSearchDefault: 9,
}, },
{ {
label: '班组', label: '班组',
@ -216,6 +219,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}], // 失去焦点校验参数 }], // 失去焦点校验参数
} }
} }
,sortTableDefault:15
}, },
{ {
label: '班次', label: '班次',
@ -249,6 +253,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}], // 失去焦点校验参数 }], // 失去焦点校验参数
} }
} }
,sortTableDefault:16
}, },
// { // {
// label: '品番', // label: '品番',
@ -314,7 +319,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
sortTableDefault: 1000, sortTableDefault: 18,
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -323,7 +328,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
dateFormat: 'YYYY-MM-DD HH:mm:ss', dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x', valueFormat: 'x',
} }
}, }
}, },
{ {
label: '结束时间', label: '结束时间',
@ -336,7 +341,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
sortTableDefault: 1000, sortTableDefault: 19,
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -581,7 +586,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
isTable: true, isTable: true,
sortTableDefault: 1000, sortTableDefault: 10,
isForm: false, isForm: false,
}, },
{ {
@ -596,7 +601,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180 width: 180
}, },
isTable: true, isTable: true,
sortTableDefault: 1000, sortTableDefault: 20,
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -770,6 +775,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
isFormModel: true, isFormModel: true,
}], // 失去焦点校验参数 }], // 失去焦点校验参数
}, },
sortTableDefault:2
}, },
{ {
label: '品名', label: '品名',
@ -786,6 +792,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
tableForm:{ tableForm:{
disabled: true disabled: true
} }
,sortTableDefault:4
}, },
{ {
label: '背番', label: '背番',
@ -803,7 +810,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
tableForm: { tableForm: {
disabled: true disabled: true
} },
sortTableDefault:3
}, },
{ {
label: '车型', label: '车型',
@ -822,6 +830,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
tableForm: { tableForm: {
disabled: true disabled: true
} }
,sortTableDefault:5
}, },
{ {
label: 'Bom版本', label: 'Bom版本',
@ -896,6 +905,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
max:9999, max:9999,
// precision: 6 // precision: 6
}, },
sortTableDefault:6
}, },
{ {
label: '计量单位', label: '计量单位',
@ -919,6 +929,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
dictType: DICT_TYPE.UOM, dictType: DICT_TYPE.UOM,
dictClass: 'string' dictClass: 'string'
} }
,sortTableDefault:14
}, },
{ {
label: '计划日期', label: '计划日期',
@ -953,6 +964,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
sortTableDefault:7
}, },
{ {
label: '合格数量', label: '合格数量',

Loading…
Cancel
Save