{% extends "cms/materialpro/base.html" %} {% block extra_css %} {% endblock %} {% block content %}
杭州艾瑞浮环保科技有限公司 · CMS 管理后台
页面总数
待处理需求
媒体文件
注册客户
| # | 公司名称 | 联系人 | 行业类型 | 电话 | 状态 | 提交时间 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ inq.id }} | {{ inq.company or '-' }} | {{ inq.contact_name or '-' }} | {{ inq.industry }} | {{ inq.phone or '-' }} | {% if inq.status == 'pending' %} 待处理 {% elif inq.status == 'processing' %} 处理中 {% elif inq.status == 'quoted' %} 已报价 {% elif inq.status == 'won' %} 已成交 {% else %} {{ inq.status }} {% endif %} | {{ inq.created_at[:16] if inq.created_at else '-' }} | |
| 暂无数据 · 查看前台询价表单 | |||||||