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

📄 复件 account_add.asp

📁 在线经销商回单管理系统在线经销商回单管理系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<!--#include file="Inc/Function.asp"-->
<!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">
<!--
body,td,th {
	font-size: 14px;
}
.border {
	border: 1px dashed #999999;
}
.STYLE1 {color: #FFFFFF}
-->
</style>
</head>

<body>

<table width="88%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#006699" class="border">
 <form action="" method="post"> <tr>
    <td height="18" colspan="2" align="center" bgcolor="#006699"><span class="STYLE1">添加台账</span></td>
  </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;发件日期</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <input type="text" name="textfield" /></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;品名及规格</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <input type="text" name="textfield2" /></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;领用单据号</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <input type="text" name="textfield3" /></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;领用数量</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <input type="text" name="textfield4" /></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;收件日期</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <input type="text" name="textfield5" /></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;退回单据号</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <input type="text" name="textfield6" /></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;退回数量</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <input type="text" name="textfield7" /></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;备注</td>
    <td height="22" bgcolor="#FFFFFF">&nbsp;
      <textarea name="textfield8" cols="40" rows="10"></textarea></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;供应商帐号</td>
    <td height="22" bgcolor="#FFFFFF"><label>
      &nbsp;
      <input type="text" name="textfield9" />
    </label></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;&nbsp;供应商编号</td>
    <td height="22" bgcolor="#FFFFFF"><label>
      &nbsp;
      <input type="text" name="textfield10" />
    </label></td>
    </tr>
  <tr>
    <td height="22" bgcolor="#FFFFFF">&nbsp;</td>
    <td height="22" bgcolor="#FFFFFF"><label>
      <input type="submit" name="Submit" value="提交" />
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" name="Submit2" value="重置" />
    </label></td>
  </tr></form>
</table>
</body>
</html>

⌨️ 快捷键说明

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