17 lines
818 B
HTML
17 lines
818 B
HTML
<!--
|
|
* @Author: your name
|
|
* @Date: 2021-12-14 14:03:07
|
|
* @LastEditTime: 2021-12-21 15:03:17
|
|
* @LastEditors: your name
|
|
* @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
|
|
-->
|
|
<sf #sf [schema]="schema" [ui]="{ '*': { spanLabelFixed: 90, grid: { span:24 } } }" [button]="'none'">
|
|
</sf>
|
|
<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>
|
|
</p>
|
|
<p style="margin-bottom: 0;"> 运输费:¥{{ data.freight }},附加费:¥{{ data.surcharge }}</p>
|
|
</div> |