租金休眠初页面样式调整
This commit is contained in:
parent
312ed7e53c
commit
914cdcc795
@ -70,7 +70,7 @@
|
||||
<script type="text/javascript">
|
||||
var calcRules=eval("(<%=calcRules%>)");
|
||||
$(function(){
|
||||
document.getElementById('div_my0').innerHTML = '<div style="width:1160px;overflow: scroll;">'+document.getElementById('div_my0').innerHTML+'</div>';
|
||||
document.getElementById('div_my0').innerHTML = '<div style="width:100%;overflow: scroll;">'+document.getElementById('div_my0').innerHTML+'</div>';
|
||||
try {
|
||||
changeSettleMethod();
|
||||
} catch (e) {
|
||||
|
||||
@ -1,7 +1,24 @@
|
||||
<%@page import="com.amarsoft.awe.control.model.Parameter"%>
|
||||
<%@ page contentType="text/html; charset=GBK"%>
|
||||
<%@ page import="com.tenwa.reckon.product.ASObjectWindowCalc" %>
|
||||
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
|
||||
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%>
|
||||
<style>
|
||||
#div_my0 > form {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#div_my0 > form > #A_Group_0020{
|
||||
flex-grow: 1;
|
||||
}
|
||||
#div_my0 > form > #A_Group_0020 > table:last-child {
|
||||
height: 100%;
|
||||
}
|
||||
#div_my0 > form > #A_Group_0020 > table:last-child table{
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<%
|
||||
/*
|
||||
Author: undefined 2017-06-29
|
||||
Content: ʾÀýÏêÇéÒ³Ãæ
|
||||
@ -64,7 +81,7 @@
|
||||
String compClientID = request.getParameter("CompClientID");
|
||||
String url="/Accounting/LoanSimulation_change/LoanBasicInfo.jsp";
|
||||
sRightType="ReadOnly";
|
||||
dwTemp.replaceColumn("pay_condition", "<iframe type='iframe' id='pay_condition' name=\"pay_condition\" width=\"100%\" height=\"500px\" frameborder=\"0\" src=\""+sWebRootPath+url+"?CompClientID="+compClientID+"&flowunid="+flowunid+"&plannumber="+paymentNumber+"&IsHistory="+ishistory+"&NodeNo="+nodeNo+"&RightType="+sRightType+"&calType="+calType+"&TaskNo="+taskno+"\"></iframe>", CurPage.getObjectWindowOutput());
|
||||
dwTemp.replaceColumn("pay_condition", "<iframe type='iframe' id='pay_condition' name=\"pay_condition\" width=\"100%\" height=\"100%\" frameborder=\"0\" src=\""+sWebRootPath+url+"?CompClientID="+compClientID+"&flowunid="+flowunid+"&plannumber="+paymentNumber+"&IsHistory="+ishistory+"&NodeNo="+nodeNo+"&RightType="+sRightType+"&calType="+calType+"&TaskNo="+taskno+"\"></iframe>", CurPage.getObjectWindowOutput());
|
||||
String sButtons[][] = {
|
||||
{"true","","Button","ÐÝÃß±ä¸ü","ÐÝÃß±ä¸ü","saveRecord()","","","","btn_icon_rentchange"},
|
||||
//{"true","","Button","ÐÝÃß³·Ïú","ÐÝÃß³·Ïú","cancelChange()","","","","btn_icon_delete"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user