Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js =================================================================== diff -u -r27210 -r27232 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 27210) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 27232) @@ -1,6 +1,7 @@ var configWidth = top.screen.width; var rightWidth = configWidth*0.45; rightWidth = rightWidth -35; +var setlabelWidth = 90; var id; var formObj; var sterilizationRecordWin; @@ -2579,6 +2580,7 @@ layout : 'column', autoHeight : true, columnWidth : 1, + labelWidth:setlabelWidth, items : [{ xtype : 'hidden', name : 'bioreaderId', @@ -2614,7 +2616,7 @@ items : [{ xtype : 'textfield', fieldLabel : "灭菌员", - labelWidth: 60, + // labelWidth: 60, name : "sterilizationUser", id : "sterilizationUser", readOnly : true, @@ -2629,7 +2631,7 @@ items : [ { xtype : 'textfield', fieldLabel : "灭菌架名称", - labelWidth: 85, + // labelWidth: 85, listWidth:120, name : "sterilizationShelf", id : "sterilizationShelf", @@ -2645,7 +2647,7 @@ items : [{ xtype : 'combo', fieldLabel : "灭菌炉名称", - labelWidth: 85, + // labelWidth: 85, valueField : 'sterilizerName', displayField : 'sterilizerName', store : new Ext.data.SimpleStore({ @@ -3121,7 +3123,7 @@ { layout : 'form', columnWidth : 0.8, - labelWidth : 100, + // labelWidth : 100, items : [ { xtype : 'textfield',