Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js =================================================================== diff -u -r15963 -r16162 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 15963) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 16162) @@ -684,7 +684,9 @@ labelSeparator : ':', bodyStyle : 'padding:5px 5px 0px 5px', labelAlign:'right', - autoHeight : true, + //高度是浏览器的分辨率的百分之70 + height : top.screen.height * 0.7, + // autoHeight : true, autoScroll : true, items : [{ xtype:"fieldset", Index: ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig2/printRecyclingConfigForm2.js =================================================================== diff -u -r15649 -r16162 --- ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig2/printRecyclingConfigForm2.js (.../printRecyclingConfigForm2.js) (revision 15649) +++ ssts-web/src/main/webapp/disinfectsystem/printRecyclingConfig2/printRecyclingConfigForm2.js (.../printRecyclingConfigForm2.js) (revision 16162) @@ -1,7 +1,8 @@ var configWin; var formPanel; +var configWinHeight = top.screen.height * 0.6; +var configWinWidth = top.screen.width * 0.6; - /** * 获得班次下拉框 */ @@ -478,7 +479,11 @@ frame : true, labelSeparator : ':', bodyStyle : 'padding:5px 5px 0px 5px;', - width : 800, + width : configWinWidth * 0.97, + // width : 800, + // height : 400, + height : configWinHeight * 0.88, + autoScroll : true, fieldDefaults: { labelAlign: 'left', labelWidth: 200 @@ -603,8 +608,9 @@ id : 'satisfactionSurveyApplicationWin', layout : 'fit', title : '打印发货计划设置', - width : 830, - height : 630, + // width : 700, + width : configWinWidth, + height : configWinHeight, border : false, plain : true, modal :true,