Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js =================================================================== diff -u -r17207 -r17399 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 17207) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 17399) @@ -508,13 +508,14 @@ title : '系统参数设置', layout:'column', width : 1400, - height:135, + height : fontSize == 12 ? 135 : 150, // columnWidth : 1, labelWidth : 95, items : [ { layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 210, + labelAlign:"right", columnWidth: .25, items:[{ xtype : 'textfield', @@ -574,7 +575,8 @@ id : 'saveDirectory2', layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", columnWidth: .25, items:[{ xtype : 'textfield', @@ -588,7 +590,8 @@ },{ layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 210, + labelAlign:"right", columnWidth: .25, items:[{ xtype : 'combo', @@ -667,8 +670,9 @@ },{ layout : 'form', - labelWidth : 180, columnWidth : .25, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", items : [{ xtype : 'combo', valueField : 'name', @@ -692,7 +696,8 @@ },{ layout : 'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 210, + labelAlign:"right", columnWidth : .25, items : [{ xtype : 'numberfield', @@ -719,7 +724,8 @@ }] },{ layout : 'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", columnWidth : .25, items : [{ xtype : 'numberfield', @@ -731,7 +737,8 @@ }] },{ layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", columnWidth: .25, items:[{ xtype : 'combo', @@ -753,7 +760,8 @@ }] },{ layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 210, + labelAlign:"right", columnWidth: .25, items:[{ xtype : 'combo', @@ -942,7 +950,8 @@ },{ columnWidth : .25, - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", layout : 'form', items:[{ xtype : 'combo', @@ -1047,7 +1056,7 @@ }] },{ layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, columnWidth: .25, items:[{ xtype : 'combo', @@ -1135,7 +1144,8 @@ }] },{ layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", columnWidth: .25, items:[{ xtype : 'combo', @@ -1162,12 +1172,13 @@ title : '发货参数设置', layout:'column', width : 1400, - height:80, + height:120, // columnWidth : 1, labelWidth : 95, items : [{ layout:'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", columnWidth: .25, items:[{ xtype : 'combo', @@ -1279,7 +1290,8 @@ }] },{ layout : 'form', - labelWidth : 180, + labelWidth : fontSize == 12 ? 180 : 220, + labelAlign:"right", columnWidth : .25, items : [{ xtype : 'combo', Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeView.jsp =================================================================== diff -u -r17205 -r17399 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeView.jsp (.../supplyRoomTypeView.jsp) (revision 17205) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeView.jsp (.../supplyRoomTypeView.jsp) (revision 17399) @@ -25,6 +25,7 @@ enableSaveBtn = true; +var fontSize = '${fontSize};'