⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showoneunderlingempallclientinfo.jsp

📁 上一上传oa系统漏掉web-inf文件夹
💻 JSP
字号:
<%@ page language="java" pageEncoding="utf-8" contentType="text/html; charset=utf-8"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
	<title>下属管理列表</title>
	<style type="text/css">

<!--
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 6px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
-->
</style>
	<html:base />

	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
<script type="text/javascript">



function isNumberString (InString,RefString)
{
		for (Count=0; Count < InString.length; Count++)
		{
			TempChar= InString.substring (Count, Count+1);
			if (RefString.indexOf (TempChar, 0)==-1)  
			return (false);
		}
		return (true);
}



function showClientInfo()
{
	
	var page1 = document.getElementById("appointPage").value;
	
	if(isNumberString(page1,"0123456789"))
	{
		window.location="/oa/showOneUnderlingEmpAllClientInfo.do?appointPage=" + page1;
	}else
	{
		alert("请输入数字!");
		document.getElementById("appointPage").value = ""
	}
}





</script>
</head>

<body>
	<table width="744" border="0" cellpadding="0" cellspacing="1">
		<tr>
			<td width="742" height="25">
				显示下属的客户信息列表
			</td>
		</tr>
	</table>
	<table width="752" border="0" cellpadding="0" cellspacing="1"
		bgcolor="#3868F8">
		<tr>
			<td width="71" height="22" bgcolor="#A4B5E3">
				<div align="center">
					客户编号
				</div>
			</td>
			<td width="94" bgcolor="#A4B5E3">
				<div align="center">
					客户名称
				</div>
			</td>
			<td width="71" bgcolor="#A4B5E3">
				<div align="center">
					联系人
				</div>
			</td>
			<td width="89" bgcolor="#A4B5E3">
				<div align="center">
					固定电话
				</div>
			</td>
			<td width="78" bgcolor="#A4B5E3">
				<div align="center">
					移动电话
				</div>
			</td>
			<td width="71" bgcolor="#A4B5E3">
				<div align="center">
					客户级别
				</div>
			</td>
			<td width="73" bgcolor="#A4B5E3">
				<div align="center">
					服务状态
				</div>
			</td>
			<td width="54" bgcolor="#A4B5E3">
				<div align="center">
					录入编号
				</div>
			</td>
			<td width="141" bgcolor="#A4B5E3">
				<div align="center">
					操 作
				</div>
			</td>
		</tr>
		<logic:notEmpty name="clientInfoList">
			<logic:iterate id="clientInfo" name="clientInfoList">
				<tr>
					<td height="20" bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="clientId" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="clientName" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="linkman" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="rivetPhone" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="mobilePhone" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="clientState" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="serverMode" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<bean:write name="clientInfo" property="empId" />
						</div>
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<html:link page="/showOneUnderlingEmpOneClientInfo.do"
								paramId="clientId" paramName="clientInfo"
								paramProperty="clientId">查看</html:link>
							<logic:notEqual value="放弃" name="clientInfo"
								property="serverMode">
								<html:link page="/forceOneClientInfo.do" paramId="clientId"
									paramName="clientInfo" paramProperty="clientId">强制放弃</html:link>
							</logic:notEqual>
						</div>
					</td>
				</tr>
			</logic:iterate>
		</logic:notEmpty>
	</table>
	<table width="728" border="0" cellpadding="0" cellspacing="1">
		<tr>
			<td width="726" height="25">
				<div align="right">

					<html:link page="/showOneUnderlingEmpAllClientInfo.do"
						paramId="currentPage" paramName="pageBean"
						paramProperty="firstPage">首页</html:link>

					<html:link page="/showOneUnderlingEmpAllClientInfo.do"
						paramId="currentPage" paramName="pageBean"
						paramProperty="lastPage">尾页</html:link>

					<html:link page="/showOneUnderlingEmpAllClientInfo.do"
						paramId="currentPage" paramName="pageBean"
						paramProperty="downPage">下一页</html:link>

					<html:link page="/showOneUnderlingEmpAllClientInfo.do"
						paramId="currentPage" paramName="pageBean" paramProperty="upPage">上一页</html:link>

					当前为第
					<font color="red"> <bean:write name="pageBean"
											property="currentPage" /> </font>页 总共
									<font color="red"> <bean:write name="pageBean"
											property="totalRecoder" /> </font>条记录 总页面数
									<font color="red"> <bean:write name="pageBean"
											property="totalPages" /> </font>页 &nbsp;&nbsp;跳转至
									<input type="text" id="appointPage" size="2">
									页&nbsp;
									<input type="button" value="GO"
										onclick="return showClientInfo(); ">


				</div>
			</td>
		</tr>
	</table>
</body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -