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

OA系统

开发平台:

ASP/ASPX

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