📄 lostlook.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">客户流失管理 > 确认流失</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"> </td>
<th>客户</th>
<td id="lstCustName"> </td>
</tr>
<tr>
<th>客户经理</th>
<td id="lstCustManagerName"> </td>
<th>上次下单时间</th>
<td id="lstLastOrderStringDate"> </td>
</tr>
<tr>
<th>暂缓措施</th>
<td id="lstDelay"> </td>
<th>流失时间</th>
<td id="lstLostStringDate"> </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 + -