商家端后台
欢迎,店长!
您已选择门店:{{ storeInfo.storeNumber }} - {{ storeInfo.storeName }}
日期选择
营业额统计
平台营业额
营业额趋势图
交易记录
| 订单号 | 桌号 | 支付方式 | 金额 | 离桌信息 | 操作人 | 操作 | |
|---|---|---|---|---|---|---|---|
| {{ transaction.orderNumber || '-' }} | {{ transaction.seatNumber || '-' }} |
组合支付
{{ expandedSections['platform-' + transaction.id] ? '▼' : '▶' }}
{{ platformText(detail.platform) }}
{{ detail.duration }}分钟
¥{{ detail.amount.toFixed(2) }}
{{ platformText(transaction.platform) }}
|
¥{{ transaction.amount.toFixed(2) }}
券
季卡
{{ expandedSections['amount-' + transaction.id] ? '▼' : '▶' }}
原价 ¥{{ (transaction.originalAmount || (transaction.amount + transaction.discountAmount)).toFixed(2) }}
原价 ¥{{ (transaction.amount * 2).toFixed(2) }}
优惠 -¥{{ transaction.discountAmount.toFixed(2) }}{{ transaction.couponName ? '(' + transaction.couponName + ')' : '' }}
🎫 {{ transaction.monthlyCardDiscount }}
实付 ¥{{ transaction.amount.toFixed(2) }}
|
离桌 {{ transaction.awayRecords.length }}次
{{ expandedSections['away-' + transaction.id] ? '▼' : '▶' }}
第{{ index + 1 }}次:
开始:{{ formatDateTime(record.startTime) }}
结束:{{ formatDateTime(record.endTime) }}
-
|
{{ transaction.checkoutUser || '-' }} | ||
| 暂无交易记录 | |||||||
商城订单
| 订单号 | 交易时间 | 商品信息 | 金额 | 支付方式 | 订单状态 | 操作人 |
|---|---|---|---|---|---|---|
| {{ order.orderNumber || '-' }} | {{ formatDateTime(order.createdAt) }} |
{{ item.productName || '-' }}
{{ item.spec }}
x{{ item.quantity || 1 }}
-
|
¥{{ order.totalAmount ? order.totalAmount.toFixed(2) : '0.00' }}
券
{{ expandedSections['mall-amount-' + order.id] ? '▼' : '▶' }}
原价 ¥{{ (order.originalAmount || (order.totalAmount + order.discountAmount)).toFixed(2) }}
优惠 -¥{{ order.discountAmount.toFixed(2) }}{{ order.couponName ? '(' + order.couponName + ')' : '' }}
实付 ¥{{ order.totalAmount ? order.totalAmount.toFixed(2) : '0.00' }}
|
{{ order.paymentMethodText || '-' }} | {{ order.orderStatusText || '-' }} | {{ order.checkoutUser || '-' }} |
| 暂无商城订单 | ||||||
会员统计
充值记录
| 订单号 | 用户姓名 | 充值金额 | 门店 | 操作人员 | 充值时间 | 操作 |
|---|---|---|---|---|---|---|
| {{ record.orderId }} | {{ record.customerName || '未知' }} | ¥{{ record.amount.toFixed(2) }} | {{ record.storeNumber }} - {{ record.storeName }} | {{ record.operator }} | {{ formatDateTime(record.createdAt) }} | |
| 暂无充值记录 | ||||||