📄 filterfinishflow.aspx
字号:
<%@ Page language="c#" Codebehind="FilterFinishFlow.aspx.cs" AutoEventWireup="false" Inherits="VirFlow.WorkFLow.FilterFinishFlow" %>
<%@ Register TagPrefix="corecontrol" Namespace="CoreControl" Assembly="CoreControl" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>FilterFinishFlow</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Flow.css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 536px; POSITION: absolute; TOP: 8px; HEIGHT: 0px"
cellSpacing="0" cellPadding="0" width="536" border="0">
<TR>
<TD class="TableTitle" style="WIDTH: 618px; BORDER-BOTTOM: #6600ff 1px solid; HEIGHT: 34px"
vAlign="bottom"><B><FONT size="2">
<asp:Label id="Label1" runat="server">『已完成的』</asp:Label></FONT></B></TD>
</TR>
<TR>
<td style="HEIGHT: 23px"><br>
</td>
</TR>
<TR>
<TD style="WIDTH: 618px; HEIGHT: 6px">
<TABLE id="Table2" style="WIDTH: 632px; HEIGHT: 8px" borderColor="#3366ff" cellSpacing="0"
borderColorDark="#ffffff" cellPadding="0" width="632" border="1">
<TR>
<TD align="right" bgColor="#ccffff" style="HEIGHT: 25px">流程名称:</TD>
<TD style="WIDTH: 164px; HEIGHT: 25px"><asp:dropdownlist id="DropDownList1" runat="server"></asp:dropdownlist></TD>
<TD align="right" bgColor="#ccffff" style="HEIGHT: 25px">起草人:</TD>
<TD style="WIDTH: 185px; HEIGHT: 25px"><asp:textbox id="TextBox1" runat="server" Height="22px" Width="136px" CssClass="input" ReadOnly="True"></asp:textbox><asp:button id="Button2" runat="server" CssClass="button1" Text="选择"></asp:button></TD>
<td vAlign="middle" align="center" rowSpan="2"><asp:button id="Button1" runat="server" Height="100%" Width="100%" CssClass="button1" Text="检索"></asp:button><asp:textbox id="TextBox2" runat="server" Height="0px" Width="0px"></asp:textbox></td>
</TR>
<TR>
<TD align="right" bgColor="#ccffff">启动时间 从:</TD>
<TD style="WIDTH: 164px"><CORECONTROL:DATEPICKER id="DatePicker1" runat="server" Height="22px" Width="170px" CssClass="input"></CORECONTROL:DATEPICKER></TD>
<TD align="right" bgColor="#ccffff">至:</TD>
<TD style="WIDTH: 185px"><corecontrol:datepicker id="DatePicker2" runat="server" Height="22px" Width="170px" CssClass="input"></corecontrol:datepicker></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD style="WIDTH: 618px" height="5"><asp:datagrid id="DataGrid1" runat="server" Height="0px" Width="632px" BorderColor="#6699CC" BackImageUrl="../images/bg01.gi"
AutoGenerateColumns="False" AllowPaging="True" PageSize="15" Font-Names="宋体" Font-Size="X-Small">
<EditItemStyle BorderWidth="1px" BorderStyle="Solid"></EditItemStyle>
<AlternatingItemStyle BorderWidth="1px" BorderStyle="Solid" BorderColor="#6699CC"></AlternatingItemStyle>
<ItemStyle BorderWidth="1px" BorderStyle="Solid" BorderColor="#6699CC"></ItemStyle>
<HeaderStyle HorizontalAlign="Center" ForeColor="White" BorderColor="White" BackColor="#6699CC"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="FlowID" HeaderText="名称">
<ItemStyle Width="160px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SendRunnerID" HeaderText="起草人">
<ItemStyle Width="100px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="FinishDate" HeaderText="开始时间">
<ItemStyle Width="150px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="TaskID" HeaderText="处理过程">
<ItemStyle Width="70px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="FlowID" HeaderText="流程图">
<ItemStyle Width="70px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="TaskIsFinish" HeaderText="状态">
<ItemStyle Width="50px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn Visible="False" HeaderText="撤销"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="FinishTime"></asp:BoundColumn>
</Columns>
<PagerStyle BackColor="#D8EBFF" Mode="NumericPages"></PagerStyle>
</asp:datagrid>
<asp:Label id="Label2" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 618px; BORDER-BOTTOM: #ccff33 thin" vAlign="middle" align="center"></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -