{% if tab.form_type == 'ka' %}{{r.ka_chain or '-'}}{% if r.cust_name %} · {{r.cust_name}}{% endif %}{% else %}{{r.cust_name or '-'}}{% endif %} ({{r.cust_province}} {{r.cust_city}}){{r.period}}
{{r.staff.name if r.staff}} · {{r.staff.phone if r.staff}} · {{r.created_at.strftime('%Y-%m-%d %H:%M') if r.created_at}}
{% if tab.form_type == 'ka' %}已陈列产品:{{r.displayed_products or '-'}}{% else %}拜访:{{r.visit_purpose or '-'}} · {{r.product_name or '-'}} · {{r.visit_content or '-'}}{% endif %}
{{tab.door}}
{{tab.office}}
{% if r.status=='pending' %}
{% else %}
{% if r.status=='approved'%}已通过 +{{r.points_earned}}分{% else %}已驳回:{{r.reject_reason or '-'}}{% endif %}