{{pros.name}}
规格:{{pros.productUnit ? pros.productUnit : ''}}
数量:{{pros.num}}
单价:¥{{pros.price | NumFormat}}
税率:{{pros.taxRate}}%
折扣:{{pros.discount == null ? '0' : pros.discount}}%
折后单价:¥{{pros.discountPrice | NumFormat}}
{{pros.productPromotion.name+':¥'+toFloat(pros.productPromotion.touchPrice)}} {{pros.productPromotion.name+',满 ¥'+toFloat(pros.productPromotion.touchPrice)+' 减 ¥'+toFloat(pros.productPromotion.reducedPrice)}} {{pros.productPromotion.name+',满 ¥'+toFloat(pros.productPromotion.touchPrice)+' 赠送商品'}}
促销时间:不限时{{pros.productPromotion.beginTime.substr(0,10)+' ~ '+pros.productPromotion.endTime.substr(0,10)}}
赠品:
合计: ¥{{pros.totalFee | NumFormat}}