{% extends "base.html" %} {% block title %}回访录入 - {{ customer.name or '客户' }} - 本地贷款CRM{% endblock %} {% block header_title %}回访信息录入{% endblock %} {% block content %}
📅
{{ fu.customer_name or '客户 #' ~ fu.customer_id }} {% if fu.customer_phone %}{{ fu.customer_phone }}{% endif %}
计划时间
{{ fu.planned_at[:16] if fu.planned_at else '-' }}
回访方式
{{ fu.method or '未指定' }}
回访目的
{{ fu.purpose or '未指定' }}

记录回访结果

设定下次回访
返回
{% endblock %}