285 lines
14 KiB
Plaintext
285 lines
14 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
pageEncoding="ISO-8859-1"%>
|
|
<%@page language="java" session="true" %>
|
|
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<link href="/matrix/css/jquery-ui.css" rel="stylesheet" type="text/css" />
|
|
|
|
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/jquery-ui.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/appjs/ctransfer.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
|
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/tool-workspace-v3.css?v=1" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
|
|
|
<title>Cygnus 1.0 | Case Transfer</title>
|
|
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
|
|
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
|
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
|
</head>
|
|
<body class="matrix-shell matrix-v2 matrix-tool-workspace matrix-case-operations matrix-case-transfer">
|
|
<div id='PageFrame'>
|
|
<!-- Title Bar -->
|
|
<%@ include file="/WEB-INF/app/fragments/app-title.jspf" %>
|
|
<!-- -->
|
|
<div id="formcontainer" class="matrix-tool-workspace__content">
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/transfer.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Case Transfer<span id='recfound'></span></span>
|
|
<img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('casetransfer','_parent','casetransfer')"/>
|
|
</div>
|
|
<!-- -->
|
|
<div id="FormPanel" class="FormPanel">
|
|
<form:form name="casetransfer" method="post" id="casetransfer" modelAttribute="ctransfer" >
|
|
<c:if test="${mode==0}">
|
|
<table align="center" id="filtertab" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<div class="widget">
|
|
<div class="lblcontainer" style="width:60px">
|
|
Verifier
|
|
</div>
|
|
<br />
|
|
<div class="inputcontainer">
|
|
<div class="divselect matrix-select-wrap" style="width:50px;">
|
|
<form:select path="verifier" multiple="false" id="verlist" style="width:68px" >
|
|
<option value="-1" selected>---</option>
|
|
<c:forEach items="${verlist}" var="ver">
|
|
<form:option value="${ver[0]}" label="${ver[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer" style="width:90px">
|
|
Older than
|
|
</div>
|
|
<br />
|
|
<div class="inputcontainer">
|
|
<div class="divselect matrix-select-wrap" style="width:82px;">
|
|
<form:select path="older" multiple="false" id="daylist" style="width:100px" >
|
|
<form:option label="---" value="-1" />
|
|
<form:option label="1 Day" value="1" />
|
|
<form:option label="2 Day" value="2" />
|
|
<form:option label="3 Day" value="3" />
|
|
<form:option label="4 Day" value="4" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Portfolio
|
|
</div>
|
|
<br />
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divport" style="width:250px;">
|
|
<form:select path="portfolio" multiple="false" id="portlist" style="width:268px" >
|
|
<option value="-1" selected>SELECT</option>
|
|
<c:forEach items="${portlist}" var="port">
|
|
<form:option value="${port[0]}" label="${port[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
MV Code
|
|
</div>
|
|
<br />
|
|
<div class="inputcontainer">
|
|
<form:input path="mvcode" class="textbox" id="mvcode" style="width:100px;" onblur="validate(this,'f','AlphaNumeric')" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Appl No.
|
|
</div>
|
|
<br />
|
|
<div class="inputcontainer">
|
|
<form:input path="applno" class="textbox" id="applno" style="width:120px;" onblur="validate(this,'f','AlphaNumeric')" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Name
|
|
</div>
|
|
<br />
|
|
<div class="inputcontainer">
|
|
<form:input path="customername" class="textbox" id="customername" style="width:185px;" onblur="validate(this,'f','AlphaSpace');" />
|
|
</div>
|
|
</div>
|
|
<input type="button" class="button" name="btnfind" style="margin-top:3px;float:right;width:25px;padding:15px" id="btnfind" accesskey="S" onclick="ValidateSearch();" />
|
|
</td>
|
|
</tr>
|
|
<tr id="actiontr">
|
|
<td>
|
|
<div class="widget">
|
|
<div class="lblcontainer" style="width:60px">
|
|
Shift To
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect matrix-select-wrap" style="width:50px;">
|
|
<form:select path="toverifier" multiple="false" id="tverlist" style="width:68px" >
|
|
<option value="-1" selected>---</option>
|
|
<c:forEach items="${verlist}" var="ver">
|
|
<form:option value="${ver[0]}" label="${ver[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer" style="text-transform: none;padding-bottom:5px">
|
|
SMS
|
|
</div>
|
|
<div class="inputcontainer" style="width:24px;padding-bottom:5px">
|
|
<form:checkbox path="sms" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
<input type="button" class="button" name="btntransfer" style="margin-top:3px;float:left" value="Transfer" id="btntransfer" accesskey="T" onclick="Transfer('transfercase','casetransfer')" />
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</c:if>
|
|
<div id="TablePanel" class="tableContainer">
|
|
<table border="0" cellspacing="0" width="100%" id="alloclist">
|
|
<thead class="thead">
|
|
<tr title="Row Title">
|
|
<td style="font-size:9pt">S.No</td>
|
|
<td width="70" style="font-size:9pt">Portfolio</td>
|
|
<td width="60" style="font-size:9pt">MV Code</td>
|
|
<td width="80" style="font-size:9pt">Appl No.</td>
|
|
<td width="100" style="font-size:9pt">Name</td>
|
|
<td width="70" style="font-size:9pt">Type</td>
|
|
<td width="60" style="font-size:9pt">Product</td>
|
|
<td style="font-size:9pt">Address</td>
|
|
<td style="font-size:9pt" align="center">Visit</td>
|
|
<td width="80" style="font-size:9pt">Date</td>
|
|
<td style="font-size:9pt">Batch</td>
|
|
<td style="font-size:9pt;text-align:center">To</td>
|
|
<td align="center"><input width="20" type="checkbox" id="chkparent" value="" onclick="ToggleChecks('chkcol',this.checked);CheckAllVerifier(this.checked);"></td>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="alloclistbody" class="scrollContent">
|
|
<c:forEach items="${ctransfer.alloccases}" var="record" varStatus="mystatus">
|
|
<tr id="row${status.count}">
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal">
|
|
<form:hidden path="alloccases[${mystatus.index}].uuid" id="uuid${mystatus.count}" value="${status.value}"/>
|
|
<form:hidden path="alloccases[${mystatus.index}].backlog" id="backlog${mystatus.count}" value="${status.value}"/>
|
|
<form:hidden path="alloccases[${mystatus.index}].mobileno" id="mobileno${mystatus.count}" value="${status.value}"/>
|
|
${mystatus.count}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal">
|
|
<form:hidden path="alloccases[${mystatus.index}].portfolio" id="portfolio${mystatus.count}" value="${status.value}"/>
|
|
<form:hidden path="alloccases[${mystatus.index}].portfolioid" id="portfolioid${mystatus.count}" value="${status.value}"/>
|
|
${record.portfolio}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal">
|
|
<form:hidden path="alloccases[${mystatus.index}].mvcode" id="mvcode${mystatus.count}" value="${status.value}"/>
|
|
${record.mvcode}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal">
|
|
<form:hidden path="alloccases[${mystatus.index}].applno" id="applno${mystatus.count}" value="${status.value}"/>
|
|
${record.applno}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
|
|
<form:hidden path="alloccases[${mystatus.index}].customername" id="customername${mystatus.count}" value="${status.value}"/>
|
|
${record.customername}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
|
|
<form:hidden path="alloccases[${mystatus.index}].apptype" id="apptype${mystatus.count}" value="${status.value}"/>
|
|
${record.apptype}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
|
|
<form:hidden path="alloccases[${mystatus.index}].product" id="product${mystatus.count}" value="${status.value}"/>
|
|
${record.product}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
|
|
<form:hidden path="alloccases[${mystatus.index}].address" id="address${mystatus.count}" value="${status.value}"/>
|
|
${record.address}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;" align="center">
|
|
<form:hidden path="alloccases[${mystatus.index}].visittype" id="visittype${mystatus.count}" value="${status.value}"/>
|
|
${record.visittype}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
|
|
<form:hidden path="alloccases[${mystatus.index}].oprsendon" id="oprsendon${mystatus.count}" value="${status.value}"/>
|
|
${record.oprsendon}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;" align="center">
|
|
<form:hidden path="alloccases[${mystatus.index}].batch" id="batch${mystatus.count}" value="${status.value}"/>
|
|
${record.batch}
|
|
</td>
|
|
<td style="font-size:9pt;border-bottom:1px dotted #C3C3C3;padding-bottom:5px;padding-top:5px;font-weight:normal;">
|
|
<div class="divselect matrix-select-wrap" style="width:50px;">
|
|
<form:hidden path="alloccases[${mystatus.index}].pverifier" id="pverifier${mystatus.count}" value="${status.value}"/>
|
|
<form:select path="alloccases[${mystatus.index}].verifier" multiple="false" id="verifier${mystatus.count}" style="width:68px" >
|
|
<option value="-1" selected>---</option>
|
|
<c:forEach items="${verlist}" var="ver">
|
|
<form:option value="${ver[0]}" label="${ver[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</td>
|
|
<td style="font-size:9pt;width:25px;border-bottom:1px dotted #C3C3C3" align="center">
|
|
<c:choose>
|
|
<c:when test="${not empty record.response}">
|
|
${record.response}
|
|
</c:when>
|
|
<c:otherwise>
|
|
<form:checkbox path="alloccases[${mystatus.index}].istransfer" id="chkcol${mystatus.count}" value="true" onclick="checkList('chkcol','chkparent');CheckVerifier(this)" />
|
|
</c:otherwise>
|
|
</c:choose>
|
|
</td>
|
|
</tr>
|
|
</c:forEach>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<input type="hidden" id="invalidfields" value="0" />
|
|
</form:form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<!-- Page Load Javascript -->
|
|
<script language="javascript" type="text/javascript">
|
|
CountRows('${mode}');
|
|
</script>
|
|
<!-- -->
|
|
<!-- Process Message -->
|
|
<c:if test="${not empty msg}">
|
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',5000,200,300); </script>
|
|
</c:if>
|
|
<!-- -->
|
|
</html>
|