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

📄 transfermng.aspx

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
    <title>TransferMng</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 width="30" bgcolor="#c0d9e6" class="GbText" align="center" style="width: 30px">
                                    <font color="#006699" size="3">
                                        <img src="/PMS/Images/ffwd.GIF" width="16" height="16"></font></td>
                                <td bgcolor="#c0d9e6" class="GbText">
                                    <b>调动管理</b></td>
                            </tr>
                        </table>
                        <table cellspacing="0" cellpadding="0" width="100%" border="0">
                            <tr height="20">
                                <td id="bar4" style="background-position: left top; background-attachment: fixed;
                                    background-repeat: no-repeat; height: 25px" align="center" width="90" background="../../images/maillistbutton1.gif">
                                    &nbsp;<asp:Button ID="AddTransfer" runat="server" CssClass="buttoncss" Text="添加新的员工调动"
                                        Width="150px" OnClick="AddTransfer_Click"></asp:Button></td>
                                <td style="height: 25px" align="right">
                                    <font face="宋体">&nbsp;&nbsp;&nbsp;</font></td>
                            </tr>
                        </table>
                        <table class="GbText" cellspacing="0" cellpadding="0" width="100%" border="0">
                            <tr>
                                <td valign="top" colspan="3">
                                    &nbsp;<asp:GridView ID="TransferGrid" runat="server" AutoGenerateColumns="False"
                                        CellPadding="4" Font-Size="Larger" ForeColor="#333333" GridLines="None" OnRowEditing="TransferGrid_RowEditing"
                                        Width="100%">
                                        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" HorizontalAlign="Left" />
                                        <Columns>
                                            <asp:BoundField DataField="TransferID" HeaderText="调动编号">
                                                <ItemStyle HorizontalAlign="Center" />
                                            </asp:BoundField>
                                            <asp:BoundField DataField="EmployeeID" HeaderText="员工编号">
                                                <ItemStyle HorizontalAlign="Center" />
                                            </asp:BoundField>
                                            <asp:BoundField DataField="OldDepart" HeaderText="调动前部门">
                                                <ItemStyle HorizontalAlign="Center" />
                                            </asp:BoundField>
                                            <asp:BoundField DataField="NewDepart" HeaderText="调动后部门">
                                                <ItemStyle HorizontalAlign="Center" />
                                            </asp:BoundField>
                                            <asp:BoundField DataField="Position" HeaderText="新职务">
                                                <ItemStyle HorizontalAlign="Center" />
                                            </asp:BoundField>
                                            <asp:CommandField ShowEditButton="True" EditText="查看">
                                                <ItemStyle HorizontalAlign="Center" />
                                            </asp:CommandField>
                                        </Columns>
                                        <RowStyle BackColor="#EFF3FB" />
                                        <EditRowStyle BackColor="#2461BF" />
                                        <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
                                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                                        <AlternatingRowStyle BackColor="White" />
                                    </asp:GridView>
                                </td>
                            </tr>
                        </table>
                        <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="4">
                                        <font face="宋体">员工:</font><asp:Label ID="CurrentEmployeeName" runat="server" Width="200"
                                            Font-Bold="True" ForeColor="Red"></asp:Label><font face="宋体">的信息如下:</font></td>
                                </tr>
                                <tr height="30">
                                    <td align="right" width="120">
                                        <asp:Label ID="lblLReceiver" runat="server" Width="49px">员工姓名</asp:Label><font face="宋体">:</font></td>
                                    <td style="width: 216px">
                                        <font face="宋体">&nbsp;</font>
                                        <asp:TextBox ID="EmployName" runat="server" CssClass="inputcss" Width="150px" Enabled="False"></asp:TextBox></td>
                                    <td align="right" width="120">
                                        <asp:Label ID="lblAdditionalNo" runat="server">员工编号</asp:Label><font face="宋体">:</font></td>
                                    <td>
                                        <font face="宋体">&nbsp;</font>
                                        <asp:TextBox ID="EmployID" runat="server" CssClass="inputcss" Width="150px" Enabled="False"></asp:TextBox></td>
                                </tr>
                                <tr height="30">
                                    <td align="right">
                                        <asp:Label ID="Label7" runat="server">调动前部门</asp:Label><font face="宋体">:</font></td>
                                    <td style="width: 216px">
                                        <font face="宋体">&nbsp;</font>
                                        <asp:TextBox ID="OldDepart" runat="server" CssClass="inputcss" Width="150px" Enabled="False"></asp:TextBox></td>
                                    <td align="right">
                                        <asp:Label ID="Label8" runat="server">调动后部门</asp:Label><font face="宋体">:</font></td>
                                    <td>
                                        <font face="宋体">&nbsp;</font>
                                        <asp:TextBox ID="NewDepart" runat="server" CssClass="inputcss" Width="150px" Enabled="False"></asp:TextBox></td>
                                </tr>
                                <tr height="30">
                                    <td align="right">
                                        <asp:Label ID="Label9" runat="server">新职务</asp:Label><font face="宋体">:</font></td>
                                    <td style="width: 216px">
                                        <font face="宋体">&nbsp;</font>
                                        <asp:TextBox ID="NewPosition" runat="server" CssClass="inputcss" Width="150px" Enabled="False"></asp:TextBox></td>
                                    <td align="right">
                                        <asp:Label ID="Label10" runat="server">调动日期</asp:Label><font face="宋体">:</font></td>
                                    <td>
                                        <font face="宋体">&nbsp;</font>
                                        <asp:TextBox ID="TransferDay" runat="server" CssClass="inputcss" Width="150px" Enabled="False"></asp:TextBox></td>
                                </tr>
                                <tr height="30">
                                    <td align="right">
                                        <asp:Label ID="Label16" runat="server">调动原因</asp:Label><font face="宋体">:</font></td>
                                    <td colspan="3">
                                        <font face="宋体">&nbsp;&nbsp;
                                            <asp:TextBox ID="TransferReason" runat="server" CssClass="inputcss" Width="442px"
                                                Enabled="False" TextMode="MultiLine" Height="150px"></asp:TextBox></font></td>
                                </tr>
                                <tr height="30">
                                    <td valign="top" align="right">
                                        <asp:Label ID="Label3" runat="server">备注</asp:Label><font face="宋体">:</font></td>
                                    <td colspan="3">
                                        <font face="宋体">&nbsp;</font>
                                        <asp:TextBox ID="Remark" runat="server" CssClass="inputcss" Width="442px" Enabled="False"
                                            TextMode="MultiLine" Height="150px"></asp:TextBox></td>
                                </tr>
                            </tbody>
                        </table>
                        <br>
                    </div>
                </div>
                <div class="item_odd_work" style="border-right: medium none; border-top: medium none;
                    font-size: 1px; border-left: medium none; line-height: 1px; border-bottom: medium none">
                </div>
            </div>
            <div class="content_end_work">
                <font></font>
            </div>
            <font face="宋体"></font>
        </div>
        <!--center end-->
        <div id="footer">
            <!--#include virtual="/PMS/Inc/footer.inc"-->
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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