Index: ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js =================================================================== diff -u -r37766 -r39068 --- ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js (.../operationReservationView.js) (revision 37766) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.js (.../operationReservationView.js) (revision 39068) @@ -1531,7 +1531,7 @@ border: 0, frame: true, bodyStyle: 'padding:0px auto;margin:0px', - height: 100, + height: fontSize == '15' ? 120 : 100, items: [{ layout: 'column', items: [{ @@ -1602,7 +1602,7 @@ }, { columnWidth: .33, layout: 'form', - labelWidth: 85, + labelWidth: fontSize == '15' ? 110 : 85, labelAlign: "right", items: [{ xtype: 'datefield', @@ -1619,7 +1619,7 @@ }, { columnWidth: .33, layout: 'form', - labelWidth: 85, + labelWidth: fontSize == '15' ? 110 : 85, labelAlign: "right", items: [{ xtype: 'datefield', Index: ssts-web/src/main/webapp/disinfectsystem/packing/historyPackingView.js =================================================================== diff -u -r36454 -r39068 --- ssts-web/src/main/webapp/disinfectsystem/packing/historyPackingView.js (.../historyPackingView.js) (revision 36454) +++ ssts-web/src/main/webapp/disinfectsystem/packing/historyPackingView.js (.../historyPackingView.js) (revision 39068) @@ -368,7 +368,7 @@ dt_start.setMilliseconds(0); var startDayofMonth = dt_start.getFullYear() + "/" + (dt_start.getMonth() + 1) + "/01"; //表单元素的label标签宽度 - var commonLabelWidth = 100; + var commonLabelWidth = 110; //表单元素的宽度 var commonFormElementWidth = 150; var form = new Ext.form.FormPanel({ @@ -383,7 +383,7 @@ border : 0, frame : true, bodyStyle : 'padding:0px auto;margin:0px', - height : 150, + height : fontSize == '12' ? 150 : 180, items : [{ layout : 'column', height : 88, Index: ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.jsp =================================================================== diff -u -r37766 -r39068 --- ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.jsp (.../operationReservationView.jsp) (revision 37766) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationView.jsp (.../operationReservationView.jsp) (revision 39068) @@ -34,6 +34,9 @@ 手术预约信息 +