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.
96 lines
4.1 KiB
96 lines
4.1 KiB
<%
|
|
/***************************************************************
|
|
* <p>ProName:EdorQueryManagerInput.jsp</p>
|
|
* <p>Title:查询客户经理</p>
|
|
* <p>Description:查询客户经理</p>
|
|
* <p>Copyright:Copyright (c) 2012</p>
|
|
* <p>Company:Sinosoft</p>
|
|
* @author : 蔡云聪
|
|
* @version : 8.0
|
|
* @date : 2014-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"%>
|
|
<%
|
|
GlobalInput tGI = (GlobalInput)session.getAttribute("GI");
|
|
String tCurrentDate= DateUtil.getCurrentDate();
|
|
String tOperator = tGI.Operator;
|
|
|
|
String tManageCom = request.getParameter("ManageCom");
|
|
String tMulLineNo = request.getParameter("SelNo");
|
|
String tAgentType = request.getParameter("AgentType");
|
|
String tBranchType = request.getParameter("BranchType");
|
|
String tIsHealthy = request.getParameter("IsHealthy");
|
|
String tPolicyAppDate = request.getParameter("PolicyAppDate");
|
|
|
|
%>
|
|
<script>
|
|
var tOperator = "<%=tOperator%>";//当前登录人
|
|
var tManageCom = "<%=tManageCom%>";//登录机构
|
|
var tMulLineNo = "<%=tMulLineNo%>";//MulLine序号
|
|
var tAgentType = "<%=tAgentType%>";
|
|
var tBranchType = "<%=tBranchType%>";
|
|
var tIsHealthy = "<%=tIsHealthy%>";
|
|
var tPolicyAppDate = "<%=tPolicyAppDate%>";
|
|
|
|
var tCurrentDate = "<%=tCurrentDate%>";
|
|
</script>
|
|
<html>
|
|
<head>
|
|
<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="./EdorQueryManagerInput.js"></script>
|
|
<%@include file="./EdorQueryManagerInit.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>
|
|
|
|
<div id="divInfo1" class=container showname="客户经理查询条件" style="display: ''">
|
|
<table class=common>
|
|
<tr class=common>
|
|
<td class=title data-i18n="ClientManagerName-1">客户经理名称</td>
|
|
<td class=input><input class="common" id=SalesmanName name=SalesmanName></td>
|
|
<td class=title data-i18n="AttriOrg-1">所属机构</td>
|
|
<td class=input>
|
|
<input class=codeno name=ManageCom id=ManageCom readonly ondblclick="showCodeList('conditioncomcode',[this,ManageComName],[0,1],null,['<%=tManageCom%>'],['ManageCom'],'1',180);" onkeyup="showCodeListKey('conditioncomcode',[this,ManageComName],[0,1],null,['<%=tManageCom%>'],['ManageCom'],'1',180);"><input class=codename name=ManageComName >
|
|
<td class=title></td>
|
|
<td class=input></td>
|
|
</tr>
|
|
</table>
|
|
<input class=cssButton type=button value="查 询" data-i18n="Enquiry-2" id="queryManagerBtn" onclick="queryManager();">
|
|
<input class=cssButton type=button value="选 择" data-i18n="Select-3" id="returnManagerBtn" onclick="returnManager();">
|
|
</div>
|
|
|
|
|
|
<div id="divResult1" class=container grid showname="客户经理信息列表" style="display: ''">
|
|
<%-- <table class=common>--%>
|
|
<%-- <tr class=common>--%>
|
|
<%-- <td text-align: left colSpan=1>--%>
|
|
<span id="spanManagerGrid"></span>
|
|
|
|
<input class="displayNone" name=Operate>
|
|
</form>
|
|
<form name=fmPub id=fmPub method=post action="" target=fraSubmit>
|
|
<div style="display: none">
|
|
<input class="displayNone" name=Operate>
|
|
</div>
|
|
</form>
|
|
<span id="spanCode" style="display: none; position:absolute; slategray"></span>
|
|
</body>
|
|
</html>
|
|
|