34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/IncludeBegin.jsp"%><%
|
|
/*
|
|
Author:
|
|
Tester:
|
|
Content: ±¨¼Ûµ¥
|
|
Input Param:
|
|
Output param:
|
|
History Log:
|
|
*/
|
|
String flowunid = CurPage.getParameter("FlowUnid");//Á÷³Ì
|
|
String ProductId=CurPage.getParameter("ProductId");//²úÆ·±àºÅ
|
|
String calType = CurPage.getParameter("calType");
|
|
String sRightType= CurPage.getParameter("RightType");
|
|
|
|
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
|
|
<script type="text/javascript">
|
|
mytoptd.height=300;
|
|
OpenList();
|
|
OpenInfo();
|
|
|
|
function OpenList(){
|
|
var param="flowunid="+'<%=flowunid%>'+"&ProductId="+'<%=ProductId%>'+"&calType="+'<%=calType%>'+"&sRightType="+'<%=sRightType%>'
|
|
AsControl.OpenView("/Accounting/LoanSimulationPlan/LCCalcPlanTempList.jsp",param,"rightup");
|
|
}
|
|
function hiderightdown(){
|
|
$("#SecondFrame").hide();
|
|
changeLayout();
|
|
}
|
|
function OpenInfo(){
|
|
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/QuotationList/QuotationList.jsp","", "rightdown");
|
|
}
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%> |