QueryInstanceByData.aspx
资源名称:H3_OA.rar [点击查看]
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:4k
源码类别:
OA系统
开发平台:
C#
- <%@ Page language="c#" Inherits="OThinker.H3.Portal.QueryInstanceByData" CodeFile="QueryInstanceByData.aspx.cs" CodeFileBaseClass="OThinker.H3.Portal.PortalPage" %>
- <%@ Register TagPrefix="cc1" Namespace="OThinker.H3.Portal" %>
- <%@ Register assembly="OThinker.H3.WorkSheet" namespace="OThinker.H3.WorkSheet" tagprefix="SheetControls" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>通过流程数据查询流程</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <LINK href="css/style.CSS" type="text/css" rel="stylesheet">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <style type="text/css">
- .style2
- {
- width: 81px;
- }
- </style>
- </HEAD>
- <body leftmargin="0" topmargin="0">
- <form id="Form1" method="post" runat="server">
- <table cellSpacing="0" cellPadding="0" width="100%">
- <tr>
- <td height="29" background="images/Top_4.gif"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td width="2%"><img src="images/Top_5.gif" width="14" height="16"></td>
- <td class="bigfont">按照数据搜索</td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" width="100%" bgcolor="#7f97da" >
- <tr>
- <td height="24"class="style2" width="100%">
- <asp:imagebutton id="btnQuery" runat="server" ImageUrl="images/IB_Query.GIF"></asp:imagebutton>
- <asp:LinkButton id="lnkQuery" runat="server" ForeColor="Black" onclick="lnkQuery_Click">查询</asp:LinkButton>
- </td>
- </tr>
- </table>
- <table cellPadding="2" cellSpacing="0" bgcolor="e0e6f6" width=100%>
- <tr>
- <td>类型:</td>
- <td>
- <asp:DropDownList ID="lstWorkflowPackage" runat="server" AutoPostBack="True"
- onselectedindexchanged="lstWorkflowPackage_SelectedIndexChanged">
- </asp:DropDownList>
- </td>
- <td>
- 模板:</td>
- <td>
- <asp:DropDownList ID="lstWorkflowName" runat="server" AutoPostBack="True"
- onselectedindexchanged="lstWorkflowName_SelectedIndexChanged">
- </asp:DropDownList>
- </td>
- <td>
- 版本号:</td>
- <td>
- <asp:DropDownList ID="lstWorkflowVersion" runat="server" AutoPostBack="True"
- onselectedindexchanged="lstWorkflowVersion_SelectedIndexChanged" Width="69px">
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td>数据项:</td>
- <td>
- <asp:DropDownList ID="lstDataItem" runat="server" AutoPostBack="True"
- onselectedindexchanged="lstDataItem_SelectedIndexChanged">
- </asp:DropDownList>
- </td>
- <td>
- 关系:</td>
- <td>
- <asp:DropDownList ID="lstOperator" runat="server">
- </asp:DropDownList>
- </td>
- <td>
- <FONT face="宋体">值(<asp:Label ID="lblText" runat="server" Text="类型"></asp:Label>
- ):</FONT></td>
- <td>
- <asp:TextBox id="txtValue" runat="server"></asp:TextBox>
- </td>
- </tr>
- </table><cc1:InstanceGridView id="InstanceGridView" runat="server" Width="100%">
- <PagerStyle Mode="NumericPages" />
- <HeaderStyle BackColor="#8080FF" ForeColor="White" Font-Bold="True" />
- <AlternatingItemStyle BackColor="Azure" />
- </cc1:InstanceGridView>
- </form>
- </body>
- </HTML>