修改鹏远接口错误提示信息
This commit is contained in:
parent
164452da55
commit
69c1e31b16
@ -48,7 +48,7 @@
|
||||
%>
|
||||
<script type="text/javascript" src="<%=sWebRootPath %>/Frame/page/js/as_debug_message.js"></script>
|
||||
<script type="text/javascript">
|
||||
AsDebug.alert("提示","该用户没有对应的详情信息!");
|
||||
alert("该用户没有对应的详情信息!");
|
||||
$(function(){
|
||||
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbankList.jsp", "FlowUnid=<%=flowunid%>","_self","");
|
||||
})
|
||||
@ -148,7 +148,7 @@
|
||||
%>
|
||||
<script type="text/javascript" src="<%=sWebRootPath %>/Frame/page/js/as_debug_message.js"></script>
|
||||
<script type="text/javascript">
|
||||
AsDebug.alert("提示","获取数据失败");
|
||||
alert("获取数据失败");
|
||||
$(function(){
|
||||
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbankList.jsp", "FlowUnid=<%=flowunid%>","_self","");
|
||||
})
|
||||
@ -162,11 +162,11 @@
|
||||
<script type="text/javascript">
|
||||
function getData() {
|
||||
if('<%=ReadyApprove%>'=='ReadOnly'){
|
||||
AsDebug.alert("提示", "查询页面不允许获取大数据");
|
||||
alert("查询页面不允许获取大数据");
|
||||
return;
|
||||
}
|
||||
if("<%=count%>" == "done") {
|
||||
AsDebug.alert("提示", "已达到获取数据次数上限");
|
||||
alert("已达到获取数据次数上限");
|
||||
} else {
|
||||
location.href = location.href.indexOf("&GetType=GET") == -1 ? location.href + "&GetType=GET&Count=<%=count%>" : location.href.substring(0, location.href.indexOf("&GetType=GET")) + "&GetType=GET&Count=<%=count%>";
|
||||
}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
%>
|
||||
<script type="text/javascript" src="<%=sWebRootPath %>/Frame/page/js/as_debug_message.js"></script>
|
||||
<script type="text/javascript">
|
||||
AsDebug.alert("提示","该用户没有对应的详情信息!");
|
||||
alert("该用户没有对应的详情信息!");
|
||||
$(function(){
|
||||
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuandataList.jsp", "FlowUnid=<%=flowunid%>","_self","");
|
||||
})
|
||||
@ -130,7 +130,7 @@
|
||||
%>
|
||||
<script type="text/javascript" src="<%=sWebRootPath %>/Frame/page/js/as_debug_message.js"></script>
|
||||
<script type="text/javascript">
|
||||
AsDebug.alert("提示","获取数据失败");
|
||||
alert("获取数据失败");
|
||||
$(function(){
|
||||
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuandataList.jsp", "FlowUnid=<%=flowunid%>","_self","");
|
||||
})
|
||||
@ -144,11 +144,11 @@
|
||||
<script type="text/javascript">
|
||||
function getData() {
|
||||
if('<%=ReadyApprove%>'=='ReadOnly'){
|
||||
AsDebug.alert("提示", "查询页面不允许获取大数据");
|
||||
alert("查询页面不允许获取大数据");
|
||||
return;
|
||||
}
|
||||
if("<%=count%>" == "done") {
|
||||
AsDebug.alert("提示", "已达到获取数据次数上限");
|
||||
alert("已达到获取数据次数上限");
|
||||
} else {
|
||||
location.href = location.href.indexOf("&GetType=GET") == -1 ? location.href + "&GetType=GET&Count=<%=count%>" : location.href.substring(0, location.href.indexOf("&GetType=GET")) + "&GetType=GET&Count=<%=count%>";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user