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