qx_level.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="qx_level.aspx.cs" EnableEventValidation="false"  Inherits="quanxian_qx_level" %>
  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 {
  9. color: #FFFFFF;
  10. font-size: 13px;
  11. }
  12. .style2 {
  13. font-size: 12px;
  14. font-weight: bold;
  15. }
  16. -->
  17. </style>
  18. <link href="../css/link.css" rel="stylesheet" type="text/css" />
  19. <style type="text/css">
  20. <!--
  21. .style3 {
  22. color: #000000;
  23. font-size: 12px;
  24. }
  25. .style4 {font-size: 12px}
  26. -->
  27. </style>
  28. </head>
  29. <body>
  30.     <form id="form1" runat="server">
  31.     <div style="text-align: center">
  32.     <br /><br /><br /><br />
  33.     <table width="600" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
  34.     <tr>
  35.       <td colspan="2"><div align="center" class="style1 style7 style1"><strong>分 配 权 限</strong></div></td>
  36.     </tr>
  37.     <tr>
  38.       <td bgcolor="#FFFFFF" style="width: 313px; height: 135px;">
  39.           <asp:ScriptManager ID="ScriptManager1" runat="server">
  40.           </asp:ScriptManager>
  41.           <asp:UpdatePanel ID="UpdatePanel1" runat="server">
  42.               <ContentTemplate>
  43.                   <asp:Label ID="Label1" runat="server" Text="请选择对象"></asp:Label><asp:DropDownList
  44.                       ID="ddl_bumen" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1"
  45.                       DataTextField="dept_department" DataValueField="dept_id" OnSelectedIndexChanged="ddl_bumen_SelectedIndexChanged">
  46.                       <asp:ListItem Value="0">请选择部门</asp:ListItem>
  47.                   </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:OA_DBConnectionString %>"
  48.                       SelectCommand="SELECT dept_department, dept_id FROM department"></asp:SqlDataSource>
  49.                   <asp:DropDownList ID="ddl_duixiang" runat="server">
  50.                       <asp:ListItem Value="0">请选择对象</asp:ListItem>
  51.                   </asp:DropDownList>
  52.               </ContentTemplate>
  53.           </asp:UpdatePanel>
  54.         </td>
  55.         <td bgcolor="#FFFFFF" style="height: 135px">
  56.             <asp:DropDownList ID="qx_slelct" runat="server" DataSourceID="SqlDataSource55" DataTextField="pop_popedom" DataValueField="pop_id">
  57.                 <asp:ListItem Value="0">请选择对象</asp:ListItem>
  58.             </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource55" runat="server" ConnectionString="<%$ ConnectionStrings:linminchao_OA_DBConnectionString5 %>"
  59.                 SelectCommand="SELECT * FROM [popedom]"></asp:SqlDataSource>
  60.             &nbsp;
  61.         </td>
  62.         </tr>
  63.         <tr>
  64.             <td colspan="2" bgcolor="#FFFFFF" style="text-align: center">
  65.             <br />
  66.                 <asp:Button ID="Button1" runat="server" Text="更改权限" OnClick="Button1_Click" />
  67.                 <asp:Button ID="Button2"  runat="server" Text="取消" />
  68.                 <br />
  69.             </td>
  70.         </tr>
  71.         </table>
  72.         <br />
  73.         <br />
  74.         <br />
  75.     </div>
  76.     </form>
  77. </body>
  78. </html>