|
@ -302,22 +302,26 @@ export const PackagemergeDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
{ |
|
|
// label: '从库存状态',
|
|
|
label: '从库存状态', |
|
|
// field: 'fromInventoryStatus',
|
|
|
field: 'fromInventoryStatus', |
|
|
// sort: 'custom',
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
// table: {
|
|
|
dictClass: 'string', |
|
|
// width: 150
|
|
|
sort: 'custom', |
|
|
// },
|
|
|
table: { |
|
|
// },
|
|
|
width: 150 |
|
|
// {
|
|
|
}, |
|
|
// label: '到库存状态',
|
|
|
}, |
|
|
// field: 'toInventoryStatus',
|
|
|
{ |
|
|
// sort: 'custom',
|
|
|
label: '到库存状态', |
|
|
// table: {
|
|
|
field: 'toInventoryStatus', |
|
|
// width: 150
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
// },
|
|
|
dictClass: 'string', |
|
|
// },
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '从器具号',
|
|
|
// label: '从器具号',
|
|
|
// field: 'fromContainerNumber',
|
|
|
// field: 'fromContainerNumber',
|
|
|