feat: 运输单pdf付款方公司项目显示顺序调整 feat #694 (#695)

Reviewed-on: daoyoucloud/tachycode#695
Co-authored-by: hello@lv <2256334253@qq.com>
Co-committed-by: hello@lv <2256334253@qq.com>
This commit is contained in:
hello@lv 2024-04-12 16:38:14 +08:00 committed by sealday
parent 47671bb428
commit 7531ed6f74
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@hera/plugin-rental": patch
---
运输单打印预览付款方公司项目名称顺序调整

View File

@ -344,7 +344,7 @@ const PreviewDocument = ({ waybill, settings }: { waybill: Waybill; settings: an
</View>
<View style={{ ...styles.tableCell, flex: '2', paddingRight: '1px' }}>
<Text style={styles.textPadding}>
{waybill.payer?.name} {waybill.payer?.company?.name}
{waybill.payer?.company?.name} {waybill.payer?.name}
</Text>
</View>
<View style={styles.tableCell}>