Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r14110 -r14117 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 14110) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 14117) @@ -2220,6 +2220,7 @@ $("#recyclingUser").val(record.recyclingUser); $("#operator").val(record.operator); $("#departCode").val(record.departCode); + $("#recyclingTime").val(dateObjFormat(record.recyclingTime)); if(record.recyclingApplication != null){ $("#recyclingApplicationId").val(record.recyclingApplication.id); var recordType = record.recyclingApplication.type; @@ -2228,7 +2229,6 @@ applicationType = record.recyclingApplication.type; } } - today = dateObjFormat(record.recyclingTime); userName = record.operator; $("#tousseItemTable").empty(); $("#basketsUl").empty();