fix: 处理调拨单类型显示不正确问题

Co-authored-by: lyx <2027667395@qq.com>
Reviewed-on: daoyoucloud/tachybase#938
Co-authored-by: hello@lv <2256334253@qq.com>
Co-committed-by: hello@lv <2256334253@qq.com>
This commit is contained in:
hello@lv 2024-05-09 10:43:24 +08:00 committed by sealday
parent be802543a4
commit 3067484120

View File

@ -39,8 +39,8 @@ export class RecordPdfService {
const record_category = (category) => {
const data = {
'0': '租赁',
'1': '购销',
'2': '租赁',
};
return data[category];
};