| ID | 客户 | 电话 | 渠道 | 状态 | 跟单 | 设计师 | 面积 | 时间 | 操作 |
|---|---|---|---|---|---|---|---|---|---|
| {{c.id}} | {{c.customer_name}} | {{c.customer_phone}} | {{c.channel_name||'-'}} | {{statusLabel(c.status)}} | {{c.follower_name||'-'}} | {{c.designer_name||'-'}} | {{c.house_area||'-'}}㎡ | {{fmtDate(c.created_at)}} |
| ID | 客户 | 类型 | 接收人 | 状态 | 接单时间 | 创建 | 操作 |
|---|---|---|---|---|---|---|---|
| {{d.id}} | {{d.customer_name}} | {{typeLabel(d.dispatch_type)}} | {{d.to_user_name||d.to_userid}} | {{dispatchStatusLabel(d.status)}} | {{fmtDate(d.accept_time)}} | {{fmtDate(d.created_at)}} |
| ID | 合同编号 | 客户 | 类型 | 设计金额 | 施工金额 | 总金额 | 已付 | 签约日 | 状态 |
|---|---|---|---|---|---|---|---|---|---|
| {{ct.id}} | {{ct.contract_no||'合同#'+ct.id}} | {{ct.customer_name}} | {{contractTypeLabel(ct.contract_type)}} | ¥{{fmtNum(ct.design_amount)}} | ¥{{fmtNum(ct.construction_amount)}} | ¥{{fmtNum(ct.total_amount)}} | ¥{{fmtNum(ct.paid_amount)}} | {{ct.sign_date||'-'}} | {{contractStatusLabel(ct.contract_status)}} |
| 部门 | 渠道 | 线索 | 无效 | 有效 | 量房 | 量房率 | 一谈 | 一谈率 | 二谈 | 二谈率 | 失单 | 失单率 | 签单 | 签单额 | 签单率 | 撞单 | 在谈 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{d.dept_name}} | {{d.channel_name}} | {{d.lead_count}} | {{d.invalid_count}} | {{d.valid_accept_count}} | {{d.measured_count}} | {{d.measure_rate}}% | {{d.first_talk_count}} | {{d.first_talk_rate}}% | {{d.second_talk_count}} | {{d.second_talk_rate}}% | {{d.lost_count}} | {{d.lost_rate}}% | {{d.sign_count}} | ¥{{fmtNum(d.sign_amount)}} | {{d.sign_rate}}% | {{d.collision_count}} | {{d.remaining_negotiating}} |
| 部门 | 渠道 | 人员 | 接单 | 无效 | 有效 | 量后无效 | 量房 | 量房率 | 一谈 | 一谈率 | 二谈 | 二谈率 | 失单 | 失单率 | 签单 | 签单额 | 签单率 | 撞单 | 在谈 | 完成比 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{d.dept_name}} | {{d.channel_name}} | {{d.staff_name||'-'}} | {{d.accept_count}} | {{d.invalid_accept_count}} | {{d.valid_accept_count}} | {{d.invalid_after_measure}} | {{d.measured_count}} | {{d.measure_rate}}% | {{d.first_talk_count}} | {{d.first_talk_rate}}% | {{d.second_talk_count}} | {{d.second_talk_rate}}% | {{d.lost_count}} | {{d.lost_rate}}% | {{d.sign_count}} | ¥{{fmtNum(d.sign_amount)}} | {{d.sign_rate}}% | {{d.collision_count}} | {{d.negotiating_count}} | {{d.completion_rate}}% |