标准报价单生成

查看列表 返回首页
报价信息
人工费用明细(可选)
服务类型 技术等级 计费方式 数量 单价 小计 操作
{{ 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) }}