selectleaveworkers.aspx
来自「c#三层架构项目开发的全过程」· ASPX 代码 · 共 83 行
ASPX
83 行
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SelectLeaveWorkers.aspx.cs" Inherits="金利来分销管理系统.Employee.SelectLeaveWorkers" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>员工状态信息查看</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR>
</head>
<body style="BACKGROUND-POSITION-Y: -120px; BACKGROUND-IMAGE: url(../images/bg.gif); BACKGROUND-REPEAT: repeat-x">
<form id="form1" runat="server">
<div>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR
style="BACKGROUND-IMAGE: url(../images/bg_header.gif); BACKGROUND-REPEAT: repeat-x"
height=47>
<TD width=10><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hl.gif); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN></TD>
<TD><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hl2.gif); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN><SPAN
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hb.gif); PADDING-BOTTOM: 10px; COLOR: white; PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 47px; TEXT-ALIGN: center; 0px: ">员工状态信息查看</SPAN><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hr.gif); WIDTH: 60px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN></TD>
<TD
style="BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(../images/main_rc.gif)"
width=10></TD>
</TR>
<TR>
<TD style="BACKGROUND-IMAGE: url(../images/main_ls.gif)"> </TD>
<TD
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #566984; PADDING-TOP: 10px; BACKGROUND-COLOR: white"
vAlign=top align=middle>
<DIV>
<table width="50%">
<tr>
<td class="style1">员工状态信息查看</td>
<td align=right>
<asp:DropDownList ID="ddlFindData" runat="server">
<asp:ListItem>请输入搜索条件</asp:ListItem>
<asp:ListItem>离职</asp:ListItem>
<asp:ListItem>在职</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="btnFind" runat="server" Text="搜索" onclick="btnFind_Click" />
</tr>
</table>
<br />
<asp:GridView ID="gvEmployeeLeaveDetail" runat="server"
AutoGenerateColumns="False" Width="100%"
BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px"
CellPadding="4" Height="68px" style="text-align: center"
AllowPaging="True"
onpageindexchanging="gvEmployeeLeaveDetail_PageIndexChanging"
PageSize="15">
<Columns>
<asp:BoundField HeaderText="员工编号" DataField="Employee_ID" />
<asp:BoundField HeaderText="员工姓名" DataField="Employee_Name" />
<asp:BoundField HeaderText="所属分店" DataField="Shop_name" />
<asp:BoundField HeaderText="所属职位" DataField="role_Name" />
<asp:BoundField HeaderText="入职时间" DataField="Employee_In_time" />
<asp:BoundField HeaderText="联系电话" DataField="Employee_Tel" />
<asp:BoundField DataField="Employee_state" HeaderText="员工状态" />
</Columns>
</asp:GridView>
</TD>
<TD style="BACKGROUND-IMAGE: url(../images/main_rs.gif)"></TD>
</TR>
<TR
style="BACKGROUND-IMAGE: url(../images/main_fs.gif); BACKGROUND-REPEAT: repeat-x"
height=10>
<TD style="BACKGROUND-IMAGE: url(../images/main_lf.gif)"></TD>
<TD style="BACKGROUND-IMAGE: url(../images/main_fs.gif)"></TD>
<TD
style="BACKGROUND-IMAGE: url(../images/main_rf.gif)"></TD>
</TR>
</TBODY>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?