📄 seach.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>jb-aptech毕业设计项目</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="html/css/style.css" rel="stylesheet" type="text/css">
<script src="html/script/common.js"></script>
</head>
<body>
<input type="hidden" name="csi.client.clientState.clientStateId" value="3">
<div class="page_title">客户流失管理 > 确认流失</div>
<div class="button_bar">
<button class="common_button" onclick="help('');">帮助</button>
<button class="common_button" onclick="back();">返回</button>
</div>
<table class="query_form_table">
<tr>
<th>编号</th>
<td>${csi.csiId}</td>
<th>客户</th>
<td>${csi.client.clientName }</td>
</tr>
<tr>
<th>客户经理</th>
<td>${csi.client.clientEmployeeName }</td>
<th>上次下单时间</th>
<td>
2005年12月07日</td>
</tr>
<tr>
<th>暂缓措施</th>
<td colspan="3">${csi.csiStep}
</td>
</tr>
<tr>
<th>流失原因</th>
<td colspan="3">
<textarea rows="6" cols="50" readonly="readonly">${csi.csiCause}</textarea><span class="red_star">*</span></td>
</tr>
</table>
<br />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -