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

📄 lostlook.jsp

📁 J2EE客户关系管理系统!!!!!!!!!!!!!!!!!!!!
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
<title>jb-aptech毕业设计项目</title>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/engine.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/util.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/interface/Pager.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/interface/custservice.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/js/s1.js'></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/cust.js"></script>
</head>
<body onLoad="initrelay()">
<input type="hidden" id="lostNo" value="${param.lstid}">
<input type="hidden" id="pagenum" value="${param.pagenum}">
<input type="hidden" id="cstCustomer.custNo">
<div class="page_title">客户流失管理 &gt; 确认流失</div>
<div class="button_bar">
	<button class="common_button" onclick="helpq6();">帮助</button>
	
	<button class="common_button" onclick="window.location='lost.jsp';">返回</button>
</div>
<table class="query_form_table">
	<tr>
		<th>编号</th>
		<td id="lstId">&nbsp;</td>
		<th>客户</th>
		<td id="lstCustName">&nbsp;</td>
	</tr>
	<tr>
		<th>客户经理</th>
		<td id="lstCustManagerName">&nbsp;</td>
		<th>上次下单时间</th>
		<td id="lstLastOrderStringDate">&nbsp;</td>
	</tr>
	<tr>
		<th>暂缓措施</th>
		<td id="lstDelay">&nbsp;</td>
		<th>流失时间</th>
		<td id="lstLostStringDate">&nbsp;</td>
	</tr>	
	<tr>
		<th>流失原因</th>
		<td colspan="3">
			<span id="lstReason"></span></td>
	</tr>
</table>
<br />
</body>
</html>

⌨️ 快捷键说明

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