📄 client.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="True"
Inherits="PowerEasy.WebSite.Admin.Crm.ClientUI" Title="客户管理" Codebehind="Client.aspx.cs" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CphNavigation" runat="Server">
<pe:ExtendedSiteMapPath ID="SmpNavigator" SiteMapProvider="AdminMapProvider" runat="server" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="CphContent" runat="Server">
<asp:ScriptManager ID="SmgeRegion" runat="server" EnablePartialRendering="true">
</asp:ScriptManager>
<script language="javascript" type="text/javascript">
function ShowTabs(ID){
for (i=0;i< 6;i++){
if(i == ID){
document.getElementById("TabTitle" + i).className="titlemouseover";
document.getElementById("Tabs" + i).style.display="";
}
else{
document.getElementById("TabTitle" + i).className="tabtitle";
document.getElementById("Tabs" + i).style.display="none";
}
}
}
</script>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td id="TabTitle0" class="titlemouseover" onclick="ShowTabs(0)">
基本信息</td>
<td id="TabTitle1" class="tabtitle" onclick="ShowTabs(1)">
联络信息</td>
<td id="TabTitle2" style="<%= IsShow(0)%>" class="tabtitle" onclick="ShowTabs(2)">
企业信息</td>
<td id="TabTitle3" style="<%= IsShow(1)%>" class="tabtitle" onclick="ShowTabs(3)">
业务信息</td>
<td id="TabTitle4" style="<%= IsShow(1)%>" class="tabtitle" onclick="ShowTabs(4)">
个人信息</td>
<td id="TabTitle5" class="tabtitle" onclick="ShowTabs(5)">
备注信息</td>
<td>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="1" class="border">
<tr class="tdbg">
<td style="height: 100px;" valign="top">
<table id="Tabs0" cellpadding="2" cellspacing="1" style="width: 100%; background-color: white;">
<tr class="tdbg">
<td style="width: 15%" align="right" class="tdbgleft">
客户名称:</td>
<td style="width: 38%">
<asp:TextBox ID="TxtClientName" MaxLength="100" runat="server"></asp:TextBox>
<pe:RequiredFieldValidator ID="ValrClientName" runat="server" ControlToValidate="TxtClientName"
ErrorMessage="请输入客户名称" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
<td style="width: 15%" align="right" class="tdbgleft">
客户编号:</td>
<td style="width: 38%">
<asp:TextBox ID="TxtClientNum" MaxLength="20" runat="server"></asp:TextBox></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
助记名称:</td>
<td>
<asp:TextBox ID="TxtShortedForm" MaxLength="20" runat="server"></asp:TextBox>
<pe:RequiredFieldValidator ID="ValrShortedForm" runat="server" ControlToValidate="TxtShortedForm"
ErrorMessage="请输入助记名称" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
<td align="right" class="tdbgleft">
上级客户:</td>
<td>
<pe:CrmSelectControl ID="ClientSelect" runat="server" ButtonText=" ... " FileUrl="~/Admin/Crm/ClientList.aspx" />
</td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
区域:</td>
<td>
<asp:DropDownList DataTextField="DataTextField" DataValueField="DataValueField" ID="DropArea"
runat="server">
</asp:DropDownList></td>
<td align="right" class="tdbgleft">
行业:</td>
<td>
<asp:DropDownList DataTextField="DataTextField" DataValueField="DataValueField" ID="DropClientField"
runat="server">
</asp:DropDownList>
</td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
价值评估:</td>
<td>
<asp:DropDownList ID="DropValueLevel" DataTextField="DataTextField" DataValueField="DataValueField"
runat="server">
</asp:DropDownList></td>
<td align="right" class="tdbgleft">
信用等级:</td>
<td>
<asp:DropDownList ID="DropCreditLevel" DataTextField="DataTextField" DataValueField="DataValueField"
runat="server">
</asp:DropDownList></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
重要程度:</td>
<td>
<asp:DropDownList ID="DropImportance" DataTextField="DataTextField" DataValueField="DataValueField"
runat="server">
</asp:DropDownList></td>
<td align="right" class="tdbgleft">
关系等级:</td>
<td>
<asp:DropDownList ID="DropConnectionLevel" DataTextField="DataTextField" DataValueField="DataValueField"
runat="server">
</asp:DropDownList>
</td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
客户来源:</td>
<td>
<asp:DropDownList ID="DropSourceType" DataTextField="DataTextField" DataValueField="DataValueField"
runat="server">
</asp:DropDownList></td>
<td align="right" class="tdbgleft">
阶段:</td>
<td>
<asp:DropDownList ID="DropPhaseType" DataTextField="DataTextField" DataValueField="DataValueField"
runat="server">
</asp:DropDownList>
</td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
客户组别:</td>
<td>
<asp:DropDownList ID="DropGroupID" DataTextField="DataTextField" DataValueField="DataValueField"
runat="server">
</asp:DropDownList></td>
<td align="right" class="tdbgleft">
客户类别:</td>
<td>
<asp:RadioButtonList AutoPostBack="true" ID="RadlClientType" runat="server" RepeatDirection="Horizontal"
OnSelectedIndexChanged="RadlClientType_SelectedIndexChanged">
<asp:ListItem Value="0" Selected="True">企业客户</asp:ListItem>
<asp:ListItem Value="1">个人客户</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
</table>
<table id="Tabs1" cellpadding="2" cellspacing="1" style="width: 100%; background-color: white;
display: none">
<tbody id="infoE" style="<%=IsShow(0) %>">
<tr class="tdbg">
<td style="width: 15%" rowspan="2" align="right" class="tdbgleft">
通讯地址:</td>
<td colspan="3" style="height: 23px">
<pe:Region ID="Region" runat="server" />
</td>
</tr>
<tr class="tdbg">
<td colspan="3">
<table border="0" cellpadding="2" cellspacing="1" style="width: 100%; background-color: white;">
<tr class="tdbg">
<td style="width: 15%" align="right" class="tdbgleft">
联系地址:</td>
<td>
<asp:TextBox ID="TxtAddress" runat="server" MaxLength="255" Width="300px"></asp:TextBox></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
邮政编码:</td>
<td>
<asp:TextBox ID="TxtZipCode" runat="server"></asp:TextBox><pe:ZipCodeValidator ID="VzipZipCode"
ControlToValidate="TxtZipCode" SetFocusOnError="true" Display="dynamic" runat="server"></pe:ZipCodeValidator></td>
</tr>
</table>
</td>
</tr>
<tr class="tdbg">
<td style="width: 15%" align="right" class="tdbgleft">
联系电话:</td>
<td style="width: 38%">
<asp:TextBox ID="TxtPhone" MaxLength="30" runat="server"></asp:TextBox></td>
<td style="width: 15%" align="right" class="tdbgleft">
传真号码:</td>
<td style="width: 38%">
<asp:TextBox ID="TxtFax1" MaxLength="30" runat="server"></asp:TextBox></td>
</tr>
</tbody>
<tbody id="infoP" style="<%=IsShow(1) %>">
<pe:LiaisonInformation ID="LiaisonInformation1" runat="server"></pe:LiaisonInformation>
</tbody>
</table>
<table id="Tabs2" cellpadding="2" cellspacing="1" style="width: 100%; background-color: white;
display: none">
<tr class="tdbg">
<td style="width: 15%" align="right" class="tdbgleft">
开户银行:</td>
<td style="width: 38%">
<asp:TextBox ID="TxtBankOfDeposit" MaxLength="50" runat="server"></asp:TextBox></td>
<td style="width: 15%" align="right" class="tdbgleft">
银行帐号:</td>
<td style="width: 38%">
<asp:TextBox ID="TxtBankAccount" MaxLength="50" runat="server"></asp:TextBox></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -