@ -62,6 +62,33 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
{
label: '库区类型',
field: 'areaType',
sort: 'custom',
dictType: DICT_TYPE.AREA_TYPE,
dictClass: 'string',
isTable: true,
table: {
label: '包装规格',
field: 'packUnit',
label: '包装数量',
field: 'packQty',
label: '库位代码',
field: 'locationCode',
@ -88,6 +88,33 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([
label: '单价',
field: 'singlePrice',