feat: 医保编码增加catalogCode相关字段

dev2.0.1
chenhc 1 year ago
parent dbb1a56136
commit ab808ef7bc

@ -1841,6 +1841,7 @@ export default {
packUnit: null, packUnit: null,
measname: null, measname: null,
nameCode: null, nameCode: null,
catalogcode: "",
catalogname1: "", catalogname1: "",
catalogname2: "", catalogname2: "",
catalogname3: "", catalogname3: "",

@ -809,12 +809,14 @@ export default {
getYbHcflDetail(query).then((response) => { getYbHcflDetail(query).then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.ybHcflDetail = response.data this.ybHcflDetail = response.data
this.editQuery.catalogcode = this.ybHcflDetail.catalogcode
this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1
this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2
this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3
this.editQuery.matrial = this.ybHcflDetail.matrial this.editQuery.matrial = this.ybHcflDetail.matrial
this.$forceUpdate(); this.$forceUpdate();
}else { }else {
this.editQuery.catalogcode = ""
this.editQuery.catalogname1 = "" this.editQuery.catalogname1 = ""
this.editQuery.catalogname2 = "" this.editQuery.catalogname2 = ""
this.editQuery.catalogname3 = "" this.editQuery.catalogname3 = ""

@ -777,6 +777,7 @@ export default {
basicPrductRemak6: null, basicPrductRemak6: null,
basicPrductRemak7: null, basicPrductRemak7: null,
basicPrductRemak8: null, basicPrductRemak8: null,
catalogcode: null,
catalogname1: null, catalogname1: null,
catalogname2: null, catalogname2: null,
catalogname3: null, catalogname3: null,
@ -833,12 +834,14 @@ export default {
getYbHcflDetail(query).then((response) => { getYbHcflDetail(query).then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.ybHcflDetail = response.data this.ybHcflDetail = response.data
this.repEditQuery.catalogcode = this.ybHcflDetail.catalogcode
this.repEditQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.repEditQuery.catalogname1 = this.ybHcflDetail.catalogname1
this.repEditQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.repEditQuery.catalogname2 = this.ybHcflDetail.catalogname2
this.repEditQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.repEditQuery.catalogname3 = this.ybHcflDetail.catalogname3
this.repEditQuery.matrial = this.ybHcflDetail.matrial this.repEditQuery.matrial = this.ybHcflDetail.matrial
this.$forceUpdate(); this.$forceUpdate();
}else { }else {
this.repEditQuery.catalogcode = ""
this.repEditQuery.catalogname1 = "" this.repEditQuery.catalogname1 = ""
this.repEditQuery.catalogname2 = "" this.repEditQuery.catalogname2 = ""
this.repEditQuery.catalogname3 = "" this.repEditQuery.catalogname3 = ""

@ -408,12 +408,14 @@ export default {
getYbHcflDetail(query).then((response) => { getYbHcflDetail(query).then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.ybHcflDetail = response.data this.ybHcflDetail = response.data
this.editQuery.catalogcode = this.ybHcflDetail.catalogcode
this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1
this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2
this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3
this.editQuery.matrial = this.ybHcflDetail.matrial this.editQuery.matrial = this.ybHcflDetail.matrial
this.$forceUpdate(); this.$forceUpdate();
}else { }else {
this.editQuery.catalogcode = ""
this.editQuery.catalogname1 = "" this.editQuery.catalogname1 = ""
this.editQuery.catalogname2 = "" this.editQuery.catalogname2 = ""
this.editQuery.catalogname3 = "" this.editQuery.catalogname3 = ""
@ -455,6 +457,7 @@ export default {
basicPrductRemak6: this.editQuery.basicPrductRemak6, basicPrductRemak6: this.editQuery.basicPrductRemak6,
basicPrductRemak7: this.editQuery.basicPrductRemak7, basicPrductRemak7: this.editQuery.basicPrductRemak7,
basicPrductRemak8: this.editQuery.basicPrductRemak8, basicPrductRemak8: this.editQuery.basicPrductRemak8,
catalogcode: this.editQuery.catalogcode,
catalogname1: this.editQuery.catalogname1, catalogname1: this.editQuery.catalogname1,
catalogname2: this.editQuery.catalogname2, catalogname2: this.editQuery.catalogname2,
catalogname3: this.editQuery.catalogname3, catalogname3: this.editQuery.catalogname3,

@ -507,6 +507,7 @@ export default {
uuids: null, uuids: null,
devKeys: [], devKeys: [],
customerId: store.getters.customerId, customerId: store.getters.customerId,
catalogcode: null,
catalogname1: null, catalogname1: null,
catalogname2: null, catalogname2: null,
catalogname3: null, catalogname3: null,
@ -530,12 +531,14 @@ export default {
getYbHcflDetail(query).then((response) => { getYbHcflDetail(query).then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.ybHcflDetail = response.data this.ybHcflDetail = response.data
this.editQuery.catalogcode = this.ybHcflDetail.catalogcode
this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1 this.editQuery.catalogname1 = this.ybHcflDetail.catalogname1
this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2 this.editQuery.catalogname2 = this.ybHcflDetail.catalogname2
this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3 this.editQuery.catalogname3 = this.ybHcflDetail.catalogname3
this.editQuery.matrial = this.ybHcflDetail.matrial this.editQuery.matrial = this.ybHcflDetail.matrial
this.$forceUpdate(); this.$forceUpdate();
}else { }else {
this.editQuery.catalogcode = ""
this.editQuery.catalogname1 = "" this.editQuery.catalogname1 = ""
this.editQuery.catalogname2 = "" this.editQuery.catalogname2 = ""
this.editQuery.catalogname3 = "" this.editQuery.catalogname3 = ""
@ -675,6 +678,7 @@ export default {
uuids: null, uuids: null,
devKeys: [], devKeys: [],
customerId: store.getters.customerId, customerId: store.getters.customerId,
catalogcode: null,
catalogname1: null, catalogname1: null,
catalogname2: null, catalogname2: null,
catalogname3: null, catalogname3: null,

Loading…
Cancel
Save