商家端后台
当前门店:
{{ storeInfo.storeNumber }} - {{ storeInfo.storeName }}
营业日期:
{{ currentBusinessDate }}
加载中...
欢迎,店长!
您已选择门店:{{ storeInfo.storeNumber }} - {{ storeInfo.storeName }}
日期选择
营业额统计
¥{{ totalRevenue.toFixed(2) }}
总营业额
{{ transactionCount }}
交易笔数
{{ averageAmount.toFixed(2) }}
平均每笔
平台营业额
¥{{ platformRevenue.meituan.toFixed(2) }}
美团
¥{{ platformRevenue.cash.toFixed(2) }}
现金
¥{{ platformRevenue.scan.toFixed(2) }}
扫码
¥{{ platformRevenue.balance.toFixed(2) }}
余额支付
交易记录
| 订单号 | 桌号 | 支付方式 | 金额 | 离桌信息 | 操作人 | 操作 | |
|---|---|---|---|---|---|---|---|
| {{ transaction.orderNumber || '-' }} | {{ transaction.seatNumber || '-' }} |
组合支付
{{ expandedSections['platform-' + transaction.id] ? '▼' : '▶' }}
{{ platformText(detail.platform) }}
{{ detail.duration }}分钟
¥{{ detail.amount.toFixed(2) }}
{{ platformText(transaction.platform) }}
|
¥{{ transaction.amount.toFixed(2) }} |
离桌 {{ transaction.awayRecords.length }}次
{{ expandedSections['away-' + transaction.id] ? '▼' : '▶' }}
第{{ index + 1 }}次:
开始:{{ formatDateTime(record.startTime) }}
结束:{{ formatDateTime(record.endTime) }}
-
|
{{ transaction.checkoutUser || '-' }} | ||
| 暂无交易记录 | |||||||
共 {{ transactions.length }} 条记录,每页 {{ pageSize }} 条,共 {{ totalPages }} 页
会员统计
{{ todayRegisteredCustomers }}
今日注册会员数
{{ todayRechargeCount }}
今日充值笔数
¥{{ todayRechargeAmount.toFixed(2) }}
今日充值总额度
充值记录
| 订单号 | 用户姓名 | 充值金额 | 门店 | 操作人员 | 充值时间 | 操作 |
|---|---|---|---|---|---|---|
| {{ record.orderId }} | {{ record.customerName || '未知' }} | ¥{{ record.amount.toFixed(2) }} | {{ record.storeNumber }} - {{ record.storeName }} | {{ record.operator }} | {{ formatDateTime(record.createdAt) }} | |
| 暂无充值记录 | ||||||
共 {{ rechargeRecords.length }} 条记录,每页 {{ rechargePageSize }} 条