Index: ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js =================================================================== diff -u -r37176 -r37180 --- ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 37176) +++ ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 37180) @@ -125,18 +125,26 @@ //GYEY-811:获取病人信息接口数据 - 通用 function showPatientInfo(patientInfo){ - //住院号 var obj = top.Ext4; if(!obj.getCmp('departCoding')){ obj = top.Ext; } + //住院号-使用记录 if(obj.getCmp('hospitalNum') && patientInfo.hospitalNumber){ obj.getCmp('hospitalNum').setValue(patientInfo.hospitalNumber); } - //诊疗号 + //住院号-外来器械 + if(obj.getCmp('hospitalNumber') && patientInfo.hospitalNumber){ + obj.getCmp('hospitalNumber').setValue(patientInfo.hospitalNumber); + } + //诊疗号-使用记录 if(obj.getCmp('treatmentNum') && patientInfo.clinicNumber){ obj.getCmp('treatmentNum').setValue(patientInfo.clinicNumber); } + //诊疗号-外来器械 + if(obj.getCmp('clinicNumber') && patientInfo.clinicNumber){ + obj.getCmp('clinicNumber').setValue(patientInfo.clinicNumber); + } //洗手护士 if(obj.getCmp('washHandNurse') && patientInfo.washHandNurse){ obj.getCmp('washHandNurse').setValue(patientInfo.washHandNurse);