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

📄 depschbyday.aspx

📁 套功能强大的网络办公系统
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="DepSchByDay.aspx.vb" Inherits="ioffice.DepSchByDay"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title></title>
		<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
		<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="../../Styles.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
					<TBODY>
						<TR>
							<TD class="" style="HEIGHT: 30px" vAlign="top" noWrap>
								<TABLE style="WIDTH: 100%; HEIGHT: 25px" cellSpacing="0" cellPadding="0" bgColor="#887858" border="0">
									<TR>
										<TD class="titlebar" style="WIDTH: 56.33%">
											&nbsp;日程任务:部门日程
										</TD>
										<TD class="tttable" noWrap align="right">
											<asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
										</TD>
									</TR>
								</TABLE>
							</TD>
						</TR>
						<TR>
							<TD style="HEIGHT: 50px" vAlign="top" align="middle">
								<TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
									<TR>
										<TD vAlign="center" noWrap>
											<TABLE class="td" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
												<TR>
													<TD style="WIDTH: 54px" noWrap align="right">
														机构名称
													</TD>
													<TD style="WIDTH: 95px">
														<asp:dropdownlist id="dropBranch" runat="server" CssClass="td" Width="100px" Height="23px" DataTextField="simcode" DataValueField="branchid" AutoPostBack="True"></asp:dropdownlist>
													</TD>
													<TD style="WIDTH: 25px" noWrap align="right">
														部门
													</TD>
													<TD style="WIDTH: 72px">
														<asp:dropdownlist id="dropDep" runat="server" CssClass="td" Width="142px" Height="23px" DataTextField="depname" DataValueField="depcode"></asp:dropdownlist>
													</TD>
													<TD style="WIDTH: 59px" noWrap align="right">
														姓名/帐号
													</TD>
													<TD style="WIDTH: 86px">
														<asp:textbox id="txtName" runat="server" CssClass="td" Width="84px"></asp:textbox>
													</TD>
													<TD>
														&nbsp;<asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../../img/button/query.gif"></asp:imagebutton>
													</TD>
												</TR>
												<TR>
													<TD style="WIDTH: 54px" noWrap align="right">
														日期:年
													</TD>
													<TD style="WIDTH: 95px">
														<asp:textbox id="txtYear" runat="server" Width="100px"></asp:textbox>
													</TD>
													<TD style="WIDTH: 25px" noWrap align="right">
													</TD>
													<TD style="WIDTH: 72px">
														<asp:dropdownlist id="dropMonth" runat="server" Height="23px" Width="142px" AutoPostBack="True">
															<asp:ListItem Value="一月">一月</asp:ListItem>
															<asp:ListItem Value="二月">二月</asp:ListItem>
															<asp:ListItem Value="三月">三月</asp:ListItem>
															<asp:ListItem Value="四月">四月</asp:ListItem>
															<asp:ListItem Value="五月">五月</asp:ListItem>
															<asp:ListItem Value="六月">六月</asp:ListItem>
															<asp:ListItem Value="七月">七月</asp:ListItem>
															<asp:ListItem Value="八月">八月</asp:ListItem>
															<asp:ListItem Value="九月">九月</asp:ListItem>
															<asp:ListItem Value="十月">十月</asp:ListItem>
															<asp:ListItem Value="十一月">十一月</asp:ListItem>
															<asp:ListItem Value="十二月">十二月</asp:ListItem>
														</asp:dropdownlist>
													</TD>
													<TD style="WIDTH: 59px" noWrap align="right">
													</TD>
													<TD style="WIDTH: 86px">
														<asp:dropdownlist id="dropDay" runat="server" Width="84px" AutoPostBack="True">
															<asp:ListItem Value="1">1</asp:ListItem>
															<asp:ListItem Value="2">2</asp:ListItem>
															<asp:ListItem Value="3">3</asp:ListItem>
															<asp:ListItem Value="4">4</asp:ListItem>
															<asp:ListItem Value="5">5</asp:ListItem>
															<asp:ListItem Value="6">6</asp:ListItem>
															<asp:ListItem Value="7">7</asp:ListItem>
															<asp:ListItem Value="8">8</asp:ListItem>
															<asp:ListItem Value="9">9</asp:ListItem>
															<asp:ListItem Value="10">10</asp:ListItem>
															<asp:ListItem Value="11">11</asp:ListItem>
															<asp:ListItem Value="12">12</asp:ListItem>
															<asp:ListItem Value="13">13</asp:ListItem>
															<asp:ListItem Value="14">14</asp:ListItem>
															<asp:ListItem Value="15">15</asp:ListItem>
															<asp:ListItem Value="16">16</asp:ListItem>
															<asp:ListItem Value="17">17</asp:ListItem>
															<asp:ListItem Value="18">18</asp:ListItem>
															<asp:ListItem Value="19">19</asp:ListItem>
															<asp:ListItem Value="20">20</asp:ListItem>
															<asp:ListItem Value="21">21</asp:ListItem>
															<asp:ListItem Value="22">22</asp:ListItem>
															<asp:ListItem Value="23">23</asp:ListItem>
															<asp:ListItem Value="24">24</asp:ListItem>
															<asp:ListItem Value="25">25</asp:ListItem>
															<asp:ListItem Value="26">26</asp:ListItem>
															<asp:ListItem Value="27">27</asp:ListItem>
															<asp:ListItem Value="28">28</asp:ListItem>
															<asp:ListItem Value="29">29</asp:ListItem>
															<asp:ListItem Value="30">30</asp:ListItem>
															<asp:ListItem Value="31">31</asp:ListItem>
														</asp:dropdownlist>
													</TD>
													<TD>
														<asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
													</TD>
												</TR>
											</TABLE>
										</TD>
									</TR>
								</TABLE>
							</TD>
						</TR>
						<TR>
							<TD style="WIDTH: 100%" vAlign="top" align="middle">
								<TABLE cellSpacing="0" cellPadding="0" width="95%" border="0" height="92%">
									<TR>
										<TD style="HEIGHT: 200px" vAlign="top">
											<TABLE class="td" style="WIDTH: 100%; HEIGHT: 21px" cellSpacing="0" cellPadding="0" border="0">
												<TR>
													<TD class="tttable" height="10">
													</TD>
													<TD style="WIDTH: 120px" align="right" height="10">
													</TD>
													<TD style="WIDTH: 80px" height="10">
													</TD>
												</TR>
												<TR>
													<TD class="tttable">
														部门日程列表
														<asp:Label id="lblEmpNum" runat="server" CssClass="tttable"></asp:Label>
														<asp:Label id="lblDate" runat="server" Visible="False"></asp:Label>
														<asp:linkbutton id="cmdToday" runat="server" ToolTip="查看今日[部门日程]"></asp:linkbutton>
													</TD>
													<TD style="WIDTH: 120px" align="right">
														<asp:HyperLink id="lnkByWeek" runat="server" CssClass="td" NavigateUrl="DepSch.aspx"><img src="../../img/week.gif" border="0" align="absbottom">&nbsp;按周</asp:HyperLink>&nbsp;
													</TD>
													<TD style="WIDTH: 80px">
														<asp:HyperLink id="lnkByDay" runat="server" Enabled="False"><img src="../../img/day.gif" border="0" align="absbottom">&nbsp;按天</asp:HyperLink>
													</TD>
												</TR>
											</TABLE>
											<TABLE height="28" cellSpacing="0" cellPadding="0" width="100%" bgColor="#d8c8a8" border="0" class="tableline" borderColor="#999999">
												<TR>
													<TD noWrap>
														&nbsp;&nbsp;&nbsp;&nbsp;
														<asp:LinkButton id="cmdLastDay" runat="server" CssClass="tttable"><img src="../../img/left_arrow.gif" alt="上一天" border="0" />上一天</asp:LinkButton>
													</TD>
													<TD noWrap align="middle">
														<asp:label id="lblHeader" runat="server" Font-Bold="True" Font-Size="18px">2001年11月28日 星期日</asp:label>
													</TD>
													<TD noWrap align="right">
														<asp:LinkButton id="cmdNextDay" runat="server" CssClass="tttable">下一天<img src="../../img/right_arrow.gif" alt="下一天" border="0" /></asp:LinkButton>
														&nbsp;&nbsp;&nbsp;&nbsp;
													</TD>
												</TR>
											</TABLE>
											<asp:DataGrid id="dgdData" runat="server" CssClass="td" Width="100%" AllowSorting="True" AutoGenerateColumns="False" PageSize="15" AllowPaging="True" BorderColor="#999999" BackColor="#F8F4E4">
												<HeaderStyle Font-Size="13px" HorizontalAlign="Center" Height="26px" CssClass="tttable" BackColor="#F0F0E8"></HeaderStyle>
												<PagerStyle PageButtonCount="15" Mode="NumericPages"></PagerStyle>
												<Columns>
													<asp:BoundColumn DataField="name" SortExpression="name" HeaderText="员工姓名">
														<HeaderStyle Wrap="False" Width="80px"></HeaderStyle>
														<ItemStyle Wrap="False"></ItemStyle>
													</asp:BoundColumn>
													<asp:BoundColumn DataField="w0" HeaderText="今日程安排">
														<HeaderStyle Wrap="False"></HeaderStyle>
														<ItemStyle VerticalAlign="Top"></ItemStyle>
													</asp:BoundColumn>
												</Columns>
											</asp:DataGrid>
										</TD>
									</TR>
									<TR>
										<TD vAlign="top">
											<TABLE class="td" style="WIDTH: 100%; HEIGHT: 15px" cellSpacing="0" cellPadding="0" border="0">
												<TR>
													<TD class="tttable" style="WIDTH: 56px" noWrap>
														交通费:
													</TD>
													<TD class="" style="WIDTH: 29px" noWrap>
														<asp:Label id="lblJt" runat="server">0</asp:Label>
													</TD>
													<TD class="tttable" style="WIDTH: 54px" noWrap>
														住宿费:
													</TD>
													<TD style="WIDTH: 29px" noWrap>
														<asp:Label id="lblJs" runat="server">0</asp:Label>
													</TD>
													<TD class="tttable" style="WIDTH: 55px" noWrap>
														餐饮费:
													</TD>
													<TD style="WIDTH: 29px" noWrap>
														<asp:Label id="lblCf" runat="server">0</asp:Label>
													</TD>
													<TD class="tttable" style="WIDTH: 53px" noWrap>
														其它费:
													</TD>
													<TD style="WIDTH: 37px" noWrap>
														<asp:Label id="lblOther" runat="server">0</asp:Label>
													</TD>
													<TD class="tttable" style="WIDTH: 40px" noWrap>
														总计:
													</TD>
													<TD noWrap>
														<asp:Label id="lblSum" runat="server">0</asp:Label>
													</TD>
													<TD noWrap>
													</TD>
													<TD noWrap>
													</TD>
													<TD noWrap>
													</TD>
												</TR>
												<TR>
													<TD class="tttable" style="WIDTH: 56px" noWrap height="20">
													</TD>
													<TD style="WIDTH: 29px" noWrap height="20">
													</TD>
													<TD class="tttable" style="WIDTH: 54px" noWrap height="20">
													</TD>
													<TD style="WIDTH: 29px" noWrap height="20">
													</TD>
													<TD class="tttable" style="WIDTH: 55px" noWrap height="20">
													</TD>
													<TD style="WIDTH: 29px" noWrap height="20">
													</TD>
													<TD class="tttable" style="WIDTH: 53px" noWrap height="20">
													</TD>
													<TD style="WIDTH: 37px" noWrap height="20">
													</TD>
													<TD class="tttable" style="WIDTH: 40px" noWrap height="20">
													</TD>
													<TD noWrap height="20">
													</TD>
													<TD noWrap height="20">
													</TD>
													<TD noWrap height="20">
													</TD>
													<TD noWrap height="20">
													</TD>
												</TR>
											</TABLE>
										</TD>
									</TR>
								</TABLE>
			</FONT>
		</form>
		</TD></TR></TBODY></TABLE></FONT>
	</body>
</HTML>

⌨️ 快捷键说明

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