Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r13281 -r13508 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 13281) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 13508) @@ -643,19 +643,22 @@ function refreshPage(){ $("#awaitForRecycleTable").empty(); + var id = $("#inputselect").val(); $.ajax({ type:'post', url:WWWROOT + '/disinfectSystem/recyclingRecordAction!getAwaitForRecyclingInvoicePlan.do', dataType:'json', + data : {groupId:""+id+ ""}, success:function(msg){ getData(msg); }, error:function(){ } }); - firstPage(); document.onkeydown = showKeyDown; } + +setInterval("refreshPage();",1000*60); //在页面无需将光标定位在输入框相应全局的扫描枪事件 var barcodeTemp = ''; var basketBarcode = null;