logo
{{ site.siteName }}

数据看板

{{ 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) }} {{ d.bomb }}

订单管理

共 {{ filteredOrders.length }} 笔 · 合计利润 ¥{{ fmt(filterProfit) }}

{{ o.customerName }}#{{ o.id }}
{{ o.createdAt }} · {{ o.cityAddress }}
炸弹机 {{ o.isWarehoused?'已入库':'未入库' }} {{ it.modelName || catShort(it.category) }} ×{{ it.quantity }}
回收
¥{{ 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) }}

{{ orderForm.id ? '编辑订单 #'+orderForm.id : '录入新订单' }}

基础信息

手机明细({{ orderForm.items.length }} 条)

已识别 {{ modelUnits(it.modelName) }} 台(数量已自动更新)
收 ¥{{ fmt(it.buyPrice||0) }} / 售 ¥{{ fmt(it.sellPrice||0) }}
总数量 {{ formTotals.qty }} 回收总价 ¥{{ fmt(formTotals.buy) }} 出售总价 ¥{{ fmt(formTotals.sell) }} 运费 ¥{{ fmt(orderForm.shippingFee||0) }} 预估净利润 ¥{{ fmt(formTotals.profit) }}

新增员工

网站设置

logo

建议正方形,≤500KB

修改密码

{{ toast.msg }}