更新担保人列表样式
This commit is contained in:
parent
436a941a98
commit
b14b02888e
@ -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"%>
|
||||
<style type="text/css">
|
||||
#Left_TD_myiframe0 {
|
||||
width: 30%;
|
||||
/* overflow: hidden; */
|
||||
};
|
||||
|
||||
#Right_TD_myiframe0 {
|
||||
width: 70%;
|
||||
/* overflow: hidden; */
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
$("#myiframe0_float_div table").css("width","100%");
|
||||
$("#myiframe0_cells table").css("width","100%");
|
||||
})
|
||||
function newRecord(){
|
||||
var sUrl = "Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp";
|
||||
var sparam = 'FlowUnid='+'<%=sFlowUnid%>'+"&ListTempletNo="+"<%=sTempletNo%>&TaskNo=<%=taskno%>";//流程编号
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user