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

📄 order.asp

📁 oa办公系统asp程序
💻 ASP
字号:
<!--#include file="../title.asp" -->
<form method="POST" action="rs_order.asp" name="order">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" >
	<tr>
		<td align=center>
			<table table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" >
				<tr>
    				<td valign="top">
	    				<select size="1" name="time_year">
	    				<%
	    				y=2002
	    				do while y<=2010
	    				%>
	   	 				<option <%if y=year(now()) then %>selected<%end if%>  value=<%=y%> ><%=y%></option>
	    				<%
	    				y=y+1
	    				loop
	    				%>
						</select>
						<select size="1" name="time_month">
	    				<%
	    				m=1
	    				do while m<=12
	    				%>
	    				<option <%if m=month(now()) then %>selected<%end if%> value=<%=m%> ><%=m%></option>
	    				<%
	    				m=m+1
	    				loop
	    				%>
						</select>
						<select size="1" name="time_day">
	    				<%
	    				d=1
	    				do while d<=31
	    				%>
	    				<option <%if d=day(now()) then %>selected<%end if%> value=<%=d%>><%=d%></option>
	    				<%
	    				d=d+1
	    				loop
	    				%>
						</select>
					</Td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" height="108">
				<TR align=center>
    				<TD width=80><b>REF NO:</b></td>
        			<TD width=80>BUYER:</TD>
        			<TD width=100>STYLE NO:</TD>
       				<TD width=80>PATTERN:</TD>
        			<TD width=80>ORDER QTY:</TD>
        			<TD width=80>MERCHANDISER:</TD>
        			<TD width=80>SKETCH:</TD>
        			<TD width=100 rowspan="5"> </TD>
				</TR>
    			<TR>
    			    <TD width=80><input type="text" name="ref" size="11"></td>
    			    <TD width=80><input type="text" name="buyer" size="11"></TD>
    			    <TD width=100><input type="text" name="style_no" size="14"></TD>
    			    <TD width=80><input type="text" name="pattern" size="11"></TD>
    			    <TD width=80><input type="text" name="order_qty" size="11"></TD>
    			    <TD width=80><input type="text" name="merchand" size="11"></TD>
    			    <TD width=80><input type="text" name="sketch" size="11"></TD>
    			</TR>
    			<TR>
    			    <TD width=80><span lang="en-us">Quantity(YDS)</span></td>
    			    <TD width=80><span lang="en-us">Quantity(KGS)</span></TD>
    			    <TD width=110><span lang="en-us">Unit Price: US$/KG</span></TD>
    			    <TD width=80><span lang="en-us">Amount US$</span></TD>
    			    <TD width=80>布料交期</TD>
    			    <TD width=80>成衣交期</TD>
    			    <TD width=80> </TD>
    			</TR>
    			<TR>
    			    <TD width=80><input type="text" name="quantity_yds" size="11"></td>
    			    <TD width=80><input type="text" name="quantity_kgs" size="11"></TD>
    			    <TD width=100>
                    <input type="text" name="unit_price" size="14"></TD>
    			    <TD width=80><input type="text" name="amount_us" size="11"></TD>
    			    <TD width=80><input type="text" name="fabric_delivery" size="11"></TD>
    			    <TD width=80><input type="text" name="cloth_delivery" size="11"></TD>
    			    <TD width=80> </TD>
    			</TR>
    			<TR>
    			    <TD width=80><span lang="en-us">Supplier</span></td>
    			    <TD colspan="6">
                    <input type="text" name="supplier" size="75" value="Haiyan Welcome Textiles Industry Co.,Ltd.,"></TD>
    			</TR>
			</TABLE>
			<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"  width="100%">
				<TR>
					<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"  width="100%">
						<tr>
							<td>
                            <textarea rows="30" name="fabric_info" cols="147" style="font-size: 9pt; font-family: Arial"></textarea></td>
						</tr>
					</TABLE>
				</TR>

				</TR>
			</TABLE>
			  <input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2">
		</TD>
	</TR>
</TABLE>

</form>
</center>

<!--#include file="../copyright.asp" -->

⌨️ 快捷键说明

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