📄 pactmanage.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PactManage.aspx.cs" Inherits="Module_ProRes_PersonPact" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>合同管理</title>
</head>
<body style="background-image: url(../../Images/SysSkin/pactmanage2.jpg); background-repeat: no-repeat; text-align: center">
<form id="form1" runat="server">
<div style="text-align: center">
<br />
<br />
<table cellpadding="0" cellspacing="0" style="width: 605px">
<tr>
<td colspan="3" rowspan="3">
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px">
<table cellpadding="0" cellspacing="0" style="width: 605px">
<tr>
<td colspan="4">
<table cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td style="width: 100px; height: 23px">
<span style="font-size: 9pt">查找类别</span></td>
<td style="width: 120px; height: 23px; text-align: left">
<asp:DropDownList ID="dropClass" runat="server" Font-Size="9pt" Width="120px">
<asp:ListItem>合同ID</asp:ListItem>
<asp:ListItem>合同标题</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px; height: 23px">
<span style="font-size: 9pt">关键字</span></td>
<td style="width: 120px; height: 23px; text-align: left">
<asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
<td style="width: 12px; height: 23px">
<asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
<td style="height: 23px">
<asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1" Visible="False">添加新合同</asp:LinkButton></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
Font-Size="9pt" Width="100%" OnPageIndexChanging="GridView1_PageIndexChanging">
<Columns>
<asp:BoundField DataField="ID" HeaderText="合同ID" />
<asp:BoundField DataField="PactName" HeaderText="合同标题" />
<asp:BoundField DataField="Fir" HeaderText="甲方" />
<asp:BoundField DataField="Sec" HeaderText="乙方" />
<asp:TemplateField FooterText="EndTime" HeaderText="终止时间">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("EndTime") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("EndTime", "{0:yyyy-M-d}") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="PactAllInfo.aspx?ID={0}"
HeaderText="查看详情" Text="查看" />
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel1" runat="server" Height="50px" Visible="False" Width="125px">
<table cellpadding="0" cellspacing="0" style="width: 605px">
<tr>
<td colspan="4" style="height: 32px">
</td>
</tr>
<tr>
<td colspan="4" style="height: 32px">
</td>
</tr>
<tr>
<td colspan="4">
<span style="font-size: 16pt"></span></td>
</tr>
<tr>
<td style="width: 100px">
<span style="font-size: 9pt">合同标题</span></td>
<td style="width: 200px; text-align: left">
<asp:TextBox ID="txtPactTitle" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
<td style="width: 100px">
<span style="font-size: 9pt">签署地点</span></td>
<td style="width: 205px; text-align: left">
<asp:TextBox ID="txtSignAddress" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td>
<span style="font-size: 9pt">甲方</span></td>
<td style="text-align: left">
<asp:TextBox ID="txtFir" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
<td>
<span style="font-size: 9pt">乙方</span></td>
<td style="text-align: left">
<asp:TextBox ID="txtSec" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 23px">
<span style="font-size: 9pt">甲方代理人</span></td>
<td style="height: 23px; text-align: left">
<asp:TextBox ID="txtFirName" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
<td style="height: 23px">
<span style="font-size: 9pt">乙方代理人</span></td>
<td style="height: 23px; text-align: left">
<asp:TextBox ID="txtSecName" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td>
<span style="font-size: 9pt">甲方签定时间</span></td>
<td style="text-align: left">
<asp:TextBox ID="txtFirTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtFirTime"
ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
<td>
<span style="font-size: 9pt">乙方签定时间</span></td>
<td style="text-align: left">
<asp:TextBox ID="txtSecTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtSecTime"
ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
</tr>
<tr>
<td>
<span style="font-size: 9pt">终止时间</span></td>
<td style="text-align: left">
<asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtEndTime"
ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
<td>
<span style="font-size: 9pt"></span></td>
<td style="text-align: left">
</td>
</tr>
<tr>
<td>
<span style="font-size: 9pt">合同内容</span></td>
<td colspan="3" rowspan="2" style="text-align: left">
<asp:TextBox ID="txtPactContent" runat="server" Height="168px" TextMode="MultiLine"
Width="449px"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 93px">
</td>
</tr>
<tr>
<td colspan="4" rowspan="1" style="text-align: center">
<asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
<input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
<asp:Button ID="btnBack" runat="server" Font-Size="9pt" OnClick="btnBack_Click" Text="返回" CausesValidation="False" /><br />
<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
ShowSummary="False" />
</td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -