{{ activeTabName }}

{{ wsConnected ? '已连接' : '未连接' }}

加载中...

本月记录数
{{ statsData.total.count }}
本月金额
{{ formatAmount(statsData.total.amount) }}

按客户统计

客户 笔数 金额
{{ item.customer }} {{ item.count }} {{ formatAmount(item.amount) }}
暂无数据

按来源统计

来源 笔数 金额
{{ item.source }} {{ item.count }} {{ formatAmount(item.amount) }}
暂无数据

按收款账户统计

收款账户 笔数 金额
{{ item.account }} {{ item.count }} {{ formatAmount(item.amount) }}
暂无数据

加载中...

本月记录数
{{ msStatsData.total.count }}
本月金额
{{ formatAmount(msStatsData.total.amount) }}

按客户统计

客户 笔数 金额
{{ item.customer }} {{ item.count }} {{ formatAmount(item.amount) }}
暂无数据

按收款账户统计

收款账户 笔数 金额
{{ item.account }} {{ item.count }} {{ formatAmount(item.amount) }}
暂无数据
您没有经理账统计权限,需要客户经理角色权限

加载中...

消息来源管理

ID 来源ID 名称 类型 监控状态 创建时间
{{ item.id }} {{ item.source_id }} {{ item.name }} {{ item.type }} {{ formatDate(item.created_at) }}
暂无数据

加载中...

用户列表

ID 用户名 系统角色 客户档案 记账记录 客户经理账 状态 操作
{{ u.id }} {{ u.username }} {{ roleName(u.role) }} {{ subRoleName(u.customer_role) }} {{ subRoleName(u.record_role) }} {{ subRoleName(u.manager_role) }} {{ u.status === 'active' ? '正常' : '禁用' }}
暂无数据

加载中...

{{ currentUserData.department || '未分配部门' }}

客户列表 (共 {{ customerPagination.total }} 条)

搜索中...
编码 客户全称 部门 品类 归属人 状态 操作
{{ c.code }} {{ c.full_name }} {{ c.department }} {{ c.category || '-' }} {{ c.owner || '-' }} {{ c.status === 'active' ? '正常' : c.status === 'stopped' ? '停跑' : '已封禁' }}
暂无匹配的客户数据
共 {{ customerPagination.total }} 条

加载中...

客户经理记账记录

ID日期客户端口金额充值 类型渠道收款分类部门状态创建人操作
{{ item.id }} {{ item.date || '-' }} {{ item.customer_code }} {{ item.customer_full_name || item.customer }} {{ item.customer || '-' }} {{ item.port || '-' }} {{ formatAmount(item.amount) }} {{ formatAmount(item.recharge_amount) }} {{ item.type || '-' }} {{ item.channel || '-' }} {{ item.category || '-' }} {{ item.department || '-' }} {{ item.status === 'pending' ? '待处理' : item.status === 'confirmed' ? '已收录' : '已拒绝' }} {{ item.created_by || '-' }}
暂无数据
您没有客户经理权限,无法访问此功能

加载中...

{{ reconciliationOverview.matched }}
一致
{{ reconciliationOverview.mismatched }}
差异
{{ reconciliationOverview.orphanGeneral }}
总账独有
{{ reconciliationOverview.orphanManager }}
经理独有

对账明细

状态客户日期(总)金额(总)日期(经理)金额(经理)差异操作
{{ item.status === 'matched' ? '一致' : item.status === 'mismatched' ? '差异' : item.status === 'orphan_general' ? '总账独有' : '经理独有' }} {{ item.customer_name || '-' }} {{ item.general_date || '-' }} {{ formatAmount(item.general_amount) }} {{ item.manager_date || '-' }} {{ formatAmount(item.manager_amount) }} {{ item.diff_fields && item.diff_fields.length > 0 ? item.diff_fields.length + '项' : '-' }} 已解决 -
暂无数据,请先生成对账