📄 updatefireproofcheckinput.jsp
字号:
} else {
eval('document.all.tb' + linenumber + '.insertAdjacentHTML("AfterEnd", outstring)');
}
linenumber++;
filenum2=filenum2+1;
}
function SetToDel(number)
{
if (filenum2==1){
// eval('document.all.filehead' + (fileheadnum-1) + '.style.display="none"');
eval('document.all.filehead0.style.display="none"');
}
if (number<filenum1) {
eval('document.all.hide' + number + '.value="01"');
} else {
eval('document.all.hide' + number + '.value="00"');
}
eval('document.all.tb' + number + '.style.display="none"');
eval('document.all.toolnumber' + number + '.value=""');
eval('document.all.checkstat' + number + '.value=""');
eval('document.all.repairstat' + number + '.value=""');
filenum2=(filenum2-1);
}
//-->
</script>
</head>
<body bgColor="#FFFFFF" leftMargin="0" topMargin="0" vLink="#003399" marginwidth="0" marginheight="0" background="/pmsApp/images/bg2.gif" onLoad="this.focus();MM_preloadImages('/pmsApp/images/button_cancel_over.gif','/pmsApp/images/button_query_over.gif')" >
<form name="form1">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td height="28" background="/pmsApp/images/toolbar2.gif" valign="top"><img src="/pmsApp/images/blank.gif" width="10" height="1"><img src="/pmsApp/images/button_new_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_modify_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_del_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_split.gif" width="8" height="20"><a href="/pmsApp/secfireproof/RetrieveFireproofCheckInput.jsp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','/pmsApp/images/button_query_over.gif',1)"><img name="Image13" border="0" src="/pmsApp/images/button_query.gif" width="55" height="20" alt="条件检索"></a><img src="/pmsApp/images/button_split.gif" width="8" height="20"></td>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td width="100%" align="center" valign="middle" style="color:green; font-size:14px">
<br>
<table width="350" border="1" align="center" bgcolor="#FFFFFF" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="0" height="22">
<tr>
<td align="center" bgcolor="#eeffee">修改消防检查登记</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
<table width="98%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#808080">
<tr>
<td width="16%" align="center">检查区域</td>
<td >
<input type="text" name="checkarea" maxlength="20" value="<%= vecQ3.elementAt(0)%>">
<font color=#FF3300>*</font>
</td>
<td width="16%" align="center">检查日期</td>
<td>
<select name="checkdateyear">
<option value="2001">2001</option>
<option value="2002">2002</option>
<option value="2003">2003</option>
<option value="2004">2004</option>
<option value="2005">2005</option>
<option value="2006">2006</option>
<option value="2007">2007</option>
<option value="2008">2008</option>
<option value="2009">2009</option>
<option value="2010">2010</option>
</select>
年
<select name="checkdatemonth">
<option value="01">1</option>
<option value="02">2</option>
<option value="03">3</option>
<option value="04">4</option>
<option value="05">5</option>
<option value="06">6</option>
<option value="07">7</option>
<option value="08">8</option>
<option value="09">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
月
<select name="checkdateday">
<option value="01" >1</option>
<option value="02" >2</option>
<option value="03" >3</option>
<option value="04" >4</option>
<option value="05" >5</option>
<option value="06" >6</option>
<option value="07" >7</option>
<option value="08" >8</option>
<option value="09" >9</option>
<option value="10" >10</option>
<option value="11" >11</option>
<option value="12" >12</option>
<option value="13" >13</option>
<option value="14" >14</option>
<option value="15" >15</option>
<option value="16" >16</option>
<option value="17" >17</option>
<option value="18" >18</option>
<option value="19" >19</option>
<option value="20" >20</option>
<option value="21" >21</option>
<option value="22" >22</option>
<option value="23" >23</option>
<option value="24" >24</option>
<option value="25" >25</option>
<option value="26" >26</option>
<option value="27" >27</option>
<option value="28" >28</option>
<option value="29" >29</option>
<option value="30" >30</option>
<option value="31" >31</option>
</select>
日
<font color=#FF3300>*</font></td>
</tr>
<tr>
<td width="16%" align="center">防火负责人</td>
<td >
<input type="text" name="principal" maxlength="10" value="<%= vecQ4.elementAt(0)%>">
<font color=#FF3300>*</font>
</td>
<td width="16%" align="center">检查负责人</td>
<td >
<input type="text" name="inspector" maxlength="10" value="<%= vecQ5.elementAt(0)%>">
<font color=#FF3300>*</font>
</td>
</tr>
<tr>
<td align="center" width="19%" valign="middle"> 备 注</td>
<td colspan="3">
<textarea name="note" rows=5 cols=80><%= vecQ6.elementAt(0)%></textarea>
</td>
</tr>
</table>
<br>
<input type="hidden" name="number" value="<%= vecQ1.elementAt(0)%>">
<INPUT TYPE="hidden" NAME="concheckdate" value="<%= concheckdate%>">
<INPUT TYPE="hidden" NAME="concheckarea" value="<%= concheckarea%>">
<INPUT TYPE="hidden" NAME="conprincipal" value="<%= conprincipal%>">
<INPUT TYPE="hidden" NAME="coninspector" value="<%= coninspector%>">
<INPUT TYPE="hidden" NAME="concurrent" value="<%= concurrent%>">
<center><input type="button" name="Submit" value="增加检查明细" onclick="InsertLine()"></center><br>
<% if (vecQ7.size()>0) {%>
<table id="filehead0" width="98%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#808080">
<tr >
<td width="8%" align="center"> </td>
<td width="14%" align="center">器械编号<font color=#FF3300>*</font></td>
<td width="40%" align="center">检查情况<font color=#FF3300>*</font></td>
<td width="40%" align="center">维修处理情况</td>
</tr>
</table>
<%for (int i=0;i<vecQ7.size();i++) { %>
<table id="tb<%=(i)%>" width="98%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#808080">
<tr >
<td width="8%" align="center">
<input type="hidden" name="hide<%=i%>" id="hide<%=i%>" value="11">
<input type="hidden" name="detailnumber<%=i%>" id="detailnumber<%=i%>" value="<%= vecQ7.elementAt(i)%>">
<input type="button" name="delete<%=i%>" id="delete<%=i%>" value="删除" onclick="SetToDel(<%=(i)%>)">
</td>
<td width="14%" align="center">
<input type="text" name="toolnumber<%=i%>" id="toolnumber<%=i%>" size=10 value="<%= vecQ11.elementAt(i)%>">
</td>
<td width="40%" align="center">
<textarea name="checkstat<%=i%>" id="checkstat<%=i%>" cols="35" ><%= vecQ9.elementAt(i)%></textarea>
</td>
<td width="40%" align="center">
<textarea name="repairstat<%=i%>" id="repairstat<%=i%>" cols="34" ><%= vecQ10.elementAt(i)%></textarea>
</td>
</tr>
</table>
<% } %>
<% } else { %>
<table width="98%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#808080" id="filehead0" style="display:none">
<tr>
<td width="8%"> </td>
<td width="14%">器械编号</td>
<td width="40%">检查情况</td>
<td width="40%">维修处理情况</td>
</tr>
</table>
<% } %>
<br>
<br>
<SCRIPT language=Javascript> existedData(); </SCRIPT>
<br>
<table width="200" border="1" align="center" bgcolor="#d4d0c8" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="2">
<tr>
<td align="center"><a href="javascript:valid()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image91','','/pmsApp/images/button_save_over.gif',1)"><img name="Image91" border="0" src="/pmsApp/images/button_save.gif" width="55" height="20"></a><a href="javascript:history.back();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/pmsApp/images/button_cancel_over.gif',1)"><img name="Image2" border="0" src="/pmsApp/images/button_cancel.gif" width="55" height="20"></a></td>
</tr>
</table>
</form>
<form name="hiddenForm" METHOD="post" ACTION="/pmsApp/servlet/common.PMS">
<INPUT TYPE="hidden" NAME="txId" ID="txId" VALUE="7055">
<INPUT TYPE="hidden" NAME="inputString" ID="inputString" >
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -