收入小计
¥{{ total_income / exchange_rate | numFixedBy 2 }}${{ total_income | numFixedBy 2 }}
¥{{ price / exchange_rate| numFixedBy 2 }}${{ price | numFixedBy 2 }}
¥{{ shipping_price / exchange_rate | numFixedBy 2 }}${{ shipping_price | numFixedBy 2 }}
成本小计
¥{{ total_cost / exchange_rate | numFixedBy 2 }}${{ total_cost | numFixedBy 2 }}
¥ {{ amazon_fee / exchange_rate| numFixedBy 2 }}$ {{ amazon_fee | numFixedBy 2 }}
¥ {{ cost | numFixedBy 2 }}$ {{ cost * exchange_rate | numFixedBy 2 }}
¥ {{ first_pass_transportation_cost | numFixedBy 2 }}$ {{ first_pass_transportation_cost * exchange_rate | numFixedBy 2 }}
¥ {{ other_transportation_cost / exchange_rate | numFixedBy 2 }}$ {{ other_transportation_cost | numFixedBy 2 }}
¥ {{ other_cost | numFixedBy 2 }}$ {{ other_cost * exchange_rate | numFixedBy 2 }}