Index: ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js =================================================================== diff -u -r16598 -r16744 --- ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 16598) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 16744) @@ -111,5 +111,7 @@ // 待回收列表申请时间排序方式 waitRecycleListApplyTimeSortDirection : "DESC", // 做生物监测时是否需要监测审核员 - needMonitorAuditor: true + needMonitorAuditor: true, + //触摸屏回收回收人设置默认值 (默认值取当前登录用户) + isRecycleUserSetDefaultValue : true } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r16721 -r16744 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 16721) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 16744) @@ -2259,6 +2259,10 @@ if(recyclePageCheckUserDefaultCurrentUser != false){ $("#operator").val(userName); } + //触摸屏回收回收人设置默认值 (默认值取当前登录用户) + if(sstsConfig.isRecycleUserSetDefaultValue == true){ + $("#recyclingUser").val(userName); + } if(rememberRecycleUser == 'true'){ $("#recyclingUser").val(sessionRecyclingUser); @@ -2268,7 +2272,6 @@ if(sstsConfig.recyclePageRecyclingUserDefaultLastRecyclingUser == true){ $("#recyclingUser").val(sessionRecyclingUser); } - //清点人使用上一次回收时选的清点人 if(sstsConfig.recyclePageOperatorDefaultLastOperator == true){ $("#operator").val(sessionOperator);