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.
 
 
 
FZ/lis-module-grp-claim-web/src/main/webapp/g_claim/LLClaimCheckInput.jsp

85 lines
3.9 KiB

<html>
<%@page contentType="text/html;charset=UTF-8"%>
<%--用户校验类--%>
<%@include file="../common/jsp/UsrCheck.jsp"%>
<%
%>
<head>
<SCRIPT src="../common/javascript/Common.js"></SCRIPT>
<SCRIPT src="../common/cvar/CCodeOperate.js"></SCRIPT>
<SCRIPT src="../common/javascript/MulLine.js"></SCRIPT>
<SCRIPT src="../common/javascript/EasyQuery.js"></SCRIPT>
<SCRIPT src="../common/easyQueryVer3/EasyQueryVer3.js"></SCRIPT>
<SCRIPT src="../common/javascript/VerifyInput.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>
<style type="text/css">
a {background:#86DFF7;padding:5px 10px 3px 10px;border:1px solid #86DFF7;}
a:link {color: #000000;background:#86DFF7;}
a:visited {color: #000000;background:#86DFF7;}
a:hover {color: #000000;background:#86DFF7;}
a:active {color: #000000;background:#86DFF7;border:1px solid #888888;}
</style>
<SCRIPT src="../common/laydate/laydate.js"></SCRIPT>
<SCRIPT src="LLClaimCheck.js"></SCRIPT>
<SCRIPT src="LLClaimPubFun.js"></SCRIPT>
<SCRIPT src="../common/javascript/MultiCom.js"></SCRIPT>
<%@include file="LLClaimCheckInit.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"><br>
<span id="spanCode" style="display: none; position:absolute;z-index:9999; slategray"></span>
<div><b><span data-i18n="TotalClmPayAmt">本次理赔赔付总金额</span>:</b><INPUT class=common VALUE="" name=ClaimMoney id=ClaimMoney disabled></div>
<table>
<tr>
<td class=common><IMG src="../common/images/butExpand.gif" style="cursor:hand;" OnClick="showPage(this,InsureAccount);">
</td>
<td class=titleImg data-i18n="ClmBenefitDetails">本案件赔付责任详情</td>
</tr>
</table>
<Div id="InsureAccount" style="display:''" align="center">
<Table class=common>
<tr>
<td colSpan=1><span id="spanThisDutyGrid"></span></td>
</tr>
</Table>
<INPUT class=cssButton90 VALUE="首 页" data-i18n="FirstPage-1" TYPE=button onclick="turnPage1.firstPage();">
<INPUT class=cssButton91 VALUE="上一页" data-i18n="PreviousPage" TYPE=button onclick="turnPage1.previousPage();">
<INPUT class=cssButton92 VALUE="下一页" data-i18n="NextPage" TYPE=button onclick="turnPage1.nextPage();">
<INPUT class=cssButton93 VALUE="尾 页" data-i18n="LastPage-3" TYPE=button onclick="turnPage1.lastPage();">
</Div>
<table>
<tr>
<td class=common><IMG src="../common/images/butExpand.gif" style="cursor:hand;" OnClick="showPage(this,ClaimAccount);">
</td>
<td class=titleImg data-i18n="ClmBillsDetails">本案件赔付账单详情</td>
</tr>
</table>
<Div id="ClaimAccount" style="display:''" align="center">
<Table class=common>
<tr>
<td colSpan=1><span id="spanThisFeeGrid"></span></td>
</tr>
</Table>
<INPUT class=cssButton90 VALUE="首 页" data-i18n="FirstPage-1" TYPE=button onclick="turnPage2.firstPage();">
<INPUT class=cssButton91 VALUE="上一页" data-i18n="PreviousPage" TYPE=button onclick="turnPage2.previousPage();">
<INPUT class=cssButton92 VALUE="下一页" data-i18n="NextPage" TYPE=button onclick="turnPage2.nextPage();">
<INPUT class=cssButton93 VALUE="尾 页" data-i18n="LastPage-3" TYPE=button onclick="turnPage2.lastPage();">
</Div>
<hr>
<a id="closeBtn" href="#" onclick="top.close();" data-i18n="Return-5">返 回</a>
<%--隐藏表单域,保存信息用--%>
<input class="displayNone" name=RgtNo id=RgtNo value=''>
<input class="displayNone" name=CustNo id=CustNo value=''>
<input class="displayNone" name=ContNo id=ContNo value=''>
<input class="displayNone" id=fmtransact name=fmtransact>
<input class="displayNone" id=AccountType name=AccountType>
<input class="displayNone" id=ActivityID name=ActivityID>
</form>
</body>
</html>