📄 acceptanalyselogmodal.jsp
字号:
}
if(inputsSimp[i].name == "CITYCODE"){
cityCode = inputsSimp[i].value;
}
if(inputsSimp[i].name == "STARTTIME"){
startTime = inputsSimp[i].value;
}
if(inputsSimp[i].name == "ENDTIME"){
endTime = inputsSimp[i].value;
}
}
var sURL="analyselog_execl.jsp?st="+statisticType+"&cc="+cityCode+
"&startTime="+startTime+"&endTime="+endTime+"&page=accept";
window.open(sURL,'windowRef','width=800,height=600,top=20,left=60,screenX=10,screenY=20,status=yes',scrollbar='yes');
}
function back() {
var count = parseInt(document.all.count.value);
count--;
document.all.count.value = count;
getHistorySrc.src = "getHistory.jsp?count="+count+"&page=loginAcclogmodal";
if(count == 0) {
document.getElementById("ibtnBack").Enabled = false;
//history.go(-1);
}
}
function setOldParam(){
var statisticType = "";
var cityCode = "";
var startTime = "";
var endTime = "";
var title = "";
var qtSimp = document.getElementById("Result");
var inputsSimp = qtSimp.getElementsByTagName("INPUT");
for ( var i = 0; i<inputsSimp.length; i++ ) {
if(inputsSimp[i].name == "STATISTICTYPE"){
statisticType = inputsSimp[i].value;
}
if(inputsSimp[i].name == "CITYCODE"){
cityCode = inputsSimp[i].value;
}
if(inputsSimp[i].name == "STARTTIME"){
startTime = inputsSimp[i].value;
}
if(inputsSimp[i].name == "ENDTIME"){
endTime = inputsSimp[i].value;
}
}
title = document.all.title.innerHTML;
var count = document.all.count.value;
setHistorySrc.src = "setHistory.jsp?statisticType="+statisticType+"&cityCode="+cityCode
+"&startTime="+startTime+"&endTime="+endTime+"&title="+title+"&count="+count;
}
//
function fnShowSimple() {
QueryTable.tBodies[1].style.display='none';
window.setTimeout("cltScript_Toolbar();",30);
}
//
function fnShowAll() {
QueryTable.tBodies[1].style.display='block';
window.setTimeout("cltScript_Toolbar();",30);
}
function fn_dblClick(){
}
function onChoosed() {
}
function onUnChoosed(){
}
function onContentLoad(){
}
function fnToolOrderAccept(){
}
function fnToolRecision() {
}
function loadParamAll() {
}
</script>
</head>
<body onload="fn_onload();">
<form id="Default" method="post" action="" onsubmit="return fn_OnSubmit(this);">
<input type="hidden" id="isOpen" value="0">
<input type="hidden" name="count" value="0">
<div onresize="cltScript_Toolbar();" style="width: 100%">
<div id="divTop" style="overflow: hidden">
<table id="ibtnPanel" style="font-size: 9pt; border-bottom: #efefef 1px outset" cellspacing="0"
cellpadding="0" width="100%" border="0">
<tr bgcolor="#efefef" height="33">
<td valign="middle" align="center" width="91"
onclick="back();"
id="ibtnBack"
style="behavior:url(../../common/button.htc)"
DefaultClass="btnDefault"
OverClass="btnOver"
DownClass="btnDown">返回</td>
<td valign="middle" align="center" width="91"
onclick="execl()"
id="ibtnExport"
style="behavior:url(../../common/button.htc)"
DefaultClass="btnDefault"
OverClass="btnOver"
DownClass="btnDown"
title="将列表的内容导出到Excel中">导出Excel</td>
<td> </td>
</tr>
</table>
<jsp:include page="../../common/inc_top.jsp" >
<jsp:param name="purvCode" value="<%=sPurvICode%>"/>
</jsp:include>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="OuterTable">
<tr>
<td width="100%" colspan="2" class="OuterHead" align="left"> <span id="ItemTitle"><font face="webdings">8</font>查询订单:</span>
<input type="radio" id="SIMPLEQUERY" name="querymode" <%= isDisabled?"disabled":""%> checked="checked" value="simple" onclick="fnShowSimple();">
<label for="SIMPLEQUERY" id="ItemTitle">简单查询</label>
<input type="radio" id="QUERYALL" name="querymode" <%= isDisabled?"disabled":""%> value="all" onclick="fnShowAll();">
<label for="QUERYALL" id="ItemTitle">复杂查询</label>
</td>
</tr>
<tr>
<td width="100%" colspan="2" class="InnerMain" align="left">
<table id="QueryTable" border="0" cellspacing="0" cellpadding="0" width="100%">
<caption style="display:none;"></caption>
<tbody>
<!--常用简单的查询条件-->
<tr height="25">
<td width="100%" align="left">
<table id="QuerySimp" border="0" width="100%" cellspacing="0"
cellpadding="0"
style="behavior:url(../../Resource/table.htc)"
DefaultClass="DefaltRow"
SelectedClass="SelectedRow"
keyName="key"
serviceURL="<%=request.getContextPath()%>/XmlHttpService"
service="JspService"
dataService="/view/rpt/common/rpt_fixparam.jsp?type=1&page=fun"
rcService="/view/rpt/common/rpt_fixparam.jsp?type=0&page=fun"
class="InnerTable"
locked='true'>
<!--
<caption style="display:none"><input name="CITYCODE" value="<%=_citycode%>"></caption>
-->
</table>
</td>
</tr>
</tbody>
<tbody style="display:none;">
<!--其它查询条件-->
<tr>
<td width="100%" align="left">
<table id="QueryMore" border="0" width="100%" cellspacing="0"
cellpadding="0"
style="behavior:url(../../Resource/table.htc)"
DefaultClass="DefaltRow"
SelectedClass="SelectedRow"
serviceURL="<%=request.getContextPath()%>/XmlHttpService";
service="JspService"
dataService="<%= sPattern%>?type=1"
rcService="<%= sPattern%>?type=0"
class="InnerTable"
locked="true">
<caption style="display:none;">
<input type="hidden" name="reportid" value="<%= lReportId%>">
</caption>
</table>
</td>
</tr>
</tbody>
</table></td>
</tr>
<tr class="OuterFoot">
<td align="right" class="Caption_Td" style="padding-right:10px ">
<input name="submit" type="submit" class="button" <%= isDisabled?"disabled":""%> value="查询">
<input name="reset" type="reset" class="button" <%= isDisabled?"disabled":""%> value="重填">
</td>
</tr>
<tr height="3">
<td colspan="2"><img src="../../common/images/spacer.gif"></td>
</tr>
</table>
</div>
<div id="divMain" style="overflow: auto">
<!--service表的服务名-->
<!--dataService表的内容-->
<!--rcService表的行数-->
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="OuterTable">
<tr class="OuterHead">
<td width="100%" class="title_td" align="left">
<span id="ItemTitle"><font face="webdings">8</font>报表查询结果【<font color="blue"><span id="title"></span></font>】</span>
</td>
</tr>
</table>
<table id="Result" border="0" width="100%" cellspacing="0"
cellpadding="1"
style="behavior:url(../../Resource/table.htc)"
DefaultClass="DefaltRow"
keyName="key"
SelectedClass="SelectedRow"
multiple="true"
onselected="return onChoosed();"
onunselected="return onUnChoosed();"
ontableload="return onContentLoad();"
serviceURL="<%=request.getContextPath()+"/XmlHttpService"%>"
service="<%= sService%>"
dataService="<%= sDataService%>"
rcService="<%= sCountService%>"
pageStyle="0"
refresh = "true"
autoLoad="false"
class="OuterTable">
<caption style="display:none;"></caption>
<tr key="-1" type="">
<td class="InnerHead" style="cursor: default;" onclick="" colspan="6"><%
if ( sState.equalsIgnoreCase("D") ){
out.print("该报表已经失效不能再查询");
}
else {
out.print("没有任何记录信息");
}
%></td>
</tr>
<tfoot>
<tr class="OuterFoot">
<td align="left" class="foot_td" colspan="7">
分页:<span id="pageSet">0</span>
</td>
<!--
<td align="right" class="foot_td" colspan="5">
注册帐号总量:
<span id="loginAccLogSum"></span>
</td>
-->
</tr>
</tfoot>
</table>
<table id="oldParam" cellpadding="0" cellspacing="0" border="0" width="100%" class="OuterTable">
<caption style="display:none;"></caption>
</table>
</div>
</div>
</form>
<IFRAME id="orderAccept" style="display:none;"></IFRAME>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -