Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js =================================================================== diff -u -r16652 -r16707 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 16652) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 16707) @@ -3,6 +3,8 @@ var supplyRoom1Store3; var sterilingTypeStore; var packageTypeStore; +var configWinHeight = top.screen.height > 1000 ? 700 : 600; +var configWinWidth = top.screen.width > 1280 ? 1920 : 1500; function removeGridItem(supplyRoom1){ var obj = Ext.getCmp(supplyRoom1); var rows = obj.getSelectionModel().getSelections();// 返回值为 @@ -375,6 +377,8 @@ new Ext.Panel({ frame : true, + width : configWinWidth, + height : configWinHeight, autoScroll : true, layout :'column', labelAlign:'right', @@ -410,9 +414,9 @@ xtype : "fieldset", title : '系统参数设置', layout:'column', - width:710, + width : 1400, height:135, - columnWidth : 1, + // columnWidth : 1, labelWidth : 95, items : [ { @@ -738,9 +742,9 @@ xtype : "fieldset", title : '价格参数设置', layout:'column', - width:710, - height:80, - columnWidth : 1, + width : 1400, + height: 100, + // columnWidth : 1, labelWidth : 95, items : [ { @@ -812,9 +816,9 @@ xtype : "fieldset", title : '外来器械参数设置', layout:'column', - width:710, + width : 1400, height:105, - columnWidth : 1, + // columnWidth : 1, labelWidth : 95, items : [ { @@ -1012,9 +1016,9 @@ xtype : "fieldset", title : '自定义器械参数设置', layout:'column', - width:710, - height:50, - columnWidth : 1, + width : 1400, + height: 80, + // columnWidth : 1, labelWidth : 95, items : [ { @@ -1064,9 +1068,9 @@ xtype : "fieldset", title : '发货参数设置', layout:'column', - width:710, + width : 1400, height:80, - columnWidth : 1, + // columnWidth : 1, labelWidth : 95, items : [{ layout:'form',