|
|
|
|
|
|
|
<%@page import="com.zky.para.Para"%>
|
|
|
|
<%@ page import="com.zky.bjca.SM4" %>
|
|
|
|
<%@ page import="cn.org.bjca.utils.Base64" %>
|
|
|
|
<%@include file="/auth.jsp"%>
|
|
|
|
<%@page language="java" contentType="text/html;charset=utf-8" pageEncoding="UTF-8"%>
|
|
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
|
|
<%
|
|
|
|
String useId = Common.convertNull(request.getParameter("useId"));
|
|
|
|
String operate = (String)request.getParameter("operate");
|
|
|
|
String sj = Common.convertNull(request.getParameter("sj"));
|
|
|
|
String qj = Common.convertNull(request.getParameter("qj"));
|
|
|
|
String pcs = Common.convertNull(request.getParameter("pcs"));
|
|
|
|
String protyname = Common.convertNull(request.getParameter("protyname"));
|
|
|
|
String optrid = login_obj.optrid;
|
|
|
|
String optrjob = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPJOB",optrid);
|
|
|
|
%>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
|
|
<title>涉密资产统计</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../../css/font.css">
|
|
|
|
<script src="/js/check.js"></script>
|
|
|
|
<script src="../../../js/date.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;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead{
|
|
|
|
height: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
background-color: #cce7f5;
|
|
|
|
color: #000;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead .gridRow{
|
|
|
|
display: flex;
|
|
|
|
justify-content: start;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span{
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
border-right: 1px solid #000000;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(1){
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(2){
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(3){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(4){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(5){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(6){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(7){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridHead span:nth-child(8){
|
|
|
|
width: 190px;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow{
|
|
|
|
height: 30px;
|
|
|
|
/*margin-top: 5px;*/
|
|
|
|
display: flex;
|
|
|
|
justify-content: start;
|
|
|
|
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:nth-child(1){
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span:nth-child(2){
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span:nth-child(3){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span:nth-child(4){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span:nth-child(5){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span:nth-child(6){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span:nth-child(7){
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span:nth-child(8){
|
|
|
|
width: 190px;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
#myGrid .gridBody .gridRow span a,img,input {
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
form{
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
</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(protyname)) {
|
|
|
|
out.println("form1.protyname.value='" + protyname + "';");
|
|
|
|
}
|
|
|
|
if (!Common.isNull(pcs)) {
|
|
|
|
out.println("form1.pcs.value='" + pcs + "';");
|
|
|
|
}
|
|
|
|
if (!Common.isNull(operate)) {
|
|
|
|
out.println("form1.operate.value='" + operate + "';");
|
|
|
|
}
|
|
|
|
%>
|
|
|
|
}
|
|
|
|
function check(operate,useId) {
|
|
|
|
form1.operate.value=operate;
|
|
|
|
if (operate == "PropertyUseEditDetail") {
|
|
|
|
form1.action = "/servlet/PropertyUseManage?operate=PropertyUseEditDetail&useId=" + useId;
|
|
|
|
}
|
|
|
|
if (operate == "querySmsbStatDetail"){
|
|
|
|
form1.action="/servlet/StatManage?operate=querySmsbStatDetail";
|
|
|
|
}
|
|
|
|
form1.submit();
|
|
|
|
}
|
|
|
|
function selectChange(i)
|
|
|
|
{
|
|
|
|
form1.action = "/zhyw/smsb/sbdj/propertyUseEdit.jsp";
|
|
|
|
form1.submit();
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
|
|
html { overflow-x:hidden; overflow-y:hidden; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body onload="setValue();" scroll="no">
|
|
|
|
<form name="form1" method="post" action="/servlet/StatManage">
|
|
|
|
<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="100%" height="23" border="0" align="left" 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>
|
|
|
|
<input type="hidden" name="operate" value=""/>
|
|
|
|
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" class="table02">
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
<td class="cell1">所属市州</td>
|
|
|
|
<td class="cell2" >
|
|
|
|
<select class='aselect' name="sj" setValue="<%=sj%>" onChange="selectChange(1);" >
|
|
|
|
<%=Para.getSj(getPara)%>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
<td class="cell1">所属区县</td>
|
|
|
|
<td class="cell2">
|
|
|
|
<select class='aselect' name="qj" setValue="<%=qj%>" onChange="selectChange(1);" >
|
|
|
|
<%=Para.getQj(getPara,sj)%>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
<td class="cell1">使用单位</td>
|
|
|
|
<td class="cell2">
|
|
|
|
<input name="pcs" type="text" />
|
|
|
|
</td>
|
|
|
|
<td class="cell1">资产名称</td>
|
|
|
|
<td class="cell2">
|
|
|
|
<select class='aselect' name="protyname" id="typemenu" setValue="<%=protyname%>" >
|
|
|
|
<option value="">---请选择种类---</option>
|
|
|
|
<option value="涉密计算机">涉密计算机</option>
|
|
|
|
<option value="涉密U盘">涉密U盘</option>
|
|
|
|
<option value="移动硬盘">移动硬盘</option>
|
|
|
|
<option value="复印机">复印机</option>
|
|
|
|
<option value="打印机">打印机</option>
|
|
|
|
<option value="录音带">录音带</option>
|
|
|
|
<option value="录像带">录像带</option>
|
|
|
|
<option value="传真机">传真机</option>
|
|
|
|
<option value="照相机">照相机</option>
|
|
|
|
<option value="服务器">服务器</option>
|
|
|
|
<option value="录音笔">录音笔</option>
|
|
|
|
<option value="光盘">光盘</option>
|
|
|
|
<option value="软盘">软盘</option>
|
|
|
|
<option value="其它">其它</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
<td class="cell1" >
|
|
|
|
<input type="image" name="button1" src="/images1/cx.png" onClick="check('querySmsbStatDetail');"/>
|
|
|
|
</td>
|
|
|
|
<td class="cell2"></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<%
|
|
|
|
HashFmlBuf buf = (HashFmlBuf) request.getAttribute("SmsbTj_info");
|
|
|
|
if (buf != null) {
|
|
|
|
int rowcount = buf.getRowCount();
|
|
|
|
%>
|
|
|
|
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 87%">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<div style="width:100%; height:96%;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;"><b>序号</b></span>
|
|
|
|
<span width="15px;">所属市州区县</span>
|
|
|
|
<span width="18px;"><b>使用单位</b></span>
|
|
|
|
<span width="10px;"><b>资产名称</b></span>
|
|
|
|
<span><b>登记人员</b></span>
|
|
|
|
<span><b>使用人员</b></span>
|
|
|
|
<span width="15px"><b>登记时间</b></span>
|
|
|
|
<span width="10px;"><b>管理</b></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="gridBody">
|
|
|
|
<%
|
|
|
|
for (int i=0; i<rowcount; i++) {
|
|
|
|
String tempEmpid = buf.fget("use_id",i);
|
|
|
|
String disabled = "";
|
|
|
|
%>
|
|
|
|
<div class="gridRow">
|
|
|
|
<span width="5px" style="text-align: center;"><%=i+1%></span>
|
|
|
|
<span>甘肃省 <%=buf.fget("frameworkname",i)%> <%=buf.fget("areadef",i)%></span>
|
|
|
|
<span><%=buf.fget("RECOVER_DEPARTID",i)%></span>
|
|
|
|
<span><%=buf.fget("property_name",i) %></span>
|
|
|
|
<span><%=buf.fget("use_staffid",i) %></span>
|
|
|
|
<span><%=SM4.SM4Decrypt(Base64.decode(buf.fget("RECOVER_STAFFID",i)))%></span>
|
|
|
|
<span><%=buf.fget("USE_DATE",i) %></span>
|
|
|
|
<span width="8px">
|
|
|
|
<a href="javascript:check('PropertyUseEditDetail','<%=tempEmpid%>');"><img src="/images1/read_document.png" border="0"/></a></span>
|
|
|
|
</div>
|
|
|
|
<%
|
|
|
|
}
|
|
|
|
%>
|
|
|
|
</div>
|
|
|
|
<!-- gridBody end -->
|
|
|
|
</div>
|
|
|
|
<!-- myGrid end -->
|
|
|
|
</div>
|
|
|
|
<tag:PageLinkTag operate="querySmsbStat" scope="request" width="99%" align="center"/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<%
|
|
|
|
}
|
|
|
|
%>
|
|
|
|
</form>
|
|
|
|
<%@include file="/foot.jsp"%>
|
|
|
|
</body>
|
|
|
|
</html>
|