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