From ab3bc98b58d287685e167fb6f485ca4332e1fbcb Mon Sep 17 00:00:00 2001 From: ZhaoYang <565837861@qq.com> Date: Thu, 26 Mar 2026 15:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8F=90=E4=BA=A4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=85=BD=E5=8C=BB=E8=B5=84=E8=B4=A8=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chenhai-ui/src/api/vet/qualification.js | 13 +- .../src/views/system/vet/aduit/index.vue | 507 ++++++------- chenhai-ui/src/views/vet/comments/index.vue | 16 +- chenhai-ui/src/views/vet/info/index.vue | 41 +- .../src/views/vet/notification/index.vue | 351 ++++----- .../src/views/vet/qualification/index.vue | 54 +- .../src/views/vet/syQualification/index.vue | 703 ++++++++++++++++++ 7 files changed, 1155 insertions(+), 530 deletions(-) create mode 100644 chenhai-ui/src/views/vet/syQualification/index.vue diff --git a/chenhai-ui/src/api/vet/qualification.js b/chenhai-ui/src/api/vet/qualification.js index 830e055..5934ba2 100644 --- a/chenhai-ui/src/api/vet/qualification.js +++ b/chenhai-ui/src/api/vet/qualification.js @@ -48,13 +48,24 @@ export function auditQualification(data) { } // 获取证书列表 -export function getQualificationCertificates() { +export function getQualificationCertificates(query) { return request({ url: '/vet/qualification/certificate/list', method: 'get', + params: query }) } +// 证书详情 +export function getQualificationCertificatesDetail(id) { + return request({ + url: '/vet/qualification/certificate/' + id, + method: 'get', + }) +} + + + // 获取资质类型列表 export function getQualificationTypeOptions() { return request({ diff --git a/chenhai-ui/src/views/system/vet/aduit/index.vue b/chenhai-ui/src/views/system/vet/aduit/index.vue index 6ad4761..bd784c7 100644 --- a/chenhai-ui/src/views/system/vet/aduit/index.vue +++ b/chenhai-ui/src/views/system/vet/aduit/index.vue @@ -55,8 +55,9 @@ 详情 - 审核 + 审核 @@ -68,7 +69,7 @@ + class="audit-dialog" @close="closeAuditDialog" :destroy-on-close="true"> @@ -125,7 +126,7 @@ - + @@ -138,14 +139,15 @@ - - + + - - + + + 证书列表 + @@ -199,37 +201,35 @@ - - - - - - 审核通过 - 审核不通过 - - - - - - - - - - - - + + + + + + + 资质证书统一审核 + + + + 全部审核通过 + 审核不通过 + + + + + + + +