% /*************************************************************** *
ProName:MainManagerInput.jsp
*Title:查询客户经理
*Description:查询客户经理
*Copyright:Copyright (c) 2012
*Company:Sinosoft
* @author : 蔡云聪 * @version : 8.0 * @date : 2014-07-31 ****************************************************************/ %> <%@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 = tGI.ManageCom; %> <%--