|
|
@ -735,8 +735,8 @@ export const ProductdismantleRequestDetaila = useCrudSchemas(reactive<CrudSchema |
|
|
|
{ |
|
|
|
label: '库存状态', |
|
|
|
field: 'inventoryStatus', |
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -749,7 +749,7 @@ export const ProductdismantleRequestDetaila = useCrudSchemas(reactive<CrudSchema |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
disabled: true, |
|
|
|
type: 'Select' |
|
|
|
// type: 'Select'
|
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -1229,8 +1229,8 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '库存状态', |
|
|
|
field: 'inventoryStatus', |
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|