💧 水站待结算
{{ statistics.water.pending_count }}
¥{{ statistics.water.pending_amount.toFixed(2) }}
📅 会议室待结算
{{ statistics.meeting.pending_count }}
¥{{ statistics.meeting.pending_amount.toFixed(2) }}
📋 已申请
{{ statistics.water.applied_count + statistics.meeting.applied_count }}
¥{{ (statistics.water.applied_amount + statistics.meeting.applied_amount).toFixed(2) }}
✅ 已结清
{{ statistics.water.settled_count + statistics.meeting.settled_count }}
¥{{ (statistics.water.settled_amount + statistics.meeting.settled_amount).toFixed(2) }}
服务类型
记录信息
金额
办公室
状态
操作
暂无结算记录
{{ record.service_icon }} {{ record.service_name }}
{{ record.record_no }}
{{ record.product_name || '' }} {{ record.product_specification || '' }}
{{ record.room_name || '' }} {{ record.booking_date || '' }} {{ record.start_time || '' }}-{{ record.end_time || '' }}
¥{{ record.amount.toFixed(2) }}
{{ record.office_name }}
{{ record.status_text }}
已选择 {{ selectedRecords.length }} 项
第 {{ pagination.page }} / {{ pagination.totalPages }} 页