禁用层级标识

yanshishuju
yewj 9 months ago
parent e26390563e
commit 95ea5308f5

@ -399,6 +399,7 @@
<el-select v-model="newProductData.useLevelDi" size="small" style="width: 90%" <el-select v-model="newProductData.useLevelDi" size="small" style="width: 90%"
@change="useLevelDiChange" @change="useLevelDiChange"
clearable clearable
disabled
placeholder="请选择流通计量层级标识" placeholder="请选择流通计量层级标识"
> >
<el-option <el-option
@ -705,19 +706,19 @@ export default {
if (response.code == 20000) { if (response.code == 20000) {
this.ybDrugDetail = response.data this.ybDrugDetail = response.data
// //
this.newProductData.prepnSpec = this.ybDrugDetail.realityOutlook this.newProductData.prepnSpec = this.ybDrugDetail.realityOutlook
this.newProductData.zczbhhzbapzbh = this.ybDrugDetail.approvalCode this.newProductData.zczbhhzbapzbh = this.ybDrugDetail.approvalCode
this.newProductData.cpmctymc = this.ybDrugDetail.registeredProductName this.newProductData.cpmctymc = this.ybDrugDetail.registeredProductName
this.newProductData.spmc = this.ybDrugDetail.goodsName this.newProductData.spmc = this.ybDrugDetail.goodsName
this.newProductData.bzgg = this.ybDrugDetail.factor + this.ybDrugDetail.minUnit + "/" + this.ybDrugDetail.unit this.newProductData.bzgg = this.ybDrugDetail.factor + this.ybDrugDetail.minUnit + "/" + this.ybDrugDetail.unit
this.newProductData.matrial = this.ybDrugDetail.materialName this.newProductData.matrial = this.ybDrugDetail.materialName
this.newProductData.packMatrial = this.ybDrugDetail.materialName this.newProductData.packMatrial = this.ybDrugDetail.materialName
this.newProductData.packUnit = this.ybDrugDetail.unit this.newProductData.packUnit = this.ybDrugDetail.unit
this.newProductData.bhxjsl = this.ybDrugDetail.factor this.newProductData.bhxjsl = this.ybDrugDetail.factor
this.newProductData.manufactory = this.ybDrugDetail.companyNameSc this.newProductData.manufactory = this.ybDrugDetail.companyNameSc
this.newProductData.prepnUnit = this.ybDrugDetail.realityMedicinemodel this.newProductData.prepnUnit = this.ybDrugDetail.realityMedicinemodel
if (this.ybDrugDetail.productInsuranceType != "" && this.ybDrugDetail.productInsuranceType != null){ if (this.ybDrugDetail.productInsuranceType != "" && this.ybDrugDetail.productInsuranceType != null) {
if ("甲" == this.ybDrugDetail.productInsuranceType) { if ("甲" == this.ybDrugDetail.productInsuranceType) {
this.newProductData.medicareType = 1 this.newProductData.medicareType = 1
} else if ("乙" == this.ybDrugDetail.productInsuranceType) { } else if ("乙" == this.ybDrugDetail.productInsuranceType) {
@ -727,7 +728,7 @@ export default {
} else { } else {
this.newProductData.medicareType = null this.newProductData.medicareType = null
} }
console.log( this.newProductData.medicareType) console.log(this.newProductData.medicareType)
} }
@ -924,8 +925,8 @@ export default {
let query = { let query = {
uuid: this.newProductData.uuid, uuid: this.newProductData.uuid,
id: this.newProductData.id, id: this.newProductData.id,
nameCode:this.newProductData.nameCode, nameCode: this.newProductData.nameCode,
productType:this.newProductData.productsType, productType: this.newProductData.productsType,
} }
this.loading = true this.loading = true
filterByUuid(query) filterByUuid(query)

@ -808,6 +808,7 @@
<el-select v-model="editQuery.useLevelDi" size="small" style="width: 90%" <el-select v-model="editQuery.useLevelDi" size="small" style="width: 90%"
@change="useLevelDiChange" @change="useLevelDiChange"
clearable clearable
disabled
placeholder="请选择流通计量层级标识"> placeholder="请选择流通计量层级标识">
<el-option <el-option
v-for="item in detailList" v-for="item in detailList"

Loading…
Cancel
Save