Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r19120 -r19123 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 19120) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 19123) @@ -280,10 +280,11 @@ var $lastTr = null; function onTableLoad(tableId){ var isHistory = (tableId == '#recyclingRecordTable'); + var switchIndex = isHistory?4:3; var $tr = $(tableId).find("tr"); $tr.each(function(){ $(this).children("td").each(function(index,element){ - if(index < 3){ + if(index < switchIndex){ $(this).bind("click",function(e){ var id = getRecordId(this); if(isHistory){ @@ -337,18 +338,21 @@ trColor = 'bgcolor="#FF8C69"'; } var recyclingRecordStr = '