@ -446,8 +446,8 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
},
{
label: '替代计量单位',
field: 'altUom',
label: '采购计量单位',
field: 'purchaseUom',
dictType: DICT_TYPE.UOM,
dictClass: 'string',
@ -458,8 +458,13 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([
label: '替代数量',
field: 'altQty',
label: '采购数量',
field: 'purchaseQty',
label: '采购标包数量',
field: 'purchaseStdQty',
@ -252,28 +252,26 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
form: {
component: 'SelectV2',
componentProps: {
disabled: true
}
isSearch: true,
isTable: true,
table: {
width: 150,
width: 120
label: '转换率',