This commit is contained in:
wangshiming
2022-02-21 14:46:19 +08:00
parent 5808200d77
commit ba408730bf

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-14 14:03:07
* @LastEditors : Shiming
* @LastEditTime : 2022-01-24 16:40:01
* @LastEditTime : 2022-02-21 14:44:38
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\update-freight\\update-freight.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -33,10 +33,10 @@
<div>
<p style="font-size: 16px">
<span style="font-weight: bolder"
>总运费:<span style="color: #dc112a">{{ data.totalFreight |currency }}</span></span
>总运费:<span style="color: #dc112a">{{ data.totalAmount |currency }}</span></span
>
</p>
<p style="margin-bottom: 0"> 运输费:{{ data.freight |currency }},附加费:{{ data.surcharge |currency}}</p>
<p style="margin-bottom: 0"> 运输费:{{ data.totalFreight |currency }},附加费:{{ data.totalSurcharge |currency}}</p>
</div>
<div class="modal-footer">
<button nz-button type="button" (click)="close()">关闭</button>