|
@ -402,7 +402,7 @@ export const ProductionreceiptRecordMainRules = reactive({ |
|
|
*/ |
|
|
*/ |
|
|
export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '从包装号', |
|
|
label: '包装号', |
|
|
field: 'fromPackingNumber', |
|
|
field: 'fromPackingNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -418,7 +418,7 @@ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isSearch: true, |
|
|
isSearch: false, |
|
|
hiddenInMain: true |
|
|
hiddenInMain: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|