DepSchByDay.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:12k
源码类别:

.net编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="DepSchByDay.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.Schedule.DepSchByDay" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4.   <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../lynn.css" type="text/css" rel="stylesheet">
  11.   </HEAD>
  12. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Form1" method="post" runat="server">
  14. <FONT face="宋体">
  15. <TABLE style="Z-INDEX: 101; WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  16. <TBODY>
  17. <TR>
  18. <TD class="" style="HEIGHT: 30px" vAlign="top" noWrap>
  19. <TABLE  style="WIDTH: 100%;HEIGHT: 21" align=left cellSpacing="0" cellPadding="0" class=headcenter border="0">
  20. <TR>
  21. <TD  align=left style="WIDTH: 56.33%">&nbsp;日程任务:部门日程
  22. </TD>
  23. <TD class="tttable" noWrap align="right"><asp:label id="lblUName" runat="server" CssClass="uname" Font-Size="X-Small"></asp:label></TD>
  24. </TR>
  25. </TABLE>
  26. </TD>
  27. </TR>
  28. <TR>
  29. <TD style="HEIGHT: 50px" vAlign="top" align="middle">
  30. <TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
  31. <TR>
  32. <TD vAlign="center" noWrap>
  33. <TABLE class="td" style="FONT-SIZE: 9pt; WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
  34. <TR>
  35. <TD style="WIDTH: 54px" noWrap align="right">机构名称
  36. </TD>
  37. <TD style="WIDTH: 95px"><asp:dropdownlist id="dropBranch" runat="server" CssClass="td" Width="100px" Height="23px" DataTextField="simcode" DataValueField="branchid" Enabled="False"></asp:dropdownlist></TD>
  38. <TD style="WIDTH: 25px" noWrap align="right">部门
  39. </TD>
  40. <TD style="WIDTH: 72px"><asp:dropdownlist id="dropDep" runat="server" CssClass="td" Width="142px" Height="23px" DataTextField="depname" DataValueField="depcode" Enabled="False"></asp:dropdownlist></TD>
  41. <TD style="WIDTH: 59px" noWrap align="right">姓名/帐号
  42. </TD>
  43. <TD style="WIDTH: 86px"><asp:textbox id="dropName" runat="server" CssClass="td" Enabled="False" Width="84px"></asp:textbox></TD>
  44. <TD style="FONT-SIZE: 9pt">&nbsp;<asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../img/button/query.gif"></asp:imagebutton>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD style="WIDTH: 54px" noWrap align="right">日期:年
  49. </TD>
  50. <TD style="WIDTH: 95px"><asp:textbox id="dropYear" runat="server" Enabled="False" Width="100px"></asp:textbox></TD>
  51. <TD style="WIDTH: 25px" noWrap align="right">月
  52. </TD>
  53. <TD style="WIDTH: 72px"><asp:dropdownlist id="dropMonth" runat="server" Enabled="False" Width="142px" Height="23px">
  54. <asp:ListItem Value="一月">一月</asp:ListItem>
  55. <asp:ListItem Value="二月">二月</asp:ListItem>
  56. <asp:ListItem Value="三月">三月</asp:ListItem>
  57. <asp:ListItem Value="四月">四月</asp:ListItem>
  58. <asp:ListItem Value="五月">五月</asp:ListItem>
  59. <asp:ListItem Value="六月">六月</asp:ListItem>
  60. <asp:ListItem Value="七月">七月</asp:ListItem>
  61. <asp:ListItem Value="八月">八月</asp:ListItem>
  62. <asp:ListItem Value="九月">九月</asp:ListItem>
  63. <asp:ListItem Value="十月">十月</asp:ListItem>
  64. <asp:ListItem Value="十一月">十一月</asp:ListItem>
  65. <asp:ListItem Value="十二月">十二月</asp:ListItem>
  66. </asp:dropdownlist></TD>
  67. <TD style="WIDTH: 59px" noWrap align="right">日
  68. </TD>
  69. <TD style="WIDTH: 86px"><asp:dropdownlist id="dropDay" runat="server" Enabled="False" Width="84px">
  70. <asp:ListItem Value="1">1</asp:ListItem>
  71. <asp:ListItem Value="2">2</asp:ListItem>
  72. <asp:ListItem Value="3">3</asp:ListItem>
  73. <asp:ListItem Value="4">4</asp:ListItem>
  74. <asp:ListItem Value="5">5</asp:ListItem>
  75. <asp:ListItem Value="6">6</asp:ListItem>
  76. <asp:ListItem Value="7">7</asp:ListItem>
  77. <asp:ListItem Value="8">8</asp:ListItem>
  78. <asp:ListItem Value="9">9</asp:ListItem>
  79. <asp:ListItem Value="10">10</asp:ListItem>
  80. <asp:ListItem Value="11">11</asp:ListItem>
  81. <asp:ListItem Value="12">12</asp:ListItem>
  82. <asp:ListItem Value="13">13</asp:ListItem>
  83. <asp:ListItem Value="14">14</asp:ListItem>
  84. <asp:ListItem Value="15">15</asp:ListItem>
  85. <asp:ListItem Value="16">16</asp:ListItem>
  86. <asp:ListItem Value="17">17</asp:ListItem>
  87. <asp:ListItem Value="18">18</asp:ListItem>
  88. <asp:ListItem Value="19">19</asp:ListItem>
  89. <asp:ListItem Value="20">20</asp:ListItem>
  90. <asp:ListItem Value="21">21</asp:ListItem>
  91. <asp:ListItem Value="22">22</asp:ListItem>
  92. <asp:ListItem Value="23">23</asp:ListItem>
  93. <asp:ListItem Value="24">24</asp:ListItem>
  94. <asp:ListItem Value="25">25</asp:ListItem>
  95. <asp:ListItem Value="26">26</asp:ListItem>
  96. <asp:ListItem Value="27">27</asp:ListItem>
  97. <asp:ListItem Value="28">28</asp:ListItem>
  98. <asp:ListItem Value="29">29</asp:ListItem>
  99. <asp:ListItem Value="30">30</asp:ListItem>
  100. <asp:ListItem Value="31">31</asp:ListItem>
  101. </asp:dropdownlist></TD>
  102. <TD><asp:label id="lblErr" runat="server" CssClass="err" Visible="False" Font-Size="X-Small"></asp:label></TD>
  103. </TR>
  104. </TABLE>
  105. </TD>
  106. </TR>
  107. </TABLE>
  108. </TD>
  109. </TR>
  110. <TR>
  111. <TD style="WIDTH: 100%" vAlign="top" align="middle">
  112. <TABLE style="FONT-SIZE: 9pt" height="92%" cellSpacing="0" cellPadding="0" width="90%" border="0">
  113. <TR>
  114. <TD style="FONT-SIZE: 9pt; HEIGHT: 200px" vAlign="top">
  115. <TABLE class="td" style="WIDTH: 100%" cellSpacing="0" cellPadding="0" border="0">
  116. <TR>
  117. <TD class="tttable" style="HEIGHT: 20px" height="20"></TD>
  118. <TD style="WIDTH: 120px; HEIGHT: 20px" align="right" height="20"></TD>
  119. <TD style="WIDTH: 80px; HEIGHT: 20px" height="20"></TD>
  120. </TR>
  121. <TR>
  122. <TD class="tttable" style="FONT-SIZE: 9pt">部门日程列表
  123. <asp:label id="lblEmpNum" runat="server" CssClass="tttable" Font-Size="X-Small"></asp:label><asp:label id="lblDate" runat="server" Visible="False" Font-Size="X-Small"></asp:label><asp:linkbutton id="cmdToday" runat="server" ToolTip="查看今日[部门日程]" Font-Size="X-Small"></asp:linkbutton></TD>
  124. <TD style="FONT-SIZE: 9pt; WIDTH: 120px" align="right"><asp:hyperlink id="lnkByWeek" runat="server" CssClass="td" NavigateUrl="DepSch.aspx" Font-Size="X-Small"><img src="../img/week.gif" border="0" align="absbottom">&nbsp;按周</asp:hyperlink>&nbsp;
  125. </TD>
  126. <TD style="FONT-SIZE: 9pt; WIDTH: 80px"><asp:hyperlink id="lnkByDay" runat="server" Enabled="False" Font-Size="X-Small"><img src="../img/day.gif" border="0" align="absbottom">&nbsp;按天</asp:hyperlink></TD>
  127. </TR>
  128. </TABLE>
  129. <TABLE id="Table34" width="100%" cellSpacing="0" cellPadding="0" bordercolordark="#ffffff" bordercolor="#888888" border="1" class=headcenter>
  130. <TR>
  131. <TD style="FONT-SIZE: 9pt" noWrap>&nbsp;&nbsp;&nbsp;&nbsp;
  132. <asp:linkbutton id="cmdLastDay" runat="server" Height="1px" Width="49px" Font-Size="X-Small">
  133. 上一天<img src="../img/left_arrow.gif" alt="上一天" border="0" /></asp:linkbutton></TD>
  134. <TD style="FONT-SIZE: 9pt" noWrap align="middle"><asp:label id="lblHeader" runat="server" Font-Bold="True" Font-Size="14px"></asp:label></TD>
  135. <TD style="FONT-SIZE: 9pt" noWrap align="right"><asp:linkbutton id="cmdNextDay" runat="server" CssClass="tttable" Font-Size="X-Small"><img src="../img/right_arrow.gif" alt="下一天" border="0" />下一天</asp:linkbutton>&nbsp;&nbsp;&nbsp;&nbsp;
  136. </TD>
  137. </TR>
  138. </TABLE>
  139. <TABLE id="Table1" width="100%" cellSpacing="0" cellPadding="0" bordercolordark="#ffffff" bordercolor="#888888" border="1" style="HEIGHT: 171px">
  140. <tr>
  141. <td>
  142. <asp:datagrid id="dgdData" runat="server" CssClass="td" Width="100%" Font-Size="14px" AllowSorting="True" AutoGenerateColumns="False" AllowPaging="True" BorderWidth="1px" BackColor="#F7F7F7" BorderColor="#F7F7F7" BorderStyle="Solid">
  143. <SelectedItemStyle BackColor="Transparent">
  144. </SelectedItemStyle>
  145. <EditItemStyle ForeColor="Black" BackColor="Black">
  146. </EditItemStyle>
  147. <AlternatingItemStyle BorderColor="White" BackColor="White">
  148. </AlternatingItemStyle>
  149. <ItemStyle CssClass="textcenter" BackColor="#DEDFDE">
  150. </ItemStyle>
  151. <HeaderStyle CssClass="headcenter">
  152. </HeaderStyle>
  153. <FooterStyle CssClass="headcenter">
  154. </FooterStyle>
  155. <Columns>
  156. <asp:BoundColumn DataField="empName" HeaderText="人员姓名">
  157. <HeaderStyle Width="15%">
  158. </HeaderStyle>
  159. <ItemStyle HorizontalAlign="Center">
  160. </ItemStyle>
  161. </asp:BoundColumn>
  162. <asp:TemplateColumn HeaderText="日程信息">
  163. <HeaderStyle Width="85px">
  164. </HeaderStyle>
  165. <ItemTemplate>
  166. <%DispScheduleInfo();%>
  167. </ItemTemplate>
  168. </asp:TemplateColumn>
  169. </Columns>
  170. <PagerStyle PageButtonCount="15" Mode="NumericPages">
  171. </PagerStyle>
  172. </asp:datagrid>
  173. </td>
  174. </tr>
  175. </TABLE>
  176. </TD>
  177. </TR>
  178. <TR>
  179. <TD vAlign="top">
  180. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 15px" cellSpacing="0" cellPadding="0" border="0">
  181. <TR>
  182. <TD class="tttable" style="FONT-SIZE: 9pt; WIDTH: 68px" noWrap>交通费:
  183. </TD>
  184. <TD class="" style="FONT-SIZE: 9pt; WIDTH: 34px" noWrap><asp:label id="lblJt" runat="server">0</asp:label></TD>
  185. <TD class="tttable" style="FONT-SIZE: 9pt; WIDTH: 66px" noWrap>住宿费:
  186. </TD>
  187. <TD style="FONT-SIZE: 9pt; WIDTH: 29px" noWrap><asp:label id="lblJs" runat="server">0</asp:label></TD>
  188. <TD class="tttable" style="FONT-SIZE: 9pt; WIDTH: 67px" noWrap>餐饮费:
  189. </TD>
  190. <TD style="FONT-SIZE: 9pt; WIDTH: 29px" noWrap><asp:label id="lblCf" runat="server">0</asp:label></TD>
  191. <TD class="tttable" style="FONT-SIZE: 9pt; WIDTH: 66px" noWrap>其它费:
  192. </TD>
  193. <TD style="FONT-SIZE: 9pt; WIDTH: 37px" noWrap><asp:label id="lblOther" runat="server">0</asp:label></TD>
  194. <TD class="tttable" style="FONT-SIZE: 9pt; WIDTH: 54px" noWrap>总计:
  195. </TD>
  196. <TD style="FONT-SIZE: 9pt" noWrap><asp:label id="lblSum" runat="server">0</asp:label></TD>
  197. <TD noWrap></TD>
  198. <TD noWrap></TD>
  199. <TD noWrap></TD>
  200. </TR>
  201. <TR>
  202. <TD class="tttable" style="WIDTH: 68px" noWrap height="20"></TD>
  203. <TD style="WIDTH: 34px" noWrap height="20"></TD>
  204. <TD class="tttable" style="WIDTH: 66px" noWrap height="20"></TD>
  205. <TD style="WIDTH: 29px" noWrap height="20"></TD>
  206. <TD class="tttable" style="WIDTH: 67px" noWrap height="20"></TD>
  207. <TD style="WIDTH: 29px" noWrap height="20"></TD>
  208. <TD class="tttable" style="WIDTH: 66px" noWrap height="20"></TD>
  209. <TD style="WIDTH: 37px" noWrap height="20"></TD>
  210. <TD class="tttable" style="WIDTH: 54px" noWrap height="20"></TD>
  211. <TD noWrap height="20"></TD>
  212. <TD noWrap height="20"></TD>
  213. <TD noWrap height="20"></TD>
  214. <TD noWrap height="20"></TD>
  215. </TR>
  216. </TABLE>
  217. </TD>
  218. </TR>
  219. </TABLE>
  220. </FONT>
  221. </form></TD></TR></TBODY></TABLE></FONT><br>
  222. </body>
  223. </HTML>