⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manage_eshop_detail.asp

📁 关于网络渗透技术的详细讲解
💻 ASP
字号:
<!--#include file="admin.asp"-->
<!--#include file="conn.asp"-->
<%
id=request("id")
page=request("page")
set rs=server.createobject("adodb.recordset")
sqltext="select * from OrderList where Form_Id=" & id
rs.open sqltext,conn,1,1
%>
<!-- #include file="Inc/Head.asp" -->
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> 
<tr> <td width="150" align="center" valign="top"> <table width="150" height="100%" border="0" cellpadding="0" cellspacing="0" class="HeaderTdStyle"> 
<tr> <td align="center" valign="top"><table width="100%" height="24" border="0" cellpadding="0" cellspacing="0"> 
<tr> <td align="center">功能菜单</td></tr> </table><table width="100%" height="90%" border="0" cellpadding="0" cellspacing="0" class="MenuBg"> 
<tr> <td align="center" valign="top"><br> <table width="90%" border="0" cellpadding="0" cellspacing="0"> 
<tr> <td width="16%"><img src="/Img/Left_1.gif" width="28" height="11"></td><td width="84%" height="20"><font color="#FFFF00">订单管理</font></td></tr> 
</table><table width="90%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="34%" height="20" align="right"><img src="/Img/Left_1_1.gif" width="29" height="16"></td><td width="66%" valign="bottom"><a href="Manage_Eshop.asp"><font color="#FFFF00">订单管理</font></a></td></tr> 
</table></td></tr> </table></td></tr> </table></td><td align="center" valign="top"> 
<br> <strong><br> </strong> <table width="550" border="0" cellspacing="0" cellpadding="0"> 
<tr> <td height="24"> <div align="center"><strong><%=rs("Form_Id")%>号订单管理<br> 
<br> </strong></div></td></tr> <tr> <form method='POST' action="OrderList_Save.asp?Form_Id=<%=rs("Form_Id")%>"><td> 
<TABLE cellSpacing=1 cellPadding=4 width=562 bgColor=#006699 height="436"> <TBODY> 
<TR> <TD width="548" height="10"  colSpan=2 valign="top" bgcolor="#DBDBDB"></TD></TR> 
<TR bgColor=#eeeeee> <TD width="548" height="32"  colSpan=2><font color="#000000">客户订货单详细资料</font></TD></TR> 
<TR> <TD  width=126 bgColor=#DBDBDB height=25 align="right"><font color="#000000">订货单号:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Form_Id")%></TD></TR> <tr> <TD  width=126 bgColor=#DBDBDB height=25 align="right">姓名<font color="#000000">:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Comane")%></TD></TR> <tr> <TD  width=126 bgColor=#DBDBDB height=25 align="right"><FONT COLOR="#000000">出行日期:</FONT></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Somane")%></TD></tr> <tr> <TD  width=126 bgColor=#DBDBDB height=25 align="right"><font color="#000000">地址:</font></TD><TD  width=410 height=-2 bgcolor="#eeeeee">&nbsp; 
<%=rs("Add")%></TD></tr> <tr> <TD bgColor=#DBDBDB height=25 align="right"><font color="#000000">邮政编码:</font></TD><TD  width=410 height=0 bgcolor="#eeeeee"> 
&nbsp; <%=rs("Zip")%></TD></tr> <tr> <TD bgColor=#DBDBDB height=25 align="right"><font color="#000000">联系电话:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Phone")%></TD></tr> <tr> <TD  width=126 bgColor=#DBDBDB height=25 align="right">联系传真<font color="#000000">:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Fox")%></TD></tr> <tr> <TD  width=126 bgColor=#DBDBDB height=25 align="right"><font color="#000000">电子信箱:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Email")%></TD></tr> <tr> <TD  width=126 bgColor=#DBDBDB height=25 align="right"><font color="#000000">所选汇款账号:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Pays")%></TD></tr> <tr> <TD  width=126 height=25 align="right" bgColor=#DBDBDB><font color="#000000">备注:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee">&nbsp; 
<%=rs("Remark")%></TD></tr> <tr> <TD  width=126 bgColor=#DBDBDB height=24 align="right"><font color="#000000">订货日期:</font></TD><TD  width=410 height=24 bgcolor="#eeeeee">&nbsp; 
<%=rs("RegTime")%></TD></tr> <tr> <TD  width=126 bgColor=#DBDBDB height=25 align="right"><font color="#000000">订单是否已经处理:</font></TD><TD  width=410 height=25 bgcolor="#eeeeee"> 
<%If rs("Flag")="尚未处理" Then%> 尚未处理 <%else%> 已经发货 <%End If%> </TD></tr> <TR> <TD width="548" height="31"  colSpan=2 valign="top" bgcolor="#eeeeee"> 
<p align="center">线路细目</p></TD></TR> <%
set rs2=server.createobject("adodb.recordset")
sqltext2="select * from ShopList where Form_Id=" & id
rs2.open sqltext2,conn,1,1
%> <TR> <TD width="548" height="15"  colSpan=2 valign="top" bgcolor="#eeeeee"> 
<div align="center"> <table border="1" cellpadding="0" cellspacing="0" width="100%" bordercolorlight="#006699" bordercolordark="#eeeeee"  height="67"> 
<tr> <td width="17%" bgcolor="#DBDBDB" height="21" align="center"><font color="#000000">线路编号</font></td><td width="41%" bgcolor="#DBDBDB" height="21" align="center"><font color="#000000">线路名称</font></td><td width="28%" bgcolor="#DBDBDB" height="21" align="center"><font color="#000000">线路类别</font></td><td width="14%" height="21" align="center" bgcolor="#DBDBDB"><font color="#000000">线路数量</font></td></tr> 
<%Sum=0
While Not rs2.EOF%> <tr> <td width="17%" align="center" height="22"><%=rs2("Product_Id")%></td><td width="41%" align="center" height="22"><%=rs2("Product_Name")%></td><td width="28%" align="center" height="22"><%=rs2("BigClassName")%> 
=> <%=rs2("SmallClassName")%></td><td height="22" align="center"><%=rs2("Number")%></td><%Sum=Sum+rs2("P_NewPrice")*rs2("Number")%> 
</tr> <%
rs2.MoveNext
Wend
%> <tr> <td colspan="4" height="22"> <p align="right">&nbsp;</p></td></tr> </table></div></TD></TR> 
<center> <TR> <TD width="548" height="25"  colSpan=2 bgcolor="#eeeeee"> <p align="center"> 
<%If rs("Flag")="尚未处理" Then%> <input type="submit" value="订单处理" name="B1"> <%
rs.close
rs2.close
conn.close
End If
%> <input type="button" value="返回" name="B4" onclick="javascript:window.history.go(-1)"> 
</TD></TR> <TR bgColor=#DBDBDB> <TD width="548" height="3"  colSpan=2></TD></TR> 
</center></TABLE></td></form></tr> </table></td></tr> </table><!-- #include file="Inc/Foot.asp" -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -