diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp index d70cec244..9a77336ed 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp @@ -1,6 +1,4 @@ <%@ 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");//流程编号 @@ -12,12 +10,8 @@ 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";