From b6eb7e144ddcab5a32dc84ea6c183a4fbf940c09 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Mon, 24 Jul 2023 17:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E9=9B=86=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/blukEditing/index.vue | 188 +++++++ .../module/bulkImport/index.vue | 208 ++++++++ .../module/collectHeader.vue | 499 ++---------------- .../module/fileNumberAdjustment/index.vue | 51 ++ .../module/uploadOriginal/index.vue | 226 ++++++++ 5 files changed, 706 insertions(+), 466 deletions(-) create mode 100644 src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue create mode 100644 src/views/collectReorganizi/collectionLibrary/module/bulkImport/index.vue create mode 100644 src/views/collectReorganizi/collectionLibrary/module/fileNumberAdjustment/index.vue create mode 100644 src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/index.vue diff --git a/src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue b/src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue new file mode 100644 index 0000000..7209e34 --- /dev/null +++ b/src/views/collectReorganizi/collectionLibrary/module/blukEditing/index.vue @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/collectReorganizi/collectionLibrary/module/bulkImport/index.vue b/src/views/collectReorganizi/collectionLibrary/module/bulkImport/index.vue new file mode 100644 index 0000000..243f46b --- /dev/null +++ b/src/views/collectReorganizi/collectionLibrary/module/bulkImport/index.vue @@ -0,0 +1,208 @@ + + + + + + 下载模板 + 文书档案(案卷) + + + 上传导入 + + + + + 选择文件 + + + + {{ item.name }} + + + + + + + + + + + + + + 上传并导入 + + + + + 注意事项 + 模板中第一行为表单字段名称,从第二行开始填写需要导入的数据。 + 数据之间不能有空行。(若存在空行,仅会导入空行以上的数据) + + + + + + + + diff --git a/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue b/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue index d6e9fd1..5a47678 100644 --- a/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue +++ b/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue @@ -36,10 +36,10 @@ 整理 - 批量导入 + 批量导入 批量修改 - 档案调整 + 档案调整 档号更新 卷内档号更新 @@ -120,164 +120,27 @@ - - - - - - - - {{ item.name }} - - - - - 点击上传 - - - 上传限制文件大小:最大10GB/个 - - - - - - - - - - - - - - - - - - 成功 {{ scope.row.successNumber }} 条; 失败 {{ scope.row.failNumber }} 条 - - - - - - - - - + + - - - - 下载模板 - 文书档案(案卷) - - - 上传导入 - - - - - 选择文件 - - - - {{ item.name }} - - - - - - - - - - - - - - 上传并导入 - - - - - 注意事项 - 模板中第一行为表单字段名称,从第二行开始填写需要导入的数据。 - 数据之间不能有空行。(若存在空行,仅会导入空行以上的数据) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/src/views/collectReorganizi/collectionLibrary/module/fileNumberAdjustment/index.vue b/src/views/collectReorganizi/collectionLibrary/module/fileNumberAdjustment/index.vue new file mode 100644 index 0000000..d94fad5 --- /dev/null +++ b/src/views/collectReorganizi/collectionLibrary/module/fileNumberAdjustment/index.vue @@ -0,0 +1,51 @@ + + + + + + + 您未勾选条目,否则直接选择所有条目 + 你是否还要继续? + + + + + + + + + + + + + + diff --git a/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/index.vue b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/index.vue new file mode 100644 index 0000000..4d1b383 --- /dev/null +++ b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/index.vue @@ -0,0 +1,226 @@ + + + + + + + + + + {{ item.name }} + + + + + 点击上传 + + + 上传限制文件大小:最大10GB/个 + + + + + + + + + + + + + + + + + + 成功 {{ scope.row.successNumber }} 条; 失败 {{ scope.row.failNumber }} 条 + + + + + + + + + + + + + +
注意事项
您未勾选条目,否则直接选择所有条目