This commit is contained in:
wangshiming
2022-03-04 10:00:04 +08:00
parent a44a441203
commit 82dc8255c1

View File

@ -159,10 +159,10 @@
<sv label="增值服务套餐"> <sv label="增值服务套餐">
{{ i?.insuranceTypeLabel }} {{ i?.insuranceTypeLabel }}
</sv> </sv>
<sv label="货物价值"> <sv label="货物价值" *ngIf="i?.insuranceType !== '3'">
{{ i?.goodsValue | currency }} {{ i?.goodsValue | currency }}
</sv> </sv>
<sv label="保价费金额"> {{ i?.insurancePremium | currency }} 元 </sv> <sv label="保价费金额" *ngIf="i?.insuranceType !== '3'"> {{ i?.insurancePremium | currency }} 元 </sv>
</sv-container> </sv-container>
</nz-card> </nz-card>
<nz-card [nzTitle]="'运费信息到货后' + i?.paymentDays + '天内支付运费'"> <nz-card [nzTitle]="'运费信息到货后' + i?.paymentDays + '天内支付运费'">