Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r27522 -r27535 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 27522) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 27535) @@ -748,7 +748,7 @@ if((y + height) > maxHeight){ y = e.pageY - offset.top - height; } - + $("#tooltip").css({ "top" :(y) + "px", "left" :(x) + "px" @@ -871,8 +871,12 @@ } return ret; } +var idArray = new IdArray(); function getData(msg,page,pageSize){ - var idArray = new IdArray(); + if(page == 1){ + idArray = new IdArray(); + } + var len = (msg.length > pageSize)?pageSize:msg.length; for(var i = 0;i < len ;i++){ @@ -1141,8 +1145,10 @@ var oldOrder = $("#applyTimeOrder").val(); if(oldOrder == "" || "ASC" == oldOrder){ $("#applyTimeOrder").val("DESC"); + $("#applyTimeOrder").parent().find('a').addClass('arrow'); }else{ $("#applyTimeOrder").val("ASC"); + $("#applyTimeOrder").parent().find('a').removeClass('arrow'); } refreshPage(); } @@ -1757,7 +1763,7 @@ 科室 - 申请时间 + 申请时间 申请人 @@ -1785,9 +1791,11 @@

正在加载更多...

-
- 科室数量:0 - 申请单数量:0 +
+
+ 科室数量:0 + 申请单数量:0 +