Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp =================================================================== diff -u -r27440 -r28058 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp (.../updateAmount.jsp) (revision 27440) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/updateAmount.jsp (.../updateAmount.jsp) (revision 28058) @@ -138,7 +138,8 @@ } if(inputObj.value != null && inputObj.value != "" && row != null && row != ''){ window.parent.openElement.value =inputObj.value; - window.parent.changeRecycleAmount(row); + window.parent.changeRecycleAmount(row); + window.parent.setTousseItemLoadedAmountCss(row); if(window.parent.updateBindGoods){ window.parent.updateBindGoods(row); } Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r28054 -r28058 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28054) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28058) @@ -3831,11 +3831,9 @@ var endCase = openModalWindowForExt(WWWROOT+"/disinfectsystem/recyclingApplication/selectEndCause.jsp", '','请选择终止原因', "760", "400"); var htmlHeight = $('html').height(); var htmlWidth = $('html').width(); - var body_height = parseInt(htmlHeight/getZoom(1920,1080)); - var body_width = parseInt(htmlWidth/getZoom(1920,1080)); - var left = parseInt((body_width-$('#extWindow').width())/2); - var top = parseInt((body_height-$('#extWindow').height())/2); - + var left = parseInt((htmlWidth-$('#extWindow').width())/2); + var top = parseInt((htmlHeight-$('#extWindow').height())/2); + $('.ext-el-mask').css({'width':'100%','height':'100%'}); $('#extWindow').css({'left':left+'px','top':top+'px'}); $('.x-shadow').css({'left':left+'px','top':top+'px'});