You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

359 lines
12 KiB

1 year ago
<%@page import="com.zky.para.Para"%>
<%@include file="/auth.jsp"%>
<%@page language="java" contentType="text/html;charset=utf-8"%>
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
<%
Login login = (Login) request.getSession().getAttribute("login");
String leaveId = Common.convertNull(request.getParameter("leaveId"));
String empId = Common.convertNull(request.getParameter("empId"));
String operate = (String)request.getParameter("operate");
String sj = Common.convertNull(request.getParameter("sj"));
String qj = Common.convertNull(request.getParameter("qj"));
String school = Common.convertNull(request.getParameter("school"));
Login loginObj = (Login)session.getAttribute("login");
String optrid = loginObj.optrid;
String optrname = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPNAME",optrid);
String optrjob = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPJOB",optrid);
%>
<html>
<head>
<title>涉密人员离岗</title>
<link rel="stylesheet" type="text/css" href="../../../css/font.css">
<script src="../../../js/check.js"></script>
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<style type="text/css">
html { overflow-x:hidden; overflow-y:hidden; }
select
{
width:155px;
}
.spanc{
text-align: center;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: space-between;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
width: 148px;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span a,img,input {
margin-right: 6px;
}
1 year ago
</style>
<script>
function setValue() {
<%
if (!Common.isNull(sj)) {
out.println("form1.sj.value='" + sj + "';");
}
if (!Common.isNull(qj)) {
out.println("form1.qj.value='" + qj + "';");
}
if (!Common.isNull(school)) {
out.println("form1.pcs.value='" + school + "';");
}
if (!Common.isNull(operate)) {
out.println("form1.operate.value='" + operate + "';");
}
%>
}
function check(operate,leaveId) {
if (operate == "addLeave") {
form1.action = "/zhyw/smry/rylz/LeaveReport.jsp";
}
if (operate == "queryLeaveState") {
form1.action = "/servlet/LeaveManage?operate=queryLeaveState&leaveId=" + leaveId;
}
if (operate == "queryLeaveId") {
form1.action = "/servlet/LeaveManage?operate=queryLeaveId&leaveId=" + leaveId;
}
if (operate == "queryLeavedelete") {
if (!confirm("您确定要删除此信息吗?")){
form1.action = "/servlet/LeaveManage?operate=queryLeave";
return ;
}
form1.action = "/servlet/LeaveManage?operate=queryLeavedelete&leaveId=" + leaveId;
}
if (operate == "queryLeave"){
form1.action = "/servlet/LeaveManage?operate=queryLeave";
}
return true;
form1.button1.disabled=true;
form1.button2.disabled=true;
if (form1.button3){
form1.button3.disabled=false;
}
form1.submit();
}
function selectChange(i)
{
form1.action = "/zhyw/smry/rylz/LeaveManage.jsp";
form1.submit();
}
</script>
</head>
<body onload="setValue();" scroll="no" >
<input type="hidden" name="operate" value=""/>
<input type="hidden" name="empId" value="<%=optrid%>"/>
1 year ago
<form name="form1" method="post" action="/servlet/LeaveManage" style="height: 95%;">
1 year ago
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top">
<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" background="/images/tab_search_01.jpg">
<table width="80%" height="23" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
<td width="97%" class="font12b">&nbsp;<b>涉密人员离岗</b></td>
</tr>
</table>
</td>
<td width="82%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
</tr>
</table>
1 year ago
<table width="99%" border="0" style="height: 60px" align="center" cellpadding="2" cellspacing="1" class="table02">
1 year ago
<tr bgcolor="#FFFFFF">
<td class="cell1">所属地市</td>
<td class="cell2" width="15%">
1 year ago
<select class='aselect' name="sj" setValue="<%=sj%>" onChange="selectChange(1);">
<%=Para.getSj(getPara)%>
</select><font color="#ff0000">*</font>
</td>
<td class="cell1">所属区县</td>
<td class="cell2" width="15%">
1 year ago
<select class='aselect' name="qj" setValue="<%=qj%>" <%if(sj.equals("0930")){ %> disabled="disabled" <%} %> onChange="selectChange(1);">
<%=Para.getQj(getPara,sj)%>
</select><font color="#ff0000">*</font>
</td>
<td class="cell1">所属单位</td>
<td class="cell2" width="10%">
<select class='aselect' name=school setValue="<%=school%>">
<%if(sj.equals("0930")){ %>
<%=Para.getXx1(getPara, sj)%>
<%}else { %>
<%=Para.getXx(getPara, qj)%>
<%} %>
</select>
</td>
<td class="cell1">离岗状态</td>
<td class="cell2" width="10%">
<select class='aselect' name="leaveState" id="leaveState">
<%=Para.getLeaveState(getPara,"LEAVESTATE") %>
</select>
</td>
<td colspan="2">
<input border="0" type="image" src="../../../images1/cx.png" name="button1" alt=" 查询" onclick="return check('queryLeave');"/>&nbsp;&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="99%" align="center">
<tr align="left">
<td>
<%if(login.getSanyuan().equals("0")){ %>
<input border="0" type="image" src="../../../images1/tj.png" name="button1" alt=" 新建" onclick="check('addLeave');"/>
<%}else if(login.getSanyuan().equals("1")){ %>
<%}else { %>
<input border="0" type="image" src="../../../images1/tj.png" name="button1" alt=" 新建" onclick="check('addLeave');"/>
<%} %>
</td>
</tr>
</table>
<%
HashFmlBuf buf = (HashFmlBuf) request.getAttribute("leave_info");
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" style="height: 87%;" cellspacing="1" class="box">
1 year ago
<tr>
<td>
<div style="width:100%; height:96%;overflow: auto;">
1 year ago
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<div class="gridRow">
<span style="width: 100px;"><b>序号</b></span>
1 year ago
<span width="15px"><b>所属单位</b></span>
<span width="10px"><b>离岗状态</b></span>
<span width="10px"><b>审批人</b></span>
<span width="10px"><b>人员姓名</b></span>
<span width="10px"><b>员工状态</b></span>
<span width="10px"><b>入职日期</b></span>
<span width="10px"><b>离岗日期</b></span>
<span width="10px"><b>工作交接</b></span>
<span style="width: 182px;border-right: none;"><b>操作</b></span>
1 year ago
</div>
</div>
<div class="gridBody">
<%
for (int i=0; i<rowcount; i++) {
String disabled = "";
String tempEmpid = buf.fget("leave_Id",i);
String tempLeaveId = buf.fget("leave_Id",i);
String tempState = buf.fget("leave_state",i);
if (tempState.equals("0")) {
tempState = "已离岗";
disabled = "";
} else {
tempState = "未离岗";
disabled = "disabled";
}
String tempEState = buf.fget("examintstate",i);
if (tempEState.equals("0")) {
tempEState = "通过";
disabled = "";
} else {
tempEState = "不通过";
disabled = "disabled";
}
String tempREState = buf.fget("rexamintstate",i);
if (tempREState.equals("0")) {
tempREState = "通过";
disabled = "";
} else {
tempREState = "不通过";
disabled = "disabled";
}
String tempUState=buf.fget("empstate",i);
if (tempUState.equals("0")) {
tempUState = "注销";
disabled = "";
} else{
tempUState = "正常";
disabled = "disabled";
}
%>
<div class="gridRow">
<span style="text-align: center;width: 100px;"><%=i+1%></span>
1 year ago
<span ><%=buf.fget("departname",i)%></span>
<span >
<%
if(tempState.equals("已离岗")){
%>
<img src="../../images1/nopass.png" width="16" height="16" alt="已离岗" style="cursor: pointer;margin-top: 5%;">
1 year ago
<%
}else{
%>
<img src="../../images1/pass.png" width="16" height="16" alt="未离岗" style="cursor: pointer;margin-top: 5%;">
1 year ago
<%
}
%>
</span>
<span><%=buf.fget("leave_name",i) %></span>
<span ><!--<a target="_black" href="/servlet/LeaveManage?operate=queryLeaveById&leaveId=<%=tempLeaveId%>" title="浏览离岗报告"><%=buf.fget("leave_name",i) %></a>-->
<%=buf.fget("empname",i) %>
</span>
<span>
<%
if(tempUState.equals("正常")){
%>
<img src="../../../images1/ok.png" width="16" height="16" alt="正常" style="cursor: pointer;margin-top: 5%;">
1 year ago
<%
}else{
%>
<img src="../../../images1/nook.png" width="16" height="16" alt="注销" style="cursor: pointer;margin-top:5%;">
1 year ago
<%
}
%>
</span>
<span><%=buf.fget("empstatedate",i) %></span>
<span><%=buf.fget("leave_date",i) %></span>
<span><%=buf.fget("workreason",i) %></span>
<span style="width: 182px;border-right: none;">
1 year ago
<%if(login.getSanyuan().equals("0")){ %>
<a href="/servlet/LeaveManage?operate=queryLeaveById&leaveId=<%=tempLeaveId%>"/><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;margin-top: 5%;"/></a>
<a href="/servlet/LeaveManage?operate=queryLeaveId&leaveId=<%=buf.fget("leave_Id",i)%>" ><img src="../../../images1/edit.gif" border="0" alt=" 修改"/></a>
<input border="0" type="image" src="../../../images1/delete.gif" ALT="删除" style="cursor: pointer;margin-top: 5%;" name="button2"onclick="check('queryLeavedelete','<%=buf.fget("leave_Id",i)%>');"/>
1 year ago
<%
if(tempState.equals("已离岗")){
%>
<img src="../../../images1/user_go1.png" border="0" alt="已离岗" style="cursor: pointer;margin-top: 5%;">
1 year ago
<%
}else{
%>
<a href="/servlet/LeaveManage?operate=queryLeaveState&leaveId=<%=buf.fget("leave_Id",i)%>" ><img src="../../../images1/user_go.png" border="0" alt="未离岗"/></a>
<%
}
%>
<%}else if(login.getSanyuan().equals("1")){ %>
<a href="/servlet/LeaveManage?operate=queryLeaveById&leaveId=<%=tempLeaveId%>"/><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;margin-top: 5%;"/></a>
1 year ago
<%
if(tempState.equals("已离岗")){
%>
<img src="../../../images1/user_go1.png" border="0" alt="已离岗" style="cursor: pointer;margin-top: 5%;">
1 year ago
<%
}else{
%>
<a href="/servlet/LeaveManage?operate=queryLeaveState&leaveId=<%=buf.fget("leave_Id",i)%>" ><img src="../../../images1/user_go.png" border="0" alt="未离岗"/></a>
<%
}
%>
<%}else { %>
<a href="/servlet/LeaveManage?operate=queryLeaveById&leaveId=<%=tempLeaveId%>"/><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;margin-top: 5%;"/></a>
<a href="/servlet/LeaveManage?operate=queryLeaveId&leaveId=<%=buf.fget("leave_Id",i)%>" ><img src="../../../images1/edit.gif" border="0" alt=" 修改"/></a>
<input border="0" type="image" src="../../../images1/delete.gif" ALT="删除" style="cursor: pointer;margin-top: 5%;" name="button2"onclick="check('queryLeavedelete','<%=buf.fget("leave_Id",i)%>');"/>
1 year ago
<%} %>
</span>
</div>
<%
}
%>
</div>
<!-- gridBody end -->
</div>
<!-- myGrid end -->
</div>
<tag:PageLinkTag operate="queryLeave" scope="request" width="99%" align="center"/>
<%
}
%>
</td>
</tr>
</table>
</form>
</body>
</html>