{{
item.shopPromotion.name
}}
{{ item.shopName }}
{{ item.shopName }}
赠品
{{ pros.name }}
规格:{{ pros.productUnit ? pros.productUnit : '' }}
¥{{ pros.price | NumFormat }}
{{ pros.productPromotion.name }}
:¥{{
pros.productPromotion == null
? '0.00'
: pros.productPromotion.touchPrice | NumFormat
}}
{{ pros.productPromotion.name }}
SVIP
{{ pros.svipPriceTag }}
x {{ pros.num }}
已退货/已取消
{{ pros.returnedNum }}/{{ pros.actualCancelNum }}
折扣
{{ pros.discount == null ? '0' : pros.discount }}%
税率 {{ pros.taxRate }}%
折后单价
¥{{ pros.discountPrice | NumFormat }}
合计
¥{{ pros.totalFee | NumFormat }}
留言:
{{ item.note ? item.note : '' }}
共{{ item.itemCount }}件商品
¥
{{
(item.totalAmount + item.promotionFullReduction) | NumFormat
}}
减¥{{ item.promotionFullReduction | NumFormat }}
商品总额:¥{{ item.totalAmount | NumFormat }}