📄 edit.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="./css/style.css" rel="stylesheet" type="text/css">
<script src="./script/common.js"></script>
</head>
<body>
<form action="cstCustomer.do?oper=doEdit&custNo=${customer.custNo }" name="cstCustomerForm" method="post">
<div class="page_title">客户信息管理 > 客户信息</div>
<div class="button_bar">
<button class="common_button" onclick="help('');">帮助</button>
<button class="common_button" onclick="to('linkman.html');">联系人</button>
<button class="common_button" onclick="to('activities.html');">交往记录</button>
<button class="common_button" onclick="to('orders.html');">历史订单</button>
<button class="common_button" onclick="back();">返回</button>
<button class="common_button" onclick="submit()">保存</button>
</div>
<table class="query_form_table">
<tr>
<th>客户编号</th>
<td>${customer.custNo }<br></td>
<th>名称</th>
<td><input value="${customer.custName }" name="item.custName" /><span class="red_star">*</span></td>
</tr>
<tr>
<th>地区</th>
<td>
<select name="item.custRegion">
<option>请选择...</option>
<option value="北京" ${customer.custRegion=='北京'?'selected':''}>北京</option>
<option value="华北" ${customer.custRegion=='华北'?'selected':''}>华北</option>
<option value="中南" ${customer.custRegion=='中南'?'selected':''}>中南</option>
<option value="东北" ${customer.custRegion=='东北'?'selected':''}>东北</option>
<option value="西部" ${customer.custRegion=='西部'?'selected':''}>西部</option>
</select>
<span class="red_star">*</span></td>
<th>客户经理</th>
<td>
<select name="item.custManagerName">
<option>请选择...</option>
<option value="小明" ${customer.custManagerName=='小明'?'selected':'' }>小明</option>
<option value="旺财" ${customer.custManagerName=='旺财'?'selected':'' }>旺财</option>
<option value="球球" ${customer.custManagerName=='球球'?'selected':'' }>球球</option>
<option value="孙小美" ${customer.custManagerName=='孙小美'?'selected':'' }>孙小美</option>
<option value="周洁轮" ${customer.custManagerName=='周洁轮'?'selected':''}>周洁轮</option>
</select><span class="red_star">*</span>
</td>
</tr>
<tr>
<th>客户等级</th>
<td>
<select name="item.custLevelLabel">
<option>请选择...</option>
<option value="战略合作伙伴" ${customer.custLevelLabel=='战略合作伙伴'?'selected':'' }>战略合作伙伴</option>
<option value="合作伙伴" ${customer.custLevelLabel=='合作伙伴'?'selected':'' }>合作伙伴</option>
<option value="大客户" ${customer.custLevelLabel=='大客户'?'selected':'' }>大客户</option>
<option value="重点开发客户" ${customer.custLevelLabel=='重点开发客户'?'selected':'' }>重点开发客户</option>
<option value="普通客户" ${customer.custLevelLabel=='普通客户'?'selected':''}>普通客户</option>
</select><span class="red_star">*</span>
</td>
<th> </th>
<td> </td>
</tr>
<tr>
<th>客户满意度</th>
<td>
<select name="item.custSatisfy">
<option value="" ${customer.custSatisfy==''?'selected':'' }>未指定</option>
<option value="5" ${customer.custSatisfy=='5'?'selected':'' }>☆☆☆☆☆</option>
<option value="4" ${customer.custSatisfy=='4'?'selected':''}>☆☆☆☆</option>
<option value="3" ${customer.custSatisfy=='3' ?'selected':''}>☆☆☆</option>
<option value="2" ${customer.custSatisfy=='2'?'selected':'' }>☆☆</option>
<option value="1" ${customer.custSatisfy=='1'?'selected':'' }>☆</option></select><span class="red_star">*</span>
</td>
<th>客户信用度</th>
<td>
<select name="item.custCredit">
<option value="" ${customer.custCredit==''?'selected':'' }>未指定</option>
<option value="5" ${customer.custCredit=='5'?'selected':''}>☆☆☆☆☆</option>
<option value="4" ${customer.custCredit=='4'?'selected':''}>☆☆☆☆</option>
<option value="3" ${customer.custCredit=='3'?'selected':''}">☆☆☆</option>
<option value="2" ${customer.custCredit=='2'?'selected':''}>☆☆</option>
<option value="1" ${customer.custCredit=='1'?'selected':''}>☆</option></select>
<span class="red_star">*</span>
</td>
</tr>
</table>
<br />
<table class="query_form_table" id="table1">
<tr>
<th>地址</th>
<td><input value="${customer.custAddr }" name="item.custAddr" /><span class="red_star">*</span>
</td>
<th>邮政编码</th>
<td><input value="${customer.custZip }" name="item.custZip" size="20" /><span class="red_star">*</span></td>
</tr>
<tr>
<th>电话</th>
<td>
<input value="${customer.custTel}" name="item.custTel" size="20" /><span class="red_star">*</span></td>
<th>传真</th>
<td>
<input value="${customer.custFax}" name="item.custFax" size="20" /><span class="red_star">*</span>
</td>
</tr>
<tr>
<th>网址</th>
<td>
<input value="${customer.custWebsite}" name="item.custWebsite" 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 value="${customer.custLicenceNo}" name="item.custLicenceNo" size="20" /></td>
<th>法人</th>
<td><input value="${customer.custChieftain}" name="item.custChieftain" size="20" /><span class="red_star">*</span>
</td>
</tr>
<tr>
<th>注册资金(万元)</th>
<td>
<input value="${customer.custBankroll}" name="item.custBankroll" size="20" /> </td>
<th>年营业额</th>
<td>
<input value="${customer.custTurnover}" name="item.custTurnover" size="20" />
</td>
</tr>
<tr>
<th>开户银行</th>
<td>
<input value="${customer.custBank}" name="item.custBank" size="20" /><span class="red_star">*</span>
</td>
<th>银行帐号</th>
<td><input value="${customer.custBankAccount}" name="item.custBankAccount" size="20" /><span class="red_star">*</span></td>
</tr>
<tr>
<th>地税登记号</th>
<td>
<input value="${customer.custLocalTaxNo}" name="item.custLocalTaxNo" size="20" /></td>
<th>国税登记号</th>
<td><input value="${customer.custNationalTaxNo}" name="item.custNationalTaxNo" size="20" /></td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -