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() {