|
@ -398,7 +398,10 @@ export const PackageInventory = useCrudSchemas( |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
form: { |
|
|
form: { |
|
|
component: 'Select' |
|
|
component: 'Select', |
|
|
|
|
|
componentProps:{ |
|
|
|
|
|
disabled:true |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
@ -424,6 +427,9 @@ export const PackageInventory = useCrudSchemas( |
|
|
label: '替代计量单位', |
|
|
label: '替代计量单位', |
|
|
field: 'altUom', |
|
|
field: 'altUom', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
isDetail:false, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
isTable:false, |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
form: { |
|
|
form: { |
|
@ -440,6 +446,9 @@ export const PackageInventory = useCrudSchemas( |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
|
|
|
isDetail:false, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
isTable:false, |
|
|
form: { |
|
|
form: { |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
|
componentProps: { |
|
|
componentProps: { |
|
@ -543,6 +552,11 @@ export const PackageInventory = useCrudSchemas( |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
form:{ |
|
|
|
|
|
componentProps:{ |
|
|
|
|
|
disabled:true, |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|