This commit is contained in:
wangshiming
2022-02-10 10:38:12 +08:00
parent 18b1c0da61
commit 1162a54f3a
4 changed files with 11 additions and 10 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-06 20:20:26
* @LastEditors : Shiming
* @LastEditTime : 2022-01-20 19:07:55
* @LastEditTime : 2022-02-10 10:30:22
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -142,8 +142,9 @@
</st>
<div>
<div>
总计:<span style="color: #da001b; font-size: 18px">{{ totalObj?.price | currency }}</span> (运费¥{{
totalObj?.price - attObj?.price | currency}},附加费¥{{ attObj?.price | currency }}附加费率{{i?.attPercent }}%
总计:<span style="color: #da001b; font-size: 18px">{{ i?.totalAmount | currency }}</span>
(运费{{i?.totalFreight | currency}}
附加费{{ i?.totalSurcharge | currency }},附加费率{{i?.totalRate }}%
</div>
</div>
<div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>