Merge remote-tracking branch 'origin/dev_drug' into dev_drug

dev_招标
wangwei 6 months ago
commit 21f10212fc

@ -1000,14 +1000,14 @@ export default {
// //
if (!this.$isNotBlank(this.newProductData.sptm) && !this.$isNotBlank(this.newProductData.ybbm)) { if (!this.$isNotBlank(this.newProductData.sptm) && !this.$isNotBlank(this.newProductData.ybbm)) {
getCodeRelDetail({drugCode:row.nameCode}).then((response) => { getCodeRelDetail({drugCode:row.nameCode}).then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
if (response.data != null && response.data.length > 0) { if (response.data != null && response.data.length > 0) {
this.newProductData.sptm = response.data[0].sptm; this.newProductData.sptm = response.data[0].sptm;
this.newProductData.ybbm = response.data[0].ybbm; this.newProductData.ybbm = response.data[0].ybbm;
this.getYbDrugData() this.getYbDrugData()
}
} }
}
}).catch(() => { }).catch(() => {
}) })
} }
@ -1047,7 +1047,7 @@ export default {
}, },
selectDrugLevelItem(row){ selectDrugLevelItem(row){
this.filterQueryDrugLevel.uuid = this.newProductData.uuid this.filterQueryDrugLevel.uuid = this.newProductData.uuid
this.filterQueryDrugLevel.ybbm = this.newProductData.ybbm this.filterQueryDrugLevel.ybbm = this.newProductData.ybbm
this.filterQueryDrugLevel.nameCodeRow = row.nameCode this.filterQueryDrugLevel.nameCodeRow = row.nameCode
// console.log('drug',drug) // console.log('drug',drug)
updateLevelDrugAli(this.filterQueryDrugLevel).then((response) => { updateLevelDrugAli(this.filterQueryDrugLevel).then((response) => {

Loading…
Cancel
Save