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

📄 add.jsp

📁 实现用户关系管理系统
💻 JSP
字号:
<%@ taglib prefix="html" uri="/WEB-INF/struts-html.tld"%>
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>

<%
	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>My JSP 'add.jsp' starting page</title>

		<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 href="css/style.css" rel="stylesheet" type="text/css">
		<script type="text/javascript" src="script/common.js"></script>
		<script type="text/javascript" src="script/icommon.js"></script>
		<script type="text/javascript" src="script/validate.js"></script>
	</head>
	<body>
		<html:form action="/cstService.do">
			<html:hidden property="oper" value="doAdd" />
			<div class="page_title">
				客户服务管理 > 服务创建
			</div>
			<div class="button_bar">
				<button class="common_button" onclick="help('');">
					帮助
				</button>

				<input type="submit" value="保存" class="common_button">
			</div>
			<table class="query_form_table">
				<tr>
					<th>
						编号
					</th>
					<td>
						<html:text property="item.svrCreateId" disabled="true"
							value="${svcId}"></html:text>
					</td>
					<th>
						服务类型
					</th>
					<td>
						<select name="item.svrType" id="type">
							<option>
								请选择...
							</option>
							<option value="咨询">
								咨询
							</option>
							<option value="投诉">
								投诉
							</option>
							<option value="建议">
								建议
							</option>
						</select>
						<span class="red_star">*</span>
					</td>
				</tr>
				<tr>
					<th>
						概要
					</th>
					<td colspan="3">
						<html:text property="item.svrTitle" size="53"></html:text>
						<span class="red_star">*</span>
					</td>
				</tr>
				<tr>
					<th>
						客户
					</th>
					<td>
						<html:text property="item.svrCustName" size="20"></html:text>
						<span class="red_star">*</span>
					</td>
					<th>
						状态
					</th>
					<td>
						<html:text property="item.svrStatus" size="20" value="新创建"
							disabled="true"></html:text>
					</td>
				</tr>
				<tr>
					<th>
						服务请求
					</th>
					<td colspan="3">
						<html:textarea property="item.svrRequest" rows="6" cols="50"></html:textarea>
						<span class="red_star">*</span>
					</td>
				</tr>
				<tr>
					<th>
						创建人
					</th>
					<td>
						<html:text property="item.svrCreateBy" value="${USER.usrName}"
							readonly="true" size="20"></html:text>
						<span class="red_star">*</span>
					</td>
					<th>
						创建时间
					</th>
					<td>
						<html:text property="item.svrCreateDate" readonly="true" size="20"
							value="${date}"></html:text>
						<span class="red_star">*</span>
					</td>
				</tr>
			</table>
			<br />
			<table disabled class="query_form_table" id="table3">
				<tr>
					<th>
						分配给
					</th>
					<td>
						<select>
							<option>
								请选择...
							</option>
							<option>
								小明
							</option>
							<option>
								旺财
							</option>
							<option>
								球球
							</option>
							<option>
								孙小美
							</option>
							<option>
								周洁轮
							</option>
						</select>
						<span class="red_star">*</span>
					</td>
					<th>
						分配时间
					</th>
					<td>
						<input id="t2" name="T18" readonly size="20" />
						<span class="red_star">*</span>
					</td>
				</tr>
			</table>
			<br />
			<table disabled class="query_form_table" id="table1">
				<tr>
					<th>
						服务处理
					</th>
					<td colspan="3">
						<textarea rows="6" cols="50"></textarea>
						<span class="red_star">*</span>
					</td>
				</tr>
				<tr>
					<th>
						处理人
					</th>
					<td>
						<input name="T17" value="刘颖" readonly size="20" />
						<span class="red_star">*</span>
					</td>
					<th>
						处理时间
					</th>
					<td>
						<input id="t3" name="T16" readonly size="20" value="${date }" />
						<span class="red_star">*</span>
					</td>
				</tr>
			</table>
			<br />
			<table disabled class="query_form_table" id="table2">
				<tr>
					<th>
						处理结果
					</th>
					<td>
						<input name="T10" size="20" />
						<span class="red_star">*</span>
					</td>
					<th>
						满意度
					</th>
					<td>
						<select name="D1">
							<option>
								请选择...
							</option>
							<option>
								☆☆☆☆☆
							</option>
							<option>
								☆☆☆☆
							</option>
							<option>
								☆☆☆
							</option>
							<option>
								☆☆
							</option>
							<option>
							</option>
						</select>
						<span class="red_star">*</span>
					</td>
				</tr>
			</table>
		</html:form>

	</body>
</html>

⌨️ 快捷键说明

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