diff --git a/src/views/purchase/supCertAddDialog.vue b/src/views/purchase/supCertAddDialog.vue
index 55705bd..1b198cf 100644
--- a/src/views/purchase/supCertAddDialog.vue
+++ b/src/views/purchase/supCertAddDialog.vue
@@ -88,8 +88,8 @@
-
-
+
+
diff --git a/src/views/purchase/supCertificationAdd.vue b/src/views/purchase/supCertificationAdd.vue
index 8930439..d49d951 100644
--- a/src/views/purchase/supCertificationAdd.vue
+++ b/src/views/purchase/supCertificationAdd.vue
@@ -184,6 +184,7 @@
删除
+
+
+ {{ supStatus[scope.row.status] }}
+
+
@@ -355,6 +360,10 @@ export default {
3: "变更未审核",
6: "未审核",
},
+ supStatus: {
+ 0: "有效",
+ 1: "失效",
+ },
certAuditVisible: false,
currentAudit: {},
};
diff --git a/src/views/purchase/supManufacturerEditDialog.vue b/src/views/purchase/supManufacturerEditDialog.vue
index 203e5fa..e1de3c7 100644
--- a/src/views/purchase/supManufacturerEditDialog.vue
+++ b/src/views/purchase/supManufacturerEditDialog.vue
@@ -226,7 +226,7 @@
type="text"
size="small"
@click.native="addCert(scope.row)"
- v-if="scope.row.auditStatus == 0 || scope.row.auditStatus == 2|| scope.row.auditStatus == 6"
+
>编辑
@@ -358,7 +358,7 @@ export default {
classesDisplay: false,
selectedOptions: [],
selectedOptions2: [],
- options: regionDataPlus,
+ options: regionData,
rules: {
customerId: [
@@ -478,7 +478,10 @@ export default {
} else {
this.certQuery.customerId = this.inputQuery.customerId;
this.selectedOptions = this.inputQuery.placeAreaCode.split(",");
- this.selectedOptions2 = this.inputQuery.productionAreaCode.split(",");
+ if(this.inputQuery.productionAreaCode!="" && this.inputQuery.productionAreaCode!=null && this.inputQuery.productionAreaCode!=undefined){
+ this.selectedOptions2 = this.inputQuery.productionAreaCode.split(",");
+ }
+
}
this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerId;
diff --git a/src/views/purchase/supProductEditDialog.vue b/src/views/purchase/supProductEditDialog.vue
index 343fa48..4afcee2 100644
--- a/src/views/purchase/supProductEditDialog.vue
+++ b/src/views/purchase/supProductEditDialog.vue
@@ -42,7 +42,7 @@
size="mini"
icon="search"
v-if="inputQuery.auditStatus == 4|| inputQuery.auditStatus == 1|| inputQuery.auditStatus == 2"
- @click="onModifySubmit(4)"
+ @click="onModifySubmit(3)"
>提交审核
@@ -286,6 +286,7 @@
删除