|
|
@ -318,7 +318,7 @@ export const ProductputawayRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'fromPackingNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 220 |
|
|
|
}, |
|
|
|
sortTableDefault:6, |
|
|
|
}, |
|
|
@ -420,9 +420,9 @@ export const ProductputawayRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '物料名称', |
|
|
|
field: 'itemName', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
sortTableDefault:3, |
|
|
|
}, |
|
|
|
// {
|
|
|
|