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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PactManage.aspx.cs" Inherits="Module_ProRes_PersonPact" %>
  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/pactmanage1.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.         <table cellpadding="0" cellspacing="0" style="width: 605px">
  13.             <tr>
  14.                 <td colspan="3" rowspan="3">
  15.                     <asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px">
  16.                         <table cellpadding="0" cellspacing="0" style="width: 605px">
  17.                             <tr>
  18.                                 <td colspan="4">
  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:DropDownList></td>
  28.                                             <td style="width: 100px; height: 23px">
  29.                                                 <span style="font-size: 9pt">关键字</span></td>
  30.                                             <td style="width: 120px; height: 23px; text-align: left">
  31.                                                 <asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
  32.                                             <td style="width: 12px; height: 23px">
  33.                                                 <asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
  34.                                             <td style="height: 23px">
  35.                                                 <asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
  36.                                                     ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1" Visible="False">添加新合同</asp:LinkButton></td>
  37.                                         </tr>
  38.                                     </table>
  39.                                 </td>
  40.                             </tr>
  41.                             <tr>
  42.                                 <td colspan="4">
  43.                                     <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
  44.                                         Font-Size="9pt" Width="100%" OnPageIndexChanging="GridView1_PageIndexChanging">
  45.                                         <Columns>
  46.                                             <asp:BoundField DataField="ID" HeaderText="合同ID" />
  47.                                             <asp:BoundField DataField="PactName" HeaderText="合同标题" />
  48.                                             <asp:BoundField DataField="FirName" HeaderText="甲方代理人" />
  49.                                             <asp:BoundField DataField="SecName" HeaderText="乙方代理人" />
  50.                                             <asp:TemplateField FooterText="EndTime" HeaderText="终止时间">
  51.                                                 <EditItemTemplate>
  52.                                                     <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("EndTime") %>'></asp:TextBox>
  53.                                                 </EditItemTemplate>
  54.                                                 <ItemTemplate>
  55.                                                     <asp:Label ID="Label1" runat="server" Text='<%# Bind("EndTime", "{0:yyyy-M-d}") %>'></asp:Label>
  56.                                                 </ItemTemplate>
  57.                                             </asp:TemplateField>
  58.                                             <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="PactAllInfo.aspx?ID={0}"
  59.                                                 HeaderText="查看详情" Text="查看" />
  60.                                         </Columns>
  61.                                     </asp:GridView>
  62.                                 </td>
  63.                             </tr>
  64.                         </table>
  65.                     </asp:Panel>
  66.                     <asp:Panel ID="Panel1" runat="server" Height="50px" Visible="False" Width="125px">
  67.                         <table cellpadding="0" cellspacing="0" style="width: 605px">
  68.                             <tr>
  69.                                 <td colspan="4" style="height: 23px">
  70.                                 </td>
  71.                             </tr>
  72.                             <tr>
  73.                                 <td colspan="4" style="height: 23px">
  74.                                 </td>
  75.                             </tr>
  76.                             <tr>
  77.                                 <td colspan="4">
  78.                                     <span style="font-size: 16pt"></span></td>
  79.                             </tr>
  80.                             <tr>
  81.                                 <td style="width: 100px">
  82.                                     <span style="font-size: 9pt">合同标题</span></td>
  83.                                 <td style="width: 200px; text-align: left">
  84.                                     <asp:TextBox ID="txtPactTitle" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
  85.                                 <td style="width: 100px">
  86.                                     <span style="font-size: 9pt">签署地点</span></td>
  87.                                 <td style="width: 205px; text-align: left">
  88.                                     <asp:TextBox ID="txtSignAddress" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
  89.                             </tr>
  90.                             <tr>
  91.                                 <td>
  92.                                     <span style="font-size: 9pt">甲方</span></td>
  93.                                 <td style="text-align: left">
  94.                                     <asp:TextBox ID="txtFir" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
  95.                                 <td>
  96.                                     <span style="font-size: 9pt">乙方</span></td>
  97.                                 <td style="text-align: left">
  98.                                     <asp:TextBox ID="txtSec" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
  99.                             </tr>
  100.                             <tr>
  101.                                 <td>
  102.                                     <span style="font-size: 9pt">甲方代理人</span></td>
  103.                                 <td style="text-align: left">
  104.                                     <asp:TextBox ID="txtFirName" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
  105.                                 <td>
  106.                                     <span style="font-size: 9pt">乙方代理人</span></td>
  107.                                 <td style="text-align: left">
  108.                                     <asp:TextBox ID="txtSecName" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
  109.                             </tr>
  110.                             <tr>
  111.                                 <td>
  112.                                     <span style="font-size: 9pt">甲方签定时间</span></td>
  113.                                 <td style="text-align: left">
  114.                                     <asp:TextBox ID="txtFirTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
  115.                                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtFirTime"
  116.                                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  117.                                 <td>
  118.                                     <span style="font-size: 9pt">乙方签定时间</span></td>
  119.                                 <td style="text-align: left">
  120.                                     <asp:TextBox ID="txtSecTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
  121.                                     <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtSecTime"
  122.                                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  123.                             </tr>
  124.                             <tr>
  125.                                 <td>
  126.                                     <span style="font-size: 9pt">终止时间</span></td>
  127.                                 <td style="text-align: left">
  128.                                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
  129.                                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtEndTime"
  130.                                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  131.                                 <td>
  132.                                     <span style="font-size: 9pt"></span></td>
  133.                                 <td style="text-align: left">
  134.                                     &nbsp;</td>
  135.                             </tr>
  136.                             <tr>
  137.                                 <td>
  138.                                     <span style="font-size: 9pt">合同内容</span></td>
  139.                                 <td colspan="3" rowspan="2" style="text-align: left">
  140.                                     <asp:TextBox ID="txtPactContent" runat="server" Height="168px" TextMode="MultiLine"
  141.                                         Width="449px"></asp:TextBox></td>
  142.                             </tr>
  143.                             <tr>
  144.                                 <td style="height: 93px">
  145.                                 </td>
  146.                             </tr>
  147.                             <tr>
  148.                                 <td colspan="4" rowspan="1" style="text-align: center">
  149.                                     <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
  150.                                     <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
  151.                                     <asp:Button ID="btnBack" runat="server" Font-Size="9pt" OnClick="btnBack_Click" Text="返回" /><br />
  152.                                     &nbsp;<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  153.                                         ShowSummary="False" />
  154.                                 </td>
  155.                             </tr>
  156.                         </table>
  157.                     </asp:Panel>
  158.                 </td>
  159.             </tr>
  160.             <tr>
  161.             </tr>
  162.             <tr>
  163.             </tr>
  164.         </table>
  165.     
  166.     </div>
  167.     </form>
  168. </body>
  169. </html>