Commit 23437e63 by zujiaozhang

'修复医保类型回填为空bug'

parent 22c11ac6
......@@ -411,6 +411,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
targetedTherapy.cityId=res.content.patientEMRResult.areaItem? res.content.patientEMRResult.areaItem.cityId:''
var fullName = res.content.patientEMRResult.areaItem? res.content.patientEMRResult.areaItem.fullName:''
$('.input_item_city').val(fullName)
targetedTherapy.healthVla = res.content.patientEMRResult.healthInsuranceType
var medicalT = targetedTherapy.healthInsuranceType[res.content.patientEMRResult.healthInsuranceType]
$('.input_item_medicalType').val(medicalT||'')
}
......@@ -525,7 +526,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
var parentId = res.content.nextQuestion.parentId||''
var questionId = res.content.nextQuestion.questionId||''
var questionNo = res.content.nextQuestion.questionNo||''
medtap.pushWindow(url+'?followUpId='+targetedTherapy.followUpId+'&questionId='+questionId+'&questionNo='+questionNo+'&parentId='+parentId+'&adminId='+targetedTherapy.adminId);
// medtap.pushWindow(url+'?followUpId='+targetedTherapy.followUpId+'&questionId='+questionId+'&questionNo='+questionNo+'&parentId='+parentId+'&adminId='+targetedTherapy.adminId);
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment