📄 e_choiceinstallbill.asp
字号:
<% next %>
</select>年 <select size="1" name="S_bMonth">
<% for i=1 to 12
if i<10 then
j="0"+cstr(i)
else
j=cstr(i)
end if %>
<option value="<%=j%>"><%=j%></option>
<% next %>
</select>月 <select size="1" name="S_bDay">
<% for i=1 to 31
if i<10 then
j="0"+cstr(i)
else
j=cstr(i)
end if %>
<option value="<%=j%>"><%=j%></option>
<% next %>
</select> 日——<select size="1" name="S_eYear">
<% for i=1990 to 2010 %>
<option value="<%=i%>"><%=i%></option>
<% next %>
</select>年 <select size="1" name="S_eMonth">
<% for i=1 to 12
if i<10 then
j="0"+cstr(i)
else
j=cstr(i)
end if %>
<option value="<%=j%>"><%=j%></option>
<% next %>
</select>月 <select size="1" name="s_eDay">
<% for i=1 to 31
if i<10 then
j="0"+cstr(i)
else
j=cstr(i)
end if %>
<option value="<%=j%>"><%=j%></option>
<% next %>
</select>日 </b></font><input type="button" value="查询" name="Search" onclick="SearchClick()" tabindex="3" class=hand style="<%=budStyle%>">
</td>
</tr>
</table>
<table width="100%" height="1"><tr><td height="1"></td></tr></table>
<table border="1" cellpadding="0" cellspacing="0" width="100%" height="17">
<tr>
<td width="3%" align="center" height="20" bgcolor="#DDD2C4">
</td>
<td width="15%" align="center" height="20" bgcolor="#DDD2C4">
<p style="line-height: 150%"><font size="2"><b>单据编号</b></font>
</td>
<td width="25%" align="center" height="20" bgcolor="#DDD2C4">
<p style="line-height: 150%"><font size="2"><b>客户名称</b></font></td>
<td width="19%" align="center" height="20" bgcolor="#DDD2C4">
<p style="line-height: 150%"><font size="2"><b>到货时间</b></font></p>
</td>
<td width="19%" align="center" height="20" bgcolor="#DDD2C4">
<p style="line-height: 150%"><font size="2"><b>交货时间</b></font>
</td>
<td width="20%" align="center" height="20" bgcolor="#DDD2C4">
<p style="line-height: 150%"><font size="2"><b>交货人员</b></font>
</td>
</tr>
<% For i=1 to RowCount
if I MOD 2=1 then
rowcolor=firstcolor
else
rowcolor=secondcolor
end if
if i<=DataRow then %>
<tr>
<td width="3%" align="center" height="16" bgcolor="<%=rowcolor%>">
<input type="radio" name="<%=lcReturnField%>" value="<%=keyitem(i,1)%>">
</td>
<td width="17%" align="center" height="16" bgcolor="<%=rowcolor%>">
<p align="center" style="line-height: 120%; margin-left: 2">
<font size="2"> <%=keyitem(i,1)%></font> </p>
</td>
<td width="16%" align="center" height="16" bgcolor="<%=rowcolor%>">
<p style="line-height: 120%" align="center"><font size="2">
<%=keyitem(i,2)%></font> </td>
<td width="19%" align="center" height="16" bgcolor="<%=rowcolor%>">
<font size="2"><%=keyitem(i,3)%></font> </td>
<td width="19%" align="center" height="16" bgcolor="<%=rowcolor%>"><font size="2">
<p style="line-height: 120%"><%=keyitem(i,4)%></font></td>
<td width="20%" align="center" height="16" bgcolor="<%=rowcolor%>"><font size="2">
<p style="line-height: 120%"><%=keyitem(i,5)%></font></td>
</tr>
<% else %>
<tr>
<td width="3%" align="center" height="20" bgcolor="<%=rowcolor%>">
<p style="line-height: 120%"><font size="2"> </font> </td>
<td width="17%" align="center" height="20" bgcolor="<%=rowcolor%>">
<p style="line-height: 120%"><font size="2"> </font> </td>
<td width="16%" align="center" height="20" bgcolor="<%=rowcolor%>">
<p style="line-height: 120%"><font size="2"> </font> </td>
<td width="19%" align="center" height="20" bgcolor="<%=rowcolor%>">
<p style="line-height: 120%"><font size="2"> </font> </td>
<td width="19%" align="center" height="20" bgcolor="<%=rowcolor%>"><font size="2">
<p style="line-height: 120%"><font size="2"> </font> </td>
<td width="20%" align="center" height="20" bgcolor="<%=rowcolor%>"><font size="2">
<p style="line-height: 120%"><font size="2"> </font> </td>
</tr>
<% end if
next %>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="20">
<tr>
<td width="59%" height="33" valign="middle">
<p style="line-height: 120%" align="left"><font size="2">第<%=curpage%>页 共<%=totalpage%>页
<a href="JavaScript:GoToPage('first')">第一页</a>
<% if curpage>1 then %>
<a href="JavaScript:GoToPage('prev')">上一页</a>
<% else %>
上一页
<% end if %>
<% if curpage<TotalPage then %>
<a href="JavaScript:GoToPage('next')">下一页</a>
<% else %>
下一页
<% end if %>
<a href="JavaScript:GoToPage('last')">最后一页</a></font>
</td>
<td width="41%" height="33">
<p align="right" style="margin-right: 20"><font size="2"> </font>
<% if totalpage> 0 then %>
<select size="1" name="GoPage">
<% for i=1 to TotalPage %>
<option value="<%=i%>"><%=i%></option>
<% next %>
</select>
<input type="button" value="Go" name="GoData" onclick="GoToPage('go')" class=hand style="<%=budStyle%>">
<% else %>
<input type="hidden" name="GoPage" value="">
<% end if %>
</td>
</tr>
<tr>
<td width="100%" height="7" colspan="2">
<hr size="1">
</td>
</tr>
<tr>
<td width="59%" height="30">
<p align="left"><input type="button" value="确 定" name="butEnter" onclick="butEnterClick()" class=hand style="<%=budStyle%>">
</td>
<td width="41%" height="30">
<p align="left">
</td>
</tr>
</table>
<input type="hidden" name="Curpage" value="">
<input type="hidden" name="Condition" value="">
<input type="hidden" name="SourcePage" value="">
<input type="hidden" name="lcSaveField" value="">
<input type="hidden" name="lcReturnField" value="">
<%for i=0 to Ubound(lcArraySaveField) %>
<input type="hidden" name="<%=lcArraySaveField(i)%>" value="">
<% next %>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -