You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
3.8 KiB
95 lines
3.8 KiB
<html>
|
|
<%
|
|
//程序名称:累计风险定义查询
|
|
//程序功能:
|
|
//创建日期:2007-03-6
|
|
//创建人 :Zhang Bin
|
|
//更新记录: 更新人 更新日期 更新原因/内容
|
|
%>
|
|
<%@page contentType="text/html;charset=UTF-8" %>
|
|
|
|
<%--用户校验类--%>
|
|
<%@include file="../common/jsp/UsrCheck.jsp"%>
|
|
<head >
|
|
<SCRIPT src="../common/javascript/Common.js"></SCRIPT>
|
|
<SCRIPT src="../common/javascript/MulLine.js"></SCRIPT>
|
|
<SCRIPT src="../common/easyQueryVer3/EasyQueryVer3.js"></SCRIPT>
|
|
<SCRIPT src="../common/javascript/VerifyInput.js"></SCRIPT>
|
|
<SCRIPT src="../common/cvar/CCodeOperate.js"></SCRIPT>
|
|
<SCRIPT src="LRAccRDQueryInput.js"></SCRIPT>
|
|
<LINK href="../common/css/Project.css" rel=stylesheet type=text/css>
|
|
<LINK href="../common/css/Project3.css" rel=stylesheet type=text/css>
|
|
<LINK href="../common/css/mulLine.css" rel=stylesheet type=text/css>
|
|
<SCRIPT src="../common/laydate/laydate.js"></SCRIPT>
|
|
|
|
<%@include file="LRAccRDQueryInit.jsp"%>
|
|
<script src="../common/javascript/i18n/jquery.i18n.js"></script>
|
|
<script src="../common/javascript/i18n/jquery.i18n.messagestore.js"></script>
|
|
<script src="../common/javascript/i18n/i18n.js"></script>
|
|
</head>
|
|
|
|
<body onload="initForm();" >
|
|
<form action="" method=post name=fm id=fm target="fraSubmit">
|
|
<%@include file="../common/jsp/InputButton.jsp"%>
|
|
<%-- 显示或隐藏LLReport1的信息 --%>
|
|
|
|
<table>
|
|
<tr>
|
|
<td class=common><IMG src= "../common/images/butExpand.gif" style= "cursor:hand;" OnClick= "showPage(this,divLLReport1);"></td>
|
|
<td class= titleImg data-i18n="AcumuPlanDefinList">累计方案定义列表</td></tr>
|
|
</table>
|
|
|
|
<Div id= "divLLReport1" style= "display: ''" class="maxbox1">
|
|
|
|
<Table class= common>
|
|
<TR class= common>
|
|
<TD class= title5 data-i18n="AcumuPlanCode">累计方案编码</TD>
|
|
<TD class= input5>
|
|
<Input class="wid" class= common name= AccumulateDefNO id= AccumulateDefNO >
|
|
</TD>
|
|
<td class="title5" data-i18n="AcumuPlanName">累计方案名称</td>
|
|
<td class="input5">
|
|
<input class="wid" class = common name="AccumulateDefName" id="AccumulateDefName" >
|
|
</td>
|
|
</TR>
|
|
|
|
</Table></Div>
|
|
|
|
<%--<input class="cssButton" type=button value="查 询" onclick="submitForm()">
|
|
<input class="cssButton" type=button value="返 回" onclick="ReturnData()">
|
|
<input class="cssButton" type=button value="关 闭" onclick="ClosePage()">--%>
|
|
<a href="javascript:void(0);" class="button" onClick="submitForm();" data-i18n="Enquiry-3">查 询</a>
|
|
|
|
|
|
<table>
|
|
<tr>
|
|
<td class=common>
|
|
<IMG src= "../common/images/butExpand.gif" style= "cursor:hand;" OnClick= "showPage(this,divLCPol1);">
|
|
</td>
|
|
<td class= titleImg data-i18n="AcumuRiskList">
|
|
累计风险列表
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<Div id= "divLCPol1" style= "display: ''">
|
|
<table class= common>
|
|
<tr class= common>
|
|
<td text-align: left colSpan=1>
|
|
<span id="spanReComGrid" >
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%-- <Div id= "divPage" align=center style= "display: 'none' ">
|
|
<INPUT CLASS=cssButton VALUE="首页" TYPE=button onclick="turnPage.firstPage();">
|
|
<INPUT CLASS=cssButton VALUE="上一页" TYPE=button onclick="turnPage.previousPage();">
|
|
<INPUT CLASS=cssButton VALUE="下一页" TYPE=button onclick="turnPage.nextPage();">
|
|
<INPUT CLASS=cssButton VALUE="尾页" TYPE=button onclick="turnPage.lastPage();">
|
|
</Div>--%>
|
|
</div>
|
|
<a href="javascript:void(0);" class="button" onClick="ReturnData();" data-i18n="Return-3">返 回</a>
|
|
<a href="javascript:void(0);" class="button" onClick="ClosePage();" data-i18n="Close-2">关 闭</a>
|
|
</form>
|
|
<span id="spanCode" style="display: none; position:absolute; slategray"></span>
|
|
</body>
|
|
</html>
|
|
|