📝 输入参数
{{ dimensionToggleText }}
📊 计算结果
请在左侧输入参数并点击"计算利润"按钮
✓ 匹配方案
{{ result.planName }}
方案 {{ result.planId }}
❌ 尺寸验证
{{ result.dimension_warning }}
⚠️ 提示
{{ result.dimension_warning }}
✓ 尺寸验证
符合要求
📏 计费重量
{{ result.billing_weight.toFixed(2) }} 克
(实际:{{ result.actual_weight }}克,体积:{{ result.volume_weight.toFixed(2) }}克)
💰 费用明细
运费:
¥{{ result.shipping.toFixed(2) }}
平台扣点:
¥{{ result.platform_deduction.toFixed(2) }} ({{ result.platform_rate }}%)
打包费用:
¥{{ result.packing_fee.toFixed(2) }}
📈 利润结果
利润
¥{{ result.profit.toFixed(2) }}
利润占比
{{ result.profit_rate.toFixed(2) }}%