📄 empolyeecustomerinfo.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="EmpolyeeCustomerInfo.ascx.cs" Inherits="CRM.Web.Controls.EmpolyeeCustomerInfo" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table class="table" cellpadding="0" cellspacing="0">
<tr>
<th class="th_left">
<%GetWebNavigate();%>
</th>
</tr>
<tr>
<th class="tr_right">
<asp:Button ID="CustomerInfoAdd" Runat="server" Text="添加客户信息"></asp:Button>
<span class="spacing"></span>
<asp:Button ID="DeputyInfoAdd" Runat="server" Text="添加联系人信息"></asp:Button>
<span class="spacing"></span>
</th>
</tr>
<tr>
<th class="tr_left">
<span class="spacing"></span>选择客户分类<span class="spacing"></span>
<asp:dropdownlist id="CustomerTypeList" AutoPostBack="True" Runat="server"></asp:dropdownlist>
</th>
</tr>
<tr>
<th class="tr_left">
<span class="blue">提示:</span><span class="red"><asp:Label ID="Msg" Runat="server"></asp:Label></span>
</th>
</tr>
</table>
<table class="table" cellpadding="0" cellspacing="0" onmouseover="HighLightOver()" onmouseout="HighLightOut()">
<tr>
<th class="th_center" width="10%">
ID</th>
<th class="th_center" width="30%">
客户名称</th>
<th class="th_center" width="20%">
联系人</th>
<th class="th_center" width="20%">
所属业务员</th>
<th class="th_center" width="20%">
相关操作</th>
</tr>
<%GetCustomerList();%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -