配件 数量 现有 单价 拿货价 小计

攀爬架配件清单

配件 数量 单价 小计
{{ item.name }} {{ item.quantity }} {{ item.price }} {{ (item.price * item.quantity).toFixed(1) }}
{{ remarks }}
总价: {{ totalPriceValues.price.toFixed(1) }}
设计费抵5%: -{{ designFeeDiscount.toFixed(1) }}
{{totalPriceValues.discount*100}}折: -{{ ((totalPriceValues.price - designFeeDiscount) * (1 - totalPriceValues.discount)).toFixed(1) }}
合计: {{ ((totalPriceValues.price - designFeeDiscount) * totalPriceValues.discount).toFixed(1) }}