From eb3c677d70395c02a20a287a8f78f78f988fae1b Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 19 Sep 2025 13:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E4=BA=A4=E7=94=B3=E8=AF=B7=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/filesTransfer/apply.js | 9 + src/router/index.js | 2 +- src/views/filesTransfer/apply/detail-data.vue | 406 +++++++++++++++++- .../filesTransfer/apply/prop/applyForm.vue | 99 +++-- 4 files changed, 478 insertions(+), 38 deletions(-) diff --git a/src/api/filesTransfer/apply.js b/src/api/filesTransfer/apply.js index 839675a..5d050fc 100644 --- a/src/api/filesTransfer/apply.js +++ b/src/api/filesTransfer/apply.js @@ -52,4 +52,13 @@ export function getFileManageTreeApi(params) { method: 'get', params:params, }) +} + +// 获取移交档案文件 +export function getTransferApplyFilesApi(params) { + return request({ + url: '/smartArchives/transferApply/getTransferApplyFiles', + method: 'get', + params:params, + }) } \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 5caa8f9..9959398 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -188,7 +188,7 @@ export const dynamicRoutes = [ path: 'index', component: () => import('@/views/filesTransfer/apply/detail-data'), name: 'DetailData', - meta: { title: '档案移交申请详情', activeMenu: '/filesTransfer/apply', noCache: true } + meta: { title: '档案移交申请详情', activeMenu: '/archivesManagement/filesTransfer/apply', noCache: true } } ] } diff --git a/src/views/filesTransfer/apply/detail-data.vue b/src/views/filesTransfer/apply/detail-data.vue index 3972f0e..f689b0b 100644 --- a/src/views/filesTransfer/apply/detail-data.vue +++ b/src/views/filesTransfer/apply/detail-data.vue @@ -1,16 +1,418 @@ + \ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/filesTransfer/apply/prop/applyForm.vue b/src/views/filesTransfer/apply/prop/applyForm.vue index 414a4a8..3337a42 100644 --- a/src/views/filesTransfer/apply/prop/applyForm.vue +++ b/src/views/filesTransfer/apply/prop/applyForm.vue @@ -5,14 +5,15 @@
- +
- 选择 + 选择
@@ -21,14 +22,14 @@ {{ scope.$index + 1 }} - + - + @@ -38,11 +39,7 @@ @@ -52,16 +49,9 @@
- +
@@ -70,8 +60,8 @@ 确认 - +