标准报价单生成
查看列表
返回首页
报价信息
客户名称
*
是否停机
*
请选择
是
否
服务内容描述
*
人工费用明细(可选)
服务类型
技术等级
计费方式
数量
单价
小计
操作
请选择服务类型
{{ type }}
请选择技术等级
{{ level }}
请选择计费方式
{{ method }}
{{ item.billingMethod === '按小时' ? '小时' : (item.billingMethod === '按次' ? '次' : '') }}
¥{{ item.price }}/{{ item.billingMethod === '按小时' ? '小时' : (item.billingMethod === '按次' ? '次' : '') }}
¥{{ (item.price * item.quantity).toFixed(2) }}
删除
+ 添加人工费用
零件费用明细(可选)
零件名称
型号规格
数量
单价
小计
操作
请选择零件
{{ part.partName }}
{{ item.specification }}
¥{{ item.price }}
¥{{ (item.price * item.quantity).toFixed(2) }}
删除
+ 添加零件
人工费用小计:
¥{{ laborSubtotal.toFixed(2) }}
零件费用小计:
¥{{ partSubtotal.toFixed(2) }}
总计:
¥{{ totalAmount.toFixed(2) }}
取消
生成报价单