@ -17,7 +17,7 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true,
},
{
label: '库位编码',
label: '库位编号',
field: 'locationNumber',
sort: 'custom',
@ -74,6 +74,7 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([
label: '计量单位',
field: 'uom',
dictType: DICT_TYPE.UOM,
isSearch: false,