LeaveManage.jsp
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:7k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
  3. <jsp:include page="/CheckLogin.jsp" flush="true"/> <% Session m_session = new Session(session); %>
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
  7. <title>请假记录管理-- GForce OA 2.0</title>
  8. <link href="/css/txt.jsp" rel="stylesheet" type="text/css">
  9. <script language="JavaScript" src="/js/changestyle.js"></script>
  10. </head>
  11. <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
  12.  <table width="100%" height="100%" border="0" align="center" cellspacing="0">
  13.     <tr>
  14.     <td align="center" valign="top">
  15.       <table width="100%" border="0" cellpadding="0" cellspacing="0">
  16.         <tr>
  17.           <td height="50" valign="top" background="../images/dy-back.gif">
  18.             <table width="100%" border="0" cellpadding="0" cellspacing="0">
  19.               <tr valign="middle">
  20.                 <td width="61" align="center" height="20"><img src="../images/dy-01.gif" width="38" height="36"></td>
  21.                 <td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">请假查阅</font></strong></td>
  22.                 <td align="right" nowrap="nowrap" valign="bottom">&nbsp;
  23.                    <!-- 群增<img src="../images/MulAdd.gif" onMouseOver="this.src='../images/MulAdd_a.gif';" onMouseOut="this.src='../images/MulAdd.gif';" border="0" height="22" width="59">&nbsp;-->
  24.                   <!--单增<img src="../images/Single.gif" onMouseOver="this.src='../images/Single_a.gif';" onMouseOut="this.src='../images/Single.gif';" border="0" height="22" width="59">&nbsp;-->
  25.                   <!-- 修改<img src="../images/Update.gif" onMouseOver="this.src='../images/Update_a.gif';" onMouseOut="this.src='../images/Update.gif';" border="0" height="22" width="59">&nbsp;-->
  26.                   <!-- 删除<img src="../images/Del.gif" onMouseOver="this.src='../images/Del_a.gif';" onMouseOut="this.src='../images/Del.gif';" border="0" height="22" width="59">&nbsp;-->
  27.                   <!-- 查看<img src="../images/Query.gif" onMouseOver="this.src='../images/Query_a.gif';" onMouseOut="this.src='../images/Query.gif';" border="0" height="22" width="59">&nbsp;-->
  28.                   <!-- 组合查询<img src="../images/GroupQuery.gif" onMouseOver="this.src='../images/GroupQuery_a.gif';" onMouseOut="this.src='../images/GroupQuery.gif';" border="0" height="22" width="79">&nbsp;-->
  29.                 </td>
  30.               </tr>
  31.             </table>
  32.           </td>
  33.         </tr>
  34.       </table><br>
  35. <%
  36. Request m_request = new Request(request);
  37. int iSysDirID = m_request.GetInt("SysDirID");
  38. Vector vt = ErrandApplyManager.getAllRecord(iSysDirID);
  39. %>
  40.             <table width="90%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
  41.                 <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
  42.                     <th width="6%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
  43.                     <th width="8%" nowrap><font color="#000000">序号</font></th>
  44.                     <th width="40%" nowrap><font color="#000000">请假事由</font></th>
  45.                     <th width="10%" nowrap><font color="#000000">申请时间</font></th>
  46.                     <th width="10%" nowrap><font color="#000000">计划开始时间</font></th>
  47.                     <th width="10%" nowrap><font color="#000000">计划结束时间</font></th>
  48.                     <th width="10%" nowrap><font color="#000000">申请人</font></th>
  49.                     <th width="10%" nowrap><font color="#000000">审批状态</font></th>
  50.                     <th width="11%" nowrap><font color="#000000">删除</font></th>
  51.                 </tr>
  52. <%
  53. for(int i=0;i<vt.size();i++)
  54. {
  55.     String strID = ((Vector)vt.get(i)).get(0).toString();
  56.     if(i % 2 == 0)
  57.         out.println("<tr id="Row"+ i+ "" class="DataRowsSingle" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsSingle');">");
  58.     else
  59.     out.println("<tr id="Row"+ i+ "" class="DataRowsDouble" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsDouble');">");
  60.     out.println("<td align="right" valign="middle"><img id="image" + i + "" src="../images/lastpost1.gif" style="display:none;"> </td>");
  61.     out.println("<td align="right" valign="middle">" + (i+1) + "</td>");
  62.     out.println("<td align="left" valign="middle" nowrap title="" + ((Vector)vt.get(i)).get(7).toString() + "" onclick="window.open('LeaveLink.jsp?SysDirID="+ iSysDirID +"&ID=" + strID + "','_blank','height=300,top=50,left=50,width=300,status=no,toolbar=no,menubar=no,location=no')">" + ((Vector)vt.get(i)).get(7).toString() + "</td>");
  63.     out.println("<td align="center" valign="middle" nowrap>" +  StringNew.GetDateString(((Vector)vt.get(i)).get(12).toString(),"MM月dd日HH时mm分") + "</td>");
  64.     out.println("<td align="center" valign="middle" nowrap>" + StringNew.GetDateString(((Vector)vt.get(i)).get(1).toString(),"yyyy年MM月dd日HH时") + "</td>");
  65.     out.println("<td align="center" valign="middle" nowrap>" + StringNew.GetDateString(((Vector)vt.get(i)).get(2).toString(),"yyyy年MM月dd日HH时") + "</td>");
  66.     out.println("<td align="center" valign="middle" nowrap>"+((Vector)vt.get(i)).get(16).toString()+"</td>");
  67. //**********增加审批状态
  68.     Vector vtApproveRecord = ApproveRecordManager.getRecordByRecordID(Integer.parseInt(strID),"请假申请");
  69.     out.println("<td align="center" valign="middle" nowrap>");
  70.     if (vtApproveRecord.size() > 0 )
  71.     for (int j = 0; j < vtApproveRecord.size() ;j++)
  72.     {
  73.       if (((Vector)vtApproveRecord.get(j)).get(4).toString().equalsIgnoreCase(""))
  74.       {
  75.       out.println("未审批");
  76.       }else
  77.       if (((Vector)vtApproveRecord.get(j)).get(4).toString().equalsIgnoreCase("true"))
  78.       {
  79.       out.println("同意");
  80.       }else
  81.       if (((Vector)vtApproveRecord.get(j)).get(4).toString().equalsIgnoreCase("false"))
  82.       {
  83.       out.println("不同意");
  84.       }
  85.       out.println("["+UserManager.getPersonnelNameByUserID(Integer.parseInt(((Vector)vtApproveRecord.get(j)).get(3).toString())) + "]<br>");
  86.     }
  87.     else
  88.     out.println("&nbsp;");
  89.     out.println("</td>");
  90. //***************
  91.     out.println("<td align="center" valign="middle" nowrap><a href="DelLeave.jsp?SysDirID="+ iSysDirID +"&ID=" + strID + "" onclick="return confirm('您确实要删除该请假申请记录吗?');">删除</a></td>");
  92.     out.println("</tr>");
  93. }
  94. %>
  95.     </table>
  96.     </td>
  97.     </tr>
  98. </table>
  99. </body>
  100. </html>