今日工单
{{ roleDash.todayOrders }}
今日营收
¥{{ fmtMoney(roleDash.todayRevenue) }}
本月工单
{{ roleDash.monthOrders }}
营收 ¥{{ fmtMoney(roleDash.monthRevenue) }}
待处理 / 维修中
{{ roleDash.pendingCount }} / {{ roleDash.repairingCount }}
今日分配
{{ roleDash.todayAssigned }} 张卡
今日完成
{{ roleDash.todayCompleted }} 张卡
今日收益
¥{{ fmtMoney(roleDash.todayEarnings) }}
待处理
{{ roleDash.pendingCards }} 张卡
本月修卡
{{ roleDash.monthCards }} / {{ roleDash.monthTarget }}
完成率 {{ roleDash.monthTarget>0 ? Math.round(roleDash.monthCards/roleDash.monthTarget*100) : 0 }}%
本月收益
¥{{ fmtMoney(roleDash.monthEarnings) }}
提成比例
20%
维修费 × 20%
本月获客
{{ roleDash.monthCustomers }} / {{ roleDash.custTarget }}
完成率 {{ roleDash.custTarget>0 ? Math.round(roleDash.monthCustomers/roleDash.custTarget*100) : 0 }}%
本月营收
¥{{ fmtMoney(roleDash.monthRevenue) }}
目标 ¥{{ fmtMoney(roleDash.revenueTarget) }}
本月工单
{{ roleDash.monthOrders }}
本月提成
¥{{ fmtMoney(roleDash.monthCommission) }}
总费用 × 10%
今日到店
{{ roleDash.todayOrders || 0 }}
待处理
{{ roleDash.pendingCount || 0 }}
⚠ 超时工单提醒
查看全部
最近工单
查看全部
快捷操作
本月概览
本月工单{{ roleDash.monthOrders || dashboard.totalOrders }}
本月营收¥{{ fmtMoney(roleDash.monthRevenue || dashboard.monthRevenue) }}
完成率{{ dashboard.successRate }}%
工单趋势(近7天)
工单状态分布
工作量统计
企业客户列表
查看全部
企业工单统计
企业客户数{{ enterpriseUsers.length }}
企业工单总数{{ enterpriseUsers.reduce((s,u)=>s+u.total_orders,0) }}
企业总消费¥{{ fmtMoney(enterpriseUsers.reduce((s,u)=>s+u.total_spent,0)) }}
消费排行
{{ i+1 }}
¥{{ fmtMoney(u.total_spent) }}
暂无企业客户
总工单
{{ stats.totalOrders }}
总营收
¥{{ fmtMoney(stats.totalRevenue) }}
总利润
¥{{ fmtMoney(stats.totalProfit) }}
平均客单价
¥{{ fmtMoney(stats.avgPrice) }}
故障类型分布
来源分布
公司信息
{{ p.name }} ({{ p.role==='engineer'?'师傅':p.role==='sales'?'销售':'管理员' }})
{{ p.stats.completedCards || 0 }} 张卡
¥{{ fmtMoney(p.stats.monthRevenue) }}
—
提成 ¥{{ fmtMoney(p.stats.monthCommission) }}
{{ p.stats.monthOrders || 0 }} 单 · 提成 ¥{{ fmtMoney(p.stats.monthCommission) }}
月度绩效明细 — {{ perfPeriod }}
⚠ 超时工单
共 {{ slaAlerts.length }} 个超时工单
刷新