Index: ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js =================================================================== diff -u -r16972 -r17277 --- ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js (.../tousseInstanceView.js) (revision 16972) +++ ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js (.../tousseInstanceView.js) (revision 17277) @@ -215,14 +215,16 @@ border : false, bodyBorder : false, layoutConfig : {columns : 2}, - height : 88, + autoScroll : true, + height : fontSize == 12 ? 95 : 130, + // height : fontSize == 12 ? 88 : 130, items : [{ - width :840, + width : fontSize == 12 ? 840 : 980, layout : 'column', items:[{ columnWidth : .25, layout : 'form', - labelWidth : 70, + labelWidth : fontSize == 12 ? 70 : 90, labelAlign:"right", items : [{ xtype : 'combo', @@ -245,7 +247,7 @@ },{ columnWidth : .25, layout : 'form', - labelWidth : 70, + labelWidth : fontSize == 12 ? 70 : 90, labelAlign:"right", items : [{ xtype : 'textfield', @@ -262,9 +264,10 @@ } }] },{ - columnWidth : .25, + columnWidth : .27, layout : 'form', - labelWidth : 81, + labelWidth : fontSize == 12 ? 81 : 110, + labelAlign:"right", items : [{ xtype : 'datefield', fieldLabel : '灭菌开始日期', @@ -277,9 +280,10 @@ anchor : '95%' }] },{ - columnWidth : .25, + columnWidth : .23, layout : 'form', - labelWidth : 45, + labelWidth : fontSize == 12 ? 45 : 65, + labelAlign:"right", items : [{ xtype : 'combo', fieldLabel : '灭菌炉', @@ -301,7 +305,8 @@ },{ columnWidth : .25, layout : 'form', - labelWidth : 70, + labelWidth : fontSize == 12 ? 70 : 90, + labelAlign: "right", items : [{ xtype : 'multiSelect', id : 'tousseGroupName', @@ -328,7 +333,8 @@ },{ columnWidth : .25, layout : 'form', - labelWidth : 70, + labelWidth : fontSize == 12 ? 70 : 90, + labelAlign:"right", items : [{ xtype : 'combo', id : 'tousseName', @@ -369,9 +375,10 @@ } }] },{ - columnWidth : .25, + columnWidth : .27, layout : 'form', - labelWidth : 81, + labelWidth : fontSize == 12 ? 81 : 110, + labelAlign:"right", items : [{ xtype : 'datefield', fieldLabel : '灭菌结束日期', @@ -384,10 +391,10 @@ anchor : '95%' }] },{ - columnWidth : .25, + columnWidth : .23, layout : 'form', labelAlign:"right", - labelWidth : 45, + labelWidth : fontSize == 12 ? 45 : 65, items : [{ xtype : 'numberfield', fieldLabel : '炉次', @@ -397,7 +404,7 @@ }] }] },{ - width : 120, + width : fontSize == 12 ? 120 : 150, layout : 'column', items : [{ columnWidth : .5, Index: ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.jsp =================================================================== diff -u -r16972 -r17277 --- ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.jsp (.../tousseInstanceView.jsp) (revision 16972) +++ ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.jsp (.../tousseInstanceView.jsp) (revision 17277) @@ -1,12 +1,11 @@ <%@ page contentType="text/html; charset=UTF-8"%> <%@ include file="/common/taglibs.jsp"%> -<%@page import="com.forgon.disinfectsystem.entity.basedatamanager.toussedefinition.TousseInstance"%> -<%@page import="com.forgon.disinfectsystem.entity.basedatamanager.supplier.Supplier,com.forgon.disinfectsystem.entity.basedatamanager.supplyroomconfig.SupplyRoomConfig"%> <%@page import="com.forgon.disinfectsystem.basedatamanager.supplyroomconfig.service.SupplyRoomConfigManager"%> +<%@page import="com.forgon.disinfectsystem.entity.basedatamanager.supplyroomconfig.SupplyRoomConfig,com.forgon.disinfectsystem.entity.basedatamanager.toussedefinition.TousseInstance"%> - -<%@ include file="/common/includeExtJsAndCss.jsp"%> + + <%@ include file="/common/includeExtJsAndCss.jsp"%> <%@ include file="/common/includeExtJs4_2.jsp"%> <% SupplyRoomConfigManager supplyRoomConfigManager = (SupplyRoomConfigManager)SpringBeanManger.getBean("supplyRoomConfigManager"); @@ -17,6 +16,7 @@ request.setAttribute("foreignDefaultLabelpaper", syscfg.getBarcodePaperType()); %> - + @@ -65,7 +65,7 @@ - + @@ -74,8 +74,8 @@ <%@ include file="/disinfectsystem/print/print.jsp"%> - - + +