|
|
@ -523,6 +523,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
getYbHcData(){
|
|
|
|
getYbHcData(){
|
|
|
|
|
|
|
|
if (this.editQuery.ybbm == null || this.editQuery.ybbm == '') return;
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
specificationCode: this.editQuery.ybbm
|
|
|
|
specificationCode: this.editQuery.ybbm
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -665,6 +666,20 @@ export default {
|
|
|
|
return ''
|
|
|
|
return ''
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleErpChange(val) {
|
|
|
|
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.currentRow = val
|
|
|
|
this.curSelectDi = val
|
|
|
|
this.curSelectDi = val
|
|
|
|
this.multipleUdiSelection.push(val)
|
|
|
|
this.multipleUdiSelection.push(val)
|
|
|
@ -674,6 +689,8 @@ export default {
|
|
|
|
this.editQuery.manufactory = this.currentRow.ylqxzcrbarmc;
|
|
|
|
this.editQuery.manufactory = this.currentRow.ylqxzcrbarmc;
|
|
|
|
this.editQuery.spmc = this.currentRow.cpmctymc;
|
|
|
|
this.editQuery.spmc = this.currentRow.cpmctymc;
|
|
|
|
this.editQuery.cpms = this.currentRow.cpms;
|
|
|
|
this.editQuery.cpms = this.currentRow.cpms;
|
|
|
|
|
|
|
|
//增加请求 医保耗材 分类请求
|
|
|
|
|
|
|
|
this.getYbHcData()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
intentBack() {
|
|
|
|
intentBack() {
|
|
|
|
this.closeDialog()
|
|
|
|
this.closeDialog()
|
|
|
|