修达达 工程师端

登录后即可接单、管理订单与收入

忘记密码?

{{ avatarText }}
{{ profile? (profile.real_name||profile.account) : '工程师' }}
{{ workOn ? '接单中 · 随时接新单' : '休息中 · 暂不派单' }}
{{ workOn?'🟢 接单中':'⚪ 休息中' }} 后台管理
{{ dash('order_today') }}
今日接单
¥{{ dash('income_today') }}
今日收入
{{ dash('score_avg') }}
综合评分
{{ dash('pending_count') }}
待处理订单
¥{{ dash('balance') }}
钱包余额
常用功能
📋接单池{{poolBadge}}
🔧进行中{{doingBadge}}
💰收入明细
客户评价
🏦我的钱包
👤个人资料

订单管理

↻ 刷新
{{ o.service_title||'服务' }}¥{{ o.total_yuan||'0.00' }}
{{ o.address || '地址未填写' }}
🕒 {{ o.appoint_at || '尽快上门' }}
🎉 暂无新接单任务,喝口水休息一下~
{{ o.service_title||'服务' }}
{{ o.contact_name||'客户' }} · {{ o.contact_mobile||'' }}
🕒 {{ o.appoint_at || '尽快上门' }}
¥{{ o.total_yuan||'0.00' }}{{ o.order_sn }}
暂无相关订单
{{ avatarText }}
{{ profile?(profile.real_name||profile.account):'工程师' }}
账号:{{ profile?profile.account:'-' }}
¥{{ dash('balance') }}
钱包余额
¥{{ dash('income_total') }}
累计收入
{{ dash('order_total') }}
完成单
👤 个人资料
🏦 我的钱包
💰 收入明细
⭐ 客户评价
📑 提现记录
🔑 修改密码
退出登录
‹ 返回

订单详情

{{ subData.order_sn }}

状态
客户{{ esc(subData.contact_name) }} · {{ esc(subData.contact_mobile) }}
地址{{ esc(subData.address || '-') }}
预约{{ subData.appoint_at || '尽快' }}
合计{{ yuan(subData.order_total_yuan) }}(含调整 {{ yuan(subData.adjust_price_yuan) }})
实付{{ yuan(subData.pay_amount_yuan) }}
备注{{ esc(subData.remark) }}
维修说明{{ esc(subData.staff_note) }}
订金{{ yuan(subData.deposit_amount_yuan) }}
维修方式带走维修{{ subData.returned_at ? '(已送回 ' + subData.returned_at + ')' : '(设备在修)' }}上门维修

服务明细

{{ esc(it.item_title) }} {{ it.quantity }} × {{ yuan(it.unit_price_yuan) }} = {{ yuan(it.subtotal_yuan) }}

操作记录

  • {{ esc(l.remark || l.to_text) }}
    {{ l.created_at }}

客户评价

评分{{ '★'.repeat(subData.comment.score) }}{{ '☆'.repeat(5-subData.comment.score) }}
评价{{ esc(subData.comment.content || '-') }}
回复{{ esc(subData.comment.reply) }}
‹ 返回

提交完工

‹ 返回

修改价格

‹ 返回

修改预约

‹ 返回

维修备注

‹ 返回

收取订金

订金支付成功后订单继续履约,完工结算时自动抵扣尾款。

‹ 返回

收入明细

¥{{ incomeWeek }}
本周
¥{{ incomeMonth }}
本月
¥{{ incomeTotal }}
累计
{{ esc(w.remark || '收入') }}{{ w.change_yuan > 0 ? '+' : '' }}{{ yuan(w.change_yuan) }}
{{ w.created_at }} · 余额 {{ yuan(w.balance_yuan) }}
暂无收入记录
‹ 返回

我的钱包

可用余额(元)

¥{{ wallet ? wallet.balance_yuan || '0.00' : '-' }}
冻结¥{{ wallet ? wallet.frozen_yuan || '0.00' : '-' }}
累计收入¥{{ wallet ? wallet.total_yuan || '0.00' : '-' }}
‹ 返回

提现记录

{{ w.withdraw_sn }}
{{ yuan(w.amount_yuan) }}{{ w.created_at }}
备注:{{ esc(w.remark) }}
暂无提现记录
‹ 返回

客户评价

{{ commentStats.avg }}
平均评分
{{ commentStats.total }}
评价数
{{ esc(c.service_title || '-') }}{{ '★'.repeat(c.score||5) }}
订单 {{ esc(c.order_sn) }}
{{ esc(c.content || '') }}
回复:{{ esc(c.reply) }}
{{ c.created_at }}
暂无评价
‹ 返回

个人资料

账号信息
账号{{ profile ? esc(profile.account) : '-' }}
完成单数{{ profile ? profile.order_count : '-' }}
评分{{ profile && profile.score_count ? (profile.score_total/profile.score_count).toFixed(1) : '5.0' }}({{ profile ? profile.score_count : 0 }} 次)
‹ 返回

修改密码

‹ 返回

重置密码

{{ toast.msg }}