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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SendInfo.aspx.cs" Inherits="Module_Relation_SendInfo" %>
  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/sendinfo.jpg); background-repeat: no-repeat;">
  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="txtClientName" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  22.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtPlanTime">*</asp:RequiredFieldValidator></td>
  23.                 <td style="width: 100px; color: #000000; height: 23px">
  24.                     <span style="font-size: 9pt">计划时间</span></td>
  25.                 <td style="width: 201px; height: 23px; text-align: left">
  26.                     <asp:TextBox ID="txtPlanTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  27.                     </td>
  28.             </tr>
  29.             <tr>
  30.                 <td style="height: 17px">
  31.                     开始时间</td>
  32.                 <td style="width: 202px; height: 17px; text-align: left">
  33.                     <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  34.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtStartTime"
  35.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  36.                 <td style="height: 17px">
  37.                     结束时间</td>
  38.                 <td style="width: 201px; height: 17px; text-align: left">
  39.                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  40.                     <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtEndTime"
  41.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></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" Font-Size="9pt" 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="txtEmployee" 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" Font-Size="9pt" 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 colspan="3" rowspan="2" style="text-align: left">
  87.                     <asp:TextBox ID="txtComContent" runat="server" Font-Size="9pt" Height="145px" TextMode="MultiLine"
  88.                         Width="431px" ReadOnly="True"></asp:TextBox></td>
  89.             </tr>
  90.             <tr>
  91.                 <td style="height: 110px">
  92.                 </td>
  93.             </tr>
  94.             <tr>
  95.                 <td colspan="4" rowspan="1" style="vertical-align: top; height: 73px; text-align: center">
  96.                     <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
  97.                         <tr>
  98.                             <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
  99.                                 <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
  100.                                     <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  101.                                         OnClick="btnEdit_Click" Text="编辑" />
  102.                                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  103.                                         Text="删除" />
  104.                                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  105.                                         Text="保存" />
  106.                                 </asp:Panel>
  107.                             </td>
  108.                             <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
  109.                                 <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  110.                                     OnClick="btnBack_Click" Text="返回" /></td>
  111.                         </tr>
  112.                     </table>
  113.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
  114.                         ShowSummary="False" />
  115.                 </td>
  116.             </tr>
  117.         </table>
  118.     
  119.     </div>
  120.     </form>
  121. </body>
  122. </html>