|
|
|
|
<%@page import="com.zky.para.Para"%>
|
|
|
|
|
<%@include file="/auth.jsp"%>
|
|
|
|
|
<%@page import="java.util.Date"%>
|
|
|
|
|
<%@page language="java" pageEncoding="utf-8" %>
|
|
|
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
|
|
|
<%
|
|
|
|
|
String operate = (String)request.getParameter("operate");
|
|
|
|
|
String sj = Common.convertNull(request.getParameter("sj"));
|
|
|
|
|
String qj = Common.convertNull(request.getParameter("qj"));
|
|
|
|
|
String departId="";
|
|
|
|
|
String checkId = "";
|
|
|
|
|
String checkStartTime = DateTime.DateToStr(new Date());
|
|
|
|
|
String checkEndTime= "";
|
|
|
|
|
String checkType = "";
|
|
|
|
|
String checkName="";
|
|
|
|
|
String address = "";
|
|
|
|
|
String checkContent="";
|
|
|
|
|
Login loginObj = (Login)session.getAttribute("login");
|
|
|
|
|
String optrid = loginObj.optrid;
|
|
|
|
|
String optrname = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPNAME",optrid);
|
|
|
|
|
HashFmlBuf buf = (HashFmlBuf)request.getAttribute("by_checkId");
|
|
|
|
|
%>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>检查管理</title>
|
|
|
|
|
<link href="../../css/font.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<script src="../../js/date.js"></script>
|
|
|
|
|
<script src="../../js/check.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
function textToUpperCase(){
|
|
|
|
|
if(event.keyCode>=65 && event.keyCode<=90 || event.type=="change"){
|
|
|
|
|
event.srcElement.value = event.srcElement.value.toUpperCase();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
function setValue() {
|
|
|
|
|
<%
|
|
|
|
|
if (!Common.isNull(qj)) {
|
|
|
|
|
out.println("form1.qj.value='" + qj + "';");
|
|
|
|
|
}
|
|
|
|
|
if (!Common.isNull(operate)) {
|
|
|
|
|
out.println("form1.operate.value='" + operate + "';");
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
}
|
|
|
|
|
function check(operate) {
|
|
|
|
|
form1.operate.value = operate;
|
|
|
|
|
if(operate=='CheckOwnReaultPort'){
|
|
|
|
|
|
|
|
|
|
if (form1.chenkOwnResultTime.value == "") {
|
|
|
|
|
alert("请选择自检时间!");
|
|
|
|
|
form1.chenkOwnResultTime.focus();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
form1.button1.disabled=true;
|
|
|
|
|
form1.button2.disabled=true;
|
|
|
|
|
form1.submit();
|
|
|
|
|
}
|
|
|
|
|
function selectChange(i)
|
|
|
|
|
{
|
|
|
|
|
form1.action = "/zhyw/smjc/CheckOwnReault.jsp";
|
|
|
|
|
form1.submit();
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.aselect{
|
|
|
|
|
width: 155px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body onload="setValue();">
|
|
|
|
|
<form name="form1" method="post" action="/servlet/CheckManage">
|
|
|
|
|
<input type="hidden" name="operate" value=""/>
|
|
|
|
|
<input type="hidden" name="checkId" value="<%=buf.fget("check_id", 0) %>" />
|
|
|
|
|
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="margin:0px auto;">
|
|
|
|
|
<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="100%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="6%" align="right"><img src="/images/little_red.jpg" width="12" height="12"></td>
|
|
|
|
|
<td width="94%" class="font12b"> <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>
|
|
|
|
|
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1">报告人员</td>
|
|
|
|
|
<td class="cell2" >
|
|
|
|
|
<input type="text" name="checkName" value="<%=optrname %>" style="color:red;" readonly="readonly"/>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="cell1">自检日期</td>
|
|
|
|
|
<td class="cell2">
|
|
|
|
|
<input type="text" name="chenkOwnResultTime" value="<%=checkStartTime%>" readonly="readonly">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1" >检查项目</td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<input type="hidden" name="checkContentry" value="人员检查" readonly="readonly"/>
|
|
|
|
|
<font color="red">人员检查</font>
|
|
|
|
|
<input type="radio" name="chenkOwnResult1" value="合格" checked="checked">合格
|
|
|
|
|
<input type="radio" name="chenkOwnResult1" value="不合格">不合格
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1"></td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<textarea rows="4" cols="65" name="checkContentryjt" maxlength="1000"><%=buf.fget("checkContentryjt", 0)%></textarea><font color="red">(注:限制字数1000)</font>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1" >检查项目</td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<input type="hidden" name="checkContentwj" value="文件检查" readonly="readonly"/>
|
|
|
|
|
<font color="red">文件检查</font>
|
|
|
|
|
<input type="radio" name="chenkOwnResult2" name="chenkResult2" value="合格" checked="checked">合格
|
|
|
|
|
<input type="radio" name="chenkOwnResult2" value="不合格">不合格
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1"></td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<textarea rows="4" cols="65" name="checkContentwjjt" maxlength="1000"><%=buf.fget("checkContentwjjt", 0)%></textarea><font color="red">(注:限制字数1000)</font>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1" >检查项目</td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<input type="hidden" name="checkContentsb" value="资产检查" readonly="readonly"/>
|
|
|
|
|
<font color="red">资产检查</font>
|
|
|
|
|
<input type="radio" name="chenkOwnResult3" value="合格" checked="checked">合格
|
|
|
|
|
<input type="radio" name="chenkOwnResult3" value="不合格">不合格
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1"></td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<textarea rows="4" cols="65" name="checkContentsbjt" maxlength="1000"><%=buf.fget("checkContentsbjt", 0)%></textarea><font color="red">(注:限制字数1000)</font>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1" >检查项目</td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<input type="hidden" name="checkContentryglzd" value="管理制度检查" readonly="readonly"/>
|
|
|
|
|
<font color="red">管理制度检查</font>
|
|
|
|
|
<input type="radio" name="chenkOwnResult4" name="chenkResult2" value="合格" checked="checked">合格
|
|
|
|
|
<input type="radio" name="chenkOwnResult4" value="不合格">不合格
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1"></td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<textarea rows="4" cols="65" name="checkContentryglzdjt" maxlength="1000"><%=buf.fget("checkContentryglzdjt", 0)%></textarea><font color="red">(注:限制字数1000)</font>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1" >检查项目</td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<input type="hidden" name="checkContentrysmsj" value="泄密事件检查" readonly="readonly"/>
|
|
|
|
|
<font color="red">泄密事件检查</font>
|
|
|
|
|
<input type="radio" name="chenkOwnResult5" name="chenkResult2" value="合格" checked="checked">合格
|
|
|
|
|
<input type="radio" name="chenkOwnResult5" value="不合格">不合格
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1"></td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<textarea rows="4" cols="65" name="checkContentrysmsjjt" maxlength="1000"><%=buf.fget("checkContentrysmsjjt", 0)%></textarea><font color="red">(注:限制字数1000)</font>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1" >检查项目</td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<input type="hidden" name="checkContentryother" value="其它项目检查" readonly="readonly"/>
|
|
|
|
|
<font color="red">其它项目检查</font>
|
|
|
|
|
<input type="radio" name="chenkOwnResult6" name="chenkResult2" value="合格" checked="checked">合格
|
|
|
|
|
<input type="radio" name="chenkOwnResult6" value="不合格">不合格
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1"></td>
|
|
|
|
|
<td class="cell2" colspan="3">
|
|
|
|
|
<textarea rows="4" cols="65" name="checkContentryotherjt" maxlength="1000"><%=buf.fget("checkContentryotherjt", 0)%></textarea><font color="red">(注:限制字数1000)</font>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<table width="100%" align="center">
|
|
|
|
|
<tr align="center">
|
|
|
|
|
<td>
|
|
|
|
|
<input type="button" name="button1" style="background:url(../images1/bc1.png); width:60px; height:22px; border:none;cursor: pointer;" onclick="check('CheckOwnReaultPort');"/>
|
|
|
|
|
<input type="button" name="button2" style="background:url(../images1/fh.png); width:60px; height:22px; border:none; cursor: pointer;" onClick="history.back();"/>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
|
|
|
|
<%@include file="/foot.jsp"%>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|