Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js =================================================================== diff -u -r38720 -r38759 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js (.../useRecordForm.js) (revision 38720) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js (.../useRecordForm.js) (revision 38759) @@ -1821,14 +1821,14 @@ if(moduleName == 'useRecord'){ if(orgUnitCoding == currentOrgUnitCoding){ if(top.Ext.getCmp(defaultFouces)){ - top.Ext.getCmp('treatmentNum').focus(); - break;; + top.Ext.getCmp(defaultFouces).focus(); + break; } } } } } - }, 500); + }, 600); } }); } @@ -4020,14 +4020,14 @@ if(moduleName == 'useRecord'){ if(orgUnitCoding == currentOrgUnitCoding){ if(top.Ext.getCmp(defaultFouces)){ - top.Ext.getCmp('treatmentNum').focus(); - break;; + top.Ext.getCmp(defaultFouces).focus(); + break; } } } } } - }, 1000); + }, 600); } function printUseRecord(useRecordId) { Ext.Ajax.request({