📄 g_mainplan1.asp
字号:
<tr>
<td width="15%" height="14" align="left" colspan="6" valign="bottom">
</td>
</tr>
<tr>
<td width="10%" height="28" align="center">
跟进日期
</td>
<td width="8%" height="28" align="center">
星期
</td>
<td width="10%" height="28" align="center">
跟进时间
</td>
<td width="15%" height="28" align="center">
跟进客户
</td>
<td width="10%" height="28" align="center">
跟进方式
</td>
<td width="10%" height="28" align="center">跟进目的</td>
</tr>
<% for n=1 to RSzx.pagesize%>
<tr >
<%
'找出对应的客户名称
sql="select clientname,clientnum from D_ClientInfo where ClientNum='"&RSzx("ClientNum")&"'"
'response.write sql
'response.end
set khrs=pubconn.execute(sql)
if not khrs.eof then
khmc=khrs("ClientName")
else
khmc=RSzx("ClientNum")
end if
%>
<td width="10%" height="15" align="center"><%=RSzx("CloseDate")%></td>
<td width="8%" height="15" align="center"><%show(RSzx("PlanWeek"))%></td>
<td width="10%" height="15" align="center"><%=RSzx("CloseTime")%></td>
<input type="hidden" name="ClientID" value="<%=Rszx("ClientNum")%>">
<td width="15%" height="15" align="center"><a Href="G_clientInfo.asp?ClientID=<%=Rszx("ClientNum")%>" target="_parent"><%=khmc%></a>
</td>
<td width="10%" height="15" align="center"><%=RSzx("CloseMode")%></td>
<td width="10%" height="15" align="center"><%=RSzx("ClosePurpose")%></td>
</tr>
<%
RSzx.movenext
if RSzx.eof then exit for
next
%>
</table>
</div>
<p align="center">
<font size="2">
共<%=RSzx.pagecount%>页 第<%=page%>页 <a href="G_mainplan1.asp?page=1">首页</a> <%if page>1 then %>
<a href="G_mainplan1.asp?page=<%=(page-1)%>">上页</a>
<% else%>
上页
<% end if%>
<%if page<RSzx.pagecount then %>
<a href="G_mainplan1.asp?page=<%=(page+1)%>">下页</a>
<% else %>
下页
<%end if%><a href="G_mainplan1.asp?page=<%=RSzx.pagecount%>">尾页</a> </font>
<%%>
</form> </table>
<% end if %>
</TD>
<TD bgcolor="#ffffff" width="2%" background="../pic/g416.gif"></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TABLE>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -