Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/sterilizingStoveUseCountView.js =================================================================== diff -u -r30854 -r31343 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/sterilizingStoveUseCountView.js (.../sterilizingStoveUseCountView.js) (revision 30854) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/sterilizingStoveUseCountView.js (.../sterilizingStoveUseCountView.js) (revision 31343) @@ -341,14 +341,13 @@ frame : true, bodyStyle : 'padding:0px auto;margin:0px',// padding:1px;padding-top:5px; height : 140, - labelWidth : 80, + labelWidth : 90, items : [{ layout : 'column', id:"wrapperAll", items : [{ layout:'form', columnWidth:.25, - labelWidth : 90, labelSeparator : ':', items : [{//20181225 xtype : 'multiSelect', @@ -402,9 +401,8 @@ },{ - width : 230, + columnWidth:.25, layout : 'form', - labelWidth : 70, items : [{ xtype : 'multiSelect', fieldLabel : '灭菌炉分组', @@ -449,9 +447,8 @@ } }] },{ - width : 300, + columnWidth:.25, layout : 'form', - labelWidth : 50, items : [{ xtype : 'multiSelect', fieldLabel : "灭菌炉", @@ -505,7 +502,7 @@ anchor : '95%' }] },{ - columnWidth : .3, + columnWidth : .25, layout : 'form', items : [{ fieldLabel:'灭菌程序', @@ -559,8 +556,7 @@ }] },{ layout:'form', - columnWidth:0.25, - labelWidth : 120, + columnWidth:.25, labelSeparator : '选择灭菌目的:', items:[{ id : 'sterilizationPurpose', @@ -579,7 +575,7 @@ }] } ,{ layout:'form', - columnWidth:0.25, + columnWidth:.25, id:"startTimeWrapper", items:[{ xtype : 'datefieldWithMin', @@ -612,7 +608,7 @@ }] },{ layout:'form', - columnWidth:0.25, + columnWidth:.25, id:"endTimeWrapper", items:[{ xtype : 'datefieldWithMin', @@ -641,7 +637,7 @@ }] },{ layout : 'form', - columnWidth:.5, + columnWidth:1, items : [new Ext.ux.RadioGroup({ fieldLabel : "查询类型", allowBlank : false, @@ -667,8 +663,8 @@ //显示年月 var monthSearchWrapper = { layout:'form', - labelWidth :40, columnWidth:.25, + labelWidth : 90, id:"monthSearchWrapper", items : [new Ext.form.DateField({ id:'monthSearch', @@ -690,9 +686,9 @@ //显示年份 var yearWrapper = { layout : 'form', - columnWidth:.2, - labelWidth :40, + columnWidth:.25, id:"yearWrapper", + labelWidth : 90, items : [ new Ext.ux.MonthField({ id:'year', @@ -701,7 +697,7 @@ readOnly : true, format:'Y', value : new Date(), - anchor : '65%' + anchor : '95%' })] } Ext.getCmp("wrapperAll").insert(Ext.getCmp("wrapperAll").items.length - 1,yearWrapper);