|
|
@ -473,14 +473,14 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isTableForm: false, |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '批次',
|
|
|
|
// field: 'batch',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '批次', |
|
|
|
field: 'batch', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '包装号',
|
|
|
|
// field: 'packingNumber',
|
|
|
@ -816,6 +816,9 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'packUnit', |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
componentProps: { |
|
|
|
enterSearch: true, |
|
|
@ -901,6 +904,9 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'secondPackUnit', |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
componentProps: { |
|
|
|
enterSearch: true, |
|
|
@ -986,8 +992,10 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '入库存包装规格', |
|
|
|
field: 'balancePackUnit', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
width: 150, |
|
|
|
componentProps: { |
|
|
|
enterSearch: true, |
|
|
|
disabled: true, |
|
|
|