📄 g_statedetail.asp
字号:
<td width="194" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">客户
</font>
</td>
<td width="39" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">接近
</font>
</td>
<td width="37" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">调查
</font>
</td>
<td width="48" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">问题
</font>
</td>
<td width="38" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">方案
</font>
</td>
<td width="57" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">价格条件
</font>
</td>
<td width="50" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">关键人
</font>
</td>
<td width="39" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">展示
</font>
</td>
<td width="56" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">建议书
</font>
</td>
<td width="40" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">签约
</font>
</td>
<td width="60" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">业务员
</font>
</td>
</tr>
<% for n=1 to RSte.pagesize%>
<%if n mod 2=1 then
bg="#f7f7f7"
else
bg="#EDEBEC"
end if%>
<tr bgcolor="<%=bg%>">
<td width="194" height="23" align="center"><font size="2"><a href="G_ClientInfo.asp?ClientID=<%=Rste("ClientNum")%>" ><%=khname(rste("clientnum"))%></font></td>
<td width="39" height="23" align="center"><font size="2"><%=RSte("CloseState")%>
</font>
</td>
<td width="37" height="23" align="center"><font size="2"><%=RSte("InquiryState")%>
</font>
</td>
<td width="48" height="23" align="center"><font size="2"><%=RSte("Problem")%>
</font>
</td>
<td width="38" height="23" align="center"><font size="2"><%=RSte("ProjectState")%> </font></td>
<td width="57" height="23" align="center"><font size="2"><%=RSte("PriceTerm")%> </font></td>
<td width="50" height="23" align="center"><font size="2"><%=RSte("MainPerson")%> <font size="2"></td>
<td width="39" height="23" align="center"><font size="2"><%=RSte("UsherState")%> </font></td>
<td width="56" height="23" align="center"><font size="2"><%=RSte("VoteState")%> <font size="2"></td>
<td width="40" height="23" align="center"><font size="2"><%=RSte("VisaState")%> <font size="2"></td>
<td width="60" height="23" align="center"><font size="2"><%=Pname(rste("stuffnum"))%><font size="2"></td>
</tr>
<%
RSte.movenext
if RSte.eof then exit for
next
%>
</table>
<p align="center">
<font size="2">
共<%=RSte.pagecount%>页 第<%=page%>页 <a href="G_statedetail.asp?page=1&txtstuff=<%=sid%>">首页</a> <%if page>1 then %>
<a href="G_statedetail.asp?page=<%=(page-1)%>&txtstuff=<%=sid%>">上页</a>
<% else%>
上页
<% end if%>
<%if page<RSte.pagecount then %>
<a href="G_statedetail.asp?page=<%=(page+1)%>&txtstuff=<%=sid%>">下页</a>
<% else %>
下页
<%end if%><a href="G_statedetail.asp?page=<%=RSte.pagecount%>&txtstuff=<%=sid%>">尾页</a> </font>
<%%>
<select name="page1" style="width:80" size="1">
<% for p=1 to RSte.pagecount%>
<option value="<%=p%>">第<%=p%>页</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_mainstate.asp">返回</a> <a href="javascript:window.print()">打印</a>
</form>
<%
Rste.close
set Rste=nothing
end if %>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -