Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js =================================================================== diff -u -r33780 -r33903 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js (.../foreignTousseInfoForm.js) (revision 33780) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js (.../foreignTousseInfoForm.js) (revision 33903) @@ -181,7 +181,8 @@ top.Ext4.getCmp('patientArea').setValue(patientInfo.patientArea); top.Ext4.getCmp('roomNumber').setValue(patientInfo.roomNumber); top.Ext4.getCmp('bedNumber').setValue(patientInfo.bedNumber); - top.Ext4.getCmp('doctor').setValue(patientInfo.doctorName); + //ZSYY-320:外来器械注释医生的字段 + //top.Ext4.getCmp('doctor').setValue(patientInfo.doctorName); top.Ext4.getCmp('surgery').setValue(patientInfo.operation); //手术时间需要特殊处理,需要将年和月之间的-符替换成/ if(patientInfo.operationTime){