Merge branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git into zhuhuichen
This commit is contained in:
commit
0f40b46b56
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user