diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue
index a58f31c..0dd8848 100644
--- a/src/views/purchase/cert/supCertAudit.vue
+++ b/src/views/purchase/cert/supCertAudit.vue
@@ -35,6 +35,13 @@
+
+
+ 未提交
+ 未审核
+ 已审核
+
+
@@ -131,6 +138,13 @@
+
+
+ 未提交
+ 未审核
+ 已审核
+
+
@@ -412,6 +426,17 @@ export default {
};
return statusMap[status];
},
+ manufacturerStatusType(passCount,failCout) {
+ const statusMap = {
+ 0: "warning",
+ 1: "success",
+ 2: "danger",
+ 6: "warning",
+ 3: "warning",
+ };
+ return statusMap[status];
+ },
+
statusFilterName(status) {
const statusMap = {
0: "禁用",
@@ -444,6 +469,7 @@ export default {
},
getList() {
this.loading = true;
+ this.filterQuery.manufacturerStatus=1;
getSupComapnys(this.filterQuery)
.then((response) => {
console.log(response)
@@ -536,6 +562,7 @@ export default {
},
getManufacturerList() {
this.manufacturerLoading = true;
+ this.filterManufacturerQuery.productStatus=1;
getCompanyList(this.filterManufacturerQuery)
.then((response) => {
this.manufacturerLoading = false;
diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue
index e2f42b4..beb66eb 100644
--- a/src/views/purchase/company/supCompanyAduditDialog.vue
+++ b/src/views/purchase/company/supCompanyAduditDialog.vue
@@ -139,6 +139,7 @@
+