📄 clientcontact_thisweek.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="ControlClientContactHistory_thisWeek" Src="../../Inc/ControlClientContactHistory_thisWeek.ascx" %>
<%@ Page language="c#" Codebehind="ClientContact_thisWeek.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.CM.ClientContact_thisWeek" %>
<%@ Register TagPrefix="uc1" TagName="ControlClientContactHistory" Src="../../Inc/ControlClientContactHistory.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>客户接触</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script language="JavaScript" src="../../Css/meizzDate.js"></script>
<LINK href="../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
<script language="javascript">
function changein()
{
var removeindexs = new Array();
var j = 0;
for(var i=0;i<document.getElementById("lbx_Staff").options.length;i++)
{
if(document.getElementById("lbx_Staff").options[i].selected)
{
document.getElementById("lbx_Cooperater").options.add(new Option(document.getElementById("lbx_Staff").options[i].text,document.getElementById("lbx_Staff").options[i].value));
removeindexs[j++] = i;
}
}
for(var i=0;i<j;i++)
{
//alert(removeindexs[i].valueOf());
document.getElementById("lbx_Staff").options.remove(removeindexs[i].valueOf());
for(var k=i;k<removeindexs.length;k++)
{
removeindexs[k] = removeindexs[k]-1;
}
}
}
function changeout()
{
var removeindexs = new Array();
var j = 0;
for(var i=0;i<document.getElementById("lbx_Cooperater").options.length;i++)
{
if(document.getElementById("lbx_Cooperater").options[i].selected)
{
document.getElementById("lbx_Staff").options.add(new Option(document.getElementById("lbx_Cooperater").options[i].text,document.getElementById("lbx_Cooperater").options[i].value));
removeindexs[j++] = i;
}
}
for(var i=0;i<j;i++)
{
//alert(removeindexs[i].valueOf());
document.getElementById("lbx_Cooperater").options.remove(removeindexs[i].valueOf());
for(var k=i;k<removeindexs.length;k++)
{
removeindexs[k] = removeindexs[k]-1;
}
}
}
function changelinkmanin()
{
var removeindexs = new Array();
var j = 0;
for(var i=0;i<document.getElementById("lbx_ClientLinkman").options.length;i++)
{
if(document.getElementById("lbx_ClientLinkman").options[i].selected)
{
document.getElementById("lbx_Linkman").options.add(new Option(document.getElementById("lbx_ClientLinkman").options[i].text,document.getElementById("lbx_ClientLinkman").options[i].value));
removeindexs[j++] = i;
}
}
for(var i=0;i<j;i++)
{
//alert(removeindexs[i].valueOf());
document.getElementById("lbx_ClientLinkman").options.remove(removeindexs[i].valueOf());
for(var k=i;k<removeindexs.length;k++)
{
removeindexs[k] = removeindexs[k]-1;
}
}
}
function changelinkmanout()
{
var removeindexs = new Array();
var j = 0;
for(var i=0;i<document.getElementById("lbx_Linkman").options.length;i++)
{
if(document.getElementById("lbx_Linkman").options[i].selected)
{
document.getElementById("lbx_ClientLinkman").options.add(new Option(document.getElementById("lbx_Linkman").options[i].text,document.getElementById("lbx_Linkman").options[i].value));
removeindexs[j++] = i;
}
}
for(var i=0;i<j;i++)
{
//alert(removeindexs[i].valueOf());
document.getElementById("lbx_Linkman").options.remove(removeindexs[i].valueOf());
for(var k=i;k<removeindexs.length;k++)
{
removeindexs[k] = removeindexs[k]-1;
}
}
}
</script>
</HEAD>
<body leftMargin="0" topMargin="0">
<form id="ClientContact" method="post" encType="multipart/form-data" runat="server">
<FONT face="宋体">
<TABLE borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR height="30">
<TD class="GbText" width="24" background="../../Images/treetopbg.jpg" bgColor="#c0d9e6"><FONT color="#003366" size="3"><IMG height="16" src="../../DataImages/ClientManage.gif" width="16"></FONT></TD>
<TD class="GbText" align="right" width="60" background="../../Images/treetopbg.jpg"
bgColor="#c0d9e6"><font color="#006699">客户跟踪</font></TD>
<TD class="GbText" align="right" background="../../Images/treetopbg.jpg" bgColor="#c0d9e6"><FONT face="宋体">
</FONT> </TD>
</TR>
</TABLE>
<TABLE class="gbtext" id="Table4" style="BORDER-COLLAPSE: collapse" borderColor="#93bee2"
cellSpacing="0" cellPadding="0" width="100%" align="center" border="1">
<TR>
<TD width="76" bgColor="#e8f4ff" height="34" style="WIDTH: 76px; HEIGHT: 34px" vAlign="middle"
align="center" colSpan="1" rowSpan="1">客户名称</TD>
<TD colSpan="2" style="HEIGHT: 34px"><asp:literal id="ltl_ClientName" runat="server" Visible="False"></asp:literal><asp:panel id="pnl_clientselect" runat="server">
<asp:DropDownList id="ddl_ClientName" runat="server" AutoPostBack="True"></asp:DropDownList>
<asp:TextBox id="tbx_quicksearch" runat="server" CssClass="inputcss"></asp:TextBox>
<asp:Button id="btn_search" runat="server" CssClass="redbuttoncss" Text="查询"></asp:Button>
</asp:panel></TD>
<td style="HEIGHT: 34px">客户简称 <asp:literal id="ltl_ClientShortName" runat="server"></asp:literal></td>
</TR>
<TR>
<TD style="WIDTH: 76px; HEIGHT: 24px" bgColor="#e8f4ff" height="24" align="center">最后填写接触时间</TD>
<TD style="WIDTH: 274px; HEIGHT: 24px" bgColor="#e8f4ff">
<asp:Literal id="ltl_UpdateTime" runat="server"></asp:Literal></TD>
<TD style="HEIGHT: 24px" width="90" bgColor="#e8f4ff" align="center" colSpan="1" rowSpan="1">发现时间</TD>
<TD style="HEIGHT: 24px" bgColor="#e8f4ff">
<asp:Literal id="ltl_Birthday" runat="server"></asp:Literal></TD>
</TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -