{{ toastMsg }}
潜在客户管理
最后跟进
-
下次跟进
-
| 姓名/联系方式 | 年级/学校 | 当前状态 | 预警级别 | 最后跟进 | 下次跟进 | 归属人 | 操作 |
|---|---|---|---|---|---|---|---|
|
{{ c.student_name }}
{{ c.parent_phone }}
|
{{ c.grade || '-' }}
{{ c.school || '-' }}
|
{{ getStatusName(c.status) }} | {{ getAlertName(c.alert_level) }} 正常 | {{ formatDate(c.last_followup_at) }} | {{ c.next_followup_at || '-' }} | {{ c.teacher_name }} |
|
| 暂无数据 |
{{ c.student_name }}
{{ c.parent_phone }}
{{ getStatusName(c.status) }}
学校: {{ c.grade }} {{ c.school }}
预警: {{ getAlertName(c.alert_level) }}
最后跟进: {{ formatDate(c.last_followup_at) }}
下次跟进: {{ c.next_followup_at || '-' }}
归属人: {{ c.teacher_name }}
超时跟进预警中心
| 姓名/联系方式 | 预警级别 | 最近跟进时间 | 预警原因 | 操作 |
|---|---|---|---|---|
|
{{ c.student_name }}
{{ c.parent_phone }}
|
{{ getAlertName(c.alert_level) }} | {{ formatDate(c.last_followup_at) }} | 跟进停滞触发系统预警 | |
| 没有匹配的预警客户 | ||||
{{ c.student_name }}
{{ c.parent_phone }}
{{ getAlertName(c.alert_level) }}
最近沟通: {{ formatDate(c.last_followup_at) }}
在读学员管理
| 姓名/联系方式 | 成交人(归属) | 转正日期 | 备注 | 当前状态 | 操作 |
|---|---|---|---|---|---|
|
{{ c.student_name }}
{{ c.parent_phone }}
|
{{ c.teacher_name }} | {{ c.conversion_date || '-' }} | {{ c.remark || '-' }} | 在读学员 |
|
| 暂无在读学员数据 |
{{ c.student_name }}
在读
备注: {{ c.remark || '-' }}
转正日期: {{ c.conversion_date || '-' }}
成交人: {{ c.teacher_name }}
财务台账分析
{{ user?.role === 'ADMIN' ? '机构录入总业绩 (元)' : '个人录入总业绩 (元)' }}
{{ reportData.totalAmount.toFixed(2) }}
{{ user?.role === 'ADMIN' ? '机构折算业绩 (元)' : '个人折算业绩 (元)' }}
{{ (reportData.creditedAmount || 0).toFixed(2) }}
成单数量 (单)
{{ reportData.orderCount }}
新报录入 / 折算
{{ (reportData.newAmount || 0).toFixed(2) }}
折算 {{ (reportData.newCreditedAmount || 0).toFixed(2) }} / {{ reportData.newOrderCount || 0 }} 单
续费录入 / 折算
{{ (reportData.renewalAmount || 0).toFixed(2) }}
折算 {{ (reportData.renewalCreditedAmount || 0).toFixed(2) }} / {{ reportData.renewalOrderCount || 0 }} 单
员工业绩排行
| 排名 | 员工姓名 | 成单数 | 新报 | 续费 | 录入总额 | 折算业绩 |
|---|---|---|---|---|---|---|
| No. {{ index + 1 }} | {{ r.name }} | {{ r.order_count }} | {{ r.new_order_count || 0 }} 单 / ¥ {{ (r.new_amount || 0).toFixed(2) }} / 折 {{ (r.new_credited_amount || 0).toFixed(2) }} | {{ r.renewal_order_count || 0 }} 单 / ¥ {{ (r.renewal_amount || 0).toFixed(2) }} / 折 {{ (r.renewal_credited_amount || 0).toFixed(2) }} | ¥ {{ r.total_amount.toFixed(2) }} | ¥ {{ (r.credited_amount || 0).toFixed(2) }} |
{{ r.name }}
No. {{ index + 1 }}
成单 {{ r.order_count }} 单
新报 {{ r.new_order_count || 0 }} 单 / 录 {{ (r.new_amount || 0).toFixed(2) }} / 折 {{ (r.new_credited_amount || 0).toFixed(2) }}
续费 {{ r.renewal_order_count || 0 }} 单 / 录 {{ (r.renewal_amount || 0).toFixed(2) }} / 折 {{ (r.renewal_credited_amount || 0).toFixed(2) }}
折算 ¥ {{ (r.credited_amount || 0).toFixed(2) }}
订单明细流水
| 关联学员 | 所属员工 | 报读课程 | 类型 | 录入金额 | 占比 | 折算业绩 | 支付方式 | 业务日期 | 订单生成时间 |
|---|---|---|---|---|---|---|---|---|---|
| {{ o.student_name }} | {{ o.teacher_name }} | {{ o.course_type }} | {{ getOrderTypeName(o.order_type) }} | ¥ {{ o.amount.toFixed(2) }} | {{ formatRatio(o.performance_ratio) }} | ¥ {{ (o.credited_amount || o.amount).toFixed(2) }} | {{ o.payment_method }} | {{ o.conversion_date || '-' }} | {{ formatDate(o.created_at) }} |
| 当前期间无流水记录 |
{{ o.student_name }}
{{ o.course_type }}
{{ getOrderTypeName(o.order_type) }}
折算 ¥ {{ (o.credited_amount || o.amount).toFixed(2) }}
所属员工{{ o.teacher_name }}
录入金额¥ {{ o.amount.toFixed(2) }}
业绩占比{{ formatRatio(o.performance_ratio) }}
支付方式{{ o.payment_method }}
业务日期{{ o.conversion_date || '-' }}
订单生成{{ formatDate(o.created_at) }}
当前期间无流水记录
员工账号管理
| 登录账号 | 真实姓名 | 角色权限 | 操作 |
|---|---|---|---|
| {{ u.username }} | {{ u.real_name }} | {{ u.role === 'ADMIN' ? '校长' : '普通教师' }} | |
| 暂无数据 | |||
{{ u.real_name }}
{{ u.role === 'ADMIN' ? '校长' : '普通教师' }}
{{ u.username }}
暂无数据