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-nb-web/src/main/webapp/g_app/LCGrpQueryAgentComInput.jsp

120 lines
5.7 KiB

<%
/***************************************************************
* <p>ProName:LCGrpQueryAgentComInput.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-14
****************************************************************/
%>
<%@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 tCurrentDate= DateUtil.getCurrentDate();
String tOperator = tGI.Operator;
String tFlag = XssUtil.escapeJavaScript(request.getParameter("Flag"));
String tManageCom = XssUtil.escapeJavaScript(request.getParameter("ManageCom"));
String tSaleDepart = XssUtil.escapeJavaScript(request.getParameter("SaleDepart"));
String tChnlType = XssUtil.escapeJavaScript(request.getParameter("ChnlType"));
String tSaleChnl = XssUtil.escapeJavaScript(request.getParameter("SaleChnl"));
String tMulLineNo = XssUtil.escapeJavaScript(request.getParameter("SelNo"));
String tBranchType = XssUtil.escapeJavaScript(request.getParameter("BranchType"));
%>
<script>
var tOperator = "<%=tOperator%>";//当前登录人
var tManageCom = "<%=tManageCom%>";//登录机构
var tMulLineNo = "<%=tMulLineNo%>";//MulLine序号
var tSaleDepart = "<%=tSaleDepart%>";
var tChnlType = "<%=tChnlType%>";
var tSaleChnl = "<%=tSaleChnl%>";
var tBranchType = "<%=tBranchType%>";
var tFlag = "<%=tFlag%>";//标志位
var tCurrentDate = "<%=tCurrentDate%>";
</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="./LCGrpQueryAgentComInput.js"></script>
<%@include file="./LCGrpQueryAgentComInit.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>
<%-- <table>--%>
<%-- <tr>--%>
<%-- <td class=common>--%>
<%-- <img src="../common/images/butExpand.gif" style="cursor:hand;" onclick="showPage(this, divInfo1);">--%>
<%-- </td>--%>
<%-- <td class=titleImg data-i18n="IntermEnquiryConds">中介机构查询条件</td>--%>
<%-- </tr>--%>
<%-- </table>--%>
<div id="divInfo1" class=container showname="中介机构查询条件" style="display: ''">
<table class=common>
<tr class=common>
<td class=title data-i18n="IntermName">中介机构名称</td>
<td class=input><input class="common" id=AgentName name=AgentName></td>
<td class=title data-i18n="AttriOrg-1">所属机构</td>
<td class=input>
<input class=codeno name=ManageCom id=ManageCom style="background:url(../common/images/select--bg_03.png) no-repeat right center" 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 id="queryAgentBtn" type=button value="查 询" data-i18n="Enquiry-2" onclick="queryAgent();">
<input class=cssButton id="returnAgentBtn" type=button value="选 择" data-i18n="Select-3" onclick="returnAgent();">
</div>
<%-- <table>--%>
<%-- <tr>--%>
<%-- <td class=common>--%>
<%-- <img src="../common/images/butExpand.gif" style="cursor:hand;" onclick="showPage(this, divResult1);">--%>
<%-- </td>--%>
<%-- <td class=titleImg data-i18n="IntermInfoList">中介机构信息列表</td>--%>
<%-- </tr>--%>
<%-- </table>--%>
<div id="divResult1" class=container grid showname="中介机构信息列表" style="display: ''">
<%-- <table class=common>--%>
<%-- <tr class=common>--%>
<%-- <td text-align: left colSpan=1>--%>
<span id="spanAgentGrid"></span>
<%-- </td>--%>
<%-- </tr>--%>
<%-- </table>--%>
<%-- <center> --%>
<%-- <input class=cssButton90 type=button value="首 页" data-i18n="FirstPage" onclick="turnPage1.firstPage();">--%>
<%-- <input class=cssButton91 type=button value="上一页" data-i18n="PreviousPage" onclick="turnPage1.previousPage();">--%>
<%-- <input class=cssButton92 type=button value="下一页" data-i18n="NextPage" onclick="turnPage1.nextPage();">--%>
<%-- <input class=cssButton93 type=button value="尾 页" data-i18n="LastPage" onclick="turnPage1.lastPage();">--%>
<%-- </center>--%>
</div>
<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>