SearchCRM.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:8k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchCRM.aspx.cs" Inherits="SearchCRM" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.       <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 查询客户资料</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  19.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  20.                     class="small" width="95%">
  21.                     <tr>
  22.                         <td class="usertablerow2">
  23.                            姓名:</td>
  24.                         <td class="usertablerow2">              
  25.                           <asp:TextBox ID="KeyValue_XM" runat="server" ToolTip="姓名"  MaxLength="50"></asp:TextBox>
  26.                         </td>
  27.                         <td class="usertablerow2">
  28.                             昵称:</td>
  29.                         <td class="usertablerow2">
  30.                     <asp:TextBox ID="KeyValue_NC" runat="server" ToolTip="昵称"  MaxLength="50"></asp:TextBox>
  31.                         </td>
  32.                     </tr>
  33.                     <tr>
  34.                         <td class="usertablerow2">
  35.                             性别:</td>
  36.                         <td class="usertablerow2">
  37.                                  <asp:DropDownList ID="KeyValue_XB" runat="server" >
  38.                     <asp:ListItem Value="男">男</asp:ListItem>
  39.                     <asp:ListItem Value="女">女</asp:ListItem>
  40.         
  41.                 </asp:DropDownList>
  42.                     
  43.                         </td>
  44.                         <td class="usertablerow2">
  45.                             固定电话:</td>
  46.                         <td class="usertablerow2">
  47.                        <asp:TextBox ID="KeyValue_GDDH" runat="server" ToolTip="固定电话"  MaxLength="50"></asp:TextBox>
  48.                         </td>
  49.                     </tr>
  50.                     <tr>
  51.                         <td class="usertablerow2">
  52.                             手机号码:</td>
  53.                         <td class="usertablerow2">
  54.                     <asp:TextBox ID="KeyValue_SJHM" runat="server" ToolTip="手机号码"  MaxLength="50"></asp:TextBox>
  55.                         </td>
  56.                         <td class="usertablerow2">
  57.                             Email:</td>
  58.                         <td class="usertablerow2">
  59.             <asp:TextBox ID="KeyValue_Email" runat="server" ToolTip="Email"  MaxLength="50"></asp:TextBox>
  60.                         </td>
  61.                     </tr>
  62.                     <tr>
  63.                         <td class="usertablerow2">
  64.                             分类:</td>
  65.                         <td class="usertablerow2">
  66.                                       <asp:DropDownList ID="KeyValue_FL" runat="server" >
  67.                     <asp:ListItem Value="不确定">不确定</asp:ListItem>
  68.                     <asp:ListItem Value="意向">意向</asp:ListItem>
  69.                                           <asp:ListItem>已经成交</asp:ListItem>
  70.                                           <asp:ListItem>后续服务</asp:ListItem>
  71.                                           <asp:ListItem>淘汰</asp:ListItem>
  72.         
  73.                 </asp:DropDownList></td>
  74.                          <td class="usertablerow2">
  75.                             QQ:</td>
  76.                         <td class="usertablerow2">
  77.                           <asp:TextBox ID="KeyValue_QQ" runat="server" ToolTip="QQ"  MaxLength="50"></asp:TextBox>
  78.                         </td>     
  79.                     </tr>
  80.                     <tr>
  81.                   <td class="usertablerow2">
  82.                             MSN:</td>
  83.                         <td class="usertablerow2">
  84.                           <asp:TextBox ID="KeyValue_MSN" runat="server" ToolTip="MSN"  MaxLength="50"></asp:TextBox>
  85.                         </td>     
  86.                         <td class="usertablerow2">
  87.                             最后激活码:</td>
  88.                         <td class="usertablerow2">
  89.                           <asp:TextBox ID="KeyValue_ZHJHM" runat="server" ToolTip="最后激活码"  MaxLength="50"></asp:TextBox></td>     
  90.                     </tr>
  91.                     <tr>
  92.               <td class="usertablerow2" style="height: 24px">
  93.                             公司:</td>
  94.                         <td class="usertablerow2" style="height: 24px">
  95.                           <asp:TextBox ID="KeyValue_GS" runat="server" ToolTip="公司"  MaxLength="350"></asp:TextBox>
  96.                         </td>  
  97.                  <td class="usertablerow2" style="height: 24px">
  98.                             地址:</td>
  99.                         <td class="usertablerow2" style="height: 24px">
  100.                           <asp:TextBox ID="KeyValue_DZ" runat="server" ToolTip="地址"  MaxLength="350"></asp:TextBox>
  101.                         </td>     
  102.                     </tr>
  103.                     <tr>
  104.                         <td class="usertablerow2">
  105.                             网址:</td>
  106.                         <td class="usertablerow2">
  107.                           <asp:TextBox ID="KeyValue_WZ" runat="server" ToolTip="网址"  MaxLength="50"></asp:TextBox>
  108.                         </td>     
  109.                        <td class="usertablerow2">
  110.                             在网站系统内部ID:</td>
  111.                         <td class="usertablerow2">
  112.                           <asp:TextBox ID="KeyValue_WYID" runat="server" ToolTip="在网站系统内部ID"  MaxLength="4"></asp:TextBox></td>     
  113.                     </tr>
  114.                     <tr>
  115.                          <td class="usertablerow2">
  116.                             详细地址:</td>
  117.                         <td class="usertablerow2">
  118.                           <asp:TextBox ID="KeyValue_XXDZ" runat="server" ToolTip="详细地址"  MaxLength="16" Height="56px" TextMode="MultiLine" Width="177px"></asp:TextBox></td>     
  119.                         <td class="usertablerow2">
  120.                             备注:</td>
  121.                         <td class="usertablerow2">
  122.                           <asp:TextBox ID="KeyValue_BZ" runat="server" ToolTip="备注"  MaxLength="16" Height="62px" TextMode="MultiLine" Width="174px"></asp:TextBox></td>
  123.                     </tr>
  124.          
  125.            
  126.                 </table>
  127.             
  128.          
  129.             </td>
  130.         </tr>
  131.         <tr>
  132.             <td align="center" class="usertablerow1" colspan="2">
  133.                       &nbsp;&nbsp;
  134.                 <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  135.                     Text="查询" />
  136.                         &nbsp;&nbsp;
  137.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='CRMManager.aspx'" /><div id="Div2">
  138.                                 </div>   </td>
  139.          
  140.         </tr>
  141.      
  142.     </table>
  143.     <br>
  144.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  145.         border="0">
  146.         <tr>
  147.             <th colspan="2">
  148.                 使用方法</th>
  149.         </tr>
  150.         <tr>
  151.             <td class="usertablerow1" align="right" width="11%">
  152.                 <strong>特殊说明</strong></td>
  153.             <td class="usertablerow1" width="89%">
  154.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  155.         </tr>
  156.     </table>
  157.     </form>
  158.     
  159. </body>
  160. </html>