From f79c81be2d70f014dbd4155485fd3f3c41c713cd Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 19 Oct 2023 17:12:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=88=90=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prearchiveLibrary/prearchiveLibrary.js | 11 +- src/views/prearchiveLibrary/index.vue | 5 +- .../prearchiveLibrary/module/batchFile.vue | 197 +++++++++++++++--- src/views/prearchiveLibrary/module/scope.vue | 9 +- src/views/system/fieldCorresManage/index.vue | 15 +- 5 files changed, 191 insertions(+), 46 deletions(-) diff --git a/src/api/prearchiveLibrary/prearchiveLibrary.js b/src/api/prearchiveLibrary/prearchiveLibrary.js index ee5fb4b..7b0d119 100644 --- a/src/api/prearchiveLibrary/prearchiveLibrary.js +++ b/src/api/prearchiveLibrary/prearchiveLibrary.js @@ -56,4 +56,13 @@ export function FetchReDoeditIsRepeat(params) { }) } -export default { add, prearchEdit, del, FetchInitPreDocument, FetchInitDocumentsViewTable, FetchDoeditDocument } +// 批量成件 +export function FetchBatchToFile(data) { + return request({ + url: 'api/re-document/batchToFile', + method: 'post', + data + }) +} + +export default { add, prearchEdit, del, FetchInitPreDocument, FetchInitDocumentsViewTable, FetchDoeditDocument, FetchBatchToFile } diff --git a/src/views/prearchiveLibrary/index.vue b/src/views/prearchiveLibrary/index.vue index 1453946..5191dde 100644 --- a/src/views/prearchiveLibrary/index.vue +++ b/src/views/prearchiveLibrary/index.vue @@ -28,8 +28,8 @@ @@ -311,7 +311,6 @@ export default { }).catch(() => { }) }, - handleBatch() { this.$refs.batchForm.batchVisible = true }, diff --git a/src/views/prearchiveLibrary/module/batchFile.vue b/src/views/prearchiveLibrary/module/batchFile.vue index af876d0..9e635f8 100644 --- a/src/views/prearchiveLibrary/module/batchFile.vue +++ b/src/views/prearchiveLibrary/module/batchFile.vue @@ -44,7 +44,7 @@
- + 源分类(文件库-文件表)

{{ form.documentName }}
-
+
请选择 @@ -82,10 +82,18 @@

目标门类(整理库/管理库-文件表)

{{ selectedCategoryName }}
-
-
-

{{ item.categoryFieldId.fieldCnName }}

-
{{ item.categoryFieldId.isInput ? '显示': '隐藏' }}
+
+
+
+

{{ item.categoryFieldId.fieldCnName }}

+
{{ item.categoryFieldId.isInput ? '显示': '隐藏' }}
+
+
+
+
+

{{ item.fieldCnName }}

+
{{ item.isInput ? '显示': '隐藏' }}
+
@@ -93,7 +101,7 @@
@@ -103,11 +111,12 @@