📄 checksearch.jsp
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>报表管理</title>
<link href="<%=request.getContextPath()%>/css/SMSpublic.css" rel="stylesheet" type="text/css" />
</head>
<script language="javascript" type="text/javascript" src="<%=request.getContextPath()%>/js/birthday.js"></script>
<body>
<h2 class="title1">主管审批</h2>
<form id="form1" name="form1" method="get" action="/SMS/cgiList.do">
<table width="767" border="2" cellpadding="1" cellspacing="1" class="tablecontent">
<tr>
<td colspan="3"><div align="left" class="title2">×××:审批入库登记表</div></td>
</tr>
<tr>
<td width="255"><div align="center">从
<input name="time1" type="text" class="inputcontent" onfocus="show_cele_date(time1,'','',time1)" value=""/>
</div>
<label for="select"></label>
<div align="center"></div></td>
<td width="308">
到
<input name="time2" type="text" class="inputcontent" onfocus="show_cele_date(time2,'','',time2)" value=""/>
<label for="select"></label></td>
<td width="184"><input name="Submit4" type="submit" class="button" id="Submit4" value="查询" />
<label for="Submit"></label>
<div align="center"></div><div align="center"></div></td>
</tr>
</table>
<p> </p>
</form>
<form id="form2" name="form2" method="get" action="/SMS/cgoList.do">
<table width="767" border="2" cellpadding="1" cellspacing="1" class="tablecontent">
<tr>
<td colspan="3"><div align="left" class="title2">×××:审批出库登记表</div></td>
</tr>
<tr>
<td width="255"><div align="center">从
<input name="time3" type="text" class="inputcontent" onfocus="show_cele_date(time3,'','',time3)" value=""/>
</div>
<label for="select2"></label></td>
<td width="306">到
<input name="time4" type="text" class="inputcontent" onfocus="show_cele_date(time4,'','',time4)" value=""/>
<label for="textfield3"></label><label for="select"></label></td>
<td width="186"><input name="Submit42" type="submit" class="button" id="Submit42" value="查询" />
<label for="label"></label><div align="center"></div></td>
</tr>
</table>
<p> </p>
</form>
<form id="form3" name="form3" method="get" action="/SMS/cgsList.do">
<table width="767" border="2" cellpadding="1" cellspacing="1" class="tablecontent">
<tr>
<td colspan="3"><div align="left" class="title2">×××:审批报损登记表</div></td>
</tr>
<tr>
<td width="255"><div align="center">从
<input name="time5" type="text" class="inputcontent" onfocus="show_cele_date(time5,'','',time5)" value=""/>
</div>
<label for="select3"></label></td>
<td width="306"><label for="textfield3"></label>
<label for="label">到
<input name="time6" type="text" class="inputcontent" onfocus="show_cele_date(time6,'','',time6)" value=""/>
</label></td>
<td width="186"><input name="Submit422" type="submit" class="button" id="Submit422" value="查询" />
<label for="label2"></label>
<div align="center"></div></td>
</tr>
</table>
</form>
<p> </p>
<form id="form4" name="form4" method="post" action="/SMS/cslList.do">
<table width="767" border="2" cellpadding="1" cellspacing="1" class="tablecontent">
<tr>
<td colspan="3"><div align="left" class="title2">×××:审批申领表</div></td>
</tr>
<tr>
<td width="255"><div align="center">从
<input name="time7" type="text" class="inputcontent" onfocus="show_cele_date(time7,'','',time7)" value=""/>
</div>
<label for="select4"></label></td>
<td width="306"><label for="textfield3"></label>
<label for="label">到
<input name="time8" type="text" class="inputcontent" onfocus="show_cele_date(time8,'','',time8)" value=""/>
</label></td>
<td width="186"><input name="Submit4222" type="submit" class="button" id="Submit4222" value="查询" />
<label for="label2"></label>
<div align="center"></div></td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -