|
@ -55,6 +55,15 @@ export const ProductredressRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '生产线代码', |
|
|
|
|
|
field: 'productionLineCode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isTable:true, |
|
|
|
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '生产计划单号',
|
|
|
// label: '生产计划单号',
|
|
|
// field: 'productionPlanNumber',
|
|
|
// field: 'productionPlanNumber',
|
|
|