From e47ef51771cf093b6d527b3069947adeaaf1ea2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Mon, 27 Mar 2023 15:15:10 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E8=B4=A8=E5=AE=A1=E6=A0=B8=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E4=B8=8B=E7=BA=A7=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/purchase/cert/supCertAudit.vue | 27 +++++++++++++++++++
.../company/supCompanyAduditDialog.vue | 1 +
2 files changed, 28 insertions(+)
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 @@
+