资料导入向导 当前支持 `.txt`、`.md`、`.pdf` 和 `.docx`。上传成功后即可回到文件中心执行解析与入库。 {% csrf_token %} {{ form.scenario_id.label_tag }} {{ form.scenario_id }} {% if form.scenario_id.errors %} {{ form.scenario_id.errors|join:" " }} {% endif %} {{ form.file.label_tag }} {{ form.file }} {% if form.file.errors %} {{ form.file.errors|join:" " }} {% endif %} {% if form.errors %} {{ form.errors }} {% endif %} 确认导入 返回文件中心
上传前检查清单 用业务语言告诉演示对象,平台并不是“随便上传,随便搜”。 {% for item in upload_checks %} {{ item }} {% endfor %} 建议先导入监管信息目录、申请表、说明书、产品列表和公告附件包,再进入完整性检查场景。