|
|
|
@ -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,
|
|
|
|
|