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

📄 showdetail.aspx

📁 人事管理系统的WEB开发程序源代码,有住于WEB开发的学习
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Page language="c#" Codebehind="ShowDetail.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.Performance.ShowDetail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ShowDetail</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">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体" size="small">
				<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
					cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr vAlign="top" height="100">
						<td colSpan="2"><uc1:header id="Header1" runat="server"></uc1:header></td>
					</tr>
					<TR vAlign="top">
						<TD style="WIDTH: 143px" align="left" width="143" height="100%"><uc1:left id="Left1" runat="server"></uc1:left></TD>
						<TD vAlign="top" align="center">
							<P><asp:panel id="pnlPageFix" runat="server" Height="10px" Width="600px"></asp:panel><asp:label id="lblIsManager" runat="server" Visible="False"></asp:label><asp:label id="lblPerformID" runat="server" Visible="False"></asp:label><asp:label id="lblEmpID" runat="server" Visible="False"></asp:label><asp:label id="lblYear" runat="server" Visible="False"></asp:label><asp:label id="lblSeason" runat="server" Visible="False"></asp:label><asp:label id="lblPerformItemID" runat="server" Visible="False"></asp:label><asp:panel id="pnlBody" runat="server" Height="10px" Width="600px" HorizontalAlign="Left"><asp:label id="lblOrgSelfScore" runat="server" Visible="False"></asp:label>
									<asp:label id="lblOrgReviewScore" runat="server" Visible="False"></asp:label>
									<asp:label id="lblNoLast" runat="server" Visible="False">没有业绩报告的历史记录。</asp:label>
									<asp:label id="lblDeptID" runat="server" Width="88px" Visible="False"></asp:label>
									<asp:panel id="pnlLast" runat="server" Width="600px">
										<asp:panel id="pnlStatus" runat="server" Height="24px" Width="456px">
											<asp:label id="lblPerformStatusText" runat="server" Width="168px" Height="16px" Font-Bold="True"
												Font-Size="X-Small">本业绩报告的当前状态是:</asp:label>
											<asp:label id="lblPerformStatus" runat="server" Width="224px" Font-Bold="True" Font-Size="X-Small"
												ForeColor="Red">可修改</asp:label>
										</asp:panel>
										<asp:label id="lblLastObject" runat="server" Width="200px" Font-Size="X-Small" Font-Bold="True">对本季度目标的回顾:</asp:label>
										<asp:datagrid id="grdLast" runat="server" Width="590px" Font-Size="Small" CellPadding="2" BackColor="White"
											BorderWidth="1px" BorderStyle="None" BorderColor="#CCCCCC" AutoGenerateColumns="False">
											<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
											<ItemStyle Font-Size="Smaller" ForeColor="#000066"></ItemStyle>
											<HeaderStyle Font-Size="Smaller" Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
											<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
											<Columns>
												<asp:BoundColumn Visible="False" DataField="PerformItemID" HeaderText="PerformItemID">
													<HeaderStyle Width="0px"></HeaderStyle>
												</asp:BoundColumn>
												<asp:BoundColumn DataField="ObjectContent" ReadOnly="True" HeaderText="所设定的目标">
													<HeaderStyle Width="300px"></HeaderStyle>
												</asp:BoundColumn>
												<asp:TemplateColumn HeaderText="员工自评">
													<HeaderStyle Width="70px"></HeaderStyle>
													<ItemTemplate>
														<asp:Label id=lblGrdSelf runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.SelfScore") %>'>
														</asp:Label>
													</ItemTemplate>
													<EditItemTemplate>
														<asp:dropdownlist id="cmbEditSelf" runat="server" Width="48px" Font-Size="XX-Small">
															<asp:ListItem Value="5">5</asp:ListItem>
															<asp:ListItem Value="4">4</asp:ListItem>
															<asp:ListItem Value="3">3</asp:ListItem>
															<asp:ListItem Value="2">2</asp:ListItem>
															<asp:ListItem Value="1">1</asp:ListItem>
														</asp:dropdownlist>
													</EditItemTemplate>
												</asp:TemplateColumn>
												<asp:TemplateColumn HeaderText="经理评分">
													<HeaderStyle Width="70px"></HeaderStyle>
													<ItemTemplate>
														<asp:Label id=lblGrdReview runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.ReviewScore") %>'>
														</asp:Label>
													</ItemTemplate>
													<EditItemTemplate>
														<asp:dropdownlist id="cmbEditReview" runat="server" Width="48px" Font-Size="XX-Small">
															<asp:ListItem Value="5">5</asp:ListItem>
															<asp:ListItem Value="4">4</asp:ListItem>
															<asp:ListItem Value="3">3</asp:ListItem>
															<asp:ListItem Value="2">2</asp:ListItem>
															<asp:ListItem Value="1">1</asp:ListItem>
														</asp:dropdownlist>
													</EditItemTemplate>
												</asp:TemplateColumn>
												<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" CancelText="取消" EditText="编辑">
													<HeaderStyle Width="70px"></HeaderStyle>
												</asp:EditCommandColumn>
											</Columns>
											<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
										</asp:datagrid></P>
							<asp:label id="lblSelfComment" runat="server" Width="200px" Font-Size="X-Small" Font-Bold="True">对本季度的总评:</asp:label><br>
							<asp:textbox id="txtSelfComment" runat="server" Height="36px" Width="590px" Font-Size="X-Small"></asp:textbox><br>
							<asp:label id="lblReviewComment" runat="server" Width="200px" Font-Size="X-Small" Font-Bold="True">经理总评:</asp:label><br>
							<asp:textbox id="txtReviewComment" runat="server" Height="36px" Width="590px" Font-Size="X-Small"></asp:textbox>
							<P><asp:label id="lblSelfScore" runat="server" Width="112px" Font-Size="X-Small" Font-Bold="True">员工总评分:</asp:label><asp:dropdownlist id="cmbSelfScore" runat="server" Height="10px" Font-Size="XX-Small">
									<asp:ListItem Value="5">5</asp:ListItem>
									<asp:ListItem Value="4">4</asp:ListItem>
									<asp:ListItem Value="3">3</asp:ListItem>
									<asp:ListItem Value="2">2</asp:ListItem>
									<asp:ListItem Value="1">1</asp:ListItem>
								</asp:dropdownlist><br>
								<asp:label id="lblReviewScore" runat="server" Width="112px" Font-Size="X-Small" Font-Bold="True">经理总评分:</asp:label><asp:dropdownlist id="cmbReviewScore" runat="server" Font-Size="XX-Small" Height="31px">
									<asp:ListItem Value="5">5</asp:ListItem>
									<asp:ListItem Value="4">4</asp:ListItem>
									<asp:ListItem Value="3">3</asp:ListItem>
									<asp:ListItem Value="2">2</asp:ListItem>
									<asp:ListItem Value="1">1</asp:ListItem>
									<asp:ListItem Value="0" Selected="True">0</asp:ListItem>
								</asp:dropdownlist></P>
							<P><asp:button id="btnSave" runat="server" Width="64px" Text="保存"></asp:button>&nbsp;
								<asp:button id="btnCheckOver" runat="server" Text="审核结束"></asp:button></P>
							</asp:panel>
							<P><asp:panel id="pnlNext" runat="server">
									<asp:label id="lblNextObject" runat="server" Width="200px" Font-Bold="True" Font-Size="X-Small">设定下一季度的目标:</asp:label>
									<BR>
									<asp:textbox id="txtNewObject" runat="server" Width="494px" Height="36px"></asp:textbox>
									<asp:button id="btnAdd" runat="server" Width="56px" Text="添加"></asp:button>
									<asp:datagrid id="grdNext" runat="server" Width="550px" AutoGenerateColumns="False" BorderColor="#CCCCCC"
										BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="2">
										<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
										<ItemStyle Font-Size="Smaller" ForeColor="#000066"></ItemStyle>
										<HeaderStyle Font-Size="Smaller" Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
										<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
										<Columns>
											<asp:BoundColumn Visible="False" DataField="PerformItemID" ReadOnly="True" HeaderText="PerformItemID">
												<HeaderStyle Width="0px"></HeaderStyle>
											</asp:BoundColumn>
											<asp:TemplateColumn HeaderText="下一季度已设定的目标">
												<HeaderStyle Width="420px"></HeaderStyle>
												<ItemTemplate>
													<asp:Label id=Label1 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.ObjectContent") %>'>
													</asp:Label>
												</ItemTemplate>
												<EditItemTemplate>
													<asp:TextBox id=txtObject runat="server" Width="400px" Text='<%# DataBinder.Eval(Container, "DataItem.ObjectContent") %>'>
													</asp:TextBox>
												</EditItemTemplate>
											</asp:TemplateColumn>
											<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
											<asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn>
										</Columns>
										<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
									</asp:datagrid>
								</asp:panel></P>
							<INPUT id="btnBack" style="WIDTH: 72px; HEIGHT: 24px" onclick="window.history.go(-1)" type="button"
								value="后退" name="btnBack"> </asp:panel></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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