📄 linkman_add.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>
<!-- 自定义分页控件的客户端js -->
<script type='text/javascript' src='<%=request.getContextPath()%>/js/PageCtl.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="<%=request.getContextPath()%>/css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="<%=request.getContextPath()%>/js/cust.js"></script>
</head>
<body>
<%
String name = request.getParameter("lkmCustName");
request.setAttribute("lkmCustName",new String(name.getBytes("ISO-8859-1"), "UTF-8"));
%>
<input type="hidden" id="cstCustomer.custNo" value=${param.custNo}>
<input type="hidden" id="lkmCustName" value=${param.lkmCustName}>
<input type="hidden" id="pagenum" value="${param.pagenum1}">
<input type="hidden" id="sysUser.usrId" value='${usrIdIndex}'/>
<div class="page_title">客户信息 > 联系人 > 新建联系人</div>
<div class="button_bar">
<button class="common_button" onclick="helpq5();">帮助</button>
<button class="common_button" onclick="window.location='linkman.jsp?custId='+$('cstCustomer.custNo').value+'&pagenum='+$('pagenum').value;">返回</button>
<button class="common_button" onclick="addlinkman();">保存</button>
</div>
<table class="query_form_table">
<tr>
<th>姓名</th>
<td><input id="lkmName" /><span class="red_star">*</span></td>
<th>性别</th>
<td>
<input type="radio" name="lkmSex" value="男" checked/>男
<input type="radio" name="lkmSex" value="女"/>女
</td>
</tr>
<tr>
<th>职位</th>
<td><input id="lkmPostion"/><span class="red_star">*</span></td>
<th>办公电话</th>
<td><input id="lkmTel"/><span class="red_star">*</span></td>
</tr>
<tr>
<th>手机</th>
<td><input id="lkmMobile" name="T1" size="20" /></td>
<th>备注</th>
<td><input id="lkmMemo" name="T2" size="20" />
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -