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.
367 lines
11 KiB
367 lines
11 KiB
<%@page import="com.zky.para.Para"%>
|
|
<%@page import="com.zky.zhyw.smwj.CreateFileIdUtils"%>
|
|
<%@include file="/auth.jsp"%>
|
|
|
|
<%@page language="java" contentType="text/html;charset=utf-8"%>
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
<%
|
|
String fileState="";
|
|
String secret="";
|
|
String writeDate="";
|
|
String year[]=null;
|
|
String schoolid = (String)request.getAttribute("schoolid");
|
|
String areaid1 = Common.convertNull(request.getParameter("areaid"));
|
|
// String deptid1 = Common.convertNull(request.getParameter("deptid"));
|
|
String frameworkid1 = Common.convertNull(request.getParameter("frameworkid"));
|
|
String schoolid1=Common.convertNull(request.getParameter("schoolid"));
|
|
String employeeId=(String)request.getAttribute("writeempid");
|
|
String employeeId1=Common.convertNull(request.getParameter("writeempid"));
|
|
HashFmlBuf bufs=(HashFmlBuf)request.getAttribute("bufEmployee"); //读取学生编号
|
|
//String schoolid1=Common.convertNull(request.getParameter("schoolid"));
|
|
|
|
// String deptid1 = Common.convertNull(request.getParameter("deptid"));
|
|
String areaid=(String)request.getAttribute("areaid");
|
|
|
|
HashFmlBuf bufschool=(HashFmlBuf)request.getAttribute("writeDepartment"); //通过区县读取学校
|
|
Login login = (Login) request.getSession().getAttribute("login");
|
|
%>
|
|
|
|
<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">
|
|
select
|
|
{
|
|
width:155px;
|
|
}
|
|
</style>
|
|
<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(frameworkid1))
|
|
{
|
|
out.println("form1.frameworkid.value='" + frameworkid1 + "';");
|
|
}
|
|
if(!Common.isNull(areaid1))
|
|
{
|
|
out.println("form1.areaid.value='" + areaid1 + "';");
|
|
}
|
|
if(!Common.isNull(schoolid1))
|
|
{
|
|
out.println("form1.schoolid.value='" + schoolid1 + "';");
|
|
}
|
|
%>
|
|
}
|
|
function check(operate,fileid) {
|
|
form1.operate.value=operate;
|
|
|
|
if (operate == "provideFile") {
|
|
|
|
form1.action="/zhyw/smwj/wjhs/fileReceiveAdd.jsp?areaid="+"";
|
|
}
|
|
if (operate == "toAddFileRecover") {
|
|
form1.action = "/servlet/FileRecoverManage?operate=toAddFileRecover&provideId=" +fileid;
|
|
}
|
|
|
|
if (operate == "editFile") {
|
|
form1.action = "/servlet/FileReceiveManage?operate=editFile&fileId=" +fileid;
|
|
}
|
|
if (operate == "queryFileRecoverPage"){
|
|
if (form1.frameworkid.value=='') {
|
|
alert("请选择市保密局!");
|
|
form1.frameworkid.focus();
|
|
return false;
|
|
}
|
|
if (form1.areaid.value == "") {
|
|
alert("请选择区县保密局!");
|
|
form1.areaid.focus();
|
|
return false;
|
|
}
|
|
if(form1.schoolid.value=="")
|
|
{
|
|
alert("请选择回收单位");
|
|
form1.schoolid.focus();
|
|
return false;
|
|
}
|
|
}
|
|
form1.button1.disabled=true;
|
|
//form1.button2.disabled=true;
|
|
//if (form1.button3) form1.button3.disabled=true;
|
|
form1.submit();
|
|
}
|
|
function selectChange(i)
|
|
{
|
|
form1.action = "/zhyw/smwj/fileManage.jsp";
|
|
form1.submit();
|
|
}
|
|
function getClass(parasm){
|
|
|
|
|
|
|
|
var optiontext="";
|
|
|
|
for (i = 1; i < document.getElementById(parasm).length; i++) {
|
|
|
|
if (document.getElementById(parasm).options[i].selected == true) {
|
|
optiontext = document.getElementById(parasm).options[i].value;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
if(optiontext!=""){
|
|
//通过区县读取学校
|
|
if(parasm=="areaid"){
|
|
location="/servlet/FileRecoverManage?operate=readAridSchoolManage&areaid="+optiontext;
|
|
}
|
|
if(parasm=="schoolid"){
|
|
location="/servlet/FileRecoverManage?operate=readEmployeeByDepartmentManage&schoolid="+optiontext+"&areaid=<%=areaid%>";
|
|
}
|
|
if (parasm=="typeInfo") {
|
|
|
|
if (
|
|
document.getElementById(parasm).value=="2" || document.getElementById(parasm).value=="3" || document.getElementById(parasm).value=="5"||
|
|
document.getElementById(parasm).value=="6"||document.getElementById(parasm).value=="7" || document.getElementById(parasm).value=="8" ||
|
|
document.getElementById(parasm).value=="9") {
|
|
//document.getElementById("termInfo").disabled=true;
|
|
}else {
|
|
//document.getElementById("termInfo").disabled=false;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="setValue();">
|
|
<form name="form1" method="post" action="/servlet/FileRecoverManage">
|
|
<table width="90%" 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="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
|
|
<td width="97%" class="font12b"> 文件回收管理</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>
|
|
<input type="hidden" name="operate" value=""/>
|
|
<br>
|
|
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="3%"><img src="/images/little.gif" width="12" height="12"></td>
|
|
<td width="97%" class="font12">请输入查询条件</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1">所属市州</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="frameworkid" id="frameworkid" onchange="getClass('frameworkid')">
|
|
<%=Para.getSj(getPara)%>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
<td class="cell1">所属区县</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="areaid" id="areaid" onchange="getClass('areaid')">
|
|
|
|
<%=Para.getQj(getPara,frameworkid1)%>
|
|
</select><font color="#ff0000">*</font>
|
|
</td></tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1">回收单位</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="schoolid" id="schoolid" onchange="getClass('schoolid')">
|
|
<option value="">--请选择--</option>
|
|
<%
|
|
|
|
if(bufschool!=null && bufschool.getRowCount()>0){
|
|
|
|
%>
|
|
|
|
<%
|
|
for(int i=0;i<bufschool.getRowCount();i++){
|
|
|
|
|
|
%>
|
|
<option value="<%=bufschool.fget("DEPARTID",i) %>" <%if(bufschool.fget("DEPARTID",i).equals(schoolid)){%> selected="selected" <%} %>><%=bufschool.fget("DEPARTNAME",i) %></option>
|
|
|
|
<%
|
|
|
|
}
|
|
}else{
|
|
|
|
|
|
%>
|
|
<option value="" >无单位信息</option>
|
|
|
|
<%
|
|
}
|
|
|
|
|
|
|
|
%>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
<td class="cell1">回收人员</td>
|
|
<td class="td1">
|
|
<select class='aselect' name="writeempid" id="writeempid">
|
|
<%
|
|
if(bufs!=null && bufs.getRowCount()>0){
|
|
%>
|
|
<option value="" selected="selected">--请选择--</option>
|
|
<%
|
|
for(int i=0;i<bufs.getRowCount();i++){
|
|
%>
|
|
<option value="<%=bufs.fget("EMPID",i) %>" <%if(bufs.fget("EMPID",i).equals(employeeId)){%> selected="selected" <%} %>><%=bufs.fget("EMPNAME",i) %></option>
|
|
|
|
<%
|
|
|
|
}
|
|
}else{
|
|
%>
|
|
<option value="" selected="selected">无人员信息</option>
|
|
<%
|
|
}
|
|
%>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1">文件编号</td>
|
|
<td class="cell2"><input type="text" id="fileId" name="fileId" style="width:155px;"/></td>
|
|
<td class="cell1">回收状态</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="recoverstate" value="<%=fileState%>">
|
|
<%
|
|
if (secret.equals("")){
|
|
out.println(Para.getStatic(getPara,"FILERECOVERSTATE"));
|
|
%>
|
|
<script>
|
|
form1.filesecret.value='<%=secret%>';
|
|
</script>
|
|
<%
|
|
}else{
|
|
out.println(getPara.getSParaFilter("td_s_static","data_code","dataname","type_code","FILERECOVERSTATE","data_code",fileState));
|
|
}
|
|
%>
|
|
</select>
|
|
</td>
|
|
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<table width="90%" align="center">
|
|
<tr align="center">
|
|
<td>
|
|
<input type="button" name="button1" value=" 查询 " class="box_button" onclick="check('queryFileRecoverPage');"/>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<%
|
|
HashFmlBuf buf = (HashFmlBuf) request.getAttribute("recoverBuf");
|
|
if (buf != null) {
|
|
int rowcount = buf.getRowCount();
|
|
%>
|
|
<center>
|
|
|
|
<div style="width:90%; height:280px;overflow: auto;">
|
|
<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 width="5px" style="text-align: center;">序号</span>
|
|
<span>操作</span>
|
|
<span width="15px">文件编号</span>
|
|
<span>回收状态</span>
|
|
<span>文件名称</span>
|
|
<span>持有单位</span>
|
|
<span>持有人员</span>
|
|
<span>持有日期</span>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="gridBody">
|
|
<%
|
|
for (int i=0; i<rowcount; i++) {
|
|
String tempDeptid = buf.fget("provide_id",i);
|
|
String tempstate = buf.fget("recover_state",i);
|
|
String tempFrameworkid = buf.fget("frameworkid",i);
|
|
|
|
String disabled = "";
|
|
if (tempstate.equals("1")) {
|
|
tempstate = "已回收";
|
|
disabled = "";
|
|
}
|
|
else
|
|
{
|
|
tempstate = "未回收";
|
|
disabled = "";
|
|
}
|
|
|
|
%>
|
|
<div class="gridRow">
|
|
<span width="5px" style="text-align: center;"><%=i+1%></span>
|
|
<span>
|
|
<input type="button" value="回收" onclick="check('toAddFileRecover','<%=buf.fget("provide_id",i)%>')" <%
|
|
if(buf.fget("recover_state",i).equals("1")){
|
|
%>class="nobox_button" disabled="disabled"<%} else{%> class="box_button"<%} %>/>
|
|
</span>
|
|
<span width="15px"> <a target="_blank" title="预览" href="/servlet/FileRecoverManage?operate=showFileRecover&provideId=<%=tempDeptid%>"><%=tempDeptid%></a></span>
|
|
<span><%if(tempstate.toString().equals("0")){%><font color="red"><%=tempstate%></font><%}else{ %><%=tempstate%><%} %></span>
|
|
<span><%=CreateFileIdUtils.getFileName(buf.fget("provide_id",i))%></span>
|
|
<span><%=buf.fget("departname",i) %></span>
|
|
<span><%=buf.fget("empname",i) %></span>
|
|
<span><%
|
|
writeDate=buf.fget("recover_date",i);
|
|
year=writeDate.split(" ");
|
|
%>
|
|
<%=year[0]%></span>
|
|
|
|
</div>
|
|
<%
|
|
}
|
|
%>
|
|
</div>
|
|
<!-- gridBody end -->
|
|
</div>
|
|
<!-- myGrid end -->
|
|
</div>
|
|
<tag:PageLinkTag operate="queryFileRecoverPage" scope="request" width="90%" align="center"/>
|
|
</form>
|
|
|
|
<table width="90%" align="center">
|
|
<tr align="center">
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
<%
|
|
}
|
|
%>
|
|
|
|
<%@include file="/foot.jsp"%>
|
|
</body>
|
|
</html> |