|
@@ -696,14 +696,24 @@
|
|
|
this.basicForm.storageConditions = data.storageCondition
|
|
|
this.basicForm.transportCondition = data.transportationCondition
|
|
|
this.basicForm.leadTime = data.deliveryPeriod
|
|
|
+ this.basicForm.diCode = data.diCode
|
|
|
+ this.basicForm.businessLine = data.businessLine
|
|
|
+ this.basicForm.productionPermit = data.productionPermit
|
|
|
if (data.manufacturerId) {
|
|
|
this.getFactoryDetails(data.manufacturerId)
|
|
|
}
|
|
|
+ if (data.businessLine) {
|
|
|
+ this.getLineDetails(data.businessLine)
|
|
|
+ }
|
|
|
if (data.medcines.length !== 0) {
|
|
|
this.basicForm2.drug = data.medcines[0].isDrug
|
|
|
this.basicForm2.registrationNo = data.medcines[0].registrationNo
|
|
|
this.basicForm2.medicalDevices = data.medcines[0].medicalInstruments
|
|
|
this.basicForm2.maintenanceType = data.medcines[0].curingType
|
|
|
+ this.basicForm2.dosageFrom = data.medcines[0].dosageFrom
|
|
|
+ if (data.medcines[0].dosageFrom) {
|
|
|
+ this.getDoseDetails(data.medcines[0].dosageFrom)
|
|
|
+ }
|
|
|
}
|
|
|
// 控制医药属性是否能够填写
|
|
|
if (this.basicForm.medicineMaterial == '0') {
|