From 6f2085f14d67e80fa8e3f7e8fdf184bdf8ddf408 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 19 Mar 2025 17:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96/=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ai/ai.js | 9 +- src/assets/styles/archives-manage.scss | 1 + .../caseManage/caseList/index.vue | 6 +- .../inventoryCheck/module/checkDetail.vue | 2 +- .../inventoryCheck/module/form.vue | 2 +- .../managementLibrary/anjuan/tableList.vue | 53 +- .../managementLibrary/index.vue | 3 + .../managementLibrary/juannei/index.vue | 38 +- .../managementLibrary/mixins/index.js | 31 +- .../module/fourTestInfo/index.vue | 5 + .../module/handleInfo/index.vue | 4 + .../module/packingBox/index.vue | 6 +- .../managementLibrary/project/index.vue | 40 +- .../collectionLibrary/anjuan/tableList.vue | 53 +- .../collectionLibrary/file/index.vue | 16 +- .../collectionLibrary/index.vue | 9 +- .../collectionLibrary/juannei/index.vue | 52 +- .../collectionLibrary/mixins/index.js | 126 ++++- .../module/archivesFilling/index.vue | 13 +- .../module/archivesInfo/index.vue | 1 + .../module/blukEditing/index.vue | 6 +- .../module/bulkImport/index.vue | 9 +- .../module/collectHeader.vue | 511 +++++++++--------- .../module/collectMoveFile/index.vue | 5 +- .../module/combineFile/index.vue | 5 +- .../module/fileSeqAdjustment/index.vue | 5 +- .../module/fourTest/index.vue | 10 +- .../module/fourTestInfo/index.vue | 8 +- .../module/handleInfo/index.vue | 8 +- .../module/insertFile/index.vue | 5 +- .../module/markInfo/index.vue | 20 +- .../module/packingBox/index.vue | 63 ++- .../module/quickPaper/index.vue | 7 +- .../collectionLibrary/project/index.vue | 54 +- src/views/components/category/PreviewForm.vue | 43 +- src/views/storeManage/levelManage/index.vue | 2 +- .../tagManage/bindTagList/index.vue | 2 +- .../storeManage/tagManage/tagLog/index.vue | 2 +- 38 files changed, 824 insertions(+), 411 deletions(-) diff --git a/src/api/ai/ai.js b/src/api/ai/ai.js index 5385366..d030deb 100644 --- a/src/api/ai/ai.js +++ b/src/api/ai/ai.js @@ -1,6 +1,13 @@ import request from '@/utils/request' import qs from 'qs' +export function FetchInitAssistEnter(params) { + return request({ + url: 'api/ai/initAssistEnter' + '?' + qs.stringify(params, { indices: false }), + method: 'get' + }) +} + // AI辅助著录预生成档案 export function FetchDoHandleEnterAnalysis(params) { return request({ @@ -44,4 +51,4 @@ export function FetchInitShowByCategory(params) { }) } -export default { FetchDoHandleEnterAnalysis, FetchInitAssistEnterTemp, FetchDelAssistEnter, FetchHandleEnterAnalysis, FetchInitShowByCategory } +export default { FetchInitAssistEnter, FetchDoHandleEnterAnalysis, FetchInitAssistEnterTemp, FetchDelAssistEnter, FetchHandleEnterAnalysis, FetchInitShowByCategory } diff --git a/src/assets/styles/archives-manage.scss b/src/assets/styles/archives-manage.scss index 80aa298..0f5cf2d 100644 --- a/src/assets/styles/archives-manage.scss +++ b/src/assets/styles/archives-manage.scss @@ -176,6 +176,7 @@ .upload-file{ position: relative; z-index: 1001; + overflow: hidden; .upload-curd{ display: flex; flex-direction: row; diff --git a/src/views/archiveKeeping/caseManage/caseList/index.vue b/src/views/archiveKeeping/caseManage/caseList/index.vue index 3533725..6111b12 100644 --- a/src/views/archiveKeeping/caseManage/caseList/index.vue +++ b/src/views/archiveKeeping/caseManage/caseList/index.vue @@ -92,9 +92,9 @@ - + - +