DepSchByDay.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:12k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="DepSchByDay.aspx.vb" Inherits="ioffice.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="../../Styles.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="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: 25px" cellSpacing="0" cellPadding="0" bgColor="#887858" border="0">
  20. <TR>
  21. <TD class="titlebar" style="WIDTH: 56.33%">
  22. &nbsp;日程任务:部门日程
  23. </TD>
  24. <TD class="tttable" noWrap align="right">
  25. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  26. </TD>
  27. </TR>
  28. </TABLE>
  29. </TD>
  30. </TR>
  31. <TR>
  32. <TD style="HEIGHT: 50px" vAlign="top" align="middle">
  33. <TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
  34. <TR>
  35. <TD vAlign="center" noWrap>
  36. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
  37. <TR>
  38. <TD style="WIDTH: 54px" noWrap align="right">
  39. 机构名称
  40. </TD>
  41. <TD style="WIDTH: 95px">
  42. <asp:dropdownlist id="dropBranch" runat="server" CssClass="td" Width="100px" Height="23px" DataTextField="simcode" DataValueField="branchid" AutoPostBack="True"></asp:dropdownlist>
  43. </TD>
  44. <TD style="WIDTH: 25px" noWrap align="right">
  45. 部门
  46. </TD>
  47. <TD style="WIDTH: 72px">
  48. <asp:dropdownlist id="dropDep" runat="server" CssClass="td" Width="142px" Height="23px" DataTextField="depname" DataValueField="depcode"></asp:dropdownlist>
  49. </TD>
  50. <TD style="WIDTH: 59px" noWrap align="right">
  51. 姓名/帐号
  52. </TD>
  53. <TD style="WIDTH: 86px">
  54. <asp:textbox id="txtName" runat="server" CssClass="td" Width="84px"></asp:textbox>
  55. </TD>
  56. <TD>
  57. &nbsp;<asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../../img/button/query.gif"></asp:imagebutton>
  58. </TD>
  59. </TR>
  60. <TR>
  61. <TD style="WIDTH: 54px" noWrap align="right">
  62. 日期:年
  63. </TD>
  64. <TD style="WIDTH: 95px">
  65. <asp:textbox id="txtYear" runat="server" Width="100px"></asp:textbox>
  66. </TD>
  67. <TD style="WIDTH: 25px" noWrap align="right">
  68. </TD>
  69. <TD style="WIDTH: 72px">
  70. <asp:dropdownlist id="dropMonth" runat="server" Height="23px" Width="142px" AutoPostBack="True">
  71. <asp:ListItem Value="一月">一月</asp:ListItem>
  72. <asp:ListItem Value="二月">二月</asp:ListItem>
  73. <asp:ListItem Value="三月">三月</asp:ListItem>
  74. <asp:ListItem Value="四月">四月</asp:ListItem>
  75. <asp:ListItem Value="五月">五月</asp:ListItem>
  76. <asp:ListItem Value="六月">六月</asp:ListItem>
  77. <asp:ListItem Value="七月">七月</asp:ListItem>
  78. <asp:ListItem Value="八月">八月</asp:ListItem>
  79. <asp:ListItem Value="九月">九月</asp:ListItem>
  80. <asp:ListItem Value="十月">十月</asp:ListItem>
  81. <asp:ListItem Value="十一月">十一月</asp:ListItem>
  82. <asp:ListItem Value="十二月">十二月</asp:ListItem>
  83. </asp:dropdownlist>
  84. </TD>
  85. <TD style="WIDTH: 59px" noWrap align="right">
  86. </TD>
  87. <TD style="WIDTH: 86px">
  88. <asp:dropdownlist id="dropDay" runat="server" Width="84px" AutoPostBack="True">
  89. <asp:ListItem Value="1">1</asp:ListItem>
  90. <asp:ListItem Value="2">2</asp:ListItem>
  91. <asp:ListItem Value="3">3</asp:ListItem>
  92. <asp:ListItem Value="4">4</asp:ListItem>
  93. <asp:ListItem Value="5">5</asp:ListItem>
  94. <asp:ListItem Value="6">6</asp:ListItem>
  95. <asp:ListItem Value="7">7</asp:ListItem>
  96. <asp:ListItem Value="8">8</asp:ListItem>
  97. <asp:ListItem Value="9">9</asp:ListItem>
  98. <asp:ListItem Value="10">10</asp:ListItem>
  99. <asp:ListItem Value="11">11</asp:ListItem>
  100. <asp:ListItem Value="12">12</asp:ListItem>
  101. <asp:ListItem Value="13">13</asp:ListItem>
  102. <asp:ListItem Value="14">14</asp:ListItem>
  103. <asp:ListItem Value="15">15</asp:ListItem>
  104. <asp:ListItem Value="16">16</asp:ListItem>
  105. <asp:ListItem Value="17">17</asp:ListItem>
  106. <asp:ListItem Value="18">18</asp:ListItem>
  107. <asp:ListItem Value="19">19</asp:ListItem>
  108. <asp:ListItem Value="20">20</asp:ListItem>
  109. <asp:ListItem Value="21">21</asp:ListItem>
  110. <asp:ListItem Value="22">22</asp:ListItem>
  111. <asp:ListItem Value="23">23</asp:ListItem>
  112. <asp:ListItem Value="24">24</asp:ListItem>
  113. <asp:ListItem Value="25">25</asp:ListItem>
  114. <asp:ListItem Value="26">26</asp:ListItem>
  115. <asp:ListItem Value="27">27</asp:ListItem>
  116. <asp:ListItem Value="28">28</asp:ListItem>
  117. <asp:ListItem Value="29">29</asp:ListItem>
  118. <asp:ListItem Value="30">30</asp:ListItem>
  119. <asp:ListItem Value="31">31</asp:ListItem>
  120. </asp:dropdownlist>
  121. </TD>
  122. <TD>
  123. <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
  124. </TD>
  125. </TR>
  126. </TABLE>
  127. </TD>
  128. </TR>
  129. </TABLE>
  130. </TD>
  131. </TR>
  132. <TR>
  133. <TD style="WIDTH: 100%" vAlign="top" align="middle">
  134. <TABLE cellSpacing="0" cellPadding="0" width="95%" border="0" height="92%">
  135. <TR>
  136. <TD style="HEIGHT: 200px" vAlign="top">
  137. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 21px" cellSpacing="0" cellPadding="0" border="0">
  138. <TR>
  139. <TD class="tttable" height="10">
  140. </TD>
  141. <TD style="WIDTH: 120px" align="right" height="10">
  142. </TD>
  143. <TD style="WIDTH: 80px" height="10">
  144. </TD>
  145. </TR>
  146. <TR>
  147. <TD class="tttable">
  148. 部门日程列表
  149. <asp:Label id="lblEmpNum" runat="server" CssClass="tttable"></asp:Label>
  150. <asp:Label id="lblDate" runat="server" Visible="False"></asp:Label>
  151. <asp:linkbutton id="cmdToday" runat="server" ToolTip="查看今日[部门日程]"></asp:linkbutton>
  152. </TD>
  153. <TD style="WIDTH: 120px" align="right">
  154. <asp:HyperLink id="lnkByWeek" runat="server" CssClass="td" NavigateUrl="DepSch.aspx"><img src="../../img/week.gif" border="0" align="absbottom">&nbsp;按周</asp:HyperLink>&nbsp;
  155. </TD>
  156. <TD style="WIDTH: 80px">
  157. <asp:HyperLink id="lnkByDay" runat="server" Enabled="False"><img src="../../img/day.gif" border="0" align="absbottom">&nbsp;按天</asp:HyperLink>
  158. </TD>
  159. </TR>
  160. </TABLE>
  161. <TABLE height="28" cellSpacing="0" cellPadding="0" width="100%" bgColor="#d8c8a8" border="0" class="tableline" borderColor="#999999">
  162. <TR>
  163. <TD noWrap>
  164. &nbsp;&nbsp;&nbsp;&nbsp;
  165. <asp:LinkButton id="cmdLastDay" runat="server" CssClass="tttable"><img src="../../img/left_arrow.gif" alt="上一天" border="0" />上一天</asp:LinkButton>
  166. </TD>
  167. <TD noWrap align="middle">
  168. <asp:label id="lblHeader" runat="server" Font-Bold="True" Font-Size="18px">2001年11月28日 星期日</asp:label>
  169. </TD>
  170. <TD noWrap align="right">
  171. <asp:LinkButton id="cmdNextDay" runat="server" CssClass="tttable">下一天<img src="../../img/right_arrow.gif" alt="下一天" border="0" /></asp:LinkButton>
  172. &nbsp;&nbsp;&nbsp;&nbsp;
  173. </TD>
  174. </TR>
  175. </TABLE>
  176. <asp:DataGrid id="dgdData" runat="server" CssClass="td" Width="100%" AllowSorting="True" AutoGenerateColumns="False" PageSize="15" AllowPaging="True" BorderColor="#999999" BackColor="#F8F4E4">
  177. <HeaderStyle Font-Size="13px" HorizontalAlign="Center" Height="26px" CssClass="tttable" BackColor="#F0F0E8"></HeaderStyle>
  178. <PagerStyle PageButtonCount="15" Mode="NumericPages"></PagerStyle>
  179. <Columns>
  180. <asp:BoundColumn DataField="name" SortExpression="name" HeaderText="员工姓名">
  181. <HeaderStyle Wrap="False" Width="80px"></HeaderStyle>
  182. <ItemStyle Wrap="False"></ItemStyle>
  183. </asp:BoundColumn>
  184. <asp:BoundColumn DataField="w0" HeaderText="今日程安排">
  185. <HeaderStyle Wrap="False"></HeaderStyle>
  186. <ItemStyle VerticalAlign="Top"></ItemStyle>
  187. </asp:BoundColumn>
  188. </Columns>
  189. </asp:DataGrid>
  190. </TD>
  191. </TR>
  192. <TR>
  193. <TD vAlign="top">
  194. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 15px" cellSpacing="0" cellPadding="0" border="0">
  195. <TR>
  196. <TD class="tttable" style="WIDTH: 56px" noWrap>
  197. 交通费:
  198. </TD>
  199. <TD class="" style="WIDTH: 29px" noWrap>
  200. <asp:Label id="lblJt" runat="server">0</asp:Label>
  201. </TD>
  202. <TD class="tttable" style="WIDTH: 54px" noWrap>
  203. 住宿费:
  204. </TD>
  205. <TD style="WIDTH: 29px" noWrap>
  206. <asp:Label id="lblJs" runat="server">0</asp:Label>
  207. </TD>
  208. <TD class="tttable" style="WIDTH: 55px" noWrap>
  209. 餐饮费:
  210. </TD>
  211. <TD style="WIDTH: 29px" noWrap>
  212. <asp:Label id="lblCf" runat="server">0</asp:Label>
  213. </TD>
  214. <TD class="tttable" style="WIDTH: 53px" noWrap>
  215. 其它费:
  216. </TD>
  217. <TD style="WIDTH: 37px" noWrap>
  218. <asp:Label id="lblOther" runat="server">0</asp:Label>
  219. </TD>
  220. <TD class="tttable" style="WIDTH: 40px" noWrap>
  221. 总计:
  222. </TD>
  223. <TD noWrap>
  224. <asp:Label id="lblSum" runat="server">0</asp:Label>
  225. </TD>
  226. <TD noWrap>
  227. </TD>
  228. <TD noWrap>
  229. </TD>
  230. <TD noWrap>
  231. </TD>
  232. </TR>
  233. <TR>
  234. <TD class="tttable" style="WIDTH: 56px" noWrap height="20">
  235. </TD>
  236. <TD style="WIDTH: 29px" noWrap height="20">
  237. </TD>
  238. <TD class="tttable" style="WIDTH: 54px" noWrap height="20">
  239. </TD>
  240. <TD style="WIDTH: 29px" noWrap height="20">
  241. </TD>
  242. <TD class="tttable" style="WIDTH: 55px" noWrap height="20">
  243. </TD>
  244. <TD style="WIDTH: 29px" noWrap height="20">
  245. </TD>
  246. <TD class="tttable" style="WIDTH: 53px" noWrap height="20">
  247. </TD>
  248. <TD style="WIDTH: 37px" noWrap height="20">
  249. </TD>
  250. <TD class="tttable" style="WIDTH: 40px" noWrap height="20">
  251. </TD>
  252. <TD noWrap height="20">
  253. </TD>
  254. <TD noWrap height="20">
  255. </TD>
  256. <TD noWrap height="20">
  257. </TD>
  258. <TD noWrap height="20">
  259. </TD>
  260. </TR>
  261. </TABLE>
  262. </TD>
  263. </TR>
  264. </TABLE>
  265. </FONT>
  266. </form>
  267. </TD></TR></TBODY></TABLE></FONT>
  268. </body>
  269. </HTML>