📄 order.asp
字号:
<!--#include file="../title.asp" -->
<form method="POST" action="input.asp">
<table table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" >
<tr>
<td valign="top">
<select size="1" name="D1">
<%
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="D2">
<%
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="D3">
<%
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>
<table table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" >
<tr>
<td valign="top">
<table table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td valign="top">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" height="426" width="218">
<TR>
<TD WIDTH="121" height="19"><b>REF NO:</b></td>
<TD WIDTH="94" height="19"><input type="text" name="ref" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19">BUYER:</td>
<TD WIDTH="94" height="19"><input type="text" name="buyer" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19">STYLE NO:</td>
<TD WIDTH="94" height="19"><input type="text" name="style_no" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19">PATTERN:</td>
<TD WIDTH="94" height="19"><input type="text" name="pattern" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19">ORDER QTY:</td>
<TD WIDTH="94" height="19"><input type="text" name="order_qty" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19">MERCHANDISER:</td>
<TD WIDTH="94" height="19"><input type="text" name="merchand" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19" >SKETCH:</td>
<TD WIDTH="94" height="19" >
<input type="text" name="sketch" size="11"></td>
</TR>
<TR>
<TD colspan="2" height="174" WIDTH="211" valign="top"> </td>
</TR>
<TR>
<TD WIDTH="121" height="11"><span lang="zh-cn"><b>布料信息</b></span><b>:</b></td>
<TD WIDTH="94" height="11">DATE</TD>
</TR>
<TR>
<TD WIDTH="121" height="19">1><span lang="en-us">Quantity(YDS)</span></td>
<TD WIDTH="94" height="19"><input type="text" name="mo" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="18">2><span lang="en-us">Quantity(KGS)</span></td>
<TD WIDTH="94" height="18"><input type="text" name="buyer_po" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="8">3><span lang="en-us">Unit Price: US$/KG</span></td>
<TD WIDTH="94" height="8"><input type="text" name="fabric_po" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="14">4><span lang="en-us">Amount US$</span></td>
<TD WIDTH="94" height="14"><input type="text" name="thread_po" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19">5<span lang="en-us">></span>布料交期</td>
<TD WIDTH="94" height="19"><input type="text" name="lc" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="1">6>成衣交期</td>
<TD WIDTH="94" height="1"><input type="text" name="clr_swatch" size="11"></TD>
</TR>
<TR>
<TD WIDTH="121" height="18"></td>
<TD WIDTH="94" height="18"></TD>
</TR>
<TR>
<TD WIDTH="121" height="19"></td>
<TD WIDTH="94" height="19"></TD>
</TR>
<TR>
<TD WIDTH="121" height="20"></td>
<TD WIDTH="94" height="20"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<TR>
<TD>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" height="131">
<TR align="center"><TD height="16"><b>FABRIC COLOR BREAKDOWN</b></TD></TD>
<TR align="center">
<TD height="109" rowspan="3"><textarea rows="36" name="S1" cols="55"></textarea></td>
</TR>
<TR></TD>
<%
x=1
do while x<=10
%>
<%
x=x+1
loop
%>
<TR></TD>
<%
x=1
do while x<=10
%>
<%
x=x+1
loop
%>
</TABLE>
</td>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" height="62">
<TR>
<TD height="62">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"
<tr height="68">
<td colspan="2" height="21"><b>ACCESSORIES</B></td>
</tr>
<tr>
<td height="22">ITEM</td>
<td height="22">YES</td>
</tr>
<%
sql2="select * from accessories order by id"
rs2.open sql2,conn,3,1
do while not rs2.eof
%>
<tr>
<td height="23">
<%=rs2("name")%> </td>
<td height="23"><input type="checkbox" name="yes_<%=rs2("id")%>" value="ON"></td>
</tr>
<%
rs2.movenext
loop
rs2.close
%>
</table>
</td>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
<input type="submit" value="提交" name="B1"><input type="reset" value="重置" name="B2">
</form>
</center>
<!--#include file="../copyright.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -