This commit is contained in:
wangshiming
2022-02-28 11:56:03 +08:00
parent 33b695729a
commit a8a160c1cd
7 changed files with 38 additions and 18 deletions

View File

@ -151,7 +151,7 @@
<div>
<div>
总计:<span style="color: #da001b; font-size: 18px">{{ i?.totalAmount | currency }}</span> (运费{{ i?.totalFreight | currency }}
附加费{{ i?.totalSurcharge | currency }},附加费率{{ i?.totalRate * 100 }}%
附加费{{ i?.totalSurcharge | currency }},附加费率{{ (i?.totalRate * 100).toFixed(2)}}%
</div>
</div>
<div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>