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:
parent
be802543a4
commit
3067484120
@ -39,8 +39,8 @@ export class RecordPdfService {
|
|||||||
|
|
||||||
const record_category = (category) => {
|
const record_category = (category) => {
|
||||||
const data = {
|
const data = {
|
||||||
'0': '租赁',
|
|
||||||
'1': '购销',
|
'1': '购销',
|
||||||
|
'2': '租赁',
|
||||||
};
|
};
|
||||||
return data[category];
|
return data[category];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user