📄 adminlook2.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>25175客户管理系统v1.0</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
-->
</style>
</head>
<body>
<tr>
<td height="25">
<%
xh=request("xh")
set rs=server.createobject("adodb.recordset")
conn = "DBQ=" + server.mappath("class_cj.mdb") + ";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
if request("xh")<>"" then
sql="select * from bbs1 where BJ like'" & xh & "'"
else
sql="select top 1 * from bbs1"
end if
rs.Open sql,conn,1,1
totalput=rs.RecordCount
if rs.EOF and rs.BOF then
Response.Write "当前没有这个客户电话的相关信息~~~~~~~~~~"
else
%></td>
</tr>
</table>
<td height="25">
</tr>
</table>
<tr>
<td width="9%" align="center" height="25"> </td>
<td width="15%" align="center" height="25"> </td>
<td width="15%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="1%" align="center" height="25"> </td>
</tr>
</table> <%
do while not rs.eof
%>
<tr>
</tr>
</table></td>
</tr>
</table>
<div align="center">
<table border="0" width="422" height="481">
<tr>
<td height="31" width="579" colspan="3" valign="bottom">
<p align="center"><p align="center"><font face="华文琥珀" size="5"><%=rs("bj")%>开户信息</font></b> </td>
</tr>
<tr>
<td height="14" width="579" colspan="3" valign="bottom">
<font face="方正姚体"> 工单号:2009010<%=rs("id")%></font></td>
</tr>
<tr>
<td height="18" width="428" colspan="2" valign="bottom">
<%=rs("cj")%></td>
<td height="18" width="147" valign="bottom">
</td>
</tr>
<tr>
<td height="44" width="90" valign="bottom">
<font face="黑体" size="4">客户资料:</font></td>
<td height="44" width="485" colspan="2" valign="bottom">
<table cellpadding="0" cellspacing="0" width="466" height="33">
<!-- MSTableType="layout" -->
<tr>
<td width="8"> </td>
<td width="203" valign="bottom"><font face="方正姚体" size="4">手机号码:<%=rs("xh")%></font></td>
<td valign="top" width="4"> </td>
<td valign="top" width="20"> </td>
<td valign="top" width="4"> </td>
<td height="33" width="227" valign="bottom">
<font face="方正姚体" size="4">客户姓名:<%=rs("bj")%></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="344" width="90" rowspan="7">
<font size="5" face="方正姚体">业</font><p><font size="5" face="方正姚体">务</font></p>
<p><font size="5" face="方正姚体">受</font></p>
<p><font size="5" face="方正姚体">理</font></p>
<p><font size="5" face="方正姚体">内</font></p>
<p><font size="5" face="方正姚体">容</font></td>
<td height="71" width="485" colspan="2">
<table cellpadding="0" cellspacing="0" width="462" height="20">
<!-- MSTableType="layout" -->
<tr>
<td width="209" valign="top"><font face="新宋体" size="4">业务申请:开户</font></td>
<td height="20" width="253" valign="top">
<font face="新宋体" size="4"> 业务选择:GSM移动通讯业务</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="51" width="334">
<font face="新宋体" size="4">套餐名称:<%=rs("biglocation")%></font></td>
<td height="51" width="147">
<font face="新宋体" size="4">在网时限:不限</font></td>
</tr>
<tr>
<td height="45" width="485" colspan="2">
<font face="新宋体" size="4">入网卡号:<%=rs("kc")%></font></td>
</tr>
<tr>
<td height="40" width="485" colspan="2">
<font face="新宋体" size="4">证件号码:<%=rs("user")%></font></td>
</tr>
<tr>
<td height="34" width="485" colspan="2">
<font face="新宋体" size="4">证件地址:<%=rs("dz")%></font></td>
</tr>
<tr>
<td height="39" width="485" colspan="2">
<table cellpadding="0" cellspacing="0" width="465" height="18">
<!-- MSTableType="layout" -->
<tr>
<td width="243"><font face="新宋体" size="4">客户等级:<%=rs("xq")%></font></td>
<td valign="top" height="18" width="222">
<font face="新宋体" size="4">证件标识:<%=rs("lx")%></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="52" width="334">
<table cellpadding="0" cellspacing="0" width="334" height="20">
<!-- MSTableType="layout" -->
<tr>
<td width="157"><font face="新宋体" size="4">入网费用:<%=rs("fy")%></font></td>
<td width="13"> </td>
<td valign="top" height="20" width="164">
<font face="新宋体" size="4">赠送话费:<%=rs("zshf")%></font></td>
</tr>
</table>
</td>
<td height="52" width="147">
<font face="新宋体" size="4">实际话费:<%=rs("sjhf")%></font></td>
</tr>
<tr>
<td height="96" width="90" rowspan="5">
套餐资费: </td></td>
<td height="96" width="485" colspan="2" rowspan="5">
<%=rs("smalllocation")%></td>
</tr>
</table>
<p> </p>
<table border="0" width="596" height="1">
<tr>
<td height="1" width="596">
<table cellpadding="0" cellspacing="0" width="583" height="19">
<!-- MSTableType="layout" -->
<tr>
<td width="359">
<!-- MSCellType="empty" -->
</td>
<td width="14"> </td>
<td valign="top" width="181"> 日期:<%=rs("cj")%></td>
<td height="19" width="29"> </td>
</tr>
</table>
</td>
</tr>
</table>
</table>
</div>
<div align="center">
打印
<a href="update.asp?id=<%=rs("id")%>" class="blue" >修改</a>
<a href="delete.asp?id=<%=rs("id")%>" class="blue" onClick="return Delete();">删除</a><p align="justify"> </p>
</div>
</body>
<%
rs.movenext
loop
end if
rs.Close
set rs=nothing
set conn=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -