approvel_flow1.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:3k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="approvel_flow1.aspx.cs" Inherits="web_personnel_curricula_vitae_approvel_flow1" %>
  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.     <style type="text/css">
  7. <!--
  8. .STYLE1 {color: #FFFFFF}
  9. .STYLE3 {color: #FFFFFF; font-weight: bold; }
  10. -->
  11.     </style>
  12. </head>
  13. <body>
  14.     <form id="form1" runat="server">
  15.     <div>
  16.       <table width="751" height="297" border="1">
  17.         <asp:Label ID="Label1" runat="server" BorderStyle="Outset" ForeColor="Blue" Text="流程設置"></asp:Label><br />
  18.         <tr>
  19.         <td height="48" bgcolor="#3333CC" style="width: 150px">
  20.             <strong>&nbsp;<span class="STYLE1">單 &nbsp; &nbsp; &nbsp; 名 :</span></strong></td>
  21.         <td>
  22.             <asp:DropDownList ID="tw_name" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource2"
  23.                 DataTextField="remark" DataValueField="type">
  24.             </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  25.                 SelectCommand="SELECT [id], [type], [remark] FROM [oa_tw_type]"></asp:SqlDataSource>
  26.         </td>
  27.         </tr>
  28.         <tr><td height="42" bgcolor="#3333CC" style="width:150px">
  29.           <span class="STYLE3">&nbsp;簽核類型:</span></td>
  30.         <td>
  31.         <asp:DropDownList ID="flow_type" runat="server" AutoPostBack="True" Width="155px">
  32.             <asp:ListItem Selected="True" Value="1">按職級簽核</asp:ListItem>
  33.             <asp:ListItem Value="2">特定人簽核</asp:ListItem>
  34.        </asp:DropDownList><br />       </td></tr>
  35.        <tr><td bgcolor="#3333CC" style="width:150px; height: 45px;"><span class="STYLE3">
  36.            簽核職級起:</span></td>
  37.         <td style="height: 45px">
  38.         <asp:DropDownList ID="flow_s" runat="server" DataSourceID="SqlDataSource1"
  39.             DataTextField="name" DataValueField="sequence" Width="157px">        </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  40.             SelectCommand="SELECT [id], [name], [sequence] FROM [OA_EMPLOYEE_POSITION]"></asp:SqlDataSource>        </td></tr>
  41.         <tr><td bgcolor="#3333CC" style="width: 221px; height: 65px;"><span class="STYLE3">
  42.             簽核職級迄:
  43.         </span></td>
  44.         <td style="height: 65px">
  45.         <asp:DropDownList ID="flow_e" runat="server" DataSourceID="SqlDataSource1"
  46.             DataTextField="name" DataValueField="sequence" Width="159px">        </asp:DropDownList><br />        </td></tr>  
  47.         <tr><td>
  48.         <asp:Button ID="Button1" runat="server" Text="確定" OnClick="Button1_Click" />
  49.             <asp:Button ID="Button2" runat="server" type="reset" Text="取消" /></td>
  50. </tr>
  51. </table>
  52.     </div>
  53.     </form>
  54. </body>
  55. </html>