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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ChanceItemInfo.aspx.cs" Inherits="Module_Relation_ChatItemInfo" %>
  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/chanceiteminfo.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: 243px">
  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="txtItemName" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  21.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtItemName"
  22.                         ErrorMessage="项目名称不能为空">*</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="txtClientName" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  27.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtClientName"
  28.                         ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
  29.             </tr>
  30.             <tr style="color: #000000">
  31.                 <td style="height: 17px">
  32.                     开始时间</td>
  33.                 <td style="width: 202px; height: 17px; text-align: left">
  34.                     <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  35.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtStartTime"
  36.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  37.                 <td style="width: 100px; height: 17px">
  38.                     结束时间</td>
  39.                 <td style="width: 201px; height: 17px; text-align: left">
  40.                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>
  41.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtEndTime"
  42.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  43.             </tr>
  44.             <tr>
  45.                 <td style="height: 19px">
  46.                     相关部门</td>
  47.                 <td style="width: 202px; height: 19px; text-align: left">
  48.                     <asp:Panel ID="Panel1" runat="server" Width="125px">
  49.                         <asp:TextBox ID="txtDepName" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></asp:Panel>
  50.                     <asp:Panel ID="Panel2" runat="server" Visible="False" Width="125px">
  51.                         <asp:DropDownList ID="dropDepAbout" runat="server" Font-Size="9pt" Width="132px">
  52.                         </asp:DropDownList></asp:Panel>
  53.                 </td>
  54.                 <td style="width: 100px; height: 19px">
  55.                     项目负责人</td>
  56.                 <td style="width: 201px; height: 19px; text-align: left">
  57.                     <asp:Panel ID="Panel3" runat="server" Width="125px">
  58.                         <asp:TextBox ID="txtPerson" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></asp:Panel>
  59.                     <asp:Panel ID="Panel4" runat="server" Visible="False" Width="125px">
  60.                         <asp:DropDownList ID="dropDepEmployee" runat="server" Font-Size="9pt" Width="132px">
  61.                         </asp:DropDownList></asp:Panel>
  62.                 </td>
  63.             </tr>
  64.             <tr>
  65.                 <td style="height: 19px">
  66.                     订单编号</td>
  67.                 <td style="width: 202px; height: 19px; text-align: left">
  68.                     <asp:TextBox ID="txtOrderCode" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  69.                 <td style="width: 100px; height: 19px">
  70.                     项目金额</td>
  71.                 <td style="width: 201px; height: 19px; text-align: left">
  72.                     <asp:TextBox ID="txtItemMoney" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox>元</td>
  73.             </tr>
  74.             <tr>
  75.                 <td style="height: 19px">
  76.                     客户电话</td>
  77.                 <td style="width: 202px; height: 19px; text-align: left">
  78.                     <asp:TextBox ID="txtPhoneAbout" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  79.                 <td style="width: 100px; height: 19px">
  80.                     客户地址</td>
  81.                 <td style="width: 201px; height: 19px; text-align: left">
  82.                     <asp:TextBox ID="txtClientAddress" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  83.             </tr>
  84.             <tr>
  85.                 <td style="height: 19px">
  86.                     客户邮编</td>
  87.                 <td style="width: 202px; height: 19px; text-align: left">
  88.                     <asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  89.                 <td style="width: 100px; height: 19px">
  90.                     客户邮箱</td>
  91.                 <td style="width: 201px; height: 19px; text-align: left">
  92.                     <asp:TextBox ID="txtClientEmail" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  93.             </tr>
  94.             <tr>
  95.                 <td style="height: 19px">
  96.                     具体内容</td>
  97.                 <td colspan="3" rowspan="2" style="text-align: left">
  98.                     <asp:TextBox ID="txtComContent" runat="server" Font-Size="9pt" Height="145px" ReadOnly="True"
  99.                         TextMode="MultiLine" Width="431px"></asp:TextBox></td>
  100.             </tr>
  101.             <tr>
  102.                 <td style="height: 110px">
  103.                 </td>
  104.             </tr>
  105.             <tr>
  106.                 <td colspan="4" rowspan="1" style="vertical-align: top; height: 74px; text-align: center">
  107.                     <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
  108.                         <tr>
  109.                             <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
  110.                                 <asp:Panel ID="Panel5" runat="server" Height="15px" Visible="False" Width="125px">
  111.                                     <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  112.                                         OnClick="btnEdit_Click" Text="编辑" />
  113.                                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  114.                                         Text="删除" />
  115.                                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  116.                                         Text="保存" />
  117.                                 </asp:Panel>
  118.                             </td>
  119.                             <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
  120.                                 <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  121.                                     OnClick="btnBack_Click" Text="返回" /></td>
  122.                         </tr>
  123.                     </table>
  124.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
  125.                         ShowSummary="False" />
  126.                 </td>
  127.             </tr>
  128.         </table>
  129.     
  130.     </div>
  131.     </form>
  132. </body>
  133. </html>