{{
item.shopPromotion.name
}}
{{ item.shopName }}
{{ item.shopName }}
赠品
{{ item.name }}
规格:{{ item.productUnit ? item.productUnit : '' }}
¥{{ item.price | NumFormat }}
x {{ item.num }}
{{ item.productPromotion.name }}
:¥{{
item.productPromotion == null
? '0.00'
: item.productPromotion.touchPrice | NumFormat
}}
{{ item.productPromotion.name }}
SVIP
{{ item.svipPriceTag }}
已退货/已取消:{{ item.returnedNum }}/{{ item.actualCancelNum }}
税率:{{ item.taxRate }}%
合计:¥{{ item.totalFee | NumFormat }}
留言:
{{ item.note ? item.note : '' }}
商品总额:
¥{{ orderInfo.totalAmount | NumFormat }}
运费:
{{ orderInfo.postageInfo }}
>
优惠:
¥{{ orderInfo.eachDiscount | NumFormat }}
订单总额:
¥{{ orderInfo.totalAmount | NumFormat }}
已付金额:
¥{{ orderInfo.receiptAmount | NumFormat }}
(余额抵扣:¥{{ orderInfo.accountAmount | NumFormat }})
待付金额:
¥{{ orderInfo.obligation | NumFormat }}