|
|
@ -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
|
|
|
@ -717,7 +718,7 @@ export default {
|
|
|
|
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)
|
|
|
|