📄 querywarn.jsp
字号:
<%@ page import="java.util.*"%>
<%@ page contentType="text/html; charset=GBK" %>
<%@page import="java.util.*,com.gs.util.*,com.gs.control.event.*;"%>
<%
try{
Calendar al=Calendar.getInstance();
String tempdate=PubFunc.getDateStr(al);
if(tempdate!=null&&!"".equals(tempdate)&&tempdate.length()>3){
tempdate=(tempdate).substring(0,4);
}
String warnDJJG="",warnGXDW="",warnAreaType="";
//信息范围
warnAreaType=(String)request.getAttribute("warnAreaType");
warnDJJG=(String)request.getAttribute("warnDJJG");
warnGXDW=(String)request.getAttribute("warnGXDW");
%>
<html>
<head>
<title>
警示名单查询
</title>
<link rel="stylesheet" href="<%=request.getContextPath()%>/include/style/reportStyle.css" type="text/css">
<SCRIPT language="javascript1.2" src="<%=request.getContextPath()%>/include/js/function.js"></SCRIPT>
</head>
<body>
<center>
<body class="businessBody01">
<form name=from1 action="pageBuilderAction.do" target="_blank">
<input type=hidden name=action value=1001>
<input type=hidden name=page_code value="">
<input type=hidden name=warnAreaType value="<%=warnAreaType%>">
<input type=hidden name=warnDJJG value="<%=warnDJJG%>">
<input type=hidden name=warnGXDW value="<%=warnGXDW%>">
<input type=hidden name=yearCheckup value="<%=tempdate%>">
<center>
<table border="0" width="90%">
<tr>
<td><img src="<%=request.getContextPath()%>/images/bg3.gif" border="0" > <font class="textBusinessTitle">警示名单</font></td>
</tr>
</table>
<table border="1" width="90%" class="businessTable00">
<tr>
<td width="100%" class="businessTdTitle00">
警示名单查询
</td>
</tr>
</tr>
<tr>
<td width="100%" class="businessTd01Left">
企业名称: <input type="text" name=businessName value="%"> [ % ] 表示显示全部列表.
</td>
</tr>
<tr>
<td width="100%" class="businessTd01Left">
名单日期自:<input type="text" name=fromTempDate value="<%=tempdate%>-01-01" readonly> <IMG id=IMG3 src=<%=request.getContextPath()%>/images/datetime.gif title=点击这儿输入日期 style='cursor:hand' LANGUAGE=javascript onclick='return showDateDialog(document.all.fromTempDate)'> 至 <input type="text" name=toTempDate value="<%=tempdate%>-12-31" readonly> <IMG id=IMG3 src=<%=request.getContextPath()%>/images/datetime.gif title=点击这儿输入日期 style='cursor:hand' LANGUAGE=javascript onclick='return showDateDialog(document.all.toTempDate)'>
</td>
</tr>
<tr>
<td width="100%" class="businessTd01Left"><br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> <b>警示名单列表</b><br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 1.<span onclick="javascript:check(1)" onmouseout="this.style.cursor ='default'" onmouseover="this.style.cursor ='hand'"><u>限期整改企业的名单</u></span><br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 2.财产权未转移企业的名单<br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 3.群众举报企业的名单<br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 4.被行政处罚的企业名单(区别一般程序处罚和当场处罚)<br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 5.法院冻结股东企业名单<br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 6.逃非银行金融债务的企业名单<br>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 7.<span onclick="javascript:check(7)" onmouseout="this.style.cursor ='default'" onmouseover="this.style.cursor ='hand'"><U>受理年检材料,未通过年检企业名单</u></span><br>
</td>
</tr>
</table>
<script>
function check(selectNum){
if(document.from1.fromTempDate.value!=""){
document.from1.yearCheckup.value=(document.from1.fromTempDate.value).substring(0,4);
}
if(selectNum=="1"){
document.from1.page_code.value="query017";
document.from1.submit();
}else
if(selectNum=="7"){
document.from1.page_code.value="query018";
document.from1.submit();
}
}
</script>
<%}catch(Exception ex){
Debug.println("queryWarn.jap Exception:"+ex.getMessage());
}%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -