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 @@ 确认 - +