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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ClientServiceInfo.aspx.cs" Inherits="Module_Relation_ClientServiceInfo" %>
  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="background-image: url(../../Images/SysSkin/clientserviceinfo.jpg); background-repeat: no-repeat; text-align: center">
  8.     <form id="form1" runat="server">
  9.     <div style="text-align: center">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <table cellpadding="0" cellspacing="0" style="font-size: 9pt; width: 605px; height: 110px">
  16.             <tr>
  17.                 <td style="width: 100px; height: 23px">
  18.                     <span style="font-size: 9pt">服务简述</span></td>
  19.                 <td style="width: 202px; height: 23px; text-align: left">
  20.                     <asp:TextBox ID="txtDescription" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  21.                 </td>
  22.                 <td style="width: 100px; height: 23px">
  23.                     <span style="font-size: 9pt">客户名称</span></td>
  24.                 <td style="width: 201px; height: 23px; text-align: left">
  25.                     <asp:TextBox ID="txtClientName" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  26.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtClientName"
  27.                         ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
  28.             </tr>
  29.             <tr style="color: #000000">
  30.                 <td style="width: 100px; height: 23px">
  31.                     完成进度</td>
  32.                 <td style="width: 202px; height: 23px; text-align: left">
  33.                     <asp:TextBox ID="txtProgress" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  34.                 <td style="width: 100px; height: 23px">
  35.                     开始时间</td>
  36.                 <td style="width: 201px; height: 23px; text-align: left">
  37.                     <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  38.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtStartTime"
  39.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  40.             </tr>
  41.             <tr>
  42.                 <td style="height: 17px">
  43.                     结束时间</td>
  44.                 <td style="width: 202px; height: 17px; text-align: left">
  45.                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  46.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtEndTime"
  47.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  48.                 <td style="width: 100px; height: 17px">
  49.                     服务员工</td>
  50.                 <td style="width: 201px; height: 17px; text-align: left">
  51.                     <asp:TextBox ID="txtServicePerson" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  52.             </tr>
  53.             <tr>
  54.                 <td style="height: 19px">
  55.                     相关部门</td>
  56.                 <td style="width: 202px; height: 19px; text-align: left">
  57.                     <asp:Panel ID="Panel2" runat="server" Width="125px">
  58.                         <asp:TextBox ID="txtDepAbout" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></asp:Panel>
  59.                     <asp:Panel ID="Panel3" runat="server" Width="125px" Visible="False">
  60.                         <asp:DropDownList ID="dropDepAbout" runat="server" Font-Size="9pt" Width="132px">
  61.                         </asp:DropDownList></asp:Panel>
  62.                 </td>
  63.                 <td style="width: 100px; height: 19px">
  64.                     录入人员</td>
  65.                 <td style="width: 201px; height: 19px; text-align: left">
  66.                     <asp:Panel ID="Panel4" runat="server" Width="125px">
  67.                         <asp:TextBox ID="txtDepEmployee" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></asp:Panel>
  68.                     <asp:Panel ID="Panel5" runat="server" Width="125px" Visible="False">
  69.                         <asp:DropDownList ID="dropDepEmployee" runat="server" Font-Size="9pt" Width="132px">
  70.                         </asp:DropDownList></asp:Panel>
  71.                 </td>
  72.             </tr>
  73.             <tr>
  74.                 <td style="height: 19px">
  75.                     相关电话</td>
  76.                 <td style="width: 202px; height: 19px; text-align: left">
  77.                     <asp:TextBox ID="txtPhoneAbout" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  78.                 <td style="width: 100px; height: 19px">
  79.                     客户地址</td>
  80.                 <td style="width: 201px; height: 19px; text-align: left">
  81.                     <asp:TextBox ID="txtClientAddress" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  82.             </tr>
  83.             <tr>
  84.                 <td style="height: 19px">
  85.                     客户邮编</td>
  86.                 <td style="width: 202px; height: 19px; text-align: left">
  87.                     <asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  88.                 <td style="width: 100px; height: 19px">
  89.                     客户邮箱</td>
  90.                 <td style="width: 201px; height: 19px; text-align: left">
  91.                     <asp:TextBox ID="txtClientEmail" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  92.             </tr>
  93.             <tr>
  94.                 <td style="height: 19px">
  95.                     具体内容</td>
  96.                 <td colspan="3" rowspan="2" style="text-align: left">
  97.                     <asp:TextBox ID="txtComContent" runat="server" Font-Size="9pt" Height="145px" ReadOnly="True"
  98.                         TextMode="MultiLine" Width="431px"></asp:TextBox></td>
  99.             </tr>
  100.             <tr>
  101.                 <td style="height: 110px">
  102.                 </td>
  103.             </tr>
  104.             <tr>
  105.                 <td colspan="4" rowspan="1" style="height: 71px; text-align: center">
  106.                     <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
  107.                         <tr>
  108.                             <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
  109.                                 <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
  110.                                     <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  111.                                         OnClick="btnEdit_Click" Text="编辑" />
  112.                                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  113.                                         Text="删除" />
  114.                                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  115.                                         Text="保存" />
  116.                                 </asp:Panel>
  117.                             </td>
  118.                             <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
  119.                                 <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  120.                                     OnClick="btnBack_Click" Text="返回" /></td>
  121.                         </tr>
  122.                     </table>
  123.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
  124.                         ShowSummary="False" />
  125.                 </td>
  126.             </tr>
  127.         </table>
  128.     
  129.     </div>
  130.     </form>
  131. </body>
  132. </html>