Browse Source

号口品生产计划页面字段顺序调整

intex_online20250327
songguoqiang 2 weeks ago
parent
commit
233df66915
  1. 26
      src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts

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

@ -44,6 +44,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false, isForm: false,
isSearch: true, isSearch: true,
sortSearchDefault: 1, sortSearchDefault: 1,
sortTableDefault:1
}, },
{ {
label: '客户订单号', label: '客户订单号',
@ -54,6 +55,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150, width: 150,
}, },
sortSearchDefault: 2, sortSearchDefault: 2,
sortTableDefault:11
}, },
{ {
label: '计划类型', label: '计划类型',
@ -72,6 +74,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true disabled: true
} }
} }
,sortTableDefault:10
}, },
{ {
label: '状态', label: '状态',
@ -92,6 +95,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
// }, // },
isSearch: true, isSearch: true,
sortSearchDefault: 3, sortSearchDefault: 3,
sortTableDefault:8
}, },
{ {
label: '顺序', label: '顺序',
@ -105,6 +109,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
maxlength: 50 maxlength: 50
} }
} }
,sortTableDefault:12
}, },
{ {
label: '车间', label: '车间',
@ -138,6 +143,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}], // 失去焦点校验参数 }], // 失去焦点校验参数
} }
} }
,sortTableDefault:16
}, },
{ {
label: '生产线', label: '生产线',
@ -182,6 +188,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isSearch: true, isSearch: true,
sortSearchDefault: 6, sortSearchDefault: 6,
sortTableDefault:9,
}, },
{ {
label: '班组', label: '班组',
@ -215,6 +222,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}], // 失去焦点校验参数 }], // 失去焦点校验参数
} }
} }
,sortTableDefault:14
}, },
{ {
label: '班次', label: '班次',
@ -248,6 +256,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}], // 失去焦点校验参数 }], // 失去焦点校验参数
} }
} }
,sortTableDefault:15
}, },
// { // {
// label: '品番', // label: '品番',
@ -569,7 +578,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isTable: true, isTable: true,
isForm: false, isForm: false,
sortTableDefault: 1000, sortTableDefault: 10,
}, },
{ {
label: '创建时间', label: '创建时间',
@ -703,7 +712,6 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
sortSearchDefault: 5,
form: { form: {
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',
componentProps: { componentProps: {
@ -757,6 +765,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
isFormModel: true, isFormModel: true,
}], // 失去焦点校验参数 }], // 失去焦点校验参数
}, },
sortSearchDefault: 2,
sortTableDefault:2
}, },
{ {
label: '品名', label: '品名',
@ -773,6 +783,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
tableForm:{ tableForm:{
disabled: true disabled: true
} }
,sortSearchDefault: 4,
sortTableDefault:4
}, },
{ {
label: '背番', label: '背番',
@ -791,6 +803,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
tableForm: { tableForm: {
disabled: true disabled: true
} }
,sortSearchDefault: 3,
sortTableDefault:3
}, },
{ {
label: '车型', label: '车型',
@ -809,6 +823,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
tableForm: { tableForm: {
disabled: true disabled: true
} }
,sortSearchDefault: 5,
sortTableDefault:5
}, },
{ {
label: 'Bom版本', label: 'Bom版本',
@ -882,6 +898,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
max: 9999, max: 9999,
// precision: 6 // precision: 6
}, },
sortSearchDefault: 6,
sortTableDefault:6
}, },
{ {
label: '计量单位', label: '计量单位',
@ -902,6 +920,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
tableForm:{ tableForm:{
type: 'Select' type: 'Select'
} }
,sortTableDefault:13
}, },
{ {
label: '计划日期', label: '计划日期',
@ -926,7 +945,6 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
isTableForm: false, isTableForm: false,
isForm: false, isForm: false,
// hiddenInMain: true, // hiddenInMain: true,
sortSearchDefault: 4,
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -936,6 +954,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
sortSearchDefault: 7,
sortTableDefault:7
}, },
{ {
label: '完工数量', label: '完工数量',

Loading…
Cancel
Save