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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ServiceNote.aspx.cs" Inherits="Module_Employee_Relation_ServiceNote" %>
  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="text-align: center; background-image: url(../../Images/SysSkin/servicenote.jpg); background-repeat: no-repeat;">
  8.     <form id="form1" runat="server">
  9.     <div style="text-align: center">
  10.         <br />
  11.         <br />
  12.         <table cellpadding="0" cellspacing="0" style="width: 605px; height: 132px;">
  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" AllowPaging="True" AutoGenerateColumns="False"
  45.                                         Font-Size="9pt" OnPageIndexChanging="GridView1_PageIndexChanging" Width="605px">
  46.                                         <Columns>
  47.                                             <asp:BoundField DataField="ID" HeaderText="记录ID" />
  48.                                             <asp:BoundField DataField="ServicePerson" HeaderText="服务员工" />
  49.                                             <asp:BoundField DataField="ClientName" HeaderText="客户名称" />
  50.                                             <asp:BoundField DataField="Progress" HeaderText="完成进度" />
  51.                                             <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="ClientServiceInfo.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" Visible="False" Width="125px">
  60.                         <table cellpadding="0" cellspacing="0" style="font-size: 9pt; width: 605px">
  61.                             <tr>
  62.                                 <td colspan="4" style="height: 36px">
  63.                                 </td>
  64.                             </tr>
  65.                             <tr>
  66.                                 <td colspan="4" style="height: 24px">
  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="txtDescription" runat="server" Font-Size="9pt"></asp:TextBox>
  78.                                 </td>
  79.                                 <td style="width: 100px; height: 23px">
  80.                                     <span style="font-size: 9pt">客户名称</span></td>
  81.                                 <td style="width: 201px; height: 23px; text-align: left">
  82.                                     <asp:TextBox ID="txtClientName" runat="server" Font-Size="9pt"></asp:TextBox>
  83.                                     <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtClientName"
  84.                                         ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
  85.                             </tr>
  86.                             <tr>
  87.                                 <td style="width: 100px; height: 23px">
  88.                                     完成进度</td>
  89.                                 <td style="width: 202px; height: 23px; text-align: left">
  90.                                     <asp:TextBox ID="txtProgress" runat="server" Font-Size="9pt"></asp:TextBox>
  91.                                     <span style="color: #ff3300">(如50%)</span></td>
  92.                                 <td style="width: 100px; height: 23px">
  93.                                     开始时间</td>
  94.                                 <td style="width: 201px; height: 23px; text-align: left">
  95.                                     <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt"></asp:TextBox></td>
  96.                             </tr>
  97.                             <tr>
  98.                                 <td style="height: 17px">
  99.                                     结束时间</td>
  100.                                 <td style="width: 202px; height: 17px; text-align: left">
  101.                                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt"></asp:TextBox>
  102.                                     </td>
  103.                                 <td style="width: 100px; height: 17px">
  104.                                     服务员工</td>
  105.                                 <td style="width: 201px; height: 17px; text-align: left">
  106.                                     <asp:TextBox ID="txtServicePerson" runat="server" Font-Size="9pt"></asp:TextBox></td>
  107.                             </tr>
  108.                             <tr>
  109.                                 <td style="height: 19px">
  110.                                     相关部门</td>
  111.                                 <td style="width: 202px; height: 19px; text-align: left">
  112.                                     <asp:DropDownList ID="dropDepAbout" runat="server" Width="132px" Font-Size="9pt">
  113.                                     </asp:DropDownList></td>
  114.                                 <td style="width: 100px; height: 19px">
  115.                                     录入人员</td>
  116.                                 <td style="width: 201px; height: 19px; text-align: left">
  117.                                     <asp:DropDownList ID="dropDepEmployee" runat="server" Width="132px" Font-Size="9pt">
  118.                                     </asp:DropDownList></td>
  119.                             </tr>
  120.                             <tr>
  121.                                 <td style="height: 19px">
  122.                                     相关电话</td>
  123.                                 <td style="width: 202px; height: 19px; text-align: left">
  124.                                     <asp:TextBox ID="txtPhoneAbout" runat="server" Font-Size="9pt"></asp:TextBox></td>
  125.                                 <td style="width: 100px; height: 19px">
  126.                                     客户地址</td>
  127.                                 <td style="width: 201px; height: 19px; text-align: left">
  128.                                     <asp:TextBox ID="txtClientAddress" runat="server" Font-Size="9pt"></asp:TextBox></td>
  129.                             </tr>
  130.                             <tr>
  131.                                 <td style="height: 19px">
  132.                                     客户邮编</td>
  133.                                 <td style="width: 202px; height: 19px; text-align: left">
  134.                                     <asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt"></asp:TextBox></td>
  135.                                 <td style="width: 100px; height: 19px">
  136.                                     客户邮箱</td>
  137.                                 <td style="width: 201px; height: 19px; text-align: left">
  138.                                     <asp:TextBox ID="txtClientEmail" runat="server" Font-Size="9pt"></asp:TextBox></td>
  139.                             </tr>
  140.                             <tr>
  141.                                 <td style="height: 19px">
  142.                                     具体内容</td>
  143.                                 <td colspan="3" rowspan="2" style="text-align: left">
  144.                                     <asp:TextBox ID="txtComContent" runat="server" Font-Size="9pt" Height="145px" TextMode="MultiLine"
  145.                                         Width="431px"></asp:TextBox></td>
  146.                             </tr>
  147.                             <tr>
  148.                                 <td style="height: 110px">
  149.                                 </td>
  150.                             </tr>
  151.                             <tr>
  152.                                 <td colspan="4" rowspan="1" style="text-align: center; height: 73px; vertical-align: top;">
  153.                                     <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
  154.                                     <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
  155.                                     <asp:Button ID="btnBack" runat="server" Font-Size="9pt" OnClick="btnBack_Click" Text="返回" CausesValidation="False" /><br />
  156.                                     &nbsp;<asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
  157.                                         ShowSummary="False" />
  158.                                 </td>
  159.                             </tr>
  160.                         </table>
  161.                     </asp:Panel>
  162.                 </td>
  163.             </tr>
  164.             <tr>
  165.             </tr>
  166.             <tr>
  167.             </tr>
  168.         </table>
  169.     </div>
  170.     </form>
  171. </body>
  172. </html>