| 序号 | 服务项目 | 单价(元) | 数量 | 小计(元) |
|---|---|---|---|---|
| 未查询到相关数据 | ||||
| {{ category.categoryName }} | ||||
| {{ index + 1 }} | {{ service.serviceName }} | {{ service.price.toFixed(2) }} | {{ service.quantity }} | {{ service.subtotal.toFixed(2) }} |
| {{ statsData.otherCategory.categoryName }} | ||||
| {{ index + 1 }} | {{ service.serviceName }} | {{ service.price.toFixed(2) }} | {{ service.quantity }} | {{ service.subtotal.toFixed(2) }} |
| 数量和金额总计 | {{ statsData.grandTotalQuantity }} | {{ statsData.grandTotalAmount.toFixed(2) }} 元 | ||