ClientLinkInfo.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:9k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ClientLinkInfo.aspx.cs" Inherits="Module_Relation_ClientLinkInfo" %>
- <!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="background-image: url(../../Images/SysSkin/clientlinkinfo.jpg); background-repeat: no-repeat; text-align: center">
- <form id="form1" runat="server">
- <div style="text-align: center">
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <table cellpadding="0" cellspacing="0" style="font-size: 9pt; width: 605px">
- <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" MaxLength="20" ReadOnly="True"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
- ErrorMessage="客户名称不能为空">*</asp:RequiredFieldValidator></td>
- <td style="width: 100px; color: #000000">
- <span style="font-size: 9pt">客户性质</span></td>
- <td style="width: 205px; text-align: left">
- <asp:DropDownList ID="dropProperty" runat="server" Enabled="False" 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="height: 23px; text-align: left">
- <asp:DropDownList ID="dropClass1" runat="server" Enabled="False" 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="height: 23px; text-align: left">
- <asp:TextBox ID="txtClientPhone" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- 传真</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtFax" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
- <td>
- 电子邮箱</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtEmail" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- 所在国家</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtCounty" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
- <td>
- 所在省份</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtProvince" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td>
- 所在城市</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtCity" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
- <td>
- 邮政编码</td>
- <td style="text-align: left">
- <asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="height: 20px">
- 商业关系</td>
- <td style="height: 20px; text-align: left">
- <asp:DropDownList ID="dropRelation" runat="server" Enabled="False" 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: 20px">
- 录入人员</td>
- <td style="height: 20px; text-align: left">
- <asp:Panel ID="Panel2" runat="server" Width="125px">
- <asp:TextBox ID="txtProName" runat="server" Font-Size="9pt" MaxLength="20"></asp:TextBox></asp:Panel>
- <asp:Panel ID="Panel3" runat="server" Visible="False" Width="125px">
- <asp:DropDownList ID="dropName" runat="server" Enabled="False" Font-Size="9pt" Width="132px">
- </asp:DropDownList></asp:Panel>
- </td>
- </tr>
- <tr>
- <td style="height: 19px">
- 录入时间</td>
- <td style="height: 19px; text-align: left">
- <asp:TextBox ID="txtWriteInTime" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"></asp:TextBox></td>
- <td style="height: 19px">
- </td>
- <td style="height: 19px; text-align: left">
- </td>
- </tr>
- <tr>
- <td colspan="4" style="text-align: center">
- <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
- <tr>
- <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
- <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
- <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnEdit_Click" Text="编辑" />
- <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
- Text="删除" />
- <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
- Text="保存" />
- </asp:Panel>
- </td>
- <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
- <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnBack_Click" Text="返回" /></td>
- </tr>
- </table>
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
- ShowSummary="False" />
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>