📄 edit.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>
<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='<%=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/custservice.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/js/s1.js'></script>
<script src="../script/common.js"></script>
<script src="js/cust.js"></script>
</head>
<body onload="initedit()">
<input type="hidden" id="pagenum" value="${param.pagenum}">
<input type="hidden" id="cust_Satisfy" value=""/>
<input type="hidden" id="cust_Credit" value=""/>
<input type="hidden" id="custStatus" value="">
<div class="page_title">客户信息管理> 客户信息</div>
<div class="button_bar">
<button class="common_button" onclick="helpq5();">帮助</button>
<button class="common_button" onclick="goto('linkman.jsp?pagenum='+$('pagenum').value +'&custId='+$('custNo').innerHTML);">联系人</button>
<button class="common_button" onclick="goto('activities.jsp?pagenum='+$('pagenum').value +'&atv_cust_no='+$('custNo').innerHTML);">交往记录</button>
<button class="common_button" onclick="submitedit($('custNo').innerHTML);">历史订单</button>
<button class="common_button" onclick="goto('list.jsp?pagenum='+$('pagenum').value);">返回</button>
<button class="common_button" onclick="saveUpdate();">保存</button>
</div>
<table class="query_form_table">
<tr>
<th>客户编号</th>
<td id="custNo">${param.custNo}</td>
<th>名称</th>
<td><input id="custName"/><span class="red_star">*</span></td>
</tr>
<tr>
<th>地区</th>
<td>
<select id="custRegion"></select>
</td>
<th>客户经理</th>
<td>
<input id="sysUser.usrId" type="hidden" />
<input id="custManagerName" type="text" />
</td>
</tr>
<tr>
<th>客户等级</th>
<td>
<select id="custLevel"></select><span class="red_star">*</span>
</td>
<th> </th>
<td> </td>
</tr>
<tr>
<th>客户满意度</th>
<td>
<select id="custSatisfy"><option value="">未指定</option>
<option value="1">☆</option>
<option value="2">☆☆</option>
<option value="3">☆☆☆</option>
<option value="4">☆☆☆☆</option>
<option value="5">☆☆☆☆☆</option></select><span class="red_star">*</span>
</td>
<th>客户信用度</th>
<td>
<select id="custCredit"><option value="">未指定</option>
<option value="1">☆</option>
<option value="2">☆☆</option>
<option value="3">☆☆☆</option>
<option value="4">☆☆☆☆</option>
<option value="5">☆☆☆☆☆</option></select><span class="red_star">*</span>
</td>
</tr>
</table>
<br />
<table class="query_form_table" id="table1">
<tr>
<th>地址</th>
<td><input id="custAddr" value="" /><span class="red_star">*</span>
</td>
<th>邮政编码</th>
<td><input id="custZip" value="" name="T1" size="20" /><span class="red_star">*</span></td>
</tr>
<tr>
<th>电话</th>
<td>
<input id="custTel" value="" name="T4" size="20" /><span class="red_star">*</span></td>
<th>传真</th>
<td>
<input id="custFax" value="" name="T5" size="20" /><span class="red_star">*</span>
</td>
</tr>
<tr>
<th>网址</th>
<td>
<input id="custWebsite" value="" name="T6" size="20" /><span class="red_star">*</span>
</td>
<th> </th>
<td> </td>
</tr>
</table>
<br />
<table class="query_form_table" id="table2">
<tr>
<th>营业执照注册号</th>
<td><input id="custLicenceNo" value="" name="T13" size="20" /></td>
<th>法人</th>
<td><input id="custChieftain" value="" name="T3" size="20" /><span class="red_star">*</span>
</td>
</tr>
<tr>
<th>注册资金(万元)</th>
<td>
<input id="custBankroll" value="" name="T7" size="20" /> </td>
<th>年营业额</th>
<td>
<input id="custTurnover" value="" name="T8" size="20" />
</td>
</tr>
<tr>
<th>开户银行</th>
<td>
<input id="custBank" value="" name="T9" size="20" /><span class="red_star">*</span>
</td>
<th>银行帐号</th>
<td><input id="custBankAccount" value="" name="T10" size="20" /><span class="red_star">*</span></td>
</tr>
<tr>
<th>地税登记号</th>
<td>
<input id="custLocalTaxNo" value="" name="T11" size="20" /></td>
<th>国税登记号</th>
<td><input id="custNationalTaxNo" value="" name="T12" size="20" /></td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -