品項數量與單價
總數量: {{ totalQuantity }}
折讓: {{ freeTies }} 條
費用參數設定
運送方案
郵寄費用
商品總價
總成本 (台幣)
換算美金
驗算 (買進)
買進匯差
$
{{ calculate(scenario).totalGoodsPrice.toLocaleString() }}
{{ calculate(scenario).totalTwd.toLocaleString() }}
{{ calculate(scenario).verifiedBuyTwd.toLocaleString() }}
{{ calculate(scenario).diffBuy > 0 ? '+' : '' }}{{ calculate(scenario).diffBuy }}
| 方案 |
{{ s.name.split(' ')[0] }}
|
|---|---|
| 美金 | ${{ calculate(s).convertedUsd }} |
| 台幣 | {{ calculate(s).totalTwd.toLocaleString() }} |
| 驗算 | {{ calculate(s).verifiedBuyTwd.toLocaleString() }} |
| 匯差 | {{ calculate(s).diffBuy > 0 ? '+' : '' }}{{ calculate(s).diffBuy }} |