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/LLClaimNoticeDate.jsp

132 lines
6.1 KiB

<%
/***************************************************************
* <p>ProName:LLClaimNoticeDate.jsp</p>
* <p>Title:拒付决定案件通知菜单</p>
* <p>Description:拒付决定案件通知菜单</p>
* <p>Copyright:Copyright (c) 2014</p>
* <p>Company:Sinosoft</p>
* @author : nsk
* @version : 8.0
* @date : 2025-05-13
****************************************************************/
%>
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
<%@include file="../common/jsp/UsrCheck.jsp" %>
<%@page import="com.sinosoft.lis.pubfun.DateUtil" %>
<%@page import="com.sinosoft.utility.XssUtil" %>
<%
GlobalInput tGI = (GlobalInput)session.getAttribute("GI");
String mCurrentDate = DateUtil.getCurrentDate();
String tFlag = XssUtil.escapeJavaScript(request.getParameter("type"));
%>
<script>
var mManageCom = "<%=tGI.ManageCom%>"; //记录登陆机构
var mOperator = "<%=tGI.Operator%>";
var mCurrentDate = "<%=mCurrentDate%>";
var type = "<%=tFlag%>";
</script>
<html>
<head>
<%--<title>拒付决定案件通知菜单</title>--%><title>LIS</title>
<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/easyQueryVer3/EasyQueryCache.js"></script>
<script src="../common/javascript/VerifyInput.js"></script>
<SCRIPT src="../common/laydate/laydate.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="./LLClaimNoticeDate.js"></script>
<%@include file="./LLClaimNoticeDateInit.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(); initElementtype();">
<form name=fm id=fm method=post action="" target=fraSubmit ENCTYPE="multipart/form-data">
<div id="divSearch" class="container" showname="查询条件">
<table class=common>
<TR class=common>
<TD class=title>赔案号</TD>
<TD class=input>
<Input class=common name=RptNo >
</TD>
<TD class=title>出险人姓名</TD>
<TD class=input>
<Input class=common name=CustomerName >
</TD>
<td class="title"></td>
<td class="input"></td>
</TR>
</table>
<INPUT VALUE="查 询" class=cssButton TYPE=button onclick="queryGrid();">
</div>
<Div id="divAsk" style="display: ''" align=center class="container grid" showname="赔案信息">
<span id="spanLLClaimQueryGrid" ></span>
</div>
<Div id= "div1" class="container" showname="附件管理">
<table class= common>
<%-- <tr class=common>--%>
<%-- <td class= title width="25%">文件地址:</td>--%>
<%-- <TD width='80%'>--%>
<%-- <input style="display:none" name="ImportPath">--%>
<%-- <Input type="file" width="100%" name=FileName>--%>
<%-- <INPUT VALUE="上载" class="cssButton" TYPE=button name="diskSubmit" onclick="submitForm();">--%>
<%-- <Input style="display:none" width="100%" name="insuredimport" value="1">--%>
<%-- </td>--%>
<%-- </tr>--%>
<tr>
<td class=title data-i18n="AttachmentPath">文件地址</td>
<td class=input colspan=5><input class=common type=file verify="附件路径~AttachmentPath|notnull" name=UploadPath style="width:400px" elementtype=nacessary></td>
<td class="title"></td>
<td class="input"></td>
<td class="title"></td>
<td class="input"></td>
</tr>
<tr class=common>
<%-- <td class= title width="25%">凭证寄出日期:</td>
<TD class= input width="25%">
<Input class= "common Wdate" verify="凭证寄出日期|notnull&date" name=DRStartDate elementtype=nacessary>
</TD>--%>
<td class=title> 凭证寄出日期</td>
<td class=input><input class="common" dateFormat="short" name="DRStartDate" id="DRStartDate" onblur="confirmSecondInput(this,'onblur');" ></td>
<td class="title"></td>
<td class="input"></td>
<td class="title"></td>
<td class="input"></td>
</tr>
<%--<tr class=common>
<td class=common>
<INPUT VALUE="完 成" class=cssButton TYPE=button onclick="Done();">
</td>
</tr>--%>
</table>
</div>
<div id= "div2">
<input class=cssButton type=button name=UploadButton value="上传附件" id="upLoadClickBtn" onclick="submitFormUpload();">
<%-- <input class=cssButton type=button name=DownloadButton value="下载附件" data-i18n="DownloadAttachmt" id="downLoadClickBtn" onclick="downLoadClick();">--%>
<%-- <input class=cssButton type=button name=DeleteButton value="删除附件" data-i18n="DelAttachment" id="deleteClickBtn" onclick="deleteClick();">--%>
<input class=cssButton type=button name=OkButton value="完 成" onclick="Done();">
</div>
<input class=common style="display:none" name=tFlag value="<%=tFlag%>">
<input class="common" style="display:none" name=ManageCom>
<input class="common" style="display:none" name=Operator>
<input class="common" style="display:none" name=OtherNo>
<input class="common" style="display:none" name=OtherNoType>
</form>
<span id="spanCode" style="display: none; position:absolute; slategray"></span>
</body>
</html>