PersonnelManage.jsp
资源名称:OA.rar [点击查看]
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:8k
源码类别:
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); %>
- <%
- Request m_request = new Request(request);
- int iDepartmentID =m_request.GetInt("DepartmentID");
- Vector vt = PersonnelManager.getRecordByDepartmentID(iDepartmentID);
- %>
- <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="/Calendar/PopUpCalendarDlg.js"></SCRIPT>
- <script language="JavaScript" src="/js/changestyle.js"></script>
- <script language="JavaScript" type="text/javascript">
- function checkAddPersonnel()
- {
- if(document.addpersonnel.Number.value=="")
- {
- alert("请输入员工编号!");
- document.addpersonnel.Number.focus();
- return false;
- }
- if(document.addpersonnel.Name.value=="")
- {
- alert("请输入姓名!");
- document.addpersonnel.Name.focus();
- return false;
- }
- if(document.addpersonnel.DepartmentID.value=="0")
- {
- alert("请选择所属部门!");
- document.addpersonnel.DepartmentID.focus();
- return false;
- }
- if(document.addpersonnel.EducationID.value=="0")
- {
- alert("请选择教育程度!");
- document.addpersonnel.EducationID.focus();
- return false;
- }
- if(document.addpersonnel.MarriageID.value=="0")
- {
- alert("请选择婚姻状况!");
- document.addpersonnel.MarriageID.focus();
- return false;
- }
- if(document.addpersonnel.PlaceID.value=="0")
- {
- alert("请选择职务!");
- document.addpersonnel.PlaceID.focus();
- return false;
- }
- if(document.addpersonnel.TechnicalPostID.value=="0")
- {
- alert("请选择职称!");
- document.addpersonnel.TechnicalPostID.focus();
- return false;
- }
- if(document.addpersonnel.BirthDate.value!="")
- {
- if(!isDate(document.addpersonnel.BirthDate.value))
- {
- alert("日期格式错误,请按照“2002-02-18”重新输入!");
- document.addpersonnel.BirthDate.focus();
- return false;
- }
- }
- }
- </script>
- </head>
- <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0" onload="javascript:for(var i=0;i<document.all.GoByDepartmentID.length;i++)if(document.all.GoByDepartmentID.options[i].value=='<%=iDepartmentID%>')document.all.GoByDepartmentID.selectedIndex=i;">
- <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">
- <a href="AddPersonnel.jsp"><img src="/images/Single.gif" onMouseOver="this.src='/images/Single_a.gif';" onMouseOut="this.src='/images/Single.gif';" border="0" height="22" width="59"> </a>
- <%
- //<!-- 群增<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/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>
- <table width="100%" height="100%" border="0" align="center" cellspacing="0">
- <tr>
- <td align="center" valign="top"><p> </p>
- <table width="90%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
- <tr align="right" valign="middle">
- <th colspan="8" nowrap align="right"><font color="#0A0A0A">当前员工所属部门:</font>
- <select name="GoByDepartmentID" id="GoByDepartmentID" onchange="javascript:self.location='PersonnelManage.jsp?DepartmentID='+this.value;">
- <option value="">请选择所属部门</option>
- <script language="JavaScript" src="/js/AddDepartment.jsp"></script>
- </select>
- </th>
- </tr>
- <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
- <th width="6%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
- <th width="6%" nowrap><font color="#000000">序号</font></th>
- <th width="6%" nowrap><font color="#000000">员工编号</font></th>
- <th width="15%" nowrap><font color="#000000">姓名</font></th>
- <th width="6%" nowrap><font color="#000000">性别</font></th>
- <th width="15%" nowrap><font color="#000000">办公室电话</font></th>
- <th width="11%" nowrap><font color="#000000">修改</font></th>
- <th width="11%" nowrap><font color="#000000">删除</font></th>
- </tr>
- <%
- for(int i=0;i<vt.size();i++)
- {
- String strID = ((Vector)vt.get(i)).get(0).toString();
- if(i % 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="right" valign="middle">" + (i+1) + "</td>");
- out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(4).toString() + "</td>");
- out.println("<td align="left" valign="middle" nowrap title="" + ((Vector)vt.get(i)).get(1).toString() + "" onclick="window.open('PersonnelLink.jsp?ID=" + strID + "','_blank','status=no,toolbar=no,menubar=no,location=no,scrollbars=1')"><a href='' onclick='return false;'>" + ((Vector)vt.get(i)).get(1).toString() + "</a></td>");
- out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(2).toString() + "</td>");
- out.println("<td align="center" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(5).toString() + " </td>");
- out.println("<td align="center" valign="middle" nowrap><a href="EditPersonnel.jsp?ID=" + strID + "">修改</a></td>");
- out.println("<td align="center" valign="middle" nowrap><a href="DelPersonnel.jsp?ID=" + strID + "" onclick="return confirm('您确实要删除该员工吗?');">删除</a></td>");
- out.println("</tr>");
- }
- %>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>