Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js =================================================================== diff -u -r16738 -r16821 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js (.../sterilizationLoadingForm.js) (revision 16738) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationLoadingForm.js (.../sterilizationLoadingForm.js) (revision 16821) @@ -907,10 +907,12 @@ border : 0, labelSeparator : ':', bodyStyle : 'padding:5px 5px 0px 5px', - autoWidth : true, + //autoWidth : true, autoHeight : true, + region : 'west', + width : document.body.clientWidth/2, labelAlign:'right', - autoScroll : true, + autoScroll : false, layout: 'column', items : [{ xtype : 'fieldset', @@ -1051,6 +1053,7 @@ title : '入筐器械包统计信息', width : document.body.clientWidth/4-50, height : enableBeginEndBarcodeScan ? 300 : 280, + region : 'center', bodyStyle : 'border:1px solid #afd7af', store: reviewedStatisticsStore, viewConfig: { @@ -1201,6 +1204,8 @@ rootVisible : false, autoScroll : true, containerScroll : true, + region : 'center', + layout : 'fit', title : '入筐器械包列表', columns : [{ header : '名称', @@ -1243,12 +1248,7 @@ var viewport = new Ext.Viewport({ layout : 'border', - items : [{ - region : 'west', - autoHeight:true, - width : document.body.clientWidth/2, - items : [basketPanel] - },{ + items : [basketPanel,{ region : 'center', layout : 'border', items : [{ @@ -1260,15 +1260,8 @@ autoHeight:true, width : document.body.clientWidth/4+50, items : [waitSterileLoadingTousseGrid] - },{ - region : 'center', - items : [reviewedStatisticsGrid] - }] - },{ - region : 'center', - layout : 'fit', - items : [reviewedPanel] - }] + },reviewedStatisticsGrid] + },reviewedPanel] }] }); Ext.getCmp('barcode').focus(false, 100);