工程参数
{{ param.unit }}
汇流盒功率配置
| 编号 | 功率 (W) | 阻值 (Ω) | ±10% (Ω) | 电热膜规格 | 数量 | 操作 |
|---|---|---|---|---|---|---|
| #{{ row.boxIndex }} |
W
|
{{ row.resistance > 0 ? row.resistance.toFixed(2) : '--' }} | {{ row.resistance90.toFixed(2) }}~{{ row.resistance110.toFixed(2) }} -- |
|
#{{ row.boxIndex }}
W
阻值
{{ row.resistance > 0 ? row.resistance.toFixed(2) + ' Ω' : '--' }}
±10% 范围
{{ row.resistance90.toFixed(2) }} ~ {{ row.resistance110.toFixed(2) }}
--
电热膜规格
请在工程参数中设置汇流盒数量,或点击"添加行"开始配置
材料单价设置
元
{{ priceItem.unitDesc }}
材料成本核算
| 材料 | 单位 | 单价 | 数量 | 合计 |
|---|---|---|---|---|
| {{ material.name }} | {{ material.unit }} | ¥{{ material.price.toFixed(2) }} | {{ material.quantity.toFixed(2) }} | ¥{{ material.total.toFixed(2) }} |
| 合计 | {{ materials.length }} 项 | ¥{{ totalMaterialCost.toFixed(2) }} | ||
成本汇总
材料费
¥{{ totalMaterialCost.toFixed(2) }}
{{ materials.length }} 种材料
安装费
¥{{ params.installationFee.toLocaleString() }}
人工费用
总成本
¥{{ totalCost.toFixed(2) }}
材料 + 安装