车辆对接

This commit is contained in:
wangshiming
2022-01-06 14:47:57 +08:00
parent 1ced203cb9
commit 23fdddcd34
3 changed files with 81 additions and 116 deletions

View File

@ -137,12 +137,24 @@
</div>
</ng-template>
</st>
<div>
<div class="freight-info-box mt-md" nz-row>
<div nz-col nzSpan="24">
<h3>
<label>总计 :</label>
<span class="text-error-dark text-xl">
{{(i?.totalAmount) | currency: '¥'}}
</span>
<span>(运费{{i?.totalFreight | currency: '¥'}}含附加运费 {{i?.totalSurcharge| currency: '¥' }}</span>
</h3>
<div>收款人:曹济发 / 18211579566 / 621483****6368</div>
</div>
</div>
<!-- <div>
总计:<span style="color: #da001b; font-size: 18px">{{ totalObj?.price | currency: '¥' }}</span> (运费¥{{
totalObj?.price - attObj?.price
}},附加运费¥{{ attObj?.price }},附加费率{{ (attObj?.price / totalObj?.price) * 100 | number: '0.2-2' }}%
</div>
<div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>
<div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div> -->
</nz-card>
<nz-card nzTitle="补充信息">
<sv-container>