正在加载…
{{ toast.message }}

今日看板

{{ 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 }}
¥{{ 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 ? '编辑商品' : '添加商品' }}

订单管理

共 {{ orderTotal }} 单 {{ orderPages > 1 ? '第'+orderPage+'/'+orderPages+'页' : '' }}
今日汇总 共 {{ 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 }}

营业汇总

月份 订单 营收 实收 退款 净收 成本 毛利 打酒
{{ 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 }}

修改密码

用户管理

管理账号和权限

🚧 用户管理功能开发中,稍后上线

系统设置

基础设置

小票模板

显示开关

文字内容

实时预览(58mm)