@ -711,7 +711,7 @@ export const PackageInventory = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '采购标包数量',
field: 'supplierQty',
field: 'purchaseStdQty',
sort: 'custom',
table: {
width: 150,
@ -724,7 +724,7 @@ export const PackageInventory = useCrudSchemas(reactive<CrudSchema[]>([
},
label: '采购计量单位',
field: 'supplierUom',
field: 'purchaseUom',
dictType: DICT_TYPE.UOM,
dictClass: 'string',