加载中...

商家端后台

当前门店: {{ storeInfo.storeNumber }} - {{ storeInfo.storeName }}
营业日期: {{ currentBusinessDate }}
返回主页
加载中...

欢迎,店长!

您已选择门店:{{ storeInfo.storeNumber }} - {{ storeInfo.storeName }}

日期选择

{{ errorMessage }}

营业额统计

¥{{ totalRevenue.toFixed(2) }}
总营业额
{{ transactionCount }}
交易笔数
{{ averageAmount.toFixed(2) }}
平均每笔

平台营业额

¥{{ platformRevenue.douyin.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 }} 条

确认上传

确定要上传今日营业额数据吗?

员工注册

{{ registerError }}
{{ registerSuccess }}

店铺管理

管理所有店铺和卡密

店铺列表

门店编号 门店名称 座位数 卡密状态 卡密类型 剩余天数 详细信息 操作
{{ store.storeNumber }} {{ store.storeName }} {{ store.seatCount || 0 }} {{ store.licenseUsed ? '已激活' : '未激活' }} {{ store.licenseTypeDesc }} 未激活 永久有效 {{ store.daysRemaining }} 天 已过期
查看详情 {{ expandedSections['store-' + store.id] ? '▼' : '▶' }}
卡密: {{ store.licenseCode || '-' }}
激活时间: {{ store.activatedAt ? formatDateTime(store.activatedAt) : '-' }}
创建时间: {{ formatDateTime(store.createdAt) }}
暂无门店记录
第 {{ storeCurrentPage }} / {{ totalStorePages }} 页,共 {{ filteredStores.length }} 家门店

商品管理

管理商品库存和信息

商品列表

{{ products.length }}
商品总数
{{ outOfStockCount }}
库存不足
{{ totalStock }}
总库存
ID 商品图片 商品名称 分类 价格 库存 状态 操作
{{ product.id }} 无图片 {{ product.name }} {{ product.category || '未分类' }} ¥{{ product.price.toFixed(2) }}
售罄
{{ product.stock }}(不足)
{{ product.stock }}
{{ product.enabled ? '启用' : '禁用' }}
暂无商品记录

新增商品

上传中...
{{ productError }}

编辑商品

上传中...
{{ productError }}

库存管理

商品:{{ editingStockProduct.name }}
当前库存:{{ editingStockProduct.stock }}
{{ productError }}

确认删除

确定要删除商品 "{{ deletingProduct.name }}" 吗?此操作不可恢复。

生成卡密

提示:生成卡密后,需要在"激活卡密"页面激活后才能使用。
提示:请先复制该卡密后,关闭此模态框,再重新进入生成新卡密。
{{ licenseError }}
{{ licenseSuccess }}

选择门店

{{ store.storeNumber }}
{{ store.storeName }}

新增门店

提示:创建门店后,需要使用卡密激活才能登录使用。
{{ storeError }}
{{ storeSuccess }}

激活门店

门店:{{ activatingStore.storeName }} ({{ activatingStore.storeNumber }})
{{ activateError }}
{{ activateSuccess }}

删除门店

警告:删除门店将同时删除该门店的所有座位、卡密和用户关联数据!此操作不可恢复!
门店:{{ deletingStore.storeName }} ({{ deletingStore.storeNumber }})
{{ deleteError }}
{{ deleteSuccess }}

用户管理

管理员工和店长账号

员工列表

用户名 角色 关联门店 操作
{{ user.username }} {{ user.role === 'manager' ? '店长' : (user.role === 'viewer' ? '顾客只读' : (user.role === 'boss' ? '老板' : '服务员')) }}
关联 {{ user.stores.length }} 家门店 {{ expandedSections['user-' + user.id] ? '▼' : '▶' }}
{{ store.storeNumber }} - {{ store.storeName }}
有效 未激活/过期
暂无门店
暂无用户

店铺配置

配置各店铺的套餐价格和计费规则

店铺价格配置

管理各店铺的套餐价格和计费规则

门店编号 门店名称 抖音套餐 美团套餐 每小时价格 计费规则 状态 操作
{{ config.storeNumber }} {{ config.storeName }}
抖音套餐 ({{ getPackagesByStoreAndPlatform(config.storeId, 'douyin').length }}) {{ isStorePackagesExpanded(config.storeId, 'douyin') ? '▼' : '▶'}}
{{ formatDuration(pkg.durationMinutes) }} ¥{{ (pkg.price || 0).toFixed(2) }}
暂无套餐
共 {{ getPackagesByStoreAndPlatform(config.storeId, 'douyin').length }} 个套餐,点击展开
美团套餐 ({{ getPackagesByStoreAndPlatform(config.storeId, 'meituan').length }}) {{ isStorePackagesExpanded(config.storeId, 'meituan') ? '▼' : '▶'}}
{{ formatDuration(pkg.durationMinutes) }} ¥{{ (pkg.price || 0).toFixed(2) }}
暂无套餐
共 {{ getPackagesByStoreAndPlatform(config.storeId, 'meituan').length }} 个套餐,点击展开
现金 ¥{{ (config.cashHourlyPrice || 0).toFixed(2) }}/时
扫码 ¥{{ (config.scanHourlyPrice || 0).toFixed(2) }}/时
余额 ¥{{ (config.balanceHourlyPrice || 0).toFixed(2) }}/时
{{ config.roundUpLessThan10min ? '不计费' : '整小时' }} {{ config.published ? '已发布' : '待发布' }}
暂无店铺配置数据
共 {{ filteredStoreConfigs.length }} 家门店 第 {{ storeConfigCurrentPage }} / {{ totalStoreConfigPages }} 页

编辑店铺配置 - {{ editingConfig.storeName }}

📱 抖音套餐

暂无套餐,请先初始化

🥡 美团套餐

暂无套餐,请先初始化

💵 现金支付

📲 扫码支付

💰 余额支付

⚙️ 计费规则

勾选后,结账时间不满10分钟不计费;不勾选则按整小时计费

📶 WiFi信息

配置后将在 viewer 页面显示 WiFi 信息

📞 企业微信二维码

配置后将在 viewer 页面显示投诉入口,点击后展示店长微信二维码
{{ configError }}
{{ configSuccess }}

📦 套餐管理

管理各门店的抖音/美团套餐配置

序号 平台 套餐名称 所属模板 时长 价格 状态 操作
📦
暂无套餐数据
请先选择门店,然后点击"初始化套餐"或"新增套餐"

{{ showEditPackageModal ? '✏️ 编辑套餐' : '➕ 新增套餐' }}

{{ showEditPackageModal ? '修改套餐信息' : '添加新的套餐配置' }}

⚠️ {{ packageError }}

添加门店

用户:{{ editingUser.username }}
{{ userError }}
{{ userSuccess }}

移除门店

用户:{{ editingUser.username }}
{{ userError }}
{{ userSuccess }}

删除员工

警告:确定要删除员工 {{ deletingUser.username }} 吗?此操作不可恢复!
{{ userError }}
{{ userSuccess }}

修改员工角色

提示:正在修改员工 {{ changingRoleUser.username }} 的角色
{{ userError }}
{{ userSuccess }}

📋 套餐模板管理

管理周内和周末套餐模板

模板名称 类型 状态 创建时间 操作
暂无模板数据
{{ template.templateName }} {{ template.templateType === 'weekday' ? '周内' : '周末' }} {{ template.isActive ? '✓ 激活' : '✗ 停用' }} {{ formatDateTime(template.createdAt) }}

{{ showEditTemplateModal ? '编辑模板' : '新增模板' }}

激活后,对应时间段会自动使用该模板

{{ templateError }}

确认删除

确定要删除该顾客吗?此操作不可恢复。