📄 g_lostdetail.asp
字号:
page=1
end if
RSlost.pagesize=10
if page>=RSlost.pagecount then
page=RSlost.pagecount
else
if page<1 then
page=1
end if
end if
RSlost.absolutepage=page
%>
<form action="G_lostdel.asp?flag=1" method="post" name="form1">
<table border="1" cellspacing="0" width="100%" height="30" width="100%" width="100%">
<tr>
<td width="23" height="23" align="center" width="122" bgcolor="#DDD2C4">
</td>
<td width="69" height="24" align="center" width="122" bgcolor="#DDD2C4">
<font size="2">丢失客户
</font>
</td>
<td width="53" height="24" align="center" width="131" bgcolor="#DDD2C4">
<font size="2">业务员
</font>
</td>
<td width="105" height="24" align="center" width="84" bgcolor="#DDD2C4">
<font size="2">报告日期
</font>
</td>
<td width="83" height="24" align="center" width="98" bgcolor="#DDD2C4">
<font size="2">产品
</font>
</td>
<td width="61" height="24" align="center" width="120" bgcolor="#DDD2C4">
<font size="2">竞争者
</font>
</td>
<td width="104" height="24" align="center" width="146" bgcolor="#DDD2C4">
<font size="2">竞争者签约时间
</font>
</td>
</tr>
<% for n=1 to RSlost.pagesize%>
<%if n mod 2=1 then
bg="#f7f7f7"
else
bg="#EDEBEC"
end if%>
<tr bgcolor="<%=bg%>">
<td width="23" height="23" align="center" width="122">
<input type="checkbox" name="xz" value="<%=n%>" <%if rslost("AuditingYN")="Y" or (ucase(rslost("Authors"))<>ucase(username)) then
response.write ("disabled")
end if
%> >
<input type="hidden" name="lid<%=n%>" value="<%=rslost("ID")%>">
</td>
<td width="69" height="23" align="center" width="122"><font size="2"></font><a Href="G_ClientInfo.asp?ClientID=<%=Rslost("ClientNum")%>" ><%=khname(rslost("clientnum"))%></a></td>
<td width="53" height="23" align="center" width="131"><font size="2"><%=Pname(rslost("stuffnum"))%>
</font>
</td>
<td width="105" height="23" align="center" width="84"><font size="2"><%=RSlost("ReportDate")%>
</font>
</td>
<td width="83" height="23" align="center" width="98"><font size="2"><%=RSlost("Production")%>
</font>
</td>
<td width="61" height="23" align="center" width="120"><font size="2"></font><%=RSlost("Maker")%></td>
<td width="104" height="23" align="center" width="146"><font size="2"></font><%=RSlost("OrderDate")%></td>
</tr>
<%
RSlost.movenext
if RSlost.eof then exit for
next
%>
</table>
</center>
</div>
<p align="center">
<font size="2">
共<%=RSlost.pagecount%>页 第<%=page%>页 <a href="G_lostdetail.asp?page=1&wid=<%=wid%>&txtstuff=<%=sid%>">首页</a> <%if page>1 then %>
<a href="G_lostdetail.asp?page=<%=(page-1)%>&wid=<%=wid%>&txtstuff=<%=sid%>">上页</a>
<% else%>
上页
<% end if%>
<%if page<RSlost.pagecount then %>
<a href="G_lostdetail.asp?page=<%=(page+1)%>&wid=<%=wid%>&txtstuff=<%=sid%>">下页</a>
<% else %>
下页
<%end if%><a href="G_lostdetail.asp?page=<%=RSlost.pagecount%>&wid=<%=wid%>&txtstuff=<%=sid%>">尾页</a> </font>
<%%>
<select name="page1" style="width:80" size="1">
<% for o=1 to RSlost.pagecount%>
<option value="<%=o%>">第<%=o%>页</option>
<%next%>
</select> <input type="button" value="GO" onclick="Gopage()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<a href="G_mainlost.asp">
<font size="2">返回
<p align="center"> <input type="submit" name="del" value="删除" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
</font>
</form>
<% end if %>
</a>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -