From c9b2f8146ad844d42edef07bf152456554a61d20 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 27 Sep 2024 16:58:16 +0800 Subject: [PATCH] =?UTF-8?q?page=E5=88=86=E9=A1=B5/=E5=9B=9B=E6=80=A7?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/collect/collect.js | 20 + .../caseManage/caseList/index.vue | 7 +- .../caseManage/caseLog/index.vue | 7 +- .../pendingInArchive/anjuan/tableList.vue | 7 +- .../inStorage/pendingInArchive/file/index.vue | 7 +- .../pendingInArchive/juannei/index.vue | 7 +- .../pendingInArchive/project/index.vue | 7 +- .../inStorage/pendingInCase/index.vue | 7 +- .../tidManage/tidList/index.vue | 7 +- .../archiveKeeping/tidManage/tidLog/index.vue | 7 +- .../managementLibrary/anjuan/tableList.vue | 7 +- .../managementLibrary/file/index.vue | 7 +- .../managementLibrary/juannei/index.vue | 7 +- .../managementLibrary/project/index.vue | 7 +- .../collectionLibrary/anjuan/tableList.vue | 7 +- .../collectionLibrary/file/index.vue | 7 +- .../collectionLibrary/juannei/index.vue | 7 +- .../module/archivesInfo/index.vue | 20 +- .../module/collectHeader.vue | 3 + .../module/fourTest/index.vue | 110 +++-- .../module/fourTestInfo/index.vue | 80 ++-- .../collectionLibrary/project/index.vue | 7 +- src/views/fourTestReport/index.vue | 447 +++++++++++++++++- 23 files changed, 690 insertions(+), 109 deletions(-) diff --git a/src/api/collect/collect.js b/src/api/collect/collect.js index fcb0e4b..555bb4c 100644 --- a/src/api/collect/collect.js +++ b/src/api/collect/collect.js @@ -232,6 +232,24 @@ export function FetchFourCheck(data) { }) } +// 根据档案获取四性检测记录列表 +export function FetchFourCheckRecord(params) { + return request({ + url: 'api/collect/getFourCheckRecord', + method: 'get', + params + }) +} + +// 根据检测单id获取四性检测记录 +export function FetchFourCheckRecordTreeByReportId(params) { + return request({ + url: 'api/collect/getFourCheckRecordTreeByReportId', + method: 'get', + params + }) +} + // 彻底删除档案 export function FetchCompleteDelArchives(data) { return request({ @@ -319,6 +337,8 @@ export default { FetchReturnReDocument, FetchPreFastToArchives, FetchFourCheck, + FetchFourCheckRecord, + FetchFourCheckRecordTreeByReportId, FetchBecomeDocumentConfirm, FetchCompleteDelArchives, FetchRestoreArchives, diff --git a/src/views/archiveKeeping/caseManage/caseList/index.vue b/src/views/archiveKeeping/caseManage/caseList/index.vue index 4f67092..3533725 100644 --- a/src/views/archiveKeeping/caseManage/caseList/index.vue +++ b/src/views/archiveKeeping/caseManage/caseList/index.vue @@ -73,7 +73,12 @@ @selection-change="crud.selectionChangeHandler" > - + + + +