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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ClientCommunionInfo.aspx.cs" Inherits="Module_Relation_ClientCommunionInfo" %>
  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="font-size: 12pt; background-image: url(../../Images/SysSkin/clientcommouninfo.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.         <br />
  16.         <table cellpadding="0" cellspacing="0" style="font-size: 9pt; width: 605px">
  17.             <tr>
  18.                 <td style="width: 100px; height: 23px">
  19.                     <span style="font-size: 9pt">交流主题</span></td>
  20.                 <td style="width: 202px; height: 23px; text-align: left">
  21.                     <asp:TextBox ID="txtSubject" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  22.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtSubject"
  23.                         ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
  24.                 <td style="width: 100px; color: #000000; height: 23px">
  25.                     <span style="font-size: 9pt">交流时间</span></td>
  26.                 <td style="width: 201px; height: 23px; text-align: left">
  27.                     <asp:TextBox ID="txtComTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  28.                     <asp:CompareValidator ID="CompareValidator4" runat="server" ControlToValidate="txtComTime"
  29.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  30.             </tr>
  31.             <tr>
  32.                 <td style="height: 17px">
  33.                     相关客户</td>
  34.                 <td style="width: 202px; height: 17px; text-align: left">
  35.                     <asp:TextBox ID="txtClientAbout" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  36.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtClientAbout"
  37.                         ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
  38.                 <td style="color: #000000; height: 17px">
  39.                     相关联系人</td>
  40.                 <td style="width: 201px; height: 17px; text-align: left">
  41.                     <asp:TextBox ID="txtLinkMan" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  42.             </tr>
  43.             <tr>
  44.                 <td style="height: 19px">
  45.                     相关部门</td>
  46.                 <td style="width: 202px; height: 19px; text-align: left">
  47.                     <asp:Panel ID="Panel2" runat="server" Width="125px">
  48.                         <asp:TextBox ID="txtDepName" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></asp:Panel>
  49.                     <asp:Panel ID="Panel3" runat="server" Visible="False" Width="125px">
  50.                         <asp:DropDownList ID="dropDepAbout" runat="server" Enabled="False" Width="132px">
  51.                         </asp:DropDownList></asp:Panel>
  52.                 </td>
  53.                 <td style="height: 19px">
  54.                     相关员工</td>
  55.                 <td style="width: 201px; height: 19px; text-align: left">
  56.                     <asp:Panel ID="Panel4" runat="server" Width="125px">
  57.                         <asp:TextBox ID="txtEmployeeName" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></asp:Panel>
  58.                     <asp:Panel ID="Panel5" runat="server" Visible="False" Width="125px">
  59.                         <asp:DropDownList ID="dropDepEmployee" runat="server" Enabled="False" Width="132px">
  60.                         </asp:DropDownList></asp:Panel>
  61.                 </td>
  62.             </tr>
  63.             <tr>
  64.                 <td style="height: 19px">
  65.                     相关电话</td>
  66.                 <td style="width: 202px; height: 19px; text-align: left">
  67.                     <asp:TextBox ID="txtPhoneAbout" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  68.                 <td style="height: 19px">
  69.                     客户地址</td>
  70.                 <td style="width: 201px; height: 19px; text-align: left">
  71.                     <asp:TextBox ID="txtClientAddress" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></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="txtPostCode" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  78.                 <td style="height: 19px">
  79.                     客户邮箱</td>
  80.                 <td style="width: 201px; height: 19px; text-align: left">
  81.                     <asp:TextBox ID="txtClientEmail" 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="txtWriteInTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  88.                 <td style="height: 19px">
  89.                 </td>
  90.                 <td style="width: 201px; height: 19px; text-align: left">
  91.                 </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="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>