From da59f8696c18dbc3295aff4db2d54f120fd94252 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 26 Dec 2025 13:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archivesManage/RFIDArchives/toLend/index.vue | 6 +++--- .../archivesList/archivesAnjuan/index.vue | 2 +- .../archivesList/archivesJuannei/index.vue | 2 +- src/views/archivesManage/archivesSearch/index.vue | 13 +++++++------ .../caseManage/caseList/module/detailDialog.vue | 4 ++-- .../outInStorage/inStorage/module/inDialog.vue | 10 +++++----- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/src/views/archivesManage/RFIDArchives/toLend/index.vue b/src/views/archivesManage/RFIDArchives/toLend/index.vue index 50d133e..9a0af03 100644 --- a/src/views/archivesManage/RFIDArchives/toLend/index.vue +++ b/src/views/archivesManage/RFIDArchives/toLend/index.vue @@ -1,7 +1,7 @@ - + @@ -174,8 +174,8 @@ export default { keywords: '', select: ['maintitle'], options: [ - { value: 'maintitle', label: '姓名' }, - { value: 'archive_no', label: '编号' } + { value: 'maintitle', label: '题名' }, + { value: 'archive_no', label: '档号' } // { value: 'responsibleby', label: '责任者' }, // { value: 'doc_no', label: '发文字号' }, // { value: 'record_type', label: '文种' }, @@ -537,7 +537,8 @@ export default { }, // 借阅 handleLending() { - const index = this.selections.findIndex((item) => item.is_storage === 0 || item.is_storage === '' || item.is_storage === 1) + console.log('selections', this.selections) + const index = this.selections.findIndex((item) => item.is_storage === 0 || item.is_storage === null || item.is_storage === '' || item.is_storage === 1) const index2 = this.selections.findIndex((item) => item.is_borrow === 3) const index3 = this.selections.findIndex((item) => item.is_storage === 3) if (index !== -1) { diff --git a/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue b/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue index 6ddee8b..c7a089f 100644 --- a/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue +++ b/src/views/archivesManage/caseManage/caseList/module/detailDialog.vue @@ -24,7 +24,6 @@ -