⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 employeemng.aspx

📁 人事管理系统源码 主要功能有: 员工管理:员工信息管理 员工调动管理 部门管理:部门信息管理 部门人员管理 用户管理:用户管理 修改密码
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
<%@ Page Language="c#" Inherits="PMS.DesktopModules.EmployeeInfo.EmployeeMng" CodeFile="EmployeeMng.aspx.cs" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
    <title>EmployeeMng</title>
    <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
    <meta content="C#" name="CODE_LANGUAGE">
    <meta content="JavaScript" name="vs_defaultClientScript">
    <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
    <link href="/PMS/CSS/cssformainpage.css" type="text/css" rel="stylesheet">
    <link href="/PMS/CSS/BaseCss.css" type="text/css" rel="stylesheet">
</head>
<body>
    <form id="Form1" method="post" runat="server">
        <div id="page_container">
            <!--Header -->
            <div id="header">
                <!--#include virtual="/PMS/Inc/header.inc"-->
            </div>
            <!-- Navigation starts -->
            <div id="navi" style="width: 157px">
                <div id="navi_top" align="center">
                    <font>菜 单</font></div>
                <div class="divider_double" style="width: 160px; height: 3px">
                    <font face="宋体"></font>
                </div>
                <div class="navi_cnt">
                    <br />
                    <asp:TreeView ID="TreeView1" runat="server" Height="370px" ImageSet="BulletedList3"
                        LineImagesFolder="~/TreeLineImages" ShowExpandCollapse="False" Width="160px"
                        Font-Size="XX-Large">
                        <ParentNodeStyle Font-Bold="False" />
                        <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
                            VerticalPadding="0px" />
                        <Nodes>
                            <asp:TreeNode Text="员工管理" Value="员工管理">
                                <asp:TreeNode Text="员工信息管理" Value="员工信息管理" NavigateUrl="~/DesktopModules/EmployeeInfo/employeemng.aspx">
                                </asp:TreeNode>
                                <asp:TreeNode Text="员工调动管理" Value="员工调动管理" NavigateUrl="~/DesktopModules/TransferMng/transfermng.aspx">
                                </asp:TreeNode>
                            </asp:TreeNode>
                            <asp:TreeNode Text="部门管理" Value="部门管理">
                                <asp:TreeNode Text="部门信息管理" Value="部门信息管理" NavigateUrl="~/DesktopModules/DepartmentInfo/departmentmng.aspx">
                                </asp:TreeNode>
                                <asp:TreeNode Text="部门人员管理" Value="部门人员管理" NavigateUrl="~/DesktopModules/EmployeeOfDepartment/employeeofdepartment.aspx">
                                </asp:TreeNode>
                            </asp:TreeNode>
                            <asp:TreeNode Text="用户管理" Value="用户管理">
                                <asp:TreeNode Text="用户管理" Value="用户管理" NavigateUrl="~/Admins/usermng.aspx"></asp:TreeNode>
                                <asp:TreeNode Text="修改密码" Value="修改密码" NavigateUrl="~/Admins/pwdchg.aspx"></asp:TreeNode>
                            </asp:TreeNode>
                            <asp:TreeNode Text="退出登录" Value="退出登录" NavigateUrl="~/Admins/logout.aspx"></asp:TreeNode>
                        </Nodes>
                        <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
                            NodeSpacing="0px" VerticalPadding="0px" />
                    </asp:TreeView>
                </div>
                <div id="navi_bottom" style="width: 160px; height: 12px">
                    <font face="宋体"></font>
                </div>
                <font face="宋体"></font>
            </div>
            <!--Navigation end-->
            <!-- center -->
            <div id="center_work">
                <div class="content_work">
                    <div class="item_odd_work">
                        <table style="border-collapse: collapse" bordercolor="#111111" height="1" cellspacing="0"
                            cellpadding="0" width="100%" border="0">
                            <tr height="30">
                                <td class="GbText" style="width: 30px" align="center" width="30" bgcolor="#c0d9e6">
                                    <font color="#006699" size="3">
                                        <img height="16" src="/PMS/Images/ffwd.GIF" width="16"></font></td>
                                <td class="GbText" bgcolor="#c0d9e6">
                                    <b>员工管理</b></td>
                            </tr>
                        </table>
                        <table class="GbText" style="border-collapse: collapse" bordercolor="#93bee2" cellspacing="0"
                            cellpadding="0" width="100%" border="1">
                            <tr valign="top">
                                <td valign="top" align="right" width="155" style="height: 743px">
                                    <asp:ListBox ID="EmployeeList" runat="server" Width="150" AutoPostBack="True" Height="816px"
                                        OnSelectedIndexChanged="EmployeeList_SelectedIndexChanged"></asp:ListBox></td>
                                <td valign="middle" align="left" style="height: 743px">
                                    <table class="GbText" style="border-collapse: collapse" bordercolor="#93bee2" cellspacing="0"
                                        cellpadding="0" width="100%" border="1">
                                        <tbody>
                                            <tr valign="middle">
                                                <td style="height: 31px" align="left" colspan="2">
                                                    <font face="宋体">员工:</font><asp:Label ID="CurrentEmployeeName" Font-Bold="True" ForeColor="Red"
                                                        runat="server" Width="200"></asp:Label><font face="宋体">的信息如下:</font></td>
                                            </tr>
                                            <tr height="30">
                                                <td align="right" width="150">
                                                    <asp:Label ID="lblLReceiver" runat="server" Width="49px">员工姓名</asp:Label><font face="宋体">:</font></td>
                                                <td>
                                                    <font face="宋体">&nbsp;</font>
                                                    <asp:TextBox ID="EmployName" runat="server" Width="150px" CssClass="inputcss"></asp:TextBox><asp:RequiredFieldValidator
                                                        ID="rfEN" runat="server" ErrorMessage="名称不能为空!" ControlToValidate="EmployName"></asp:RequiredFieldValidator></td>
                                            </tr>
                                            <tr height="30">
                                                <td align="right">
                                                    <asp:Label ID="lblAdditionalNo" runat="server">员工编号</asp:Label><font face="宋体">:</font></td>
                                                <td>
                                                    <font face="宋体">&nbsp;</font>
                                                    <asp:TextBox ID="EmployID" runat="server" Width="150px" CssClass="inputcss" Enabled="False"></asp:TextBox></td>
                                            </tr>
                                            <tr height="30">
                                                <td align="right" width="150">
                                                    <asp:Label ID="Label14" runat="server" Width="28px">性别</asp:Label><font face="宋体">:</font></td>
                                                <td>
                                                    <font face="宋体">&nbsp;</font>
                                                    <asp:DropDownList ID="SexList" runat="server" Width="150px">
                                                        <asp:ListItem Value="0" Selected="True">男</asp:ListItem>
                                                        <asp:ListItem Value="1">女</asp:ListItem>
                                                    </asp:DropDownList></td>
                                            </tr>
                                            <tr height="30">
                                                <td align="right">
                                                    <asp:Label ID="Label1" runat="server">民族</asp:Label><font face="宋体">:</font></td>
                                                <td>
                                                    <font face="宋体">&nbsp;</font>
                                                    <asp:DropDownList ID="NationalityList" runat="server" Width="150px">
                                                        <asp:ListItem Value="0" Selected="True">汉族</asp:ListItem>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -