1290 lines
49 KiB
Plaintext
1290 lines
49 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" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Cygnus 1.0 | Office Verification Report</title>
|
|
<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/jquery.form.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/lib/ajaxfileupload.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/reporting.js?ver=5" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/appjs/common.js?v=2" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
<script language="javascript" type="text/javascript">window.onbeforeunload =function(){onReportClose('${offDetails.getUuid()}','o');};</script>
|
|
<script src="/matrix/js/appjs/negreason.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/appjs/autorem.js?ver=4" type="text/javascript"></script>
|
|
<link href="/matrix/css/menu.css" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/file.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" />
|
|
|
|
<style type="text/css">
|
|
.table-observation .lblcontainer{
|
|
color:blue;
|
|
}
|
|
</style>
|
|
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
|
|
<link href="/matrix/css/report-form-v4.css?v=9" rel="stylesheet" type="text/css" />
|
|
<script src="/matrix/js/report-form-v4.js?v=1" defer></script>
|
|
<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" />
|
|
</head>
|
|
|
|
<body class="matrix-report-form matrix-report-form--legacy">
|
|
<div id='PageFrame'>
|
|
<div id="formcontainer" class="matrix-report-form__workspace">
|
|
<form:form method="post" name="offDetails" id="offDetails" modelAttribute="offDetails" >
|
|
<!-- Case Details (Section1) Visible for all portfolios-->
|
|
<div>
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Office Verification Report</span>
|
|
<div id="crttagdocs" class="linkbutton" style="float:right" onclick="tagDocs('O')">Tag Docs</div>
|
|
<%
|
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr"))
|
|
{
|
|
%>
|
|
<div id="crtcopyrpt" class="linkbutton" style="float:right" onclick="FindByAppno('O')">Copy Report</div>
|
|
<%
|
|
}
|
|
%>
|
|
<div id="crtusrlist" class="linkbutton" style="float:right" onclick="showEditors('O')">Show Editors</div>
|
|
<c:if test="${offDetails.requiredphoto gt 0 }">
|
|
<div id="crtshowphoto" class="linkbutton" style="float:right" onclick="tagDocs('O')">Show Photos</div>
|
|
<div id="crtshowloc" class="linkbutton" style="float:right" onclick="getGpsLoc('O')">Show Location</div>
|
|
</c:if>
|
|
<%
|
|
if(session.getAttribute("usertype").toString().equals("mgr") || session.getAttribute("usertype").toString().equals("opr") || session.getAttribute("userrole")!=null)
|
|
{
|
|
%>
|
|
<div id="crtcontactno" class="linkbutton" style="float:right" onclick="showContactInfo('O')">Show Contact Numbers</div>
|
|
<%
|
|
}
|
|
%>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section1) -->
|
|
<div id="divCase" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s1">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
MV Code
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="mvcode" style="width:100px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
File No.
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="applno" style="width:140px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Name
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="customername" style="width:260px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Type
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="apptype" style="width:130px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="address" style="width:600px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Category
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="category" style="width:139px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Verifier
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input type="hiddne" path="verifiername" />
|
|
<form:input readonly="true" path="verifiercode" style="width:30px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Product
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="product" style="width:120px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Loan Amount
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="loanamount" style="width:100px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Contact Person
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="contactpers" style="width:230px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Special Instruction
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="specialinst" style="width:764px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Other Details
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="otherdetails" style="width:488px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Designation
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" path="designation" style="width:200px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer" style="color:red">
|
|
Triggers
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<input type="text" readonly="readonly" id="triggers" style="width:842px;color:red;text-transform:uppercase" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Pending Remarks
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="150" path="penremarks" style="width:784px;color:blue;text-transform:uppercase" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="CaseSection">
|
|
${offDetails.casesec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">General Details</span>
|
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px" id="conferencestatus"></span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section2) -->
|
|
<div id="divGeneral" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s2">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Visited Before
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divvisitebefore" style="width:55px;">
|
|
<form:select path="visitedbefore" multiple="false" style="width:73px" onblur="validate(this,'t','')" >
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Address confirmed
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divaddconf" style="width:55px;">
|
|
<form:select path="addrconfd" multiple="false" style="width:73px" onblur="validate(this,'f','')">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Change in address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divchgadd" style="width:55px;">
|
|
<form:select path="changeinadd" multiple="false" style="width:73px" >
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Correct address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="150" path="correctaddr" style="width:363px" onblur="validate(this,'f','Remarks')" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Visit date
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="visitdate" style="width:80px" onblur="validate(this,'f','Date')" onkeydown="return addSlashes(this,event)"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Visit time
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="5" path="visittime" style="width:50px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Met person
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="40" path="metperson" style="width:260px" onblur="validate(this,'f','Remarks')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Relation
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divrelation" style="width:147px;">
|
|
<form:select path="metrela" multiple="false" style="width:165px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offrelation}" var="rela">
|
|
<form:option value="${rela[0]}" label="${rela[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Relation, If other
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="40" path="metrelaoth" style="width:223px" onblur="validate(this,'f','Remarks')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
DOB
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="dob" style="width:75px" onblur="validate(this,'f','dob')" onkeydown="return addSlashes(this,event)"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Age
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="2" path="age" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:25px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Organisation Type
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divbustype" style="width:185px;">
|
|
<form:select multiple="false" path="busitype" style="width:203px">
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${orgtype}" var="ogtype">
|
|
<form:option value="${ogtype[0]}" label="${ogtype[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Business/Job at given address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="3" path="yrsjob" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:25px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Years(s)
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="3" path="mnthjob" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:25px" /> Month(s)
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Experience in Business/Job
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="3" path="yrstot" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:25px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Years(s)
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="3" path="mnthtot" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:25px" /> Month(s)
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Applicant's Designation
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divdesign" style="width:165px;">
|
|
<form:select path="appdesign" multiple="false" style="width:183px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offodesign}" var="desig">
|
|
<form:option value="${desig[0]}" label="${desig[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
If others
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="40" path="appdesignoth" style="width:170px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Company Name
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input readonly="true" maxlength="100" path="companyname" style="width:176px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
NOB
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divnob" style="width:145px;">
|
|
<form:select path="compprof" multiple="false" style="width:163px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offonob}" var="onob">
|
|
<form:option value="${onob[0]}" label="${onob[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
If others
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="100" path="compprofoth" style="width:180px" onblur="validate(this,'f','Remarks')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
NOB description
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="80" path="proddealt" style="width:323px" onblur="validate(this,'f','Remarks')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Applicant's Category
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divapcategory" style="width:145px;">
|
|
<form:select path="appcategory" multiple="false" style="width:163px" >
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Salaried" label="Salaried" />
|
|
<form:option value="Self Employed" label="Self Employed" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
${offDetails.generalsec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section3_a) -->
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Salaried Details</span>
|
|
</div>
|
|
<!-- -->
|
|
<div id="divSaldetails" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s3_a">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Department
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="40" path="appdept" style="width:125px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Type of job
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divjobtype" style="width:145px;">
|
|
<form:select path="jobtype" multiple="false" style="width:163px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offojobtype}" var="jtype">
|
|
<form:option value="${jtype[0]}" label="${jtype[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Job transferable
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divjobtransfer" style="width:55px;">
|
|
<form:select path="transferable" multiple="false" style="width:73px" >
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Reporting to
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="40" path="reportingto" style="width:130px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Job confirmed from
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divjobconf" style="width:145px;">
|
|
<form:select path="jobconfby" multiple="false" style="width:163px" >
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Met Person" label="Met Person" />
|
|
<form:option value="Security Guard" label="Security Guard" />
|
|
<form:option value="Receptionist" label="Receptionist" />
|
|
<form:option value="Colleagues" label="Colleagues" />
|
|
<form:option value="Others" label="Others" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Salary
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="50" path="saldetail" style="width:140px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Job proof
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="80" path="jobproof" style="width:305px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Previous job details if < 1 year in current job
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="150" path="prevjobdet" style="width:310px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Previous job period
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="3" path="prevjobyrs" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:25px" /> Year(s)
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="SaldetailsSection">
|
|
${offDetails.saldetailsec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- -->
|
|
<!-- Form (Section3_b) -->
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Self Employed Details</span>
|
|
</div>
|
|
<!-- -->
|
|
<div id="divSelfempdetails" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s3_b">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Business board seen
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divbusboard" style="width:55px;">
|
|
<form:select path="bizboard" multiple="false" style="width:73px" >
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Locality
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divlocality" style="width:165px;">
|
|
<form:select path="locality" multiple="false" style="width:183px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offoloca}" var="loca">
|
|
<form:option value="${loca[0]}" label="${loca[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
If others
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="30" path="locaoth" style="width:130px" onblur="validate(this,'f','SplInstruction')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Accessibility
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divaccess" style="width:129px;">
|
|
<form:select path="easeloc" multiple="false" style="width:147px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offacc}" var="oacc">
|
|
<form:option value="${oacc[0]}" label="${oacc[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Ownership
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divoowner" style="width:165px;">
|
|
<form:select path="ownership" multiple="false" style="width:183px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offoowner}" var="oowner">
|
|
<form:option value="${oowner[0]}" label="${oowner[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
If others
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="30" path="owneroth" style="width:130px" onblur="validate(this,'f','Remarks')"/>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Business activity
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divbusact" style="width:100px;">
|
|
<form:select path="busiact" multiple="false" style="width:118px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offact}" var="oact">
|
|
<form:option value="${oact[0]}" label="${oact[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Customer per day
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="custperday" onblur="validate(this,'f','SplInstruction')" style="width:45px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Avg. monthly turnover
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="25" path="turnover" onblur="validate(this,'f','SplInstruction')" style="width:112px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Total employee
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="totemp" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:55px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Branches
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="3" path="totbranch" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:25px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Sales Tax / Tin No.
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="20" path="stxno" onblur="validate(this,'f','SplInstruction')" style="width:143px" />
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="SelfempdetailsSection">
|
|
${offDetails.empdetailssec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- -->
|
|
<!-- Form (Section4) -->
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Observation</span>
|
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section3) -->
|
|
<div id="divObservation" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls table-observation" width="99%">
|
|
<tr>
|
|
<td id="s4">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Customer seen
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="custseen" onblur="validate(this,'f','SplInstruction')" style="width:45px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Stock details
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="150" path="stockdet" onblur="validate(this,'f','SplInstruction')" style="width:630px" />
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="ObservationSection">
|
|
${offDetails.observationsec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Neighbours Feedback</span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section5) -->
|
|
<div id="divNeighbour" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s5">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NeighbourSection">
|
|
${offDetails.neighboursec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section6) -->
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/othdet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Other Details</span>
|
|
</div>
|
|
<!-- -->
|
|
<div id="divOther" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s6">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Father name
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="40" path="fathname" onblur="validate(this,'f','AlphaSpace')" style="width:143px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Bank details
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="50" path="bank" onblur="validate(this,'f','SplInstruction')" style="width:200px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Loan amount
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="50" path="loanamt" onblur="validate(this,'f','LoanAmount')" style="width:100px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Tenure
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="tenure" onblur="validate(this,'f','LoanAmount')" style="width:50px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
PAN No.
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="panno" onblur="validate(this,'f','SplInstruction')" style="width:100px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Phone No.
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="25" path="ophone" onblur="validate(this,'f','Phone')" style="width:120px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Extension.
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="10" path="extn" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" style="width:50px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Other source of income
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="100" path="othsource" onblur="validate(this,'f','SplInstruction')" style="width:185px" />
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="OtherSection">
|
|
${offDetails.othersec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Verifier's Input</span>
|
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section6) -->
|
|
<div id="divVerifier" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s6">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Verifier's Comment (<span id="verremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters)
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:textarea path="verremarks" onblur="validate(this,'f','Remarks')" style="width:905px;height:60px" class="textbox" onkeyup="CharCount(this)" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Verifier's Opinion
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divverop" style="width:65px;">
|
|
<form:select path="veropinion" multiple="false" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
<font color="red">Is doubtfull</font>
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divdoubtfull" style="width:65px;">
|
|
<form:select path="doubtfull" multiple="false" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
<font color="red">Any political links</font>
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divpollink" style="width:65px;">
|
|
<form:select path="political" multiple="false" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
If yes, details
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="200" path="politicdet" onblur="validate(this,'f','Remarks')" style="width:800px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Is Contactable
|
|
<form:hidden path="noncontactablereason" />
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divcontactable" style="width:150px;">
|
|
<form:select path="contactable" onblur="validate(this,'t','Remarks')" multiple="false" style="width:168px" class="input-required">
|
|
<option value="-1" selected>NA</option>
|
|
<option value="Contactable" selected>Contactable</option>
|
|
<option value="Not Contactable" selected>Not Contactable</option>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- <div class="widget">
|
|
<div class="lblcontainer">
|
|
Non Contactable Reason
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divnegreason" style="width:300px;">
|
|
<form:select path="noncontactablereason" multiple="false" style="width:318px" class="input-required">
|
|
<option value="-1" selected>NA</option>
|
|
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>-->
|
|
<br />
|
|
<div class="widget">
|
|
<jsp:useBean id="now" class="java.util.Date"/>
|
|
<c:set var = "timepin" scope = "session" value = "2021-09-01 13:10" />
|
|
<div class="lblcontainer">
|
|
Risk Level
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divrlevel" style="width:849px;">
|
|
<!-- <c:if test="${timepin lt now}">
|
|
<form:select path="risklevel" multiple="false" onblur="validate(this,'t','');" style="width:865px">
|
|
<form:option value="-1" label="NA" />
|
|
<form:option value="1" label="1 | INCOMPLETE ADD/WRONG ADDRESS/OCL" />
|
|
<form:option value="2" label="2 | ADDRESS NOT TRACED" />
|
|
<form:option value="3" label="3 | APPLICANT DOES NOT STAY/WORKING,HOUSE LOCKED AND NEIGH CHECK NEGATIVE/E.N.P AND APP'S NAME AND JOB NOT CONFIRMED" />
|
|
<form:option value="4" label="4 | RISKY PROFILE / DOUBTFULL PROFILE / CAUTION PROFILE" />
|
|
<form:option value="5" label="5 | HOUSE LOCKED APPLICANT'S STAY CONFIRMED BY NEIGHBOURS / E.N.P APPLICANT'S NAME AND JOB CONFD BY GUARD" />
|
|
<form:option value="6" label="6 | CURING (CORRECT ADDRESS MENTIONED IN REPORT)" />
|
|
<form:option value="7" label="7 | OK PROFILE" />
|
|
<form:option value="8" label="8 | NOT INTRESTED/NOT APPLIED/REFUSED FOR DETAILS" />
|
|
</form:select>
|
|
</c:if> -->
|
|
<c:if test="${now gt timepin}">
|
|
<form:select path="risklevel" multiple="false" onblur="validate(this,'t','');" style="width:865px">
|
|
<form:option value="-1" label="NA" />
|
|
<form:option value="1" label="1 | OCL" />
|
|
<form:option value="2" label="2 | INCOMPLETE ADD" />
|
|
<form:option value="3" label="3 | WRONG ADDRESS" />
|
|
<form:option value="4" label="4 | ADDRESS NOT TRACED" />
|
|
<form:option value="5" label="5 | APPLICANT DOES NOT STAY/WORKING,HOUSE LOCKED AND NEIGH CHECK NEGATIVE/E.N.P AND APP'S NAME AND JOB NOT CONFIRMED" />
|
|
<form:option value="6" label="6 | RISKY PROFILE / DOUBTFULL PROFILE / CAUTION PROFILE" />
|
|
<form:option value="7" label="7 | HOUSE LOCKED APPLICANT'S STAY CONFIRMED BY NEIGHBOURS / E.N.P APPLICANT'S NAME AND JOB CONFD BY GUARD" />
|
|
<form:option value="8" label="8 | CURING (CORRECT ADDRESS MENTIONED IN REPORT)" />
|
|
<form:option value="9" label="9 | OK PROFILE" />
|
|
<form:option value="10" label="10 | NOT INTRESTED/NOT APPLIED/REFUSED FOR DETAILS" />
|
|
<form:option value="11" label="11 | NOT CONTACTABLE" />
|
|
</form:select>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Risk Remarks (<span id="riskremarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters)
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:textarea maxlength="300" path="riskremarks" onblur="validate(this,'f','Remarks')" style="width:905px;height:30px" class="textbox" onkeyup="CharCount(this)" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Distance from city limit, If visited
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="50" path="distance" style="width:300px" />
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="VerifierSection">
|
|
${offDetails.verifiersec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Title -->
|
|
<div id='titleSupervisor' class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Supervisor</span>
|
|
<span style="font-size:12px;margin-left:20px;font-weight:bold;color:#FF7700;letter-spacing:0.5pt;background-color:#F7F6F5;padding:3px">(${offDetails.getCustomername()} | ${offDetails.getProduct() } | <c:choose><c:when test="${offDetails.getVerifiercode() eq 'VS' && (offDetails.getPortfolioid()==64 || offDetails.getPortfolioid()==65 || offDetails.getPortfolioid()==66 || offDetails.getPortfolioid()==146) }">VK</c:when><c:otherwise>${offDetails.getVerifiercode()}</c:otherwise></c:choose> | ${offDetails.getBranchname() } | ${offDetails.getOprsend()} | ${offDetails.getLoanamount() })</span>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section7) -->
|
|
<div id="divSupervisor" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s7">
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Status
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divstatus" style="width:150px;">
|
|
<form:select path="status" onchange="FilterNegReason(this,'O');autorem('O')" multiple="false" style="width:168px">
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offostatus}" var="stat">
|
|
<form:option value="${stat[0]}" label="${stat[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Negative Reason
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divnegreason" onchange="validatenegreason()" style="width:470px;">
|
|
<form:select path="negreason" multiple="false" style="width:488px">
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${offnegres}" var="nres">
|
|
<form:option value="${nres[0]}" label="${nres[1]}" />
|
|
</c:forEach>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<% if(session.getAttribute("userrole")==null)
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btndoubtfull" style="margin-left:1px;margin-top:5px;float:right" value="Mark for Crosscheck" id="btndoubtfull" onclick="SendNegReq('O')" accesskey="A" />
|
|
<input type="button" class="button" name="btnautorem" style="margin-left:1px;margin-top:5px;float:right" value="Auto Remarks" id="btnautorem" onclick="AutoRemarks()" accesskey="R" />
|
|
<input type="button" class="button" name="btndocrem" style="margin-left:1px;margin-top:5px;float:right" value="Fetch Doc Report" id="btndocrem" onclick="FetchDocRemarks()" accesskey="D" />
|
|
<%
|
|
}
|
|
else
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btndoubtfull" style="margin-left:1px;margin-top:5px;float:right" value="Update Into Negative Databse" onclick="NegUpdRemarks('O')" id="btndoubtfull" accesskey="A" />
|
|
<%
|
|
}
|
|
%>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<input type="button" class="button" name="btndoubtfull" style="margin-left:1px;margin-top:5px;float:right" value="Auto Remarks" onclick="autorem('O')" id="btndoubtfull" accesskey="Z" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Final Remarks (<span id="remarksCchars" style="font-weight:bold;color:blue"> 0 </span>Characters)
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:textarea path="remarks" onblur="validate(this,'t','Remarks')" style="width:905px;height:80px" class="textbox" onkeyup="CharCount(this)" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
<font color="red">Red alert</font>
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divpollink" style="width:65px;">
|
|
<form:select path="redalert" multiple="false" onblur="validate(this,'t','');" style="width:80px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
If yes, remarks
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<form:input maxlength="300" path="alertrem" onblur="validate(this,'t','Remarks')" style="width:788px" />
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Is OCL
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divocl" style="width:65px;">
|
|
<form:select path="isocl" multiple="false" onblur="validate(this,'t','');" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Same address
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divsameadd" style="width:65px;">
|
|
<form:select path="issameadd" multiple="false" onblur="validate(this,'t','');" style="width:85px">
|
|
<option value="-1" selected>NA</option>
|
|
<form:option value="Yes" label="YES" />
|
|
<form:option value="No" label="NO" />
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="SupervisorSection">
|
|
${offDetails.supervisorsec}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- Title -->
|
|
<div id='titleDedupe' class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/commondet.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Dedupe</span>
|
|
<div class="linkbutton" style="float:right" onclick="fetchDedupe()">Show Earlier & Negative Remarks</div>
|
|
</div>
|
|
<!-- -->
|
|
<!-- Form (Section8) -->
|
|
<div id="divDedupe" class="FormPanel">
|
|
<table align="center" class="matrix-form-controls" width="99%">
|
|
<tr>
|
|
<td id="s8">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="DedupeSection">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="linegap" style="height:30px"></div>
|
|
<!-- -->
|
|
</div>
|
|
<!-- -->
|
|
<form:hidden path="portname" />
|
|
<form:hidden path="verifierid" />
|
|
<form:hidden path="dynamicctrls" />
|
|
<form:hidden path="portfolioid" />
|
|
<form:hidden path="iscompsave" />
|
|
<form:hidden path="uuid" />
|
|
<form:hidden path="oprsend" />
|
|
<form:hidden path="res_area" />
|
|
<form:hidden path="sal_area" />
|
|
<form:hidden path="se_area" />
|
|
<form:hidden path="rco" />
|
|
<form:hidden path="requiredphoto" />
|
|
<form:hidden path="imei" />
|
|
<input type="hidden" value="${Sessvals.getUserID()}" id="usid" />
|
|
<input type="hidden" value="${Sessvals.getUserGroupID()}" id="ugid" />
|
|
<input type="hidden" value="<%=session.getAttribute("usertype")%>" id="utype" />
|
|
<input type="hidden" name="cuuid" id="cuuid" value="0" />
|
|
<form:hidden path="lastfocused" />
|
|
<!-- -->
|
|
<div class="buttonbar matrix-report-form__actions">
|
|
<input type="hidden" id="invalidfields" value="0" />
|
|
<input type="button" class="button" name="btncancel" style="margin-left:1px;float:right" value="Exit" id="btncancel" accesskey="E" onclick="MatrixDialog.close(0)" />
|
|
<%
|
|
if(session.getAttribute("userrole")!=null && session.getAttribute("userrole").equals("ccmgr"))
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btnsave" style="margin-left:1px;float:right" value="Update Feedback" id="btnsave" accesskey="U" onclick="UpdateFeedback('O')" />
|
|
<%
|
|
}
|
|
if(session.getAttribute("userrole")==null)
|
|
{
|
|
if(session.getAttribute("usertype").toString().equals("bopr"))
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btncompsave" style="float:right" value="Bank Software Updated" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('offDetails',1,'o');" />
|
|
<%
|
|
}
|
|
else
|
|
{
|
|
%>
|
|
<input type="button" class="button" name="btncompsave" style="float:right" value="Complete Save" id="btncompsave" accesskey="C" onclick="return ValidateSubmitReport('offDetails',1,'o');" />
|
|
<input type="button" class="button" name="btnsave" style="float:right" value="Save" id="btnsave" accesskey="S" onclick="return ValidateSubmitReport('offDetails',0,'o');" />
|
|
<%
|
|
}
|
|
}
|
|
%>
|
|
</div>
|
|
|
|
</form:form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<!-- Page Load Javascript -->
|
|
<script language="javascript" type="text/javascript">
|
|
setLostFocus();
|
|
setFocOnControl();
|
|
$("#btnautorem").hide();
|
|
hideSupSec('<%=session.getAttribute("usertype").toString()%>','O');
|
|
fetchAutorem('${offDetails.portfolioid}','O','${offDetails.category}');
|
|
HideSomeOptions('O');
|
|
<%
|
|
if(!session.getAttribute("usertype").toString().equals("opr") && !session.getAttribute("usertype").toString().equals("bopr"))
|
|
{
|
|
%>
|
|
triggers('O');
|
|
<%
|
|
}
|
|
%>
|
|
$( document ).ready(function() {
|
|
getConferenceStatus('O');
|
|
});
|
|
</script>
|
|
<!-- -->
|
|
<!-- Process Message -->
|
|
<c:if test="${status==false}">
|
|
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
|
|
</c:if>
|
|
<c:if test="${msg=='closed' && status==true}">
|
|
<script language="javascript" type="text/javascript">MatrixDialog.close(1); </script>
|
|
</c:if>
|
|
<!-- -->
|
|
<div id='expandPanel' class='expandmask' style='display:none' ></div>
|
|
</html> |