- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CRMEdit.aspx.cs" Inherits="CRMEdit" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 新建客户资料</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="95%">
- <tr>
- <td class="usertablerow2">
- 姓名:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_XM" runat="server" ToolTip="姓名" MaxLength="50"></asp:TextBox>
- </td>
- <td class="usertablerow2">
- 昵称:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_NC" runat="server" ToolTip="昵称" MaxLength="50"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 性别:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_XB" runat="server" >
- <asp:ListItem Value="男">男</asp:ListItem>
- <asp:ListItem Value="女">女</asp:ListItem>
- </asp:DropDownList>
- </td>
- <td class="usertablerow2">
- 固定电话:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_GDDH" runat="server" ToolTip="固定电话" MaxLength="50"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 手机号码:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_SJHM" runat="server" ToolTip="手机号码" MaxLength="50"></asp:TextBox>
- </td>
- <td class="usertablerow2">
- Email:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_Email" runat="server" ToolTip="Email" MaxLength="50"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 分类:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_FL" runat="server" >
- <asp:ListItem Value="不确定">不确定</asp:ListItem>
- <asp:ListItem Value="意向">意向</asp:ListItem>
- <asp:ListItem>已经成交</asp:ListItem>
- <asp:ListItem>后续服务</asp:ListItem>
- <asp:ListItem>淘汰</asp:ListItem>
- </asp:DropDownList></td>
- <td class="usertablerow2">
- QQ:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_QQ" runat="server" ToolTip="QQ" MaxLength="50"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2">
- MSN:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_MSN" runat="server" ToolTip="MSN" MaxLength="50"></asp:TextBox>
- </td>
- <td class="usertablerow2">
- 最后激活码:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_ZHJHM" runat="server" ToolTip="最后激活码" MaxLength="50"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="height: 24px">
- 公司:</td>
- <td class="usertablerow2" style="height: 24px">
- <asp:TextBox ID="KeyValue_GS" runat="server" ToolTip="公司" MaxLength="350"></asp:TextBox>
- </td>
- <td class="usertablerow2" style="height: 24px">
- 地址:</td>
- <td class="usertablerow2" style="height: 24px">
- <asp:TextBox ID="KeyValue_DZ" runat="server" ToolTip="地址" MaxLength="350"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 网址:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_WZ" runat="server" ToolTip="网址" MaxLength="50"></asp:TextBox>
- </td>
- <td class="usertablerow2">
- 在网站系统内部ID:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_WYID" runat="server" ToolTip="在网站系统内部ID" MaxLength="4"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 详细地址:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_XXDZ" runat="server" ToolTip="详细地址" MaxLength="16" Height="56px" TextMode="MultiLine" Width="177px"></asp:TextBox></td>
- <td class="usertablerow2">
- 备注:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_BZ" runat="server" ToolTip="备注" MaxLength="16" Height="62px" TextMode="MultiLine" Width="174px"></asp:TextBox></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
-
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="确定" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='CRMManager.aspx'" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>