20 lines
671 B
Plaintext
20 lines
671 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include file="/IncludeBegin.jsp"%><%
|
|
/*
|
|
页面说明: 上下联动框架页面
|
|
*/
|
|
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
|
|
<script type="text/javascript">
|
|
mytoptd.height=60;
|
|
OpenTop();
|
|
|
|
function OpenTop(){
|
|
AsControl.OpenView("/Common/FinanceReport/SelectCompareReport.jsp","","rightup");
|
|
}
|
|
|
|
function OpenReport(reportInfo){
|
|
var reportJSON = JSON.parse(reportInfo);
|
|
AsControl.OpenView("/Common/FinanceReport/FinanceReportTab.jsp", "RecordNo="+reportJSON.RECORDNO+"&ReportScope="+reportJSON.REPORTSCOPE+"&ReportDate="+reportJSON.REPORTDATE, "rightdown");
|
|
}
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%> |