|
|
@ -128,6 +128,28 @@ export const RepleinshRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isTable: true, |
|
|
|
isDetail: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '生产线代码', |
|
|
|
field: 'productionLineCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isForm: false, |
|
|
|
isTable: true, |
|
|
|
isDetail: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '生产线区分', |
|
|
|
field: 'productionLine', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isForm: false, |
|
|
|
isTable: true, |
|
|
|
isDetail: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '日期', |
|
|
|
sortTableDefault:5, |
|
|
@ -662,14 +684,14 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '背番', |
|
|
|
field: 'itemDesc1', |
|
|
|
field: 'backNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
hiddenInMain:true, |
|
|
|
isTableForm: false, |
|
|
|
isForm: false, |
|
|
|
isTable: true, |
|
|
|
isDetail: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '描述', |
|
|
|