approvel_flow1.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:3k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="approvel_flow1.aspx.cs" Inherits="web_personnel_curricula_vitae_approvel_flow1" %>
- <!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>
- <style type="text/css">
- <!--
- .STYLE1 {color: #FFFFFF}
- .STYLE3 {color: #FFFFFF; font-weight: bold; }
- -->
- </style>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <table width="751" height="297" border="1">
- <asp:Label ID="Label1" runat="server" BorderStyle="Outset" ForeColor="Blue" Text="流程設置"></asp:Label><br />
- <tr>
- <td height="48" bgcolor="#3333CC" style="width: 150px">
- <strong> <span class="STYLE1">單 名 :</span></strong></td>
- <td>
- <asp:DropDownList ID="tw_name" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource2"
- DataTextField="remark" DataValueField="type">
- </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
- SelectCommand="SELECT [id], [type], [remark] FROM [oa_tw_type]"></asp:SqlDataSource>
- </td>
- </tr>
- <tr><td height="42" bgcolor="#3333CC" style="width:150px">
- <span class="STYLE3"> 簽核類型:</span></td>
- <td>
- <asp:DropDownList ID="flow_type" runat="server" AutoPostBack="True" Width="155px">
- <asp:ListItem Selected="True" Value="1">按職級簽核</asp:ListItem>
- <asp:ListItem Value="2">特定人簽核</asp:ListItem>
- </asp:DropDownList><br /> </td></tr>
- <tr><td bgcolor="#3333CC" style="width:150px; height: 45px;"><span class="STYLE3">
- 簽核職級起:</span></td>
- <td style="height: 45px">
- <asp:DropDownList ID="flow_s" runat="server" DataSourceID="SqlDataSource1"
- DataTextField="name" DataValueField="sequence" Width="157px"> </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
- SelectCommand="SELECT [id], [name], [sequence] FROM [OA_EMPLOYEE_POSITION]"></asp:SqlDataSource> </td></tr>
- <tr><td bgcolor="#3333CC" style="width: 221px; height: 65px;"><span class="STYLE3">
- 簽核職級迄:
- </span></td>
- <td style="height: 65px">
- <asp:DropDownList ID="flow_e" runat="server" DataSourceID="SqlDataSource1"
- DataTextField="name" DataValueField="sequence" Width="159px"> </asp:DropDownList><br /> </td></tr>
- <tr><td>
- <asp:Button ID="Button1" runat="server" Text="確定" OnClick="Button1_Click" />
- <asp:Button ID="Button2" runat="server" type="reset" Text="取消" /></td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>