Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r13934 -r14002 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 13934) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 14002) @@ -370,18 +370,14 @@ } $(document).ready(function() { $.divselect("#divselect","#inputselect"); - $.ajax({ - type:'post', - url:WWWROOT + '/disinfectSystem/recyclingRecordAction!getAwaitForRecyclingInvoicePlan.do', - dataType:'json', - success:function(msg){ - getData(msg); - }, - error:function(){ - } - }); + var groupid = CookieManager.getCookie("groupId"); + var groupText = CookieManager.getCookie("groupText"); + if(groupText != null && groupText != ''){ + $("#divselect cite").html(groupText); + $("#inputselect").val(groupid); + } + refreshPage(); firstPage(); - document.onkeydown = showKeyDown; updateHeaderStatus(); }); function IEVersion(){ @@ -797,6 +793,9 @@ function filterApplication(){ $("#awaitForRecycleTable").empty(); var id = $("#inputselect").val(); + var txt = $("#item" + id).text(); + CookieManager.setCookie("groupId",id); + CookieManager.setCookie("groupText",txt); $.ajax({ type:'post', url:WWWROOT + '/disinfectSystem/recyclingRecordAction!getAwaitForRecyclingInvoicePlan.do', @@ -1000,7 +999,7 @@ 按科室分组过滤