批量审核

This commit is contained in:
wangshiming
2022-01-17 14:58:34 +08:00
parent 835e42460f
commit e13233f99e
9 changed files with 115 additions and 45 deletions

View File

@ -1,8 +1,8 @@
<!--
* @Author: your name
* @Date: 2021-12-14 14:03:07
* @LastEditTime: 2021-12-22 20:04:15
* @LastEditors: your name
* @LastEditTime: 2022-01-17 14:53:10
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\order-management\modal\bulk\update-freight\update-freight.component.html
-->
@ -11,7 +11,7 @@
<nz-divider style="margin-top: 0;"></nz-divider>
<div>
<p style="font-size: 16px;">
<span style="font-weight: bolder">总运费:<span style="color: #dc112a">{{ data.totalFreight }}</span></span>
<span style="font-weight: bolder">总运费:<span style="color: #dc112a">{{ data.totalFreight | currency }}</span></span>
</p>
<p style="margin-bottom: 0;"> 运输费:{{ data.freight }},附加费:{{ data.surcharge }}</p>
<p style="margin-bottom: 0;"> 运输费:{{ data.freight | currency}},附加费:{{ data.surcharge | currency }}</p>
</div>