Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/washformstyle.css =================================================================== diff -u -r20364 -r20372 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/washformstyle.css (.../washformstyle.css) (revision 20364) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/washformstyle.css (.../washformstyle.css) (revision 20372) @@ -148,8 +148,8 @@ .qingxi-table .list-item .name span{ no-repeat 0 10px; padding-left:0px;} .qingxi-table .list-item .num{ width:93px;height:58px;line-height:25px;overflow:hidden;} .qingxi-table .list-item .del{ width:120px;} -.qingxi-table .btn-box .btn-e{ background:url(112.png) no-repeat; background-position:0 0; background-size:80px; width:137px; height:64px; border:none; line-height:200px; overflow:hidden; text-indent:-9999px; display:block; margin-left:300px;} -.qingxi-table .btn-box .btn-e:hover{ background:url(112.png) no-repeat; background-position:0 0; border:none; background-size:80px; line-height:200px; overflow:hidden; text-indent:-9999px; display:block;} +.qingxi-table .btn-box .btn-f{ background:url(112.png) no-repeat; background-position:0 0; background-size:80px; width:137px; height:64px; border:none; line-height:200px; overflow:hidden; text-indent:-9999px; display:block; margin-left:300px;} +.qingxi-table .btn-box .btn-f:hover{ background:url(112.png) no-repeat; background-position:0 0; border:none; background-size:85px; line-height:200px; overflow:hidden; text-indent:-9999px; display:block;} .copyRight{ position:absolute; bottom:0; height:29px; text-align:center; font-family:Tahoma, Geneva, sans-serif; width:1980px; font-size:16px; line-height:29px;} Index: ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp =================================================================== diff -u -r20364 -r20372 --- ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp (.../washForTouchScreen.jsp) (revision 20364) +++ ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp (.../washForTouchScreen.jsp) (revision 20372) @@ -157,7 +157,7 @@
- +
Index: ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js =================================================================== diff -u -r20371 -r20372 --- ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js (.../washForTouchScreen.js) (revision 20371) +++ ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js (.../washForTouchScreen.js) (revision 20372) @@ -147,7 +147,6 @@ //刷新待清洗篮筐列表 function refreshBasket(){ - $('#basketsUlS').empty(); toCleanTheBasketData(); } //刷新时已载入清洗列表的篮筐不显示 @@ -180,12 +179,6 @@ }); } -/** - * 启动启动定时器 - */ -function test() { - setInterval(refreshBasket(), 1); -} //清洗篮筐物品删除回退到待清洗篮筐 function toCleanTheBasketDatas(barcode){ @@ -288,6 +281,7 @@ url: WWWROOT + '/disinfectSystem/washAndDisinfect/washAndDisinfectRecordAction!getPendingWashAndDisinfectTousseAndBasket.do?time='+new Date()+'', dataType:'json', success:function(result){ + $('#basketsUlS').empty(); var array = result; for(var i = 0;i < array.length;i++){ var obj = array[i];