PayManage.jsp
资源名称:OA.rar [点击查看]
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:10k
源码类别:
OA系统
开发平台:
Java
- <%@ page contentType="text/html; charset=gb2312"%>
- <%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
- <jsp:include page="/CheckLogin.jsp" flush="true"/> <% Session m_session = new Session(session); %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
- <title>基本工资管理-- GForce OA 2.0</title>
- <link href="../css/txt.jsp" rel="stylesheet" type="text/css">
- <script language="JavaScript" src="/js/changestyle.js"></script>
- </head>
- <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
- <table width="100%" height="100%" border="0" align="center" cellspacing="0">
- <tr>
- <td align="center" valign="top">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="50" valign="top" background="../images/dy-back.gif">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr valign="middle">
- <td width="61" align="center" height="20"><img src="../images/dy-01.gif" width="38" height="36"></td>
- <td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">工资查询</font></strong></td>
- <td align="right" nowrap="nowrap" valign="bottom">
- <!-- 群增<img src="../images/MulAdd.gif" onMouseOver="this.src='../images/MulAdd_a.gif';" onMouseOut="this.src='../images/MulAdd.gif';" border="0" height="22" width="59"> -->
- <!--单增<img src="../images/Single.gif" onMouseOver="this.src='../images/Single_a.gif';" onMouseOut="this.src='../images/Single.gif';" border="0" height="22" width="59"> -->
- <!-- 修改<img src="../images/Update.gif" onMouseOver="this.src='../images/Update_a.gif';" onMouseOut="this.src='../images/Update.gif';" border="0" height="22" width="59"> -->
- <!-- 删除<img src="../images/Del.gif" onMouseOver="this.src='../images/Del_a.gif';" onMouseOut="this.src='../images/Del.gif';" border="0" height="22" width="59"> -->
- <!-- 查看<img src="../images/Query.gif" onMouseOver="this.src='../images/Query_a.gif';" onMouseOut="this.src='../images/Query.gif';" border="0" height="22" width="59"> -->
- <!-- 组合查询<img src="../images/GroupQuery.gif" onMouseOver="this.src='../images/GroupQuery_a.gif';" onMouseOut="this.src='../images/GroupQuery.gif';" border="0" height="22" width="79"> -->
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <%
- //*******************选择月份
- Vector vtYearMonth = PayManager.getYearMonthRecord();
- if(vtYearMonth.size()>0)
- {
- out.println("<table width="100%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0A0A0A" style="">");
- out.println("<tr align="center" valign="middle" bgcolor="" + m_session.GetString("TitleColor") + ""><th colspan="6">月工资查询</th></tr>");
- int i=0;
- for(;i < vtYearMonth.size() ; i++)
- {
- if((i + 1) % 6 == 1) out.println("<tr class="DataRowsSingle" align="center" valign="middle">");
- out.println("<td border="0" class="DataCols" onmouseover="mouseontd(this);" onmouseout="mouseouttd(this,'DataCols');" width="16%" title="" + ((Vector)vtYearMonth.get(i)).get(0).toString()+ "年" + ((Vector)vtYearMonth.get(i)).get(1).toString() +"月" onclick="window.open('PayManage.jsp?Year=" + ((Vector)vtYearMonth.get(i)).get(0).toString() + "&Month="+ ((Vector)vtYearMonth.get(i)).get(1).toString()+"','_self');"><a>" + ((Vector)vtYearMonth.get(i)).get(0).toString()+ "年" + ((Vector)vtYearMonth.get(i)).get(1).toString() +"月</a></td>");
- if((i + 1) % 6 == 0) out.println("</tr>");
- }
- if((i) % 6 != 0)
- {
- i= (i) % 6;
- for(;i<6;i++) out.println("<td border="0" class="DataCols" onmouseover="mouseontd(this);" onmouseout="mouseouttd(this,'DataCols');" width="16%"> </td>");
- out.println("</tr>");
- }
- out.println("</table><br>");
- }
- Request m_request = new Request(request);
- int iPageSize = 15;
- String strPayTypeID = ",";
- int iPage = m_request.GetInt("Page");
- int iYear = m_request.GetInt("Year");
- int iMonth = m_request.GetInt("Month");
- if ((iYear>1)||(iMonth>1))
- {
- PayManager.Initalize();
- %>
- <table width="100%" border="0" align="center" cellspacing="0">
- <tr>
- <td align="center" valign="top">
- <table width="90%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
- <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
- <th width="4%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
- <th width="4%" nowrap><font color="#000000">序号</font></th>
- <th width="8%" nowrap><font color="#000000">姓名</font></th>
- <th width="8%" nowrap><font color="#000000">员工编号</font></th>
- <%
- Vector vt = PayTypeManager.getAllRecord();
- int iPayTypeCount = vt.size();
- for (int i=0;i<vt.size();i++)
- {
- out.println("<th width="8%" nowrap><font color="#000000">" + ((Vector)vt.get(i)).get(1).toString() + "</font></th>");
- if (((Vector)vt.get(i)).get(1).toString().indexOf("*") >= 0)
- {
- strPayTypeID = strPayTypeID + ((Vector)vt.get(i)).get(0).toString() + ",";
- }
- }
- %>
- <th width="8%" nowrap><font color="#000000">合计</font></th>
- <th width="8%" nowrap><font color="#000000">是否确认</font></th>
- <th width="8%" nowrap><font color="#000000">确认信息</font></th>
- </tr>
- <%
- vt = PayManager.getRecordByYearMonth(iYear,iMonth);
- iPageSize = iPageSize * iPayTypeCount;
- if(iPage<1)iPage=1;
- int iPageCount = StringNew.getPageCount(vt.size(),iPageSize);
- if(iPage>iPageCount) iPage=1;
- for(int i=(iPage-1)*iPageSize;i<vt.size()&&i<iPage*iPageSize;)
- {
- String strID = ((Vector)vt.get(i)).get(0).toString();
- if( (i/iPayTypeCount) % 2 == 0)
- {
- out.println("<tr id="Row"+ i + "" class="DataRowsSingle" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsSingle');">");
- }
- else
- {
- out.println("<tr id="Row"+ i + "" class="DataRowsDouble" onmouseover="mouseon(this,'image" + i + "');" onmouseout="mouseout(this,'image" + i + "','DataRowsDouble');">");
- }
- out.println("<td align="right" valign="middle"><img id="image" + i + "" src="../images/lastpost1.gif" style="display:none;"> </td>");
- out.println("<td align="center" valign="middle">" + (((int)i/iPayTypeCount) + 1) + "</td>");
- out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(9).toString() + "</td>");
- out.println("<td align="left" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(8).toString() + "</td>");
- long SumPay = 0;
- for(int j=0;j<iPayTypeCount;j++,i++)
- {
- String strPay=((Vector)vt.get(i)).get(3).toString();
- if(strPay.length()>1)
- out.println("<td align="right" valign="middle" nowrap>" + strPay.substring(0,strPay.length()-2) + "</td>");
- else
- out.println("<td align="right" valign="middle" nowrap>" + strPay + " </td>");
- try
- {
- if(strPayTypeID.indexOf(","+((Vector)vt.get(i)).get(2).toString()+",") < 0)
- {
- SumPay += (int)(Float.parseFloat(strPay) * 100);
- }
- }
- catch(Exception err)
- {
- }
- }
- out.println("<td align="right" valign="middle" nowrap>" + (float)((float)SumPay/100) + "</td>");
- if(((Vector)vt.get(i-1)).get(6).toString().equalsIgnoreCase("true"))
- {
- out.println("<td align="center" valign="middle" nowrap>是</td>");
- }
- else
- {
- out.println("<td align="center" valign="middle" nowrap><font color="#FF0000">否</font></td>");
- }
- if(((Vector)vt.get(i-1)).get(7).toString().equalsIgnoreCase(""))
- {
- out.println("<td align="left" valign="middle" nowrap> </td>");
- }
- else
- {
- out.println("<td align="left" valign="middle" nowrap>" + ((Vector)vt.get(i-1)).get(7).toString() + "</td>");
- }
- out.println("</tr>");
- }
- //********************************总计
- out.println("<tr><th align="center" valign="top" colspan=""+ 4 +"">");
- out.print("总 计");
- out.println("</th>");
- double SumPay = 0;
- Vector vt2 = PayManager.getSUMPayRecord(iYear,iMonth);
- vt = PayTypeManager.getAllRecord();
- for(int i=0;i<vt2.size();i++)
- {
- String strPay=((Vector)vt2.get(i)).get(0).toString();
- out.println("<th nowrap>" + strPay.substring(0,strPay.length()-2) + "</th>");
- if (((Vector)vt.get(i)).get(1).toString().indexOf("*") < 0)
- {
- SumPay += (int)(Float.parseFloat(strPay) * 100);
- }
- }
- out.println("<th nowrap>" + (float)((float)SumPay/100) + "" + "</th><td colspan="2"> </td>");
- out.println("</tr><tr><th align="center" valign="top" colspan=""+(vt2.size()+7)+"">");
- String strCurrentPageURL = request.getRequestURI();
- if(iPage<2)
- out.print("首页 上页");
- else
- out.print("<a href=""+ strCurrentPageURL+"?Page=" + 1 + "&Year=" + iYear + "&Month=" + iMonth + "">首页</a> <a href=""+ strCurrentPageURL+"?Page=" + (iPage-1) + "&Year=" + iYear + "&Month=" + iMonth + "">上页</a>");
- out.print(" 当前是第" + iPage + "页,共" + vt.size() + "条记录" + iPageCount + "页 ");
- if(iPage>=iPageCount)
- out.print("下页 末页");
- else
- out.print("<a href=""+ strCurrentPageURL+"?Page=" + (iPage+1) + "&Year=" + iYear + "&Month=" + iMonth + "">下页</a> <a href=""+ strCurrentPageURL+"?Page=" + iPageCount + "&Year=" + iYear + "&Month=" + iMonth + "">末页</a>");
- out.println("</th></tr>");
- %>
- </table>
- <%}%>
- </td>
- </tr>
- </table>
- </body>
- </html>