|
@ -19,6 +19,7 @@ export const PackagetuomergeMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '物品代码', |
|
|
label: '物品代码', |
|
|
field: 'itemCode', |
|
|
field: 'itemCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 120 |
|
|
width: 120 |
|
|
}, |
|
|
}, |
|
@ -35,6 +36,7 @@ export const PackagetuomergeMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '包装号', |
|
|
label: '包装号', |
|
|
field: 'toPackingNumber', |
|
|
field: 'toPackingNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 200 |
|
|
width: 200 |
|
|
}, |
|
|
}, |
|
|