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

📄 复件 receipt.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: 12px;
}
.border {
	border: 1px dashed #999999;
}
.STYLE1 {color: #FFFFFF}
-->
</style>
		<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style9 {	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.tit1 {	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
-->
</style>
<script src="date.js"></script>
<iframe id="CalFrame" style="DISPLAY: none; Z-INDEX: 100; WIDTH: 145px; HEIGHT: 187px; position: absolute" marginWidth="0" marginHeight="0" frameBorder="0" noResize scrolling="no" src="cal.htm"></iframe>
</head>


<body>

<table width="88%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#006699" class="border">
 <form action="" method="post" name="frmorder"> <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 name="fajianriqi" type="text" id="fajianriqi" value="<%=date%>" size="12" readonly="readonly" />
      <a href="javascript:ShowCalendar(document.frmorder.dimg3,document.frmorder.fajianriqi,null,0,330)" target="_self"><img id="dimg3" style="POSITION: relative; left: -1px;" src="image/cal.gif"  border="0" align="absmiddle" /></a></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 + -