From 238b8571b578c4333505e19f16cf2c4de4de6c94 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Wed, 22 Mar 2023 17:31:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/IoSupAduitOrder.vue | 2 +-
src/views/purchase/cert/supCertAudit.vue | 3 ++-
src/views/supplier/products/supProductsAddDi.vue | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/inout/IoSupAduitOrder.vue b/src/views/inout/IoSupAduitOrder.vue
index f135049..0e8ec28 100644
--- a/src/views/inout/IoSupAduitOrder.vue
+++ b/src/views/inout/IoSupAduitOrder.vue
@@ -524,7 +524,7 @@ export default {
this.filterQuery = {
id: "",
billNo: null,
- statusType: "audited",
+ statusType: "checkSuccess",
mainAction: null,
action: null,
page: 1,
diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue
index fd23575..70a3781 100644
--- a/src/views/purchase/cert/supCertAudit.vue
+++ b/src/views/purchase/cert/supCertAudit.vue
@@ -513,7 +513,8 @@ export default {
this.getManufacturerList();
},
onManufacturerSubmit() {
- this.onManufacturerReset();
+ //this.onManufacturerReset();
+ this.getManufacturerList();
this.addInfoVisible=false;
},
hideSearch2() {
diff --git a/src/views/supplier/products/supProductsAddDi.vue b/src/views/supplier/products/supProductsAddDi.vue
index e989528..a7b2375 100644
--- a/src/views/supplier/products/supProductsAddDi.vue
+++ b/src/views/supplier/products/supProductsAddDi.vue
@@ -57,9 +57,9 @@
-
+
-
+
{{ checkMap[scope.row.status] }}