Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/customTousseForm.js =================================================================== diff -u -r19753 -r22632 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/customTousseForm.js (.../customTousseForm.js) (revision 19753) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/customTousseForm.js (.../customTousseForm.js) (revision 22632) @@ -608,7 +608,8 @@ border : false, modal : true, width : 720, - height : appId==null?400:575, +// height : appId==null?400:575, + height :500, plain : true, items : winItems }); Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationForm.js =================================================================== diff -u -r22549 -r22632 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationForm.js (.../goodsApplicationForm.js) (revision 22549) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationForm.js (.../goodsApplicationForm.js) (revision 22632) @@ -1112,7 +1112,7 @@ }] },{ // 申请科室、结算科室、处理的供应室、还有一个显示修改记录按钮 xtype : 'container', - width : 800, + width : top.screen.width > 1280 ? 800 : 700, layout : 'hbox', flex : 1, items : [{ @@ -1300,7 +1300,7 @@ }] },{ //住院号、备注、项目、 xtype : 'container', - width : 800, + width : top.screen.width > 1280 ? 800 : 700, flex : 1, layout : 'hbox', items : [{ Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js =================================================================== diff -u -r22597 -r22632 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js (.../foreignTousseInfoForm.js) (revision 22597) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseInfoForm.js (.../foreignTousseInfoForm.js) (revision 22632) @@ -1936,8 +1936,10 @@ foreignTousseApplyWindow = new top.Ext4.window.Window({ id : 'foreignTousseApplicationWin', title : '外来器械单信息', - width : 950, - height : 600, +// width : 950, +// height : 600, + height : top.screen.height > 1000 ? 600 : 500, + width : top.screen.width > 1280 ? 950 : 760, resizable :false, modal : true, border : false, Index: ssts-web/src/main/webapp/disinfectsystem/borrow/borrowingTousseForm.js =================================================================== diff -u -r21467 -r22632 --- ssts-web/src/main/webapp/disinfectsystem/borrow/borrowingTousseForm.js (.../borrowingTousseForm.js) (revision 21467) +++ ssts-web/src/main/webapp/disinfectsystem/borrow/borrowingTousseForm.js (.../borrowingTousseForm.js) (revision 22632) @@ -480,8 +480,10 @@ border : 0, labelSeparator : ':', bodyStyle : 'padding:5px 5px 0px 5px', - width : 820, - height:600, +// width : 820, +// height:600, + width : top.screen.width > 1280 ? 820 : 760, + height : top.screen.height > 1000 ? 590 : 500, labelAlign:'right', autoHeight : true, items : [{ @@ -709,7 +711,8 @@ xtype:"fieldset", autoScroll:true, title :'借物单明细信息', - height:350, +// height:350, + height : top.screen.height > 1000 ? 350 : 260, layout:'fit', tbar:[{ text:'器械包名称:' @@ -848,8 +851,10 @@ id : 'tousseLeaseApplicationWin', layout : 'border', title : '借物单信息', - width : 820, - height : 590, +// width : 820, +// height : 590, + width : top.screen.width > 1280 ? 820 : 760, + height : top.screen.height > 1000 ? 590 : 500, border : false, plain : true, modal :true, Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js =================================================================== diff -u -r22549 -r22632 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 22549) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 22632) @@ -1,6 +1,6 @@ var entityName = "申请"; -var configWinHeight = top.screen.height > 1000 ? 650 : 530; -var configWinWidth = top.screen.width > 1280 ? 1024 : 920; +var configWinHeight = top.screen.height > 1000 ? 650 : 500; +var configWinWidth = top.screen.width > 1280 ? 1024 : 760; //是否开启根据科室加载模板 var isOpenLoadTemplateByUnit = sstsConfig.isOpenLoadTemplateByUnit; //是否隐藏住院号(只有config.js的配置为false时才不隐藏,否则都隐藏) Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionForm.js =================================================================== diff -u -r22086 -r22632 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionForm.js (.../foreignProxyDisinfectionForm.js) (revision 22086) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionForm.js (.../foreignProxyDisinfectionForm.js) (revision 22632) @@ -619,7 +619,7 @@ bodyStyle : 'border:1px solid #afd7af', cm : cm, width :720, - height : 260, + height : 200, viewConfig: { forceFit: true }, @@ -814,10 +814,11 @@ id : 'foreignProxyDisinfectionWin', layout : 'fit', title : entityName + '单信息', - width : 780, + width : 760, + height: 500, modal : true, border : false, - autoHeight : true, +// autoHeight : true, plain : true, items : [ form ] });