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

📄 accountdetail.asp

📁 在线经销商回单管理系统在线经销商回单管理系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!--#include file="Inc/Function.asp"-->
<% 
id=request("id")
dim Rs
Set Rs=conn.execute("select * from account where id="&id)
 %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.border {
	border: 1px dashed #666666;
}
body,td,th {
	font-size: 12px;
}
-->
</style>
</head>

<body>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#8B8B8B">
  <tr>
    <td height="22" colspan="3" align="center" bgcolor="#CCCCCC">台帐详细信息</td>
  </tr>
  <tr>
    <td width="98" height="22" bgcolor="#FFFFFF"> &nbsp;&nbsp;发件日期:</td>
    <td width="441" height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("fajianriqi") %></td>
    <td width="57" height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;品名及规格:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("pinming") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;领用单据号:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("lingdanhao") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;领用数量:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("lingyongshuliang") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;经销商名称:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("jxs") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;经销商编号:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("jxsid") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;收件日期:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("shoujianriqi") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;退回单据号:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("tuidanhao") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;退回数量:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("tuihuishuliang") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;备注:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("beizhu") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;查看状态:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("shoudao") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;备注状态:</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<%= Rs("chakanbeizhu") %></td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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