diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp index 74e159c51..8d98e5127 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp @@ -1,4 +1,6 @@ <%@ page contentType="text/html; charset=GBK"%> +<%@ page import="java.awt.Toolkit"%> +<%@ page import="java.awt.Dimension"%> <%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 @@ -10,7 +12,12 @@ if("queryContract".equals(action)){ RightType = "ReadOnly"; } + //获取页面属性 + Toolkit toolkit = Toolkit.getDefaultToolkit(); + Dimension screen = toolkit.getScreenSize(); + ASObjectModel doTemp = new ASObjectModel("GuarantorList"); + doTemp.appendHTMLStyle("FULLNAME","width:"+(int)((screen.getWidth()-(screen.getWidth()*0.108))*0.15)+"px;"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; @@ -29,18 +36,11 @@ }; } %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> -