diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index 50bde9d..abd1133 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -1841,6 +1841,7 @@ export default { packUnit: null, measname: null, nameCode: null, + catalogcode: "", catalogname1: "", catalogname2: "", catalogname3: "", diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue index c15705b..7759f1d 100644 --- a/src/views/basic/product/productEdit.vue +++ b/src/views/basic/product/productEdit.vue @@ -809,12 +809,14 @@ export default { getYbHcflDetail(query).then((response) => { if (response.code == 20000) { this.ybHcflDetail = response.data + this.editQuery.catalogcode = this.ybHcflDetail.catalogcode this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.editQuery.matrial = this.ybHcflDetail.matrial this.$forceUpdate(); }else { + this.editQuery.catalogcode = "" this.editQuery.catalogname1 = "" this.editQuery.catalogname2 = "" this.editQuery.catalogname3 = "" diff --git a/src/views/supplier/company/basicCompanyProductsImport.vue b/src/views/supplier/company/basicCompanyProductsImport.vue index 49c9fce..a13ca14 100644 --- a/src/views/supplier/company/basicCompanyProductsImport.vue +++ b/src/views/supplier/company/basicCompanyProductsImport.vue @@ -777,6 +777,7 @@ export default { basicPrductRemak6: null, basicPrductRemak7: null, basicPrductRemak8: null, + catalogcode: null, catalogname1: null, catalogname2: null, catalogname3: null, @@ -833,12 +834,14 @@ export default { getYbHcflDetail(query).then((response) => { if (response.code == 20000) { this.ybHcflDetail = response.data + this.repEditQuery.catalogcode = this.ybHcflDetail.catalogcode this.repEditQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.repEditQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.repEditQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.repEditQuery.matrial = this.ybHcflDetail.matrial this.$forceUpdate(); }else { + this.repEditQuery.catalogcode = "" this.repEditQuery.catalogname1 = "" this.repEditQuery.catalogname2 = "" this.repEditQuery.catalogname3 = "" diff --git a/src/views/supplier/company/basicCompanyproductEdit.vue b/src/views/supplier/company/basicCompanyproductEdit.vue index 9fb5fd9..7851584 100644 --- a/src/views/supplier/company/basicCompanyproductEdit.vue +++ b/src/views/supplier/company/basicCompanyproductEdit.vue @@ -408,12 +408,14 @@ export default { getYbHcflDetail(query).then((response) => { if (response.code == 20000) { this.ybHcflDetail = response.data + this.editQuery.catalogcode = this.ybHcflDetail.catalogcode this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.editQuery.matrial = this.ybHcflDetail.matrial this.$forceUpdate(); }else { + this.editQuery.catalogcode = "" this.editQuery.catalogname1 = "" this.editQuery.catalogname2 = "" this.editQuery.catalogname3 = "" @@ -455,6 +457,7 @@ export default { basicPrductRemak6: this.editQuery.basicPrductRemak6, basicPrductRemak7: this.editQuery.basicPrductRemak7, basicPrductRemak8: this.editQuery.basicPrductRemak8, + catalogcode: this.editQuery.catalogcode, catalogname1: this.editQuery.catalogname1, catalogname2: this.editQuery.catalogname2, catalogname3: this.editQuery.catalogname3, diff --git a/src/views/supplier/products/supAddDiProductSelectUdi.vue b/src/views/supplier/products/supAddDiProductSelectUdi.vue index d9ea265..1194127 100644 --- a/src/views/supplier/products/supAddDiProductSelectUdi.vue +++ b/src/views/supplier/products/supAddDiProductSelectUdi.vue @@ -507,6 +507,7 @@ export default { uuids: null, devKeys: [], customerId: store.getters.customerId, + catalogcode: null, catalogname1: null, catalogname2: null, catalogname3: null, @@ -530,12 +531,14 @@ export default { getYbHcflDetail(query).then((response) => { if (response.code == 20000) { this.ybHcflDetail = response.data + this.editQuery.catalogcode = this.ybHcflDetail.catalogcode this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.editQuery.matrial = this.ybHcflDetail.matrial this.$forceUpdate(); }else { + this.editQuery.catalogcode = "" this.editQuery.catalogname1 = "" this.editQuery.catalogname2 = "" this.editQuery.catalogname3 = "" @@ -675,6 +678,7 @@ export default { uuids: null, devKeys: [], customerId: store.getters.customerId, + catalogcode: null, catalogname1: null, catalogname2: null, catalogname3: null,