<%@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"%>
<%@page language="java" pageEncoding="utf-8" %>
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
<%@page import="java.util.Date"%>
<%
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"));
HashFmlBuf bufs=(HashFmlBuf)request.getAttribute("bufEmployee");	//读取学生编号
HashFmlBuf bufschool=(HashFmlBuf)request.getAttribute("writeDepartment");	//通过区县读取学校
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>
<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>
<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=="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','menu15','menu16'];
	    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[7]==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.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(arr[14]==val){
			if(form1.propertyBrand15.value=="")
			{
				alert("请填写品牌");
				form1.propertyBrand15.focus();
				return false;
			}
			if(form1.propertyNo15.value=="")
			{
				alert("请填写型号");
				form1.propertyNo15.focus();
				return false;
			}
			if(form1.propertySNNo15.value=="")
			{
				alert("请填写SN号");
				form1.propertySNNo15.focus();
				return false;
			}
	     }
	    if(arr[15]==val){
			if(form1.propertyBrand16.value=="")
			{
				alert("请填写品牌");
				form1.propertyBrand16.focus();
				return false;
			}
			if(form1.propertyNo16.value=="")
			{
				alert("请填写型号");
				form1.propertyNo16.focus();
				return false;
			}
			if(form1.propertySNNo16.value=="")
			{
				alert("请填写SN号");
				form1.propertySNNo16.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 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("o").style.display="block";
      }else{
    	      document.getElementById("o").style.display="none";
      }
}
  function checkbox(flag){
	  if(flag == true){
	    document.getElementById("d").style.display="block";
	  }else{
	      document.getElementById("d").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("operateuseId");
%>
<body onload="setValue()">
<br>
<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">&nbsp;资产信息登记</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> 
<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%>"/>
<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" width="40px">
		<td class="cell1">请选择资产种类</td>
		<td class="cell2">
		 <select class='aselect'  name="propertyName"  id="typemenu" onchange="display()"  setValue="<%=propertyName%>" >
		        <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>
                <option value="menu15">软盘</option>
                <option value="menu16">其它</option>
          </select><font color="#ff0000">*</font>
		</td>
		<td class="cell1"></td>
	    <td class="cell2">
	    <input type="button" name="button2" value=" 返回"  class="box_button" onclick="history.back();"/>
	    </td>
	</tr>
    <!-- 隐藏显示tbody  Start -->
    	<tbody style="display:none;" id="menu1">
		<tr bgcolor="#FFFFFF"  width="40px">
		       <td class="cell1">品牌</td>
		       <td class="cell2">
		            		    <input type="text"  name="propertyBrand1" /><font color="#ff0000">*</font>
		       </td>
		       <td class="cell1">型号</td>
		       <td class="cell2"><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 class="cell2">
		            <input type="text"  name="propertySNNo1"  maxlength="12"/><font color="#ff0000">*</font>
		       </td>
               <td class="cell1"></td>
               <td class="cell2"></td>
	  </tr>
	<tr bgcolor="#FFFFFF"  width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</td>
    	         <td colspan="3">
    				<textarea onblur="checklength(this,200)" maxlength="300" name="remark1" id="remark" rows="3" cols="70"></textarea>
    				<font color="red">(注:限200字符内)</font>
    	 </td>
	  	   </tr>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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">计算机品牌</td>
		   <td class="cell2">
			<select class='aselect' name="propertyBrand2" id="propertyBrand2">
		   		<%=Para.getStatic(getPara,"BRAND")%>            					
			</select><font color="#ff0000">*</font>
		   </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></td>
	       <td class="cell1">硬盘序列号</td>
		   <td class="cell2">
		      <font color="red"><b>是否读出</b></font>
		         <input type="radio" id="YesNo2"  name="YesNoSN2" value="是" onclick="checkradio1(true)"/>是
                 <input type="radio" id="YesNo2"  name="YesNoSN2" value="否" onclick="checkradio1(false)" checked="checked"/>否
		         <br/>
		</td>
	      </tr>
	       <tr bgcolor="#FFFFFF"  width="40px">
	        <td class="cell1">涉密计算机</td>
	        <td class="cell2"> 
	             <input type="radio"  name="propertyNetW1" value="涉密单机" onclick="checkradio3(true)"/>涉密单机
                 <input type="radio"  name="propertyNetW1" value="涉密网终端" onclick="checkradio3(false)" checked="checked"/>涉密网终端
		    </td>
	        <td class="cell1"></td>
	        <td class="cell2">
	        <span id="f" style="display: none;">
	        <input type="text" name="propertySNNNo2"/>
	       </span>
	        </td>
	       </tr>
	      <tr bgcolor="#FFFFFF"  width="40px">
	  	   <td class="cell1">防护软件</td>
		   <td class="cell2" colspan="3">
		        <font color="red"><b>是否安装</b></font>
		         <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>
		    </tr>
		    <tr bgcolor="#FFFFFF"  width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		       </td>
                 <td class="cell1">硬盘序列号</td>
		         <td class="cell2"><input type="text" name="propertySNNNo3"/><font color="#ff0000">*</font>
		         <input type="hidden" name="YesNo3" value=""/>
                 <input type="hidden" name="YesNoSoftwere3" value=""/>
		        </td>
	  </tr>
	<tr bgcolor="#FFFFFF" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		       </td>
               <td class="cell1"></td>
               <td class="cell2"></td>
	  </tr>
	<tr bgcolor="#FFFFFF" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		             <input type="button" id="button1"  name="button1" value="保存" class="box_button" onclick="check('addPropertyInfo');"/>
		       </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 style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		       </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 style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		       </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 style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
                </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 style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		       </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" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		       </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"  width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </td>
	  	   </tr>
	</tbody>
	   <tbody style="display:none;" id="menu11">
		<tr bgcolor="#FFFFFF" >
		       <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>
		       </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"  width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
		      <input type="button" id="button1"  name="button1" value="保存" class="box_button" onclick="check('addPropertyInfo');"/>
		       </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" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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>
                </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" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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="propertyBrand14" /><font color="#ff0000">*</font>
		             <input type="hidden" name="propertyType14"/>
		       </td>
		        <td class="cell1">光盘型号</td>
		        <td class="cell2"><input type="text"  name="propertyNo14" /><font color="#ff0000">*</font></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>
            </td>
		        <td class="cell1"></td>
		        <td class="cell2">
		         <input type="hidden" name="YesNo14" value=""/>
                 <input type="hidden" name="YesNoSoftwere14" value=""/>
		        </td>
	  </tr>
	  		    <tr bgcolor="#FFFFFF" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</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>
	  	   	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </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="propertyBrand15" /><font color="#ff0000">*</font>
		             <input type="hidden" name="propertyType15"/>
		       </td>
		        <td class="cell1">软盘型号</td>
		        <td class="cell2"><input type="text"  name="propertyNo15" /><font color="#ff0000">*</font></td>
	  </tr>
	  <tr bgcolor="#FFFFFF" width="40px">
	  		   <td class="cell1">SN号</td>
		       <td class="cell2">
		            <input type="text"  name="propertySNNo15"  maxlength="12"/><font color="#ff0000">*</font>
             </td>
		        <td class="cell1"></td>
		        <td class="cell2">
		         <input type="hidden" name="YesNo15" value=""/>
                 <input type="hidden" name="YesNoSoftwere15" value=""/>
		        </td>
	  </tr>
	  		    <tr bgcolor="#FFFFFF" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</td>
    	         <td colspan="3">
    				<textarea onblur="checklength(this,200)" maxlength="300" name="remark15" id="remark" rows="3" cols="70"></textarea>
    				<font color="red">(注:限200字符内)</font>
    	 </td>
	  	   </tr>
	  	    <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </td>
	  	   </tr>
	</tbody>
		    <tbody style="display:none;" id="menu16">
		<tr bgcolor="#FFFFFF" width="40px">
		       <td class="cell1">品牌</td>
		       <td class="cell2">
		             <input type="text"  name="propertyBrand16" /><font color="#ff0000">*</font>
		             <input type="hidden" name="propertyType16"/>
		       </td>
		        <td class="cell1">型号</td>
		        <td class="cell2"><input type="text"  name="propertyNo16" /><font color="#ff0000">*</font></td>
	  </tr>
	  <tr bgcolor="#FFFFFF" width="40px">
	  		   <td class="cell1">SN号</td>
		       <td class="cell2">
		            <input type="text"  name="propertySNNo16"  maxlength="12"/><font color="#ff0000">*</font>
		        <td class="cell1"></td>
		        <td class="cell2">
		         <input type="hidden" name="YesNo16" value=""/>
                 <input type="hidden" name="YesNoSoftwere16" value=""/>
		        </td>
	  </tr>
	      <tr bgcolor="#FFFFFF" width="40px">
	  	     	 <td style="color: #41247B" align="right">备注信息</td>
    	         <td colspan="3">
    				<textarea onblur="checklength(this,200)" maxlength="300" name="remark16" id="remark" rows="3" cols="70"></textarea>
    				<font color="red">(注:限200字符内)</font>
    	 </td>
	  	   </tr>
	  	   <tr  bgcolor="#FFFFFF">
	  	   <td colspan="4" align="center">
	  	     <input type="button" id="button1"  name="button1" value=" 保存"   class="box_button" onclick="check('addPropertyInfo');"/>
	  	     &nbsp;&nbsp;
	  	   <input type="button" name="button2" value=" 关闭"  class="box_button" onclick="check('upPropertyUseadd');"/>
	     &nbsp;&nbsp;
        	<input type="button" id="button1"  name="button1"  value=" 删除 "  class="box_button" onclick="check('deletePropertyInfo');"/>
	        </td>
	  	   </tr>
	</tbody>
	</table>
		<!-- 隐藏显示  End -->
<table width="90%" align="center">
 		<tr align="center">
		<td>
	<br/>
		</td>
		</tr>
</table>
<center>
		<%
		HashFmlBuf buf = (HashFmlBuf) request.getAttribute("InfoBuf");
		if (buf != null) {
			int rowcount = buf.getRowCount();
	   %>
	<div style="width: 90%; height: 180px; 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="15px">资产编号</span>
						<span>资产种类</span> 
						<span>资产品牌</span>
						<span>资产型号</span>
						<span>资产SN号</span> 
						<span>计算机Mac地址</span>
						<span>硬盘序列号</span>
						<span width="5px">防护安装是否</span>
						<span  width="45px">防护软件项</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="5px" style="text-align: center;"><%=i+1 %>&nbsp;<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_soffwe", i)%></span>
						<span  width="5px"><%=buf.fget("yesno", i)%></span>
						<span  width="45px"><%=buf.fget("yesnosoftwereone", i)%>&nbsp;<%=buf.fget("yesnosoftweretwo", i)%>&nbsp;
						    <%=buf.fget("yesnosoftwerethree", i)%>&nbsp;<%=buf.fget("yesnosoftwerefour", i)%>
						</span>
					</div>
					<%
						}
					%>
				</div>
			</div>
		</div>
		<tag:PageLinkTag operate="queryPropertyUsePage" scope="request" width="90%" align="center" />
   <%
		}
   %>
    </center>	
</form>
	 </td>
  </tr>
</table>
<%@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>