feat: 增加医保耗材信息接口优化

dev2.0.1
chenhc 1 year ago
parent 9b0735300f
commit e338414d64

@ -523,6 +523,7 @@ export default {
},
methods: {
getYbHcData(){
if (this.editQuery.ybbm == null || this.editQuery.ybbm == '') return;
let query = {
specificationCode: this.editQuery.ybbm
};
@ -665,6 +666,20 @@ export default {
return ''
},
handleErpChange(val) {
this.editQuery = {
selectThirdSys: [],
spmc: null,
cpms: null,
measname: null,
sptm: null,
uuids: null,
devKeys: [],
customerId: store.getters.customerId,
catalogname1: null,
catalogname2: null,
catalogname3: null,
matrial: null,
}
this.currentRow = val
this.curSelectDi = val
this.multipleUdiSelection.push(val)
@ -674,6 +689,8 @@ export default {
this.editQuery.manufactory = this.currentRow.ylqxzcrbarmc;
this.editQuery.spmc = this.currentRow.cpmctymc;
this.editQuery.cpms = this.currentRow.cpms;
//
this.getYbHcData()
},
intentBack() {
this.closeDialog()

Loading…
Cancel
Save