CommunionNote.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:11k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CommunionNote.aspx.cs" Inherits="Module_Employee_Relation_CourseNote" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>客户交流信息</title>
  6. </head>
  7. <body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/communionnote.jpg); background-repeat: no-repeat;">
  8.     <form id="form1" runat="server">
  9.     <div style="text-align: center">
  10.         <br />
  11.         &nbsp;</div>
  12.         <table cellpadding="0" cellspacing="0" style="width: 605px; height: 1px;">
  13.             <tr>
  14.                 <td colspan="3" rowspan="3" style="vertical-align: top; text-align: center;">
  15.                     <asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
  16.         <table cellpadding="0" cellspacing="0" style="width: 605px">
  17.             <tr>
  18.                 <td colspan="3">
  19.                     <table cellpadding="0" cellspacing="0" style="width: 600px">
  20.                         <tr>
  21.                             <td style="width: 100px; height: 23px">
  22.                                 <span style="font-size: 9pt">查找类别</span></td>
  23.                             <td style="width: 120px; height: 23px; text-align: left">
  24.                                 <asp:DropDownList ID="dropClass" runat="server" Font-Size="9pt" Width="120px">
  25.                                     <asp:ListItem>记录ID</asp:ListItem>
  26.                                     <asp:ListItem>交流主题</asp:ListItem>
  27.                                     <asp:ListItem>相关客户</asp:ListItem>
  28.                                 </asp:DropDownList></td>
  29.                             <td style="width: 100px; height: 23px">
  30.                                 <span style="font-size: 9pt">关键字</span></td>
  31.                             <td style="width: 120px; height: 23px; text-align: left">
  32.                                 <asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
  33.                             <td style="width: 12px; height: 23px">
  34.                                 <asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
  35.                             <td style="height: 23px">
  36.                                 <asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
  37.                                     ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1" Visible="False">添加交流记录</asp:LinkButton></td>
  38.                         </tr>
  39.                     </table>
  40.                 </td>
  41.             </tr>
  42.             <tr>
  43.                 <td colspan="3" style="height: 114px; vertical-align: top; text-align: center;">
  44.                     <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Font-Size="9pt"
  45.                         Width="605px" AllowPaging="True" OnPageIndexChanging="GridView1_PageIndexChanging">
  46.                         <Columns>
  47.                             <asp:BoundField DataField="ID" HeaderText="记录ID" />
  48.                             <asp:BoundField DataField="Subject" HeaderText="交流主题" />
  49.                             <asp:BoundField DataField="ClientAbout" HeaderText="相关客户" />
  50.                             <asp:BoundField DataField="LinkMan" HeaderText="相关联系人" />
  51.                             <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="ClientCommunionInfo.aspx?ID={0}"
  52.                                 HeaderText="查看详情" Text="查看" />
  53.                         </Columns>
  54.                     </asp:GridView>
  55.                 </td>
  56.             </tr>
  57.         </table>
  58.                     </asp:Panel>
  59.                     <asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px" Visible="False">
  60.                         <table cellpadding="0" cellspacing="0" style="width: 605px; font-size: 9pt;">
  61.                             <tr>
  62.                                 <td colspan="4" style="height: 34px">
  63.                                 </td>
  64.                             </tr>
  65.                             <tr>
  66.                                 <td colspan="4">
  67.                                 </td>
  68.                             </tr>
  69.                             <tr>
  70.                                 <td colspan="4">
  71.                                     <span style="font-size: 16pt"></span></td>
  72.                             </tr>
  73.                             <tr>
  74.                                 <td style="width: 100px; height: 23px">
  75.                                     <span style="font-size: 9pt">交流主题</span></td>
  76.                                 <td style="width: 202px; height: 23px; text-align: left">
  77.                                     <asp:TextBox ID="txtSubject" runat="server" Font-Size="9pt"></asp:TextBox>
  78.                                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtSubject"
  79.                                         ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
  80.                                 <td style="width: 100px; height: 23px">
  81.                                     <span style="font-size: 9pt">交流时间</span></td>
  82.                                 <td style="width: 201px; height: 23px; text-align: left">
  83.                                     <asp:TextBox ID="txtComTime" runat="server" Font-Size="9pt"></asp:TextBox>
  84.                                     <asp:CompareValidator ID="CompareValidator4" runat="server" ControlToValidate="txtComTime"
  85.                                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  86.                             </tr>
  87.                             <tr>
  88.                                 <td style="height: 17px">
  89.                                     相关客户</td>
  90.                                 <td style="width: 202px; height: 17px; text-align: left">
  91.                                     <asp:TextBox ID="txtClientAbout" runat="server" Font-Size="9pt"></asp:TextBox>
  92.                                     <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtClientAbout"
  93.                                         ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
  94.                                 <td style="height: 17px;">
  95.                                     相关联系人</td>
  96.                                 <td style="width: 201px; height: 17px; text-align: left">
  97.                                     <asp:TextBox ID="txtLinkMan" runat="server" Font-Size="9pt"></asp:TextBox></td>
  98.                             </tr>
  99.                             <tr>
  100.                                 <td style="height: 19px">
  101.                                     相关部门</td>
  102.                                 <td style="width: 202px; height: 19px; text-align: left">
  103.                                     <asp:DropDownList ID="dropDepAbout" runat="server" Width="132px" Font-Size="9pt">
  104.                                     </asp:DropDownList></td>
  105.                                 <td style="height: 19px">
  106.                                     相关员工</td>
  107.                                 <td style="width: 201px; height: 19px; text-align: left">
  108.                                     <asp:DropDownList ID="dropDepEmployee" runat="server" Width="132px" Font-Size="9pt">
  109.                                     </asp:DropDownList></td>
  110.                             </tr>
  111.                             <tr>
  112.                                 <td style="height: 19px">
  113.                                     相关电话</td>
  114.                                 <td style="width: 202px; height: 19px; text-align: left">
  115.                                     <asp:TextBox ID="txtPhoneAbout" runat="server" Font-Size="9pt"></asp:TextBox></td>
  116.                                 <td style="height: 19px">
  117.                                     客户地址</td>
  118.                                 <td style="width: 201px; height: 19px; text-align: left">
  119.                                     <asp:TextBox ID="txtClientAddress" runat="server" Font-Size="9pt"></asp:TextBox></td>
  120.                             </tr>
  121.                             <tr>
  122.                                 <td style="height: 19px">
  123.                                     客户邮编</td>
  124.                                 <td style="width: 202px; height: 19px; text-align: left">
  125.                                     <asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt"></asp:TextBox></td>
  126.                                 <td style="height: 19px">
  127.                                     客户邮箱</td>
  128.                                 <td style="width: 201px; height: 19px; text-align: left">
  129.                                     <asp:TextBox ID="txtClientEmail" runat="server" Font-Size="9pt"></asp:TextBox></td>
  130.                             </tr>
  131.                             <tr>
  132.                                 <td style="height: 19px">
  133.                                     具体内容</td>
  134.                                 <td colspan="3" rowspan="2" style="text-align: left">
  135.                                     <asp:TextBox ID="txtComContent" runat="server" Font-Size="9pt" Height="145px" TextMode="MultiLine"
  136.                                         Width="431px"></asp:TextBox></td>
  137.                             </tr>
  138.                             <tr>
  139.                                 <td style="height: 110px">
  140.                                 </td>
  141.                             </tr>
  142.                             <tr>
  143.                                 <td colspan="4" rowspan="1" style="text-align: center; vertical-align: top;">
  144.                                     <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
  145.                                     <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
  146.                                     <asp:Button ID="btnBack" runat="server" Font-Size="9pt" OnClick="btnBack_Click" Text="返回" CausesValidation="False" /><br />
  147.                                     &nbsp;<asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
  148.                                         ShowSummary="False" />
  149.                                 </td>
  150.                             </tr>
  151.                         </table>
  152.                     </asp:Panel>
  153.                 </td>
  154.             </tr>
  155.             <tr>
  156.             </tr>
  157.             <tr>
  158.             </tr>
  159.         </table>
  160.     </form>
  161. </body>
  162. </html>