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.
1391 lines
54 KiB
1391 lines
54 KiB
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@page import="com.zky.zhyw.smsb.CreatePropertyIdUtils"%>
|
|
<%@page import="java.util.Collections"%>
|
|
<%@page import="java.util.Arrays"%>
|
|
<%@page import="java.util.List"%>
|
|
<%@page import="java.util.Calendar"%>
|
|
<%@page import="java.text.SimpleDateFormat"%>
|
|
<%@page import="com.zky.para.Para"%>
|
|
<%@include file="/auth.jsp"%>
|
|
<%@page import="java.util.Date"%>
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
<%@page import="java.util.Date"%>
|
|
<%@ page import="com.zky.bjca.SM4" %>
|
|
<%@ page import="cn.org.bjca.utils.Base64" %>
|
|
<%
|
|
String secret="";
|
|
String purpose=(String)request.getAttribute("purpose");
|
|
String remark=(String)request.getAttribute("remark");
|
|
String propertyType=(String)request.getAttribute("propertyType");
|
|
String propertyType1=Common.convertNull(request.getParameter("propertyType"));
|
|
String areaid=(String)request.getAttribute("areaid");
|
|
String studentid=(String)request.getAttribute("studentid");
|
|
Login loginObj = (Login)session.getAttribute("login");
|
|
String optrid = loginObj.optrid;
|
|
String optrname = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPNAME",optrid);
|
|
String sj = Common.convertNull(request.getParameter("sj"));
|
|
String qj = Common.convertNull(request.getParameter("qj"));
|
|
String school = Common.convertNull(request.getParameter("school"));
|
|
String propertyName=Common.convertNull(request.getParameter("propertyName"));
|
|
String date = DateTime.DateToStr(new Date());
|
|
%>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
<title>涉密资产登记</title>
|
|
<link href="../../../css/font.css" rel="stylesheet" type="text/css">
|
|
<script src="../../../js/date.js"></script>
|
|
<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">
|
|
<meta name="save" content="history">
|
|
<style type="text/css">
|
|
input{behavior:url(#default#savehistory)};
|
|
</style>
|
|
<OBJECT id="PSKPrn" classid="clsid:81C07687-3353-4ABA-B108-94BCE81E5CBA"
|
|
codebase="/PSKPrn_94BCE81E5CBA.ocx#version=1,0,0,3" width="0" height="0"> </OBJECT>
|
|
<script type="text/javascript">
|
|
function checkprint(fileIdsprint,filenum,filename,opetere,opsdf){
|
|
alert("正在打印二维码请耐心等待.....................");
|
|
//var filecount1=document.getElementById(filecount).value;
|
|
PSKPrn.OpenPort("POSTEK C168 200s");
|
|
PSKPrn.PTKClearBuffer();
|
|
PSKPrn.PTKSetLabelHeight(240, 20);
|
|
PSKPrn.PTKSetLabelWidth(400);
|
|
PSKPrn.PTKSetDarkness(10);
|
|
PSKPrn.PTKSetPrintSpeed(4);
|
|
var countnum=fileIdsprint+'^'+filenum+'^'+filename+'^'+opetere;
|
|
alert(countnum);
|
|
PSKPrn.PTKDrawBar2DPdf417(26,80,400,240,1,0,2,4,33,7,0,0,countnum);
|
|
PSKPrn.PTKDrawTextTrueTypeW(26, 26, 16, 0, "宋体", 3, 400, false, false, false, "A1", ""+filename);
|
|
//打印份数
|
|
PSKPrn.PTKPrintLabel(1,1);
|
|
PSKPrn.ClosePort();
|
|
form1.action="/servlet/PropertyUseManage?operate=printPropertyInfo&operateuseId="+opsdf+"&operatereName="+opetere;
|
|
}
|
|
</script>
|
|
<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(propertyName))
|
|
{
|
|
out.println("form1.propertyName.value='" + propertyName + "';");
|
|
}
|
|
if(!Common.isNull(school))
|
|
{
|
|
out.println("form1.school.value='" + school + "';");
|
|
}
|
|
%>
|
|
}
|
|
function check(operate) {
|
|
form1.operate.value = operate;
|
|
if(operate=='upPropertyUseadd'){
|
|
form1.action="/zhyw/smsb/sbdj/propertyUseAdd.jsp";
|
|
form1.submit();
|
|
}
|
|
if(operate=='backPropertyUseadd'){
|
|
form1.action = "/servlet/PropertyUseManage?operate=backPropertyInfo";
|
|
form1.submit();
|
|
}
|
|
if(operate=="addPropertyInfo"){
|
|
var typemenu=document.getElementById("typemenu");
|
|
var val=typemenu.value;
|
|
var arr=['menu1','menu2','menu3','menu4','menu5','menu6','menu7','menu8','menu9','menu10','menu11','menu12','menu13','menu14'];
|
|
if(arr[0]==val){
|
|
if(form1.propertyBrand1.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand1.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo1.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo1.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo1.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo1.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[1]==val){
|
|
if(form1.propertyBrand2.value=="")
|
|
{
|
|
alert("请填写计算机品牌");
|
|
form1.propertyBrand2.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo2.value=="")
|
|
{
|
|
alert("请填写计算机的型号");
|
|
form1.propertyNo2.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyBrand2.value=="")
|
|
{
|
|
alert("请填写计算机的品牌");
|
|
form1.propertyBrand2.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[2]==val){
|
|
if(form1.propertyBrand3.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand3.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo3.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo3.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo3.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo3.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[3]==val){
|
|
if(form1.propertyBrand4.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand4.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo4.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo4.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo4.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo4.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[4]==val){
|
|
if(form1.propertyBrand5.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand5.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo5.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo5.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo5.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo5.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[5]==val){
|
|
if(form1.propertyBrand6.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand6.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo6.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo6.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo6.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo6.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[6]==val){
|
|
if(form1.propertyBrand7.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand7.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo7.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo7.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo7.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo7.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[7]==val){
|
|
if(form1.propertyBrand8.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand8.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo8.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo8.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo8.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo8.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[8]==val){
|
|
if(form1.propertyBrand9.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand9.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo9.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo9.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo9.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo9.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[9]==val){
|
|
if(form1.propertyBrand10.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand10.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo10.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo10.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo10.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo10.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[10]==val){
|
|
if(form1.propertyBrand11.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand11.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo11.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo11.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo11.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo11.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[11]==val){
|
|
if(form1.propertyBrand12.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand12.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo12.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo12.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo12.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo12.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[12]==val){
|
|
if(form1.propertyBrand13.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand13.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo13.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo13.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo13.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo13.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(arr[13]==val){
|
|
if(form1.propertyOtherName.value==""){
|
|
alert("请填写资产名称");
|
|
form1.propertyOtherName.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyBrand14.value=="")
|
|
{
|
|
alert("请填写品牌");
|
|
form1.propertyBrand14.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertyNo14.value=="")
|
|
{
|
|
alert("请填写型号");
|
|
form1.propertyNo14.focus();
|
|
return false;
|
|
}
|
|
if(form1.propertySNNo14.value=="")
|
|
{
|
|
alert("请填写SN号");
|
|
form1.propertySNNo14.focus();
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
if (operate== "deletePropertyInfo") {
|
|
var Infos = form1.Infos;
|
|
var count = 0;
|
|
if (Infos) {
|
|
if (Infos.length) {
|
|
for (var i=0; i<Infos.length; i++) {
|
|
if (Infos[i].checked==true) {
|
|
count++;
|
|
}
|
|
}
|
|
} else {
|
|
if (Infos.checked==true) {
|
|
count++;
|
|
}
|
|
}
|
|
} else {
|
|
alert("没有查到资产!");
|
|
return false;
|
|
}
|
|
if (count==0) {
|
|
alert("请选择要删除的资产!");
|
|
return false;
|
|
}
|
|
if (!confirm("确定要删除已经选择的资产吗?")) {
|
|
return false;
|
|
}
|
|
}
|
|
form1.button1.disabled=true;
|
|
form1.submit();
|
|
}
|
|
function selectChange(i) {
|
|
form1.action = "/zhyw/smsb/sbdj/propertyInfoAdd.jsp";
|
|
form1.submit();
|
|
}
|
|
</script>
|
|
<script type="text/javascript">
|
|
function display(){
|
|
var typemenu=document.getElementById("typemenu");
|
|
var val=typemenu.value;
|
|
document.getElementById(val).style.display='block';
|
|
var arr=['menu1','menu2','menu3','menu4','menu5','menu6','menu7','menu8','menu9','menu10','menu11','menu12','menu13','menu14'];
|
|
for(var i in arr){
|
|
if(arr[i]!=val){
|
|
document.getElementById(arr[i]).style.display='none';
|
|
}
|
|
}
|
|
}
|
|
function checkradio(flag){
|
|
if(flag == true){
|
|
document.getElementById("c").style.display="block";
|
|
}else{
|
|
document.getElementById("c").style.display="none";
|
|
}
|
|
}
|
|
function checkradio1(flag){
|
|
if(flag == true){
|
|
document.getElementById("f").style.display="block";
|
|
}else{
|
|
document.getElementById("f").style.display="none";
|
|
}
|
|
}
|
|
function checkradio22(flag){
|
|
if(flag == true){
|
|
document.getElementById("w").style.display="block";
|
|
}else{
|
|
document.getElementById("w").style.display="none";
|
|
}
|
|
}
|
|
function checkradio2(flag){
|
|
if(flag == true){
|
|
document.getElementById("e").style.display="block";
|
|
}else{
|
|
document.getElementById("e").style.display="none";
|
|
}
|
|
}
|
|
function checkradio3(flag){
|
|
if(flag == true){
|
|
document.getElementById("h").style.display="block";
|
|
}else{
|
|
document.getElementById("h").style.display="none";
|
|
}
|
|
}
|
|
function checkbox(flag){
|
|
if(flag == true){
|
|
document.getElementById("d").style.display="block";
|
|
}else{
|
|
document.getElementById("d").style.display="none";
|
|
}
|
|
}
|
|
function checkradioo(flag){
|
|
if(flag == true){
|
|
document.getElementById("o").style.display="block";
|
|
}else{
|
|
document.getElementById("o").style.display="none";
|
|
}
|
|
}
|
|
function checkselect(){
|
|
var ivalue=document.getElementById("propertyBrand2").value;
|
|
if(ivalue==23){
|
|
document.getElementById("propertyBrandother").style.display="block";
|
|
}else{
|
|
document.getElementById("propertyBrandother").style.display="none";
|
|
}
|
|
}
|
|
</script>
|
|
<style type="text/css">
|
|
.aselect
|
|
{
|
|
width:156px;
|
|
}
|
|
</style>
|
|
<style type="text/css">
|
|
.td1{
|
|
width: 30%;
|
|
}
|
|
table#csstable{
|
|
border-top:#D8E9FE 1px solid;
|
|
border-left:#D8E9FE 1px solid;
|
|
}
|
|
table#csstable td{
|
|
border-bottom:#D8E9FE 1px solid;
|
|
border-right:#D8E9FE 1px solid;
|
|
}
|
|
table#csstable #bottomcss td{
|
|
|
|
border-bottom:#D8E9FE 0px solid;
|
|
}
|
|
</style>
|
|
</head>
|
|
<%
|
|
Calendar c=Calendar.getInstance();
|
|
SimpleDateFormat sdf=new SimpleDateFormat("yyyy");
|
|
SimpleDateFormat sdf1=new SimpleDateFormat("MM");
|
|
SimpleDateFormat sdf2=new SimpleDateFormat("dd");
|
|
SimpleDateFormat sdf3=new SimpleDateFormat("HH");
|
|
SimpleDateFormat sdf4=new SimpleDateFormat("mm");
|
|
SimpleDateFormat sdf5=new SimpleDateFormat("ss");
|
|
String year=sdf.format(c.getTime());
|
|
String mouth=sdf1.format(c.getTime());
|
|
String day=sdf2.format(c.getTime());
|
|
String hour=sdf3.format(c.getTime());
|
|
String min=sdf4.format(c.getTime());
|
|
String sec=sdf5.format(c.getTime());
|
|
String[] beforeShuffle = new String[] {"1", "2", "3", "4", "5", "6", "7","8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J","K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z" };
|
|
List list = Arrays.asList(beforeShuffle);
|
|
Collections.shuffle(list);
|
|
StringBuilder sb = new StringBuilder();
|
|
for (int i = 0; i < list.size(); i++) {
|
|
sb.append(list.get(i));
|
|
}
|
|
String afterShuffle = sb.toString();
|
|
String result = afterShuffle.substring(5, 9);
|
|
String allprotery=year+mouth+day+hour+min+sec+result;
|
|
String operateuseId=(String)request.getAttribute("operateuseIds");
|
|
String operatedepartid=(String)request.getAttribute("operatedepartid");
|
|
String opee=(String)request.getAttribute("opeds");
|
|
//request.setCharacterEncoding("UTF-8");
|
|
//response.setCharacterEncoding("UTF-8");
|
|
//response.setContentType("text/html;charset=UTF-8");
|
|
%>
|
|
<body onload="setValue()">
|
|
<form name="form1" method="post" action="/servlet/PropertyUseManage" >
|
|
<input type="hidden" name="operate" value=""/>
|
|
<input type="hidden" name="operateallprotery" value="<%=allprotery %>"/>
|
|
<input type="hidden" name="operateuseId" value="<%=operateuseId%>"/>
|
|
<input type="hidden" name="operatereName" value="<%=opee%>"/>
|
|
<input type="hidden" name="school" value="<%=school%>"/>
|
|
<input type="hidden" name="sj" value="<%=sj%>"/>
|
|
<input type="hidden" name="qj" value="<%=qj%>"/>
|
|
<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="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="6%"><img src="/images/little_red.jpg" width="12" height="12"></td>
|
|
<td width="94%" 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>
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="40px" width="200px">
|
|
<td align="right" valign="middle" width="200px" height="30px" style="line-height: 30px;font-size: 18px;"><b>请选择涉密资产种类</b></td>
|
|
<td class="cell2">
|
|
<select name="propertyName" id="typemenu" onchange="display()" setValue="<%=propertyName%>" style="width: 250px; background-color: #D6DDEF;" size="1" >
|
|
<option value="menu">---请选择种类---</option>
|
|
<option value="menu1">单向导入设备</option>
|
|
<option value="menu2">涉密计算机</option>
|
|
<option value="menu3">移动硬盘</option>
|
|
<option value="menu4">涉密U盘</option>
|
|
<option value="menu5">复印机</option>
|
|
<option value="menu6">打印机</option>
|
|
<option value="menu7">录音带</option>
|
|
<option value="menu8">录像带</option>
|
|
<option value="menu9">传真机</option>
|
|
<option value="menu10">照相机</option>
|
|
<option value="menu11">录音笔</option>
|
|
<option value="menu12">光盘</option>
|
|
<option value="menu13">软盘</option>
|
|
<option value="menu14">其它</option>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
<td>
|
|
<font size="+1" color="green" ><b>使用人:<%=SM4.SM4Decrypt(Base64.decode(opee))%> 编号:<%=operateuseId%></b></font>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<!-- 隐藏显示tbody Start -->
|
|
<tbody style="display:none;" id="menu1">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">品牌</td>
|
|
<td>
|
|
<input type="text" name="propertyBrand1" /><font color="#ff0000">*</font>
|
|
</td>
|
|
<td class="cell1">型号</td>
|
|
<td ><input type="text" name="propertyNo1" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyMac1" />
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td >
|
|
<input type="text" name="propertySNNo1" maxlength="12"/><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2"></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">密级</td>
|
|
<td >
|
|
<input type="radio" id="YesNo1" name="Airtight1" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtigh1" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight1" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part1" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part1" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea maxlength="100" name="remark1" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限100字符内)</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td colspan="4" align="center">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu2">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">计算机类型</td>
|
|
<td class="cell2" >
|
|
<select class='aselect' name="propertyType2" ><option>台式机</option><option>笔记本电脑</option></select>
|
|
</td>
|
|
<td class="cell1" width="40px">计算机品牌</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="propertyBrand2" id="propertyBrand2" onchange="checkselect()">
|
|
<%=Para.getStatic(getPara,"BRAND")%>
|
|
</select><font color="#ff0000">*</font><br>
|
|
<input type="text" id="propertyBrandother" name="propertyBrandother" style="display: none;"/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">计算机型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo2"/><font color="#ff0000">*</font></td>
|
|
<td class="cell1">MAC地址</td>
|
|
<td class="cell2"><input type="text" name="propertyMac2" /><font color="#ff0000">*</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2"><input type="text" name="propertySNNo2" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="Airtight2" name="Airtight2" value="绝密" />绝密
|
|
<input type="radio" id="Airtight2" name="Airtight2" value="机密" />机密
|
|
<input type="radio" id="Airtight2" name="Airtight2" value="秘密" />秘密
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">涉密计算机</td>
|
|
<td class="cell2" width="200px;">
|
|
<input type="radio" name="propertyNetW1" value="涉密单机" />涉密单机
|
|
<input type="radio" name="propertyNetW1" value="涉密网终端" />涉密网终端
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="Part2" name="Part2" value="是" />是
|
|
<input type="radio" id="Part2" name="Part2" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">是否安装防护软件</td>
|
|
<td class="cell2" >
|
|
<input type="radio" id="YesNo1" name="YesNo2" value="是" onclick="checkradio(true)"/>是
|
|
<input type="radio" id="YesNo1" name="YesNo2" value="否" onclick="checkradio(false)" checked="checked"/>否
|
|
<br/>
|
|
<span id=c style="display: none">
|
|
<input type="checkbox" id=c1 name="YesNoSoftwereone" value="涉密计算机违规外联监控"/>涉密计算机违规外联监控
|
|
<input type="checkbox" id=c2 name="YesNoSoftweretwo" value="保密技术防护专用系统"/>保密技术防护专用系统
|
|
<input type="checkbox" id=c3 name="YesNoSoftwerethree" value="移动存储介质管理"/>移动存储介质管理
|
|
<input type="checkbox" id=c4 onclick="checkradio2(true)"/>其它安全管理软件
|
|
</span>
|
|
<span id="e" style="display: none;">
|
|
<input type="text" name="YesNoSoftwerefour" >
|
|
</span>
|
|
</td>
|
|
<td class="cell1">是否读出硬盘序列号</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="YesNoSN2" value="是" onclick="checkradio1(true)"/>是
|
|
<input type="radio" id="YesNo2" name="YesNoSN2" value="否" onclick="checkradio1(false)" checked="checked"/>否
|
|
<span id="f" style="display: none;">
|
|
<input type="text" name="propertySNNNo2"/>
|
|
</span>
|
|
<br/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark2" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu3">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">硬盘品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand3" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType3" value=""/>
|
|
</td>
|
|
<td class="cell1">硬盘型号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyNo3" maxlength="8" /><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo3" maxlength="12"/><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1">硬盘序列号</td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo3" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere3" value=""/>
|
|
<font color="red"><b>是否读出</b></font>
|
|
<input type="radio" id="YesNo2" name="YesNoSN3" value="是" onclick="checkradio22(true)"/>是
|
|
<input type="radio" id="YesNo2" name="YesNoSN3" value="否" onclick="checkradio22(false)" checked="checked"/>否
|
|
<br/>
|
|
<span id="w" style="display: none;">
|
|
<input type="text" name="propertySNNNo3"/><font color="#ff0000">*</font>
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo1" name="Airtight3" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight3" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight3" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part3" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part3" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark3" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu4">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">U盘品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand4" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType4" value=""/>
|
|
</td>
|
|
<td class="cell1">U盘型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo4" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="YesNo4" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere4" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo4" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2"></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo1" name="Airtight4" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight4" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight4" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part4" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part4" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark4" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu5">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">复印机品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand5" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType5" value=""/>
|
|
</td>
|
|
<td class="cell1">复印机型号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyNo5" /><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo5" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo5" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere5" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo1" name="Airtight5" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight5" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight5" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part5" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part5" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark5" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu6">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">打印机品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand6" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType6" value=""/>
|
|
</td>
|
|
<td class="cell1">打印机型号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyNo6" /><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo6" maxlength="12"/><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo6" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere6" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo1" name="Airtight6" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight6" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight6" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part6" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part6" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark6" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu7">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">录音带品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand7" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType7" value=""/>
|
|
</td>
|
|
<td class="cell1">录音带型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo7" /><font color="#ff0000">*</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo7" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo7" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere7" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo1" name="Airtight7" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight7" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight7" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part7" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part7" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark7" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu8">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">录像带品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand8" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType8" value=""/>
|
|
</td>
|
|
<td class="cell1">录像带型号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyNo8" /><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo8" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo8" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere8" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo1" name="Airtight8" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight8" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight8" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part8" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part8" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark8" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu9">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">传真机品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand9" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType9"/>
|
|
</td>
|
|
<td class="cell1">传真机型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo9" /><font color="#ff0000">*</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo9" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo9" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere9" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" >
|
|
<td class="cell1">密级</td>
|
|
<td >
|
|
<input type="radio" id="YesNo1" name="Airtight9" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight9" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight9" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part9" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part9" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark9" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu10">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">照相机品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand10" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType10"/>
|
|
</td>
|
|
<td class="cell1">照相机型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo10" /><font color="#ff0000">*</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo10" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo10" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere10" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" >
|
|
<td class="cell1">密级</td>
|
|
<td >
|
|
<input type="radio" id="YesNo1" name="Airtight10" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight10" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight10" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part10" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part10" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark10" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu11">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">录音笔品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand11" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType11"/>
|
|
</td>
|
|
<td class="cell1">录音笔型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo11" /><font color="#ff0000">*</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo11" maxlength="12"/><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo11" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere11" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" >
|
|
<td class="cell1">密级</td>
|
|
<td >
|
|
<input type="radio" id="YesNo1" name="Airtight11" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight11" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight11" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part11" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part11" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark11" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu12">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">光盘品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand12" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType12"/>
|
|
</td>
|
|
<td class="cell1">光盘型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo12" /><font color="#ff0000">*</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo12" maxlength="12"/><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo12" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere12" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" >
|
|
<td class="cell1">密级</td>
|
|
<td >
|
|
<input type="radio" id="YesNo1" name="Airtight12" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight12" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight12" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part12" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part12" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark12" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu13">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">软盘品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand13" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType13"/>
|
|
</td>
|
|
<td class="cell1">软盘型号</td>
|
|
<td class="cell2"><input type="text" name="propertyNo13" /><font color="#ff0000">*</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo13" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
</td>
|
|
<td class="cell1"></td>
|
|
<td class="cell2">
|
|
<input type="hidden" name="YesNo13" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere13" value=""/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" >
|
|
<td class="cell1">密级</td>
|
|
<td >
|
|
<input type="radio" id="YesNo1" name="Airtight13" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight13" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight13" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part12" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part12" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark13" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody style="display:none;" id="menu14">
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">资产名称</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyOtherName" id="propertyOtherName"/>
|
|
</td>
|
|
<td class="cell1">品牌</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyBrand14" /><font color="#ff0000">*</font>
|
|
<input type="hidden" name="propertyType14"/>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">SN号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertySNNo14" maxlength="12" /><font color="#ff0000">*</font>
|
|
<font color=red>(资产SN号如果不能读出请填写"未读出")</font>
|
|
<input type="hidden" name="YesNo14" value=""/>
|
|
<input type="hidden" name="YesNoSoftwere14" value=""/>
|
|
</td>
|
|
<td class="cell1">型号</td>
|
|
<td class="cell2">
|
|
<input type="text" name="propertyNo14" /><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" >
|
|
<td class="cell1">密级</td>
|
|
<td >
|
|
<input type="radio" id="YesNo1" name="Airtight14" value="绝密" onclick="checkradio(true)"/>绝密
|
|
<input type="radio" id="YesNo1" name="Airtight14" value="机密" onclick="checkradio(true)"/>机密
|
|
<input type="radio" id="YesNo1" name="Airtight14" value="秘密" onclick="checkradio(true)"/>秘密
|
|
</td>
|
|
<td class="cell1">是否属于要害部门、部位</td>
|
|
<td class="cell2">
|
|
<input type="radio" id="YesNo2" name="Part14" value="是" />是
|
|
<input type="radio" id="YesNo2" name="Part14" value="否" />否
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" width="40px">
|
|
<td class="cell1">备注信息</td>
|
|
<td colspan="3">
|
|
<textarea onblur="checklength(this,200)" maxlength="300" name="remark14" id="remark" rows="3" cols="70"></textarea>
|
|
<font color="red">(注:限200字符内)</font>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="40px" >
|
|
<td align="left" >
|
|
<input name="button2" onclick="check('addPropertyInfo');" type="image" alt="保存" src="/images1/bc1.png"/>
|
|
<input name="button2" onClick="check('backPropertyUseadd');" type="image" alt="返回" src="/images1/fh.png"/>
|
|
<input name="button2" onclick="return check('deletePropertyInfo');" type="image" src="/images1/cc.png"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%
|
|
HashFmlBuf buf = (HashFmlBuf) request.getAttribute("InfoBuf");
|
|
if (buf != null) {
|
|
int rowcount = buf.getRowCount();
|
|
%>
|
|
<div style="width: 100%; height: 280px; overflow: auto;">
|
|
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
|
|
<div class="gridHead">
|
|
<div class="gridRow">
|
|
<span width="5px" style="text-align: center;">序号</span>
|
|
<span width="5px" >选择项</span>
|
|
<span width="15px">资产编号</span>
|
|
<span>资产种类</span>
|
|
<span>资产品牌</span>
|
|
<span>资产型号</span>
|
|
<span>资产SN号</span>
|
|
<span>Mac地址</span>
|
|
<span>硬盘序列号</span>
|
|
<span width="15px;">管理</span>
|
|
</div>
|
|
</div>
|
|
<div class="gridBody">
|
|
<%
|
|
for (int i = 0; i < rowcount; i++) {
|
|
String tmpbrand=buf.fget("property_brand",i);
|
|
if (tmpbrand.equals("1")) {
|
|
tmpbrand = "lenovo(联想)";
|
|
} else if(tmpbrand.equals("2")) {
|
|
tmpbrand = "ASUS(华硕)";
|
|
} else if(tmpbrand.equals("3")) {
|
|
tmpbrand = "HP(惠普)";
|
|
}else if(tmpbrand.equals("4")) {
|
|
tmpbrand="DELL(戴尔)";
|
|
}else if(tmpbrand.equals("5")) {
|
|
tmpbrand="Acer(宏基)";
|
|
}else if(tmpbrand.equals("6")) {
|
|
tmpbrand="Toshiba(东芝)";
|
|
}else if(tmpbrand.equals("7")) {
|
|
tmpbrand="SONY(索尼)";
|
|
}else if(tmpbrand.equals("8")) {
|
|
tmpbrand="Samsung(三星)";
|
|
}else if(tmpbrand.equals("9")) {
|
|
tmpbrand="ThinkPad(联想)";
|
|
}else if(tmpbrand.equals("10")) {
|
|
tmpbrand="清华同方";
|
|
}else if(tmpbrand.equals("11")) {
|
|
tmpbrand="Alienware";
|
|
}else if(tmpbrand.equals("12")) {
|
|
tmpbrand="Apple(苹果)";
|
|
}else if(tmpbrand.equals("13")) {
|
|
tmpbrand="FUJITSU(富士通)";
|
|
}else if(tmpbrand.equals("14")) {
|
|
tmpbrand="GIGABYTE(技嘉)";
|
|
}else if(tmpbrand.equals("15")) {
|
|
tmpbrand="HEDY(七喜)";
|
|
}else if(tmpbrand.equals("16")) {
|
|
tmpbrand="BenQ(明基)";
|
|
}else if(tmpbrand.equals("17")) {
|
|
tmpbrand="Founder(方正)";
|
|
}else if(tmpbrand.equals("18")) {
|
|
tmpbrand="LG";
|
|
}else if(tmpbrand.equals("19")) {
|
|
tmpbrand="Great Wall(长城)";
|
|
}else if(tmpbrand.equals("20")) {
|
|
tmpbrand="Intel";
|
|
}else if(tmpbrand.equals("21")) {
|
|
tmpbrand="典籍";
|
|
}else if(tmpbrand.equals("22")) {
|
|
tmpbrand="DELUX(多彩)";
|
|
}
|
|
%>
|
|
|
|
|
|
<div class="gridRow">
|
|
<span width="15px" style="text-align: center;"><%=i+1 %></span>
|
|
<span><input type="checkbox" name="Infos" value="<%=buf.fget("id", i)%>"/></span>
|
|
<span width="15px"><%=buf.fget("id", i)%></span>
|
|
<span><%=buf.fget("property_name", i)%></span>
|
|
<span><%=tmpbrand%></span>
|
|
<span><%=buf.fget("property_no", i)%></span>
|
|
<span><%=buf.fget("property_sn", i)%></span>
|
|
<span><%=buf.fget("property_mac", i)%></span>
|
|
<span><%=buf.fget("property_soff", i)%></span>
|
|
<span width="15px">
|
|
<a href="/servlet/PropertyUseManage?operate=showInfoProperty&InfoId=<%=buf.fget("id", i)%>&operateuseId=<%=operateuseId%>&operatereName=<%=buf.fget("usename", i) %>"><img src="/images1/read_document.png" border="0" alt="预览"/></a>
|
|
<!-- <a href="/servlet/PropertyUseManage?operate=showPropertyUpdate&InfoId=<%=buf.fget("id", i)%>"><img src="/images1/edit.gif" border="0" alt="修改"/></a> -->
|
|
<a href="/servlet/PropertyUseManage?operate=deleteInfoManageRow&InfoId=<%=buf.fget("id", i)%>&operateuseId=<%=operateuseId%>&operatereName=<%=buf.fget("usename", i) %>" ><img src="/images1/delete.gif" border="0" alt="删除"/></a>
|
|
<input type="image" class="box_button" id="btnPrintImage" name="btnPrintImage" onclick="checkprint(fileIdsprint='<%=buf.fget("id", i)%>',filenum='<%=tmpbrand%>' ,filename=' <%=buf.fget("property_name", i)%>',opetere='<%=buf.fget("usename", i) %>',opsdf='<%=operateuseId%>')" src="/images1/print.png" title="打印"/>
|
|
</span>
|
|
</div>
|
|
<%
|
|
}
|
|
%>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<%
|
|
}
|
|
%>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<%@include file="/foot.jsp"%>
|
|
</body>
|
|
</html>
|
|
<script>
|
|
function selectArea(sj) {
|
|
var url = "/servlet/SelectPara?select=area&frameworkid=" + sj;
|
|
var callback = changeArea;
|
|
executeXhr(callback, url);
|
|
}
|
|
function changeArea() {
|
|
if (req.readyState == 4) {
|
|
if (req.status == 200) {
|
|
document.getElementById("areaDiv").innerHTML = "<select class='aselect' name='areaid'>" + req.responseText + "</select> <font color='#FF0000'>*</font>";
|
|
} else {
|
|
alert("There was a problem retrieving the XML data:" + req.statusText);
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<script src="/js/ajaxUtils.js"></script> |