QueryInstanceByData.aspx
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:4k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page language="c#" Inherits="OThinker.H3.Portal.QueryInstanceByData" CodeFile="QueryInstanceByData.aspx.cs" CodeFileBaseClass="OThinker.H3.Portal.PortalPage" %>
  2. <%@ Register TagPrefix="cc1" Namespace="OThinker.H3.Portal" %>
  3. <%@ Register assembly="OThinker.H3.WorkSheet" namespace="OThinker.H3.WorkSheet" tagprefix="SheetControls" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  5. <HTML>
  6. <HEAD>
  7. <title>通过流程数据查询流程</title>
  8. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  9. <meta name="CODE_LANGUAGE" Content="C#">
  10. <meta name="vs_defaultClientScript" content="JavaScript">
  11. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  12. <LINK href="css/style.CSS" type="text/css" rel="stylesheet">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  14.     <style type="text/css">
  15.             .style2
  16.             {
  17.                 width: 81px;
  18.             }
  19.         </style>
  20. </HEAD>
  21. <body leftmargin="0" topmargin="0">
  22. <form id="Form1" method="post" runat="server">
  23. <table cellSpacing="0" cellPadding="0" width="100%">
  24. <tr>
  25. <td height="29" background="images/Top_4.gif"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  26. <tr>
  27. <td width="2%"><img src="images/Top_5.gif" width="14" height="16"></td>
  28. <td class="bigfont">按照数据搜索</td>
  29. </tr>
  30. </table>
  31. </td>
  32. </tr>
  33. </table>
  34. <table cellpadding="0" cellspacing="0" width="100%"  bgcolor="#7f97da" >
  35. <tr>
  36. <td height="24"class="style2" width="100%">
  37. <asp:imagebutton id="btnQuery" runat="server" ImageUrl="images/IB_Query.GIF"></asp:imagebutton>&nbsp;
  38. <asp:LinkButton id="lnkQuery" runat="server" ForeColor="Black" onclick="lnkQuery_Click">查询</asp:LinkButton>
  39. </td>
  40. </tr>
  41. </table>
  42. <table cellPadding="2" cellSpacing="0" bgcolor="e0e6f6" width=100%>
  43. <tr>
  44. <td>类型:</td>
  45. <td>
  46. <asp:DropDownList ID="lstWorkflowPackage" runat="server" AutoPostBack="True" 
  47.                                         onselectedindexchanged="lstWorkflowPackage_SelectedIndexChanged">
  48.                                     </asp:DropDownList>
  49.                                 </td>
  50. <td>
  51. 模板:</td>
  52. <td>
  53. <asp:DropDownList ID="lstWorkflowName" runat="server" AutoPostBack="True" 
  54.                                         onselectedindexchanged="lstWorkflowName_SelectedIndexChanged">
  55.                                     </asp:DropDownList>
  56.                                 </td>
  57. <td>
  58. 版本号:</td>
  59. <td>
  60. <asp:DropDownList ID="lstWorkflowVersion" runat="server" AutoPostBack="True" 
  61.                                         onselectedindexchanged="lstWorkflowVersion_SelectedIndexChanged" Width="69px">
  62.                                     </asp:DropDownList>
  63.                                 </td>
  64. </tr>
  65. <tr>
  66. <td>数据项:</td>
  67. <td>
  68. <asp:DropDownList ID="lstDataItem" runat="server" AutoPostBack="True" 
  69.                                         onselectedindexchanged="lstDataItem_SelectedIndexChanged">
  70.                                     </asp:DropDownList>
  71.                                 </td>
  72. <td>
  73. 关系:</td>
  74. <td>
  75. <asp:DropDownList ID="lstOperator" runat="server">
  76.                                     </asp:DropDownList>
  77.                                 </td>
  78. <td>
  79. <FONT face="宋体">值(<asp:Label ID="lblText" runat="server" Text="类型"></asp:Label>
  80.                                     ):</FONT></td>
  81. <td>
  82. <asp:TextBox id="txtValue" runat="server"></asp:TextBox>
  83. </td>
  84. </tr>
  85. </table><cc1:InstanceGridView id="InstanceGridView" runat="server" Width="100%">
  86.                 <PagerStyle Mode="NumericPages" />
  87.                 <HeaderStyle BackColor="#8080FF" ForeColor="White" Font-Bold="True" />
  88.                 <AlternatingItemStyle BackColor="Azure" />
  89.             </cc1:InstanceGridView>
  90. </form>
  91. </body>
  92. </HTML>