按产品名称管理资料包,并查看会话绑定、目录概览和待复核状态。
支持按产品名称定位资料包,并跳转到关联会话。
资料包与会话一一绑定,会话标题默认采用解析后的产品名称。
| 批次号 | 产品名称 | 会话 | 文件数 | 页数 | 状态 | 最近导出 | 章节点概览 |
|---|---|---|---|---|---|---|---|
| {{ batch.batch_id }} | {{ batch.product_name|default:"未识别产品名称" }} | {% if batch.conversation_id %} 查看对话 {{ batch.conversation_id }} {% else %} 尚未绑定 {% endif %} | {{ batch.file_count }} | {{ batch.page_count }} | {{ batch.get_import_status_display_text }} |
{% if latest_export %}
{{ latest_export.file_name }}
{{ latest_export.export_mode }} / {{ latest_export.template_version|default:"-" }}
{% else %}
暂无导出记录
{% endif %}
|
{% if batch.chapter_summary %}
{% for chapter in batch.chapter_summary %}
{{ chapter.chapter_code }} / {{ chapter.document_count }} 份
{% endfor %}
{% else %}
暂无目录汇总
{% endif %}
|
| 暂无资料包,请先导入申报资料。 | |||||||
只保留需要处理的异常。
保留文件明细,便于说明目录识别、页数统计和异常定位。
| 文件名 | 批次 | 场景 | 章节点 | 类型 | 大小 | 状态 | 操作与备注 |
|---|---|---|---|---|---|---|---|
| {{ document.original_name }} | {{ document.batch.batch_id|default:"-" }} | {{ document.scenario_id }} | {{ document.chapter_code|default:"待识别" }} | {{ document.file_type }} | {{ document.size }} | {{ document.get_status_display_text }} |
{% if document.status != "indexed" %}
{% else %}
已可参与检索与审核
{% endif %}
{% if document.error_message %}
{{ document.error_message }}
{% endif %}
上传时间:{{ document.created_at|date:"Y-m-d H:i" }}
|
| 暂无文件,请先导入申报资料或法规原文。 | |||||||