数据看板
{{ todayStr }} · {{ isAdmin ? '全局统计' : '我的业绩' }}
{{ k.label }}
{{ k.value }}
{{ k.sub }}
回收类型构成
各大类回收数量占比(悬停查看利润贡献)
近 30 天回收与销售趋势
回收投入(含运费)vs 销售额(元)
员工业绩排行榜
| 排名 | 员工 | 订单数 | 回收台数 | 回收总额 | 销售总额 | 净利润 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ i+1 }} | {{ r.name }} | {{ r.orders }} | {{ r.qty }} | ¥{{ fmt(r.buy) }} | ¥{{ fmt(r.sell) }} | ¥{{ fmt(r.profit) }} |
每日汇总(近 14 天)
| 日期 | 收货量 | 出货量 | 总投入 | 总销售额 | 净利润 | 炸弹机 |
|---|---|---|---|---|---|---|
| {{ d.date }}今天 | {{ d.inQty }} 台 | {{ d.outQty }} 台 | ¥{{ fmt(d.invest) }} | ¥{{ fmt(d.sales) }} | ¥{{ fmt(d.profit) }} |
订单管理
共 {{ filteredOrders.length }} 笔 · 合计利润 ¥{{ fmt(filterProfit) }}
| 录入时间 {{ sort.dir==='asc'?'↑':'↓' }} | 客户 / 地址 | 手机明细 | 数量 | 回收总价 {{ sort.dir==='asc'?'↑':'↓' }} | 出售总价 {{ sort.dir==='asc'?'↑':'↓' }} | 净利润 {{ sort.dir==='asc'?'↑':'↓' }} | 状态 | 出货日期 | 快递单号 | 录入人 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ o.createdAt.slice(0,10) }}
{{ o.createdAt.slice(11) || '—' }}
#{{ o.id }}
|
{{ o.customerName }}
{{ o.cityAddress }}
|
{{ it.modelName || catShort(it.category) }} ×{{ it.quantity }}
|
{{ o.totalQty }} | ¥{{ fmt(o.totalBuy) }} | {{ o.totalSell>0 ? '¥'+fmt(o.totalSell) : '—' }} | ¥{{ fmt(o.profit) }} |
|
{{ o.shipDate || '未出货' }}
|
— | {{ userName(o.userId) }} | |
| 暂无符合条件的订单 |
{{ o.customerName }}#{{ o.id }}
{{ o.createdAt }} · {{ o.cityAddress }}
回收
¥{{ fmt(o.totalBuy) }}
出售
{{ o.totalSell>0?'¥'+fmt(o.totalSell):'—' }}
利润
¥{{ fmt(o.profit) }}
暂无符合条件的订单
{{ page }} / {{ totalPages }}
员工管理
共 {{ employees.length }} 名员工
| 工号 | 姓名 | 登录账号 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|
| {{ u.id }} | {{ u.name }} | {{ u.username }} | {{ u.status==='active'?'启用中':'已禁用' }} | {{ u.createdAt.slice(0,10) }} |