今日看板
{{ today }}
¥{{ ((dashboard.total_subtotal||0)+(dashboard.total_weight_discount||0)).toFixed(2) }}
营收
¥{{ (dashboard.total_revenue || 0).toFixed(2) }}
实收(让 ¥{{ (dashboard.total_weight_discount||0).toFixed(2) }} + 抹零 ¥{{ dashboard.total_discount.toFixed(2) }}) · 📱{{ (dashboard.scan_amount||0).toFixed(2) }} 💴{{ (dashboard.cash_amount||0).toFixed(2) }} 💬{{ dashboard.wechat_amount.toFixed(2) }}
¥{{ ((dashboard.total_revenue||0)-(dashboard.total_refund||0)).toFixed(2) }}
净收(实收−退款)
{{ dashboard.total_orders || 0 }}
订单数(取消{{dashboard.cancelled_count||0}}·全退{{dashboard.full_refund_count||0}}·部分退{{dashboard.partial_refund_count||0}})
{{ (dashboard.total_quantity || 0).toFixed(2) }}斤
打酒(含酒损 {{ dashboard.wine_loss_quantity.toFixed(2) }}斤/退款 {{ dashboard.refund_quantity.toFixed(2) }}斤)
{{ dashboard.total_refund > 0 ? '¥' + dashboard.total_refund.toFixed(2) : '¥0' }}
退款
收银台
{{ today }}
{{ p.name }}
¥{{ p.sell_price }}
{{ p.barrel_weight ? p.barrel_weight+'斤/桶 · ' : '' }}库存 {{ p.stock != null ? Math.round(p.stock*10)/10+'斤' : '-' }}
还没有在售商品,先去「商品管理」添加
当前订单
| 酒品 | 实际{{ unitLabel }} | 收费{{ unitLabel }} | 单价 | 小计 | |
|---|---|---|---|---|---|
| {{ item.name }} |
→ {{ (parseFloat(item.quantityStr||0) * multiplier).toFixed(1) }}斤
|
→ {{ (parseFloat(item.chargedQuantityStr||0) * multiplier).toFixed(1) }}斤
|
¥{{ item.sell_price }} | ¥{{ ((parseFloat(item.chargedQuantityStr) || parseFloat(item.quantityStr||0)) * multiplier * item.sell_price || 0).toFixed(2) }} (-{{ (((parseFloat(item.quantityStr||0)) - (parseFloat(item.chargedQuantityStr) || parseFloat(item.quantityStr||0))) * multiplier * item.sell_price).toFixed(2) }}) |
应收 ¥{{ payAmount }}
优惠 ¥{{ discount }}
{{ cashChange >= 0 ? '找零:' : '还差:' }}¥{{ Math.abs(cashChange).toFixed(1) }}
👆 点击上方酒品开始下单
商品管理
管理店内酒品和价格
商品列表({{ products.length }}种)
| 排序 | 酒品名 | 售价 | 开票价 | 预折后开票价 | 厂家支持费用 | 桶规格 | 库存 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|
| {{ p.sort_order }} | {{ p.name }} | ¥{{ p.sell_price }} | ¥{{ p.cost_price }} | ¥{{ p.effective_cost }} | ¥{{ p.provider_credit || 0 }} | {{ p.barrel_weight ? p.barrel_weight+'斤/桶' : '-' }} | {{ p.stock != null ? Math.round(p.stock*10)/10 : '-' }} | {{ p.status === 'active' ? '在售' : '停售' }} |
还没有商品,点击"添加商品"开始
{{ editingProduct ? '编辑商品' : '添加商品' }}
订单管理
{{ orderDate.replace(/-/g,'/') }}📅
{{ orderCalendarMonth }}
{{ w }}
{{ d.day }}
¥{{ d.netRevenue.toFixed(0) }}
-
{{ orderFilterMonth || '选择月份' }}📅
{{ orderMonthPickerYear }}年
{{ m }}月
¥{{ getOrderMonthRev(m).toFixed(0) }}
-
{{ orderFilterFrom || '开始日期' }}📅
{{ orderCalendarMonth }}
{{ w }}
{{ d.day }}
¥{{ d.netRevenue.toFixed(0) }}
-
{{ orderFilterTo || '结束日期' }}📅
{{ orderCalendarMonth }}
{{ w }}
{{ d.day }}
¥{{ d.netRevenue.toFixed(0) }}
-
今日汇总
共 {{ orderSummary.total_orders }} 单(取消{{cancelCount}}·全退{{fullRefundCount}}·部分退{{partialRefundCount}})
¥{{ ((orderSummary.total_subtotal||0)+(orderSummary.total_weight_discount||0)).toFixed(2) }}
营收
¥{{ orderSummary.total_revenue.toFixed(2) }}
实收(让 ¥{{ (orderSummary.total_weight_discount||0).toFixed(2) }} + 抹零 ¥{{ orderSummary.total_discount.toFixed(2) }})
¥{{ (orderSummary.total_refund||0).toFixed(2) }}
退款({{ orderSummary.refund_quantity.toFixed(2) }}斤)
¥{{ ((orderSummary.total_revenue||0)-(orderSummary.total_refund||0)).toFixed(2) }}
净收(实收−退款)
{{ (orderSummary.total_quantity||0).toFixed(2) }}斤
打酒(含酒损 {{ orderSummary.wine_loss_quantity.toFixed(2) }}斤/¥{{ orderSummary.total_wine_loss.toFixed(2) }})
| 订单号 | 时间 | 原价 | 称重让 | 应收 | 抹零 | 实收 | 净收 | 付款 | 退款 | 打印 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ o.order_no }} | {{ (o.created_at||'').slice(11,16) }} | ¥{{ (o.pay_amount + (o.weight_discount||0)).toFixed(2) }} | {{ o.weight_discount > 0 ? '-¥'+o.weight_discount.toFixed(2) : '-' }} | ¥{{ o.pay_amount.toFixed(2) }} | {{ o.discount > 0 ? '-¥'+o.discount.toFixed(2) : '-' }} | ¥{{ o.actual_amount.toFixed(2) }} | ¥{{ ((o.actual_amount||0)-(o.refund_amount||0)).toFixed(2) }} | {{ payLabel(o.payment_method) }} | {{ o.status==='cancelled'?'已取消':o.refund_status==='full'?'已全退':o.refund_status==='partial'?'部分退':'正常' }} | {{ o.print_count > 0 ? '🖨️'+o.print_count : '-' }} |
当天暂无订单
{{ orderPage }} / {{ orderPages }}
营业汇总
| 月份 | 订单 | 营收 | 实收 | 退款 | 净收 | 成本 | 毛利 | 打酒 |
|---|---|---|---|---|---|---|---|---|
| {{ m.month }} | {{ m.order_count }} | {{ m.revenue.toFixed(2) }} | {{ m.actual_revenue.toFixed(2) }} | {{ m.refund.toFixed(2) }} | {{ m.net_revenue.toFixed(2) }} | {{ m.cost.toFixed(2) }} | {{ m.gross_profit.toFixed(2) }} | {{ (m.quantity||0).toFixed(2) }}斤 |
| {{ d.day }} | {{ d.order_count }} | {{ d.revenue.toFixed(2) }} | {{ d.actual_revenue.toFixed(2) }} | {{ d.refund.toFixed(2) }} | {{ d.net_revenue.toFixed(2) }} | {{ d.cost.toFixed(2) }} | {{ d.gross_profit.toFixed(2) }} | {{ (d.quantity||0).toFixed(2) }}斤 |
| {{ m.month }} 合计 | {{ m.order_count }} | {{ m.revenue.toFixed(2) }} | {{ m.actual_revenue.toFixed(2) }} | {{ m.refund.toFixed(2) }} | {{ m.net_revenue.toFixed(2) }} | {{ m.cost.toFixed(2) }} | {{ m.gross_profit.toFixed(2) }} | {{ (m.quantity||0).toFixed(2) }}斤 |
{{ financeDate.replace(/-/g,'/') }}📅
{{ financeCalendarMonth }}
{{ w }}
{{ d.day }}
¥{{ d.netRevenue.toFixed(0) }}
-
{{ financeFilterMonth || '选择月份' }}📅
{{ financeMonthPickerYear }}年
{{ m }}月
¥{{ getFinanceMonthRev(m).toFixed(0) }}
-
{{ financeFilterFrom || '开始日期' }}📅
{{ financeCalendarMonth }}
{{ w }}
{{ d.day }}
¥{{ d.netRevenue.toFixed(0) }}
-
{{ financeFilterTo || '结束日期' }}📅
{{ financeCalendarMonth }}
{{ w }}
{{ d.day }}
¥{{ d.netRevenue.toFixed(0) }}
-
{{ financeDate }} 经营汇总
共 {{ financeSummary.total_orders }} 单(取消{{financeCancelCount}}·全退{{financeFullRefundCount}}·部分退{{financePartialRefundCount}})
¥{{ ((financeSummary.total_subtotal||0) + (financeSummary.total_weight_discount||0)).toFixed(2) }}
营收
¥{{ financeSummary.total_revenue.toFixed(2) }}
实收
让 ¥{{ (financeSummary.total_weight_discount||0).toFixed(2) }} + 抹零 ¥{{ financeSummary.total_discount.toFixed(2) }}
¥{{ financeSummary.total_refund.toFixed(2) }}
退款
{{ financeSummary.refund_quantity.toFixed(2) }}斤
¥{{ ((financeSummary.total_revenue||0) - (financeSummary.total_refund||0)).toFixed(2) }}
净收
实收 − 退款
¥{{ financeSummary.total_cost.toFixed(2) }}
成本
含酒损 ¥{{ financeSummary.total_wine_loss.toFixed(2) }} + 退款 ¥{{ financeSummary.refund_cost_loss.toFixed(2) }}
¥{{ (financeSummary.net_profit||0).toFixed(2) }}
毛利
当天暂无营业数据
📋 当日订单(共 {{ financeOrderTotal }} 单)
| 订单号 | 时间 | 原价 | 实收 | 净收 | 付款 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ o.order_no }} | {{ o.created_at?.slice(11,16) }} | ¥{{ ((o.pay_amount||0)+(o.weight_discount||0)).toFixed(2) }} | ¥{{ (o.actual_amount||0).toFixed(2) }} | ¥{{ ((o.actual_amount||0)-(o.refund_amount||0)).toFixed(2) }} | {{ payLabel(o.payment_method) }} | 已取消 已全退 部分退 正常 |
{{ financeOrderPage }} / {{ financeOrderPages }}
店铺开支
记录非酒类物料采购:包装、店用品、房租等
新增开支记录
| 项目 | 类别 | 金额 | 购买人 | 备注 | 操作 |
|---|---|---|---|---|---|
| {{ e.item_name }} | {{ e.category || '-' }} | -¥{{ e.amount.toFixed(2) }} | {{ e.buyer || '-' }} | {{ e.note || '-' }} |
当天暂无开支记录
~
~
累计开支 ¥{{ allExpenseTotal.toFixed(2) }}
总笔数 {{ allExpenseCount }} 笔
| 日期 | 项目 | 类别 | 金额 | 购买人 | 备注 | 操作 |
|---|---|---|---|---|---|---|
| {{ e.date }} | {{ e.item_name }} | {{ e.category || '-' }} | -¥{{ e.amount.toFixed(2) }} | {{ e.buyer || '-' }} | {{ e.note || '-' }} |
还没有任何开支记录
{{ allExpensePage }} / {{ allExpensePages }}
📜 开支操作日志
| 时间 | 操作 | 项目 | 金额 | 详情 | 操作人 |
|---|---|---|---|---|---|
| {{ (lg.created_at||'').slice(5,16) }} | {{ lg.action }} | {{ lg.item_name }} | {{ lg.amount != null ? '¥' + lg.amount.toFixed(2) : '-' }} | {{ lg.detail || '-' }} | {{ lg.operator || 'admin' }} |
暂无操作日志
{{ expenseLogPage }} / {{ expenseLogPages }}
库存管理
* 库存以斤为单位,括号内为桶折合
| 酒品 | 桶规格 | 库存 | 预警 | 状态 | 操作 |
|---|---|---|---|---|---|
| {{ p.name }} | {{ p.barrel_weight ? p.barrel_weight+'斤/桶' : '-' }} | {{ barrelDisplay(p) }} | {{ p.stock_alert ? p.stock_alert+'斤' : '-' }} | {{ (p.stock||0) > (p.stock_alert||0) || p.stock_alert == null ? '正常' : '⚠ 低' }} |
调整记录
| 时间 | 酒品 | 变化 | 原因 | 操作人 |
|---|---|---|---|---|
| {{ (a.created_at||'').slice(11,16) }} | {{ a.product_name }} | {{ a.quantity > 0 ? '+' : '' }}{{ a.quantity.toFixed(2) }} | {{ a.reason || '-' }} | {{ a.operator || '-' }} |
暂无调整记录
登记进货
进货记录
| 时间 | 酒品 | 斤数 | 单价 | 总成本 | 供应商 | 操作人 | 备注 |
|---|---|---|---|---|---|---|---|
| {{ (p.created_at||'').slice(11,16) }} | {{ p.product_name }} | {{ p.quantity }} | ¥{{ p.cost_price }} | ¥{{ p.total_cost }} | {{ p.supplier || '-' }} | {{ p.operator || '-' }} | {{ p.note || '-' }} |
暂无进货记录
操作日志
——
共 {{ logTotal }} 条
| 时间 | 操作 | 对象 | 详情 | 操作人 |
|---|---|---|---|---|
| {{ log.created_at }} | {{ logActionLabel(log.action) }} | {{ log.target_type || '-' }} | {{ log.detail || '-' }} | {{ log.operator || 'admin' }} |
{{ logPage }} / {{ logPages }}
修改密码
用户管理
管理账号和权限
🚧 用户管理功能开发中,稍后上线