售价:
{{ formatNumber(getLocalPrice(country).toFixed(2)) }} {{ country.currencyCode }}
阈值:
{{ formatNumber(country.threshold) }}
实重:
{{ form.weightInput || 0 }}g
抛重:
{{ fmt(getVolumeWeight()) }}g
计费:
{{ fmt(getChargeableWeight()) }}g
高阈值
高运费
运费:
${{ fmt(getShippingCost(country, 'high')) }}
¥利润:
¥{{ fmt(getProfit(country, 'high')) }}
净收益:
${{ fmt(getNetProfit(country, 'high')) }}
低阈值
低运费
运费:
${{ fmt(getShippingCost(country, 'low')) }}
¥利润:
¥{{ fmt(getProfit(country, 'low')) }}
净收益:
${{ fmt(getNetProfit(country, 'low')) }}