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] }}