From 80759a7b61cfa08491ba0b1d12e308db3837f5d0 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sat, 18 Mar 2023 14:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E7=8A=B6=E6=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../company/supCompanyAduditDialog.vue | 33 ++++++++++++++----- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue index 67c950f..4ad3fee 100644 --- a/src/views/purchase/company/supCompanyAduditDialog.vue +++ b/src/views/purchase/company/supCompanyAduditDialog.vue @@ -321,10 +321,10 @@ - - - - + + + + @@ -345,7 +345,7 @@ - +
结果备注: @@ -358,8 +358,8 @@ @@ -498,6 +498,8 @@ export default { certTypeMap: { 1: '身份证' }, + + confirmStatus: null, selectLocalVisible: false, productQuery: { ylqxzcrbarmc: "", @@ -797,7 +799,22 @@ export default { .catch(() => { this.roleList = null; }); - } + }, + confirm() { + if (this.confirmStatus == null) { + this.$message.error("请选择确认状态"); + return; + } + + if (this.confirmStatus == 1) { + this.passAuditCert(); + } else if (this.confirmStatus == 2) { + this.rejectAuditCert(); + } + }, + cancel() { + this.certAuditVisible = false; + }, }, filters: { statusFilterType(status) {