|
@ -7,7 +7,8 @@ $(function(){
|
|
|
isLeader = isTeamLeader() && (teamCode == docInfo.adminTeamCode),
|
|
|
prescriptionCode = request.code,
|
|
|
from = request.from, // 判断是否是tab页加载进来
|
|
|
fromTabIdx = request.fromTabIdx;
|
|
|
fromTabIdx = request.fromTabIdx,
|
|
|
jwCode;
|
|
|
|
|
|
var $main = $('#main');
|
|
|
|
|
@ -109,10 +110,11 @@ $(function(){
|
|
|
strOriginalData = detailData;
|
|
|
jwHospital = prescription.jwHospital;
|
|
|
jwDoctorCode = prescription.jwDoctorCode;
|
|
|
jwCode = prescription.jwCode;
|
|
|
var diagnosisNames = _.pluck(diagnosis,'name').join('、')
|
|
|
prescriptionDetailApis.getPrescription({
|
|
|
data: {
|
|
|
code: prescriptionCode,
|
|
|
code: jwCode,
|
|
|
patient: patient.code
|
|
|
}
|
|
|
}).then(function(res) {
|