fix bug
This commit is contained in:
@ -149,7 +149,7 @@
|
||||
<div>
|
||||
总计:<span style="color: #da001b; font-size: 18px">{{ i?.totalAmount | currency }}</span>
|
||||
(运费{{i?.totalFreight | currency}},
|
||||
附加费{{ i?.totalSurcharge | currency }},附加费率{{i?.totalRate }}%)
|
||||
附加费{{ i?.totalSurcharge | currency }},附加费率{{i?.totalRate * 100 }}%)
|
||||
</div>
|
||||
</div>
|
||||
<div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2021-12-28 14:42:03
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-10 14:45:46
|
||||
* @LastEditTime : 2022-02-11 13:55:32
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -139,7 +139,7 @@
|
||||
<div>
|
||||
总计:<span style="color: #da001b; font-size: 18px">{{ i?.totalAmount | currency }}</span>
|
||||
(运费{{i?.totalFreight | currency}},
|
||||
附加费{{ i?.totalSurcharge | currency }},附加费率{{i?.totalRate }}%)
|
||||
附加费{{ i?.totalSurcharge | currency }},附加费率{{i?.totalRate * 100 }}%)
|
||||
</div>
|
||||
<div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>
|
||||
</nz-card>
|
||||
|
||||
Reference in New Issue
Block a user