📋 选择报价方式
{{ currentTermInfo.name }} - {{ currentTermInfo.description }}
📦 基本信息
💰 费用明细
CNY
必填
CNY
CNY
💵 利润设置
%
成本加成: 售价 = 成本 × (1 + 利润率)
售价加成: 售价 = 成本 / (1 - 利润率)
📊 计算结果 - {{ selectedTerm }}
成本明细 (CNY)
商品成本
¥{{ result.costBreakdown.productCost.toFixed(2) }}
包装费用
¥{{ result.costBreakdown.packaging.toFixed(2) }}
{{ item.name }}
¥{{ item.amount.toFixed(2) }}
费用合计
¥{{ result.costBreakdown.totalCost.toFixed(2) }}
利润与报价
利润率
{{ form.marginRate }}%
利润金额
+¥{{ result.profitAmount.toFixed(2) }}
含利润总成本
¥{{ result.totalWithProfit.toFixed(2) }}
汇率 ({{ currency }}/CNY)
{{ (1/exchangeRate).toFixed(4) }}
{{ currency }} 单价
{{ currencySymbol }}{{ result.unitPrice.toFixed(2) }}
{{ currency }} 总价
{{ currencySymbol }}{{ result.totalPrice.toFixed(2) }}
📈 全部报价对比
| 术语 | 名称 | 单价 ({{ currency }}) | 总价 ({{ currency }}) | 卖方责任 |
|---|---|---|---|---|
| {{ item.term }} | {{ item.name }} | {{ currencySymbol }}{{ item.unitPrice.toFixed(2) }} | {{ currencySymbol }}{{ item.totalPrice.toFixed(2) }} | {{ item.responsibility }} |