📄 add.asp
字号:
<tr>
<td height="28"><span class="STYLE19">是否共享:</span></td>
<td><select name="share">
<option value="" selected ></option>
<option value="不共享" >不共享</option>
<option value="共享">共享</option>
</select>
<span class="STYLE19"><span class="STYLE26">*</span></span></td>
<td><span class="STYLE19">客户类别:</span></td>
<td><select name="cate">
<option value="" selected ></option>
<option value="潜在客户">潜在客户</option>
<option value="重点客户">重点客户</option>
<option value="普通客户">普通客户</option>
<option value="远期跟踪">远期跟踪</option>
<option value="已签约">已签约</option>
<option value="VIP">VIP</option>
<option value="散客">散客</option>
</select>
<span class="STYLE19"><span class="STYLE26">*</span></span></td>
</tr>
<tr>
<td height="28"><span class="STYLE19">客户名称:</span></td>
<td colspan="3"><span class="STYLE19">
<input name="name" type="text" size="50">
<span class="STYLE26">*</span> </span></td>
</tr>
<tr>
<td height="28"><span class="STYLE19">客户简称:</span></td>
<td><span class="STYLE19">
<input name="short" type="text" size="20">
<span class="STYLE26"> * </span>(6字以内)</span></td>
<td><span class="STYLE19">所属区域:</span></td>
<td><select name="area">
<option value="" selected ></option>
<option value="鼓楼区">鼓楼区</option>
<option value="玄武区">玄武区</option>
<option value="白下区">白下区</option>
<option value="秦淮区">秦淮区</option>
<option value="建邺区">建邺区</option>
<option value="下关区">下关区</option>
<option value="浦口区">浦口区</option>
<option value="栖霞区">栖霞区</option>
<option value="雨花台区">雨花台区</option>
<option value="江宁区">江宁区</option>
<option value="六合区">六合区</option>
<option value="溧水县">溧水县</option>
<option value="高淳县">高淳县</option>
<option value="外地">外地</option>
</select>
<span class="STYLE19"><span class="STYLE26">*</span></span></td>
</tr>
<tr>
<td height="28"><span class="STYLE19">所属行业:</span></td>
<td><select name="bus">
<option value="" selected ></option>
<%
ddStr = "Select name From industry"
Set dd=Conn.Execute(ddStr)
Do While Not dd.Eof
Response.Write "<option value="& dd(0) &">"& dd(0) & "</option>"
dd.MoveNext
Loop
%>
</select>
<span class="STYLE19"><span class="STYLE26">*</span></span></td>
<td><span class="STYLE19">企业性质:</span></td>
<td><select name="nature">
<option value="" selected ></option>
<option value="国有企业">国有企业</option>
<option value="集体企业">集体企业</option>
<option value="私营企业">私营企业</option>
<option value="合资企业">合资企业</option>
<option value="外商企业">外商企业</option>
</select>
<span class="STYLE19"><span class="STYLE26">*</span></span></td>
</tr>
<tr>
<td height="28"><span class="STYLE19">单位地址:</span></td>
<td colspan="3"><span class="STYLE19">
<input name="address" type="text" size="50">
</span></td>
</tr>
<tr>
<td height="28"><span class="STYLE19">公司电话:</span></td>
<td><span class="STYLE19">
<input name="tel" type="text" size="20">
</span></td>
<td><span class="STYLE19">传真:</span></td>
<td><span class="STYLE18">
<input name="fax" type="text" size="20">
</span></td>
</tr>
<tr>
<td height="28"><span class="STYLE19">网址:</span></td>
<td><span class="STYLE19">
<input name="www" type="text" size="20">
</span></td>
<td><span class="STYLE19">邮编:</span></td>
<td><span class="STYLE18">
<input name="post" type="text" size="20">
</span></td>
</tr>
<tr>
<td height="28"><span class="STYLE19">企业描述:</span></td>
<td colspan="3"><span class="STYLE19">
<input name="des" type="text" size="50">
</span></td>
</tr>
</table>
<br>
<table width="579" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="28" colspan="5" background="image/headerbg.gif"><span class="STYLE25">相关情况</span></td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">企业人数:</td>
<td width="200" class="STYLE19"><label>
<input name="total" type="text" size="13">
</label></td>
<td width="80" class="STYLE19">管理层人数:</td>
<td width="209" class="STYLE19"><input name="high" type="text" size="13"></td>
</tr>
<tr>
<td width="32" rowspan="2" class="STYLE19"><span class="STYLE19">上次体检</span></td>
<td width="46" height="28" class="STYLE19">时间:</td>
<td class="STYLE19"><input name="last_time" type="text" size="13"></td>
<td class="STYLE19">人数:</td>
<td class="STYLE19"><input name="last_num" type="text" size="13"></td>
</tr>
<tr>
<td height="28" class="STYLE19">医院:</td>
<td class="STYLE19"><select name="last_hos">
<option value="0">从无体检</option>
<option value="1">不清楚</option>
<%
ddStr = "Select name From hos"
Set dd=Conn.Execute(ddStr)
Do While Not dd.Eof
Response.Write "<option value="& dd(0) &">"& dd(0) & "</option>"
dd.MoveNext
Loop
dd.Close
conn.Close
%>
</select></td>
<td class="STYLE19">价格:</td>
<td class="STYLE19"><input name="last_price" type="text" size="13">
元/人</td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">主管部门:</td>
<td class="STYLE19"><input name="depart" type="text" size="13"></td>
<td class="STYLE19">负责人:</td>
<td class="STYLE19"><input name="charge" type="text" size="13"></td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">职务:</td>
<td class="STYLE19"><input name="charge_post" type="text" size="13"></td>
<td class="STYLE19">手机:</td>
<td class="STYLE19"><input name="charge_phone" type="text" size="13"></td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">联系电话:</td>
<td class="STYLE19"><input name="charge_tel" type="text" size="13"></td>
<td class="STYLE19">邮箱:</td>
<td class="STYLE19"><input name="charge_mail" type="text" size="13"></td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">其他联系人:</td>
<td class="STYLE19"><input name="second" type="text" size="13"></td>
<td class="STYLE19">职务:</td>
<td class="STYLE19"><input name="second_post" type="text" size="13"></td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">联系电话:</td>
<td class="STYLE19"><input name="second_tel" type="text" size="13"></td>
<td class="STYLE19"> </td>
<td class="STYLE19"> </td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">其他联系人:</td>
<td class="STYLE19"><input name="third" type="text" size="13"></td>
<td class="STYLE19">职务:</td>
<td class="STYLE19"><input name="third_post" type="text" size="13"></td>
</tr>
<tr>
<td height="28" colspan="2" class="STYLE19">联系电话:</td>
<td class="STYLE19"><input name="third_tel" type="text" size="13"></td>
<td class="STYLE19"> </td>
<td class="STYLE19"> </td>
</tr>
</table>
<br>
<table width="579" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="28" colspan="4" background="image/headerbg.gif"><span class="STYLE25">备注</span></td>
</tr>
<tr>
<td width="80" height="28"><span class="STYLE19">备注:</span></td>
<td width="493" colspan="3"><span class="STYLE19">
<label>
<textarea name="remark" cols="50" rows="3"> </textarea>
</label>
</span></td>
</tr>
</table>
<br>
<label>
<div align="center">
<input type="submit" name="Submit4" value="提交">
<input type="reset" name="Submit5" value="重置">
</div>
</label>
</form>
<%end if%>
<table width="100%" height="18" border="0" background="image/bottom.gif" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom"><div align="center"><span class="STYLE5">版权所有 杰尔康</span> <br />
</div></td>
</tr>
</table>
</BODY>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -