人工费用明细(可选)
服务类型 技术等级 计费方式 数量 单价 小计 操作
{{ item.billingMethod === '按小时' ? '小时' : (item.billingMethod === '按次' ? '次' : '') }} ¥{{ item.price }}/{{ item.billingMethod === '按小时' ? '小时' : (item.billingMethod === '按次' ? '次' : '') }} ¥{{ (item.price * item.quantity).toFixed(2) }}
零件费用明细(可选)
零件名称 型号规格 数量 单价 小计 操作
{{ item.specification }} ¥{{ item.price }} ¥{{ (item.price * item.quantity).toFixed(2) }}
人工费用小计: ¥{{ laborSubtotal.toFixed(2) }}
零件费用小计: ¥{{ partSubtotal.toFixed(2) }}
总计: ¥{{ totalAmount.toFixed(2) }}