|
|
|
@ -705,17 +705,17 @@ export default {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.ybDrugDetail = response.data
|
|
|
|
|
//对照关系
|
|
|
|
|
this.newProductData.prepnSpec = this.ybDrugDetail.realityMedicinemodel
|
|
|
|
|
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.registeredOutlook
|
|
|
|
|
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.minUnit
|
|
|
|
|
this.newProductData.prepnUnit = this.ybDrugDetail.realityMedicinemodel
|
|
|
|
|
|
|
|
|
|
if (this.ybDrugDetail.productInsuranceType != "" && this.ybDrugDetail.productInsuranceType != null){
|
|
|
|
|
if ("甲" == this.ybDrugDetail.productInsuranceType) {
|
|
|
|
|