| 运费 |
{{shipping.toFixed(2)}} |
{{(shipping/currency).toFixed(2)}} |
{{defaultLogisticsTypeTwo.firstFee}} +
{{item.addFee}}
x {{Weight}}
|
| 平台佣金 |
{{(price*commission).toFixed(2)}} |
{{((price*commission)/currency).toFixed(2)}} |
{{(commission * 100).toFixed(0)}}% |
| 推广费用 |
{{(price*PromotionCommission).toFixed(2)}} |
{{((price*PromotionCommission)/currency).toFixed(2)}} |
{{(PromotionCommission * 100).toFixed(0)}}% |
| 代运费用 |
{{(15*currency).toFixed(2)}} |
{{(price*agencyFee).toFixed(2)}} |
15 |
{{((price*agencyFee)/currency).toFixed(2)}} |
{{(agencyFee * 100).toFixed(0)}}% |
| 提现费用 |
{{(price*withdraw).toFixed(2)}} |
{{((price*withdraw)/currency).toFixed(2)}} |
{{(withdraw * 100).toFixed(1)}}% |
| 预期纯利 |
{{(price*profitPercentage).toFixed(2)}} |
{{((price*profitPercentage)/currency).toFixed(2)}} |
{{(profitPercentage * 100).toFixed(0)}}% |
| 建议零售价 |
{{(price).toFixed(2)}} |
{{(price/currency).toFixed(2)}} |