From 786592dc61bdd670758807837347935f86b3b717 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Thu, 28 Jun 2018 12:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=85=E4=BF=9D=E4=BA=BAlist=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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";