From 236337ef63f9967badb644a8ffa16279fcf47290 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 11 Dec 2025 17:58:38 +0800 Subject: [PATCH] =?UTF-8?q?app=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/certificateExamCenter/index.js | 12 ++ .../certificateApply/applyAdd.vue | 35 +++++- .../certificateApply/applyDetail.vue | 18 ++- .../certificateApply/index.vue | 8 +- .../certificateExam/examDetail.vue | 16 ++- .../certificateExam/examView.vue | 18 ++- .../certificateExam/index.vue | 10 +- .../certificateInfo/certificateDetail.vue | 13 +- .../certificateInfo/index.vue | 114 +++++++++++++----- .../certificateInfo/verificationDetail.vue | 2 +- .../certificatePersonalInfo/detail.vue | 13 +- .../certificatePersonalInfo/index.vue | 4 +- .../verificationDetail.vue | 2 +- static/images/system/dataStatus1.png | Bin 0 -> 6842 bytes static/images/system/dataStatus2.png | Bin 0 -> 6299 bytes 15 files changed, 194 insertions(+), 71 deletions(-) create mode 100644 static/images/system/dataStatus1.png create mode 100644 static/images/system/dataStatus2.png diff --git a/api/certificateExamCenter/index.js b/api/certificateExamCenter/index.js index dd32565..f040a57 100644 --- a/api/certificateExamCenter/index.js +++ b/api/certificateExamCenter/index.js @@ -75,6 +75,18 @@ export function revokeCertificateApplyApi(data) { params:data }) } + + /** + * @data 证件列表 + */ + export function deviceListApi(data) { + return request({ + url: '/certificate/certificate_returnmanage/certificateSave/devicelist', + method: 'get', + params:data + }) + } + /** * @data 证件申请-审核 diff --git a/pages/certificateExamCenter/certificateApply/applyAdd.vue b/pages/certificateExamCenter/certificateApply/applyAdd.vue index de5c687..de3cbdf 100644 --- a/pages/certificateExamCenter/certificateApply/applyAdd.vue +++ b/pages/certificateExamCenter/certificateApply/applyAdd.vue @@ -10,6 +10,11 @@ 证件编号* + + 证件柜* + + + 证件用途* @@ -30,7 +35,7 @@ 计划回国(境)日期* - + 允许他人代办* @@ -91,7 +96,7 @@