|
|
@ -510,46 +510,46 @@ export const ContainerDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '从库存状态',
|
|
|
|
// field: 'fromInventoryStatus',
|
|
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isForm: false,
|
|
|
|
// isTableForm: false,
|
|
|
|
// isTable: false,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// tableForm: {
|
|
|
|
// disabled: true,
|
|
|
|
// type: 'Select'
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '从数量',
|
|
|
|
// field: 'fromQty',
|
|
|
|
// sort: 'custom',
|
|
|
|
// tableForm: {
|
|
|
|
// disabled: true,
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '库存状态', |
|
|
|
field: 'toInventoryStatus', |
|
|
|
field: 'fromInventoryStatus', |
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
isForm: false, |
|
|
|
isTableForm: false, |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'Select', |
|
|
|
disabled: true |
|
|
|
disabled: true, |
|
|
|
type: 'Select' |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '从数量',
|
|
|
|
// field: 'fromQty',
|
|
|
|
// sort: 'custom',
|
|
|
|
// tableForm: {
|
|
|
|
// disabled: true,
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '库存状态',
|
|
|
|
// field: 'toInventoryStatus',
|
|
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isTable: true,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// tableForm: {
|
|
|
|
// type: 'Select',
|
|
|
|
// disabled: true
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '数量', |
|
|
|
field: 'toQty', |
|
|
|