From eeaac5e565e37926eeecd8673a62516dbb78ed52 Mon Sep 17 00:00:00 2001
From: 1178634255 <1178634255@qq.com>
Date: Thu, 29 Jun 2023 11:35:23 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E8=B5=84=E8=B4=A8=E5=AE=A1?=
=?UTF-8?q?=E6=A0=B8=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0=E5=A4=87=E4=BB=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/purchase/cert/supCertAudit.vue | 4 +-
.../company/supCompanyAduditDialog.vue | 153 +++++++++---------
2 files changed, 79 insertions(+), 78 deletions(-)
diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue
index e096b22..41b9ff6 100644
--- a/src/views/purchase/cert/supCertAudit.vue
+++ b/src/views/purchase/cert/supCertAudit.vue
@@ -35,12 +35,12 @@
-
+
-
+
{{ checkFlag[scope.row.checkStatus] }}
diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue
index aaa5c46..3c97f88 100644
--- a/src/views/purchase/company/supCompanyAduditDialog.vue
+++ b/src/views/purchase/company/supCompanyAduditDialog.vue
@@ -52,37 +52,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -90,40 +78,54 @@
-
+
-
+
-
-
-
-
-
- {{ item.roleName }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -164,12 +166,11 @@
- 打印
- 编辑
-
- 撤回
+
+ 预览
@@ -787,32 +788,32 @@ export default {
}
},
- revoke(inputQuery) {
-
- this.$confirm("是否确定撤回证书状态至未确认?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- }).then(() => {
- this.certLoading = true;
- inputQuery.auditStatus = 6
- revokeSupCert(inputQuery)
- .then((response) => {
- this.certLoading = false;
- if (response.code === 20000) {
- this.getCompanyCertList();
- } else {
- this.$message.error(response.message);
- }
- })
- .catch(() => {
- this.certLoading = false;
- });
- }).catch(() => {
- });
-
-
- },
+ // revoke(inputQuery) {
+ //
+ // this.$confirm("是否确定撤回证书状态至未确认?", "提示", {
+ // confirmButtonText: "确定",
+ // cancelButtonText: "取消",
+ // type: "warning",
+ // }).then(() => {
+ // this.certLoading = true;
+ // inputQuery.auditStatus = 6
+ // revokeSupCert(inputQuery)
+ // .then((response) => {
+ // this.certLoading = false;
+ // if (response.code === 20000) {
+ // this.getCompanyCertList();
+ // } else {
+ // this.$message.error(response.message);
+ // }
+ // })
+ // .catch(() => {
+ // this.certLoading = false;
+ // });
+ // }).catch(() => {
+ // });
+ //
+ //
+ // },
cancel() {