ClientLink.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:13k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ClientLink.aspx.cs" Inherits="Module_Employee_Relation_ClientLink" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>客户关系</title>
- </head>
- <body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/chancelink.jpg); background-repeat: no-repeat;">
- <form id="form1" runat="server">
- <div>
- <br />
- </div>
- <table cellpadding="0" cellspacing="0" style="width: 605px">
- <tr>
- <td colspan="3" rowspan="3" style="vertical-align: top; text-align: center">
- <asp:Panel ID="Panel1" runat="server" Width="125px">
- <table cellpadding="0" cellspacing="0" style="vertical-align: middle; width: 605px;
- text-align: center">
- <tr>
- <td colspan="4" style="height: 21px">
- <table cellpadding="0" cellspacing="0" style="width: 600px">
- <tr>
- <td style="width: 100px; height: 23px">
- <span style="font-size: 9pt">查找类别</span></td>
- <td style="width: 120px; height: 23px; text-align: left">
- <asp:DropDownList ID="dropClass" runat="server" Font-Size="9pt" Width="120px">
- <asp:ListItem>客户ID</asp:ListItem>
- <asp:ListItem>客户名称</asp:ListItem>
- <asp:ListItem>客户类型</asp:ListItem>
- </asp:DropDownList></td>
- <td style="width: 100px; height: 23px">
- <span style="font-size: 9pt">关键字</span></td>
- <td style="width: 120px; height: 23px; text-align: left">
- <asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
- <td style="width: 12px; height: 23px">
- <asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
- <td style="height: 23px">
- <asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
- ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1" Visible="False">添加客户关系</asp:LinkButton></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td colspan="4" style="vertical-align: top; height: 227px; text-align: center">
- <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
- Font-Size="9pt" OnPageIndexChanging="GridView1_PageIndexChanging" Width="605px">
- <Columns>
- <asp:BoundField DataField="ID" HeaderText="客户ID" />
- <asp:BoundField DataField="ClientName" HeaderText="客户名称" />
- <asp:BoundField DataField="ClientClass" HeaderText="客户类型" />
- <asp:BoundField DataField="ClientProPerty" HeaderText="客户性质" />
- <asp:BoundField DataField="Country" HeaderText="所在国家" />
- <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="ClientLinkInfo.aspx?ID={0}"
- HeaderText="查看详情" Text="查看" />
- </Columns>
- </asp:GridView>
- </td>
- </tr>
- </table>
- </asp:Panel>
- <asp:Panel ID="Panel2" runat="server" Height="50px" Visible="False" Width="125px">
- <table cellpadding="0" cellspacing="0" style="font-size: 9pt; width: 605px">
- <tr>
- <td colspan="4" style="height: 26px">
- </td>
- </tr>
- <tr>
- <td colspan="4" style="height: 26px">
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <strong><span style="font-size: 16pt"></span></strong></td>
- </tr>
- <tr>
- <td style="width: 100px">
- <span style="font-size: 9pt">客户名称</span></td>
- <td style="width: 200px; text-align: left">
- <asp:TextBox ID="txtName" runat="server" Font-Size="9pt"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
- ErrorMessage="客户名称不能为空">*</asp:RequiredFieldValidator></td>
- <td style="width: 100px">
- <span style="font-size: 9pt">客户性质</span></td>
- <td style="width: 205px; text-align: left">
- <asp:DropDownList ID="dropProperty" runat="server" Font-Size="9pt" Width="132px">
- <asp:ListItem>不限制</asp:ListItem>
- <asp:ListItem>非赢利机构</asp:ListItem>
- <asp:ListItem>国营企业</asp:ListItem>
- <asp:ListItem>合资企业</asp:ListItem>
- <asp:ListItem>私营企业</asp:ListItem>
- <asp:ListItem>外企代表处</asp:ListItem>
- <asp:ListItem>外商独资</asp:ListItem>
- <asp:ListItem>外商合资</asp:ListItem>
- <asp:ListItem>其他</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td style="height: 23px">
- <span style="font-size: 9pt">客户类别</span></td>
- <td style="text-align: left; height: 23px;">
- <asp:DropDownList ID="dropClass1" runat="server" Font-Size="9pt" Width="132px">
- <asp:ListItem>不限制</asp:ListItem>
- <asp:ListItem>VIP客户</asp:ListItem>
- <asp:ListItem>金牌客户</asp:ListItem>
- <asp:ListItem>银牌客户</asp:ListItem>
- <asp:ListItem>铜牌客户</asp:ListItem>
- <asp:ListItem>大集团客户</asp:ListItem>
- <asp:ListItem>潜在客户</asp:ListItem>
- <asp:ListItem>其他</asp:ListItem>
- </asp:DropDownList></td>
- <td style="height: 23px">
- <span style="font-size: 9pt">客户电话</span></td>
- <td style="text-align: left; height: 23px;">
- <asp:TextBox ID="txtClientPhone" runat="server" Font-Size="9pt"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- 传真</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtFax" runat="server" Font-Size="9pt"></asp:TextBox></td>
- <td>
- 电子邮箱</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtEmail" runat="server" Font-Size="9pt"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- 所在国家</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtCounty" runat="server" Font-Size="9pt"></asp:TextBox></td>
- <td>
- 所在省份</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtProvince" runat="server" Font-Size="9pt"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- 所在城市</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtCity" runat="server" Font-Size="9pt"></asp:TextBox></td>
- <td>
- 邮政编码</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="height: 21px">
- 商业关系</td>
- <td style="text-align: left; height: 21px;">
- <asp:DropDownList ID="dropRelation" runat="server" Font-Size="9pt" Width="132px">
- <asp:ListItem>不限制</asp:ListItem>
- <asp:ListItem>产品伙伴</asp:ListItem>
- <asp:ListItem>服务伙伴</asp:ListItem>
- <asp:ListItem>合作伙伴</asp:ListItem>
- <asp:ListItem>技术伙伴</asp:ListItem>
- <asp:ListItem>竞争对手</asp:ListItem>
- <asp:ListItem>客户伙伴</asp:ListItem>
- <asp:ListItem>最终客户</asp:ListItem>
- <asp:ListItem>其他</asp:ListItem>
- </asp:DropDownList></td>
- <td style="height: 21px">
- 录入人员</td>
- <td style="text-align: left; height: 21px;">
- <asp:DropDownList ID="dropName" runat="server" Font-Size="9pt" Width="132px">
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td colspan="4">
- <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
- <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
- <asp:Button ID="btnBack" runat="server" Font-Size="9pt" OnClick="btnBack_Click" Text="返回" CausesValidation="False" /><br />
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
- ShowSummary="False" />
- </td>
- </tr>
- </table>
- </asp:Panel>
- </td>
- </tr>
- <tr>
- </tr>
- <tr>
- </tr>
- </table>
- </form>
- </body>
- </html>