2018-06-03 22:26:41 +08:00

20 lines
766 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
/*
页面说明: 示例上下联动框架页面
*/
String nodeNo=CurPage.getParameter("NodeNo");
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
<script type="text/javascript">
mytoptd.height=200;
OpenList();
OpenInfo();
function OpenList(){
AsControl.OpenView("/Tenwa/Lease/Flow/Contract/ContractOnhireChange/invoice/LBContractInvoiceObjectHisList.jsp","RightType=ReadOnly&TempletNo=<%=CurPage.getParameter("TempletNoHis")%>&NodeNo=<%=nodeNo%>_his","rightup");
}
function OpenInfo(){
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/LBContractInvoiceInfo/LBContractInvoiceObjectList.jsp", "NodeNo=<%=nodeNo%>", "rightdown");
}
</script>
<%@ include file="/IncludeEnd.jsp"%>