Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp =================================================================== diff -u -r29193 -r29194 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 29193) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 29194) @@ -1784,14 +1784,22 @@ width = size.width; height = size.height; offsetTop = offsetTop*zoomRatio; + var areaWidth = width/bodyZoom*1; + var areaHeight = height/bodyZoom*1; + var offsetLeft = (2600-areaWidth)/2+'px'; + if(isIE()){ + areaWidth = width; + areaHeight = height; + offsetLeft = ''; + } layerIndex=layer.open({ type : 2, title : ['['+basketName + '] 已装载物品列表',true], content : 'basketLoadGoodsView.jsp?resolution=' + resolution + '&width=' + width + '&height=' + height + '&basketBarcode=' + basketBarcode + '&classifyBasketId=' + classifyBasketId, - area : [ width/bodyZoom*1 + 'px' , height/bodyZoom*1 +heightExtra + 'px'], + area : [ areaWidth + 'px' , areaHeight +heightExtra + 'px'], border : [5, 0.3, '#fff', true], closeBtn : [2 , true], - offset : [offsetTop+'px',(2600-(width/bodyZoom*1))/2+'px'] + offset : [offsetTop+'px',offsetLeft] }); } //获取清洗装载状态的篮筐