📄 querylogoutrevokelist.jsp
字号:
<input type="hidden" name=selectItemName value="">
<input type="hidden" name=queryResultCount value="<%=queryResultCount%>">
<input type="hidden" name=queryDJJG value="'<%=queryDJJG%>'">
<input type="hidden" name=queryGXDW value="'<%=queryGXDW%>'">
<input type="hidden" name=selectSN value="">
<input type="hidden" name=selectBID value="">
<input type="hidden" name=selectItem value="">
</form>
</div>
<center>
<table border="0" width="97%" >
<tr>
<td class=businessTd><font class="textNoPrint textLeft10"><font class="textNoPrint">[<a href="#" onclick="updatePageNUM()" title="设置显示数量">显示数量</a>]</font> 满足条件的企业共计:<font class=textWarnPrompt><%=queryResultCount%></font>个,每页<font class=textWarnPrompt><%=queryShowNum%></font>条记录,共<font class=textWarnPrompt><%=pageCount%></font>页,当前为第<b><font class="textLeft12" color=red><%=queryNowPageNum%></font></b>页。</font>
</td>
</tr>
<tr>
<td class="businessTd"><font class="textNoPrint">
<fieldset style="padding: 2">
<legend>打印选项</legend>
<table border="0" id="selectCheckItem" cellpadding="0" cellspacing="0">
<tr>
<td ><input type="checkbox" name="C1" value="ON" checked><font class=textLeft>注册号</td>
<td ><input type="checkbox" name="C2" value="ON" checked><font class=textLeft>企业名称</td>
<td ><input type="checkbox" name="C3" value="ON" checked><font class=textLeft>住所</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>负责人</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>电话号码</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>邮政编码</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>经营范围</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>企业类型;</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>成立日期</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>吊销时间</td>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>注销时间</td>
<%if("04".equals(yearcheckupSelect)){%>
<td ><input type="checkbox" name="C3" value="ON" ><font class=textLeft>处罚文号</td>
<%}%>
</tr>
</table>
</fieldset>
</font>
</td>
</tr>
</table>
<%if("04".equals(yearcheckupSelect)){ %>
<input type="button" name="Submit1" value=" 吊销情况 " title="查看企业的吊销情况" onclick="functionInstance('3','stockmanID')" class="button" onmouseover="this.className='mouseover'" onmouseout="this.className='button'">
<%}%>
<%if("05".equals(yearcheckupSelect)){ %>
<input type="button" name="Submit1" value=" 注销情况 " title="查看企业的注销情况" onclick="functionInstance('4','stockmanID')" class="button" onmouseover="this.className='mouseover'" onmouseout="this.className='button'">
<%}%>
<input type="button" name="Submit1" value=" 全部选择 " title="全部选择" onclick="selectallItem('1','stockmanID')" class="button" onmouseover="this.className='mouseover'" onmouseout="this.className='button'">
<input type="button" name="Submit1" value=" 取消选择 " title="取消选择" onclick="selectallItem('0','stockmanID')" class="button" onmouseover="this.className='mouseover'" onmouseout="this.className='button'">
<input type="button" name="Submit1" value="打印选择项" title="打印选择项" onclick="functionInstance(2,'stockmanID')" class="button" onmouseover="this.className='mouseover'" onmouseout="this.className='button'">
<input type="button" name="Submit1" value="打印信封条" title="打印信封条" onclick="functionInstance(1,'stockmanID')" class="button" onmouseover="this.className='mouseover'" onmouseout="this.className='button'">
<input type="button" name="Submit1" value="返回上一页" title="返回上一页" onclick="javascript:history.back();" class="button" onmouseover="this.className='mouseover'" onmouseout="this.className='button'">
<script>
function changeItem(stockman,selectnum,xName,selectSN,selectBID,xnameV){
var rowT=document.all(stockman);
var i=0;
var j=0;
var rowsNum=rowT.rows.length;
if(document.all.selectRow.value!=""){
for(j=0;j<rowT.rows[document.all.selectRow.value].cells.length;j++){
if((document.all.selectRow.value)%2==0){
rowT.rows[document.all.selectRow.value].cells[j].className="businessTd00LeftBig";
}else{
rowT.rows[document.all.selectRow.value].cells[j].className="businessTd01LeftBig";
}
}
}
for(j=0;j<rowT.rows[selectnum].cells.length;j++){
rowT.rows[selectnum].cells[j].className="businessTd03LeftBig";
}
document.all.selectRow.value=selectnum;
document.all.selectItemName.value=xName;
document.all.selectSN.value=selectSN;
document.all.selectBID.value=selectBID;
document.all.selectItem.value=xnameV;
//选择企业
selectBussiness.innerHTML="<font class=textLeft12><b>您选择的企业是:<font color=red>"+document.all.selectItemName.value+"</font></b></font>";
}
function selectallItem(state,stockman){
//取消选择
var rowT=document.all(stockman);
var i=0;
var j=0;
var rowsNum=rowT.rows.length;
if(state=="0"){
for(i=1;i<rowsNum;i++){
rowT.rows[i].cells[0].children[0].checked=false;
}
}else{
//全部选择
for(i=1;i<rowsNum;i++){
rowT.rows[i].cells[0].children[0].checked=true;
}
}
window.open("<%=request.getContextPath()%>/pageBuilderAction.do?action=<%=PageBuilderEvent.query_printSelectALL%>&pagePrintSelectAllFlag="+state,"","toolbar=no,resizable,scrollbars,dependent,width=300,height=160,top="+(screen.availHeight/2-160/2)+",left="+(screen.availWidth/2-300/2));
}
function functionInstance(id,stockman){
var w = 794;
var h = 550;
if(id==null||id=="")return false;
if (screen.width == 1024){
w = 1018;
h = 720;
}
//取消选择
var rowT=document.all(stockman);
var i=0;
var j=0;
var rowsNum=rowT.rows.length;
var tempObject;
document.all.sqlResult.value=" and 1=2 ";
if(rowsNum==2){
if(rowT.rows[1].cells[0].children[0].checked){
document.forms[0].sqlResult.value+=" or field001='"+document.forms[0].sn.value+"'";
}
}else{
for(i=1;i<rowsNum;i++){
if(rowT.rows[i].cells[0].children[0].checked){
document.forms[0].sqlResult.value+=" or field001='"+document.forms[0].sn[i-1].value+"'";
}
}
}
//打印信封条
if(id==1){
document.forms[0].action.value="1002";
document.forms[0].page_code.value="query006";
document.forms[0].submit();
}else
//打印选项(保存Excel)
if(id==2){
var rowselectCheckItemT=document.all("selectCheckItem");
var j=0;
for(i=0;i<rowselectCheckItemT.rows[0].cells.length;i++){
j++;
if(rowselectCheckItemT.rows[0].cells[i].children[0].checked){
tempObject=eval("document.all.titleStr"+j);
tempObject.value="ON";
}else{
tempObject=eval("document.all.titleStr"+j);
tempObject.value="OFF";
}
}
document.forms[0].action.value="4006";
document.forms[0].submit();
}else
//吊销情况
if(id==3){
if(document.all.selectItem.value==""){
alert("请选择查询企业!");
return false;
}
if(document.all.selectBID.value==""||document.all.selectBID.length<3){
alert("该企业业务类型错误!");
return false;
}
window.open("<%=request.getContextPath()%>/pageBuilderAction.do?action=<%=PageBuilderEvent.query_defineList%>&BID="+document.all.selectBID.value+"&orderID="+document.all.selectItem.value+"&SN="+document.all.selectSN.value,"","toolbar=no,resizable,scrollbars,dependent,width="+w+",height="+h+",top=0,left=0");
}
//注销情况
if(id==4){
if(document.all.selectItem.value==""){
alert("请选择查询企业!");
return false;
}
if(document.all.selectBID.value==""||document.all.selectBID.length<3){
alert("该企业业务类型错误!");
return false;
}
window.open("<%=request.getContextPath()%>/pageBuilderAction.do?action=<%=PageBuilderEvent.query_defineFrame%>&actionTo=<%=PageBuilderEvent.query_defineList%>&BID="+document.all.selectBID.value+"&innerID="+document.all.selectItem.value+"&SN="+document.all.selectSN.value,"","toolbar=no,resizable,scrollbars,dependent,width="+w+",height="+h+",top=0,left=0");
}
}
//设置页面显示数量
function updatePageNUM(){
var queryShowNum="";
queryShowNum=prompt("请输入页面显示记录数量:",'<%=queryShowNum%>');
if(queryShowNum==null){
return false;
}else{
location="pageBuilderAction.do?action=4010&nowPageNum=<%=pageNum%>&yearCheckupYear=<%=yearCheckupYear%>&queryShowNum="+queryShowNum;
}
}
<%=tempStrSelect%>
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -