仪表盘

{{ notices.length }}
公告总数
{{ tasks.length }}
任务总数
{{ tasks.filter(t => t.status === 'pending').length }}
待处理任务
{{ users.length }}
系统用户

销售日报

导出数据: 默认导出当月数据
¥{{ salesStats.summary?.total_sales?.toLocaleString?.() || 0 }}
本月实际销售
¥{{ salesStats.summary?.total_tag_price?.toLocaleString?.() || 0 }}
本月吊牌额
{{ salesStats.summary?.discount_rate || 0 }}%
折扣率
{{ salesStats.summary?.total_orders?.toLocaleString?.() || 0 }}
总单数
{{ salesStats.summary?.total_items?.toLocaleString?.() || 0 }}
总件数
¥{{ salesStats.summary?.total_refunds?.toLocaleString?.() || 0 }}
退货金额

按品牌统计

品牌 实际销售 单数 件数
{{ b.brand_name }} ¥{{ b.sales?.toLocaleString?.() || 0 }} {{ b.orders || 0 }} {{ b.items || 0 }}

日报记录

日期 门店 品牌 线下销售 线上销售 合计 折扣率 单数/件数 退单 操作
{{ r.report_date }} {{ r.store_name }} {{ r.brand_name }} 门店合计 ¥{{ r.offline_actual_sales?.toLocaleString?.() || 0 }} ¥{{ r.online_actual_sales?.toLocaleString?.() || 0 }} ¥{{ ((r.offline_actual_sales||0)+(r.online_actual_sales||0)).toLocaleString() }} {{ r.discount_rate || 0 }}% {{ (r.offline_order_count||0)+(r.online_order_count||0) }}单 / {{ (r.offline_item_count||0)+(r.online_item_count||0) }}件 -¥{{ ((r.offline_refund_amount||0)+(r.online_refund_amount||0)).toLocaleString() }}
暂无日报记录

门店管理

门店名称 城市 商场 经营品牌 品类 状态 操作
{{ s.name }} {{ s.city || '-' }} {{ s.mall || '-' }} {{ brands.find(b => b.id == bid)?.name_zh }}{{ idx < JSON.parse(s.brands).length - 1 ? '、' : '' }} - {{ s.category }} {{ s.status === 'active' ? '营业中' : '已关闭' }}
暂无门店,请先添加

品牌管理

暂无品牌,请添加
{{ b.name_zh }}
{{ b.name_en }}
{{ b.category || '服装零售' }}
{{ b.description }}

公告管理

标题 优先级 状态 发布人 发布时间 操作
{{ n.title }} {{ {high:'高', normal:'普通', low:'低'}[n.priority] }} {{ n.status === 'active' ? '已发布' : '已撤销' }} {{ n.author_name }} {{ formatDate(n.created_at) }}
暂无公告

任务管理

全部
待处理
进行中
已完成
任务标题 负责人 优先级 状态 截止日期 操作
{{ t.title }} {{ t.assignee_name || '未分配' }} {{ {high:'高', normal:'普通', low:'低'}[t.priority] }} {{ {pending:'待处理', in_progress:'进行中', completed:'已完成'}[t.status] }} {{ t.due_date || '-' }}
暂无任务

用户管理

姓名 用户名 部门 角色 电话 状态 操作
{{ u.name }} {{ u.username }} {{ u.department || '-' }} {{ u.role }} {{ u.phone || '-' }} {{ u.is_active === 0 ? '已冻结' : '正常' }} 首次
暂无用户