Commit 13ca16fd authored by 于广洋's avatar 于广洋

税种列表直接带djxh访问跳转404页面

parent d77a1b47
......@@ -27,7 +27,9 @@
<link rel="stylesheet" href="/web/onlineReport/static/css/amend/amend.css" />
<title>申报更正</title>
</head>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<body>
<div class="div-border father-div">
<div class="div-border first-child-div">
......@@ -89,9 +91,6 @@
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/onlineReport/static/tools/js/minScroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<script src="/web/onlineReport/static/biz/amend_grid.js?v=1.0"></script>
<script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
......@@ -105,10 +104,6 @@
// -->
var initpage;
$(function(){
// 如果生产环境上,传递djxh,则视为无效
if(config.environmental=="production" && getUrlParam("djxh")){
window.open(config.webUrl + "error/newError.html",'_self')
}
showLoading();
$.ajax({
type: "post",
......
......@@ -26,6 +26,9 @@
<!-- 页面自定义样式 -->
<title>清税注销清册</title>
</head>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<body>
<div style="background-color:#FFFFFF;">
<div style="padding: 25px;">
......@@ -56,9 +59,6 @@
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.2"></script>
<script src="/web/onlineReport/static/tools/js/minScroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<script src="/web/onlineReport/static/biz/cancellation_grid.js?v=1.0"></script>
<script>
// // <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
......@@ -83,10 +83,6 @@
// }
var initpage;
$(function(){
// 如果生产环境上,传递djxh,则视为无效
if(config.environmental=="production" && getUrlParam("djxh")){
window.open(config.webUrl + "error/newError.html",'_self')
}
showLoading();
$.ajax({
type: "POST",
......
......@@ -25,6 +25,9 @@
<!-- 页面自定义样式 -->
<title>在线填报</title>
</head>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<body>
<div style="background-color:#FFFFFF;">
<div style="padding: 25px;">
......@@ -97,9 +100,7 @@
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/onlineReport/static/tools/js/minScroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<script src="/web/onlineReport/static/biz/declare_grid.js?v=1.0"></script>
<script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
......
......@@ -25,6 +25,9 @@
<!-- 页面自定义样式 -->
<title>逾期申报</title>
</head>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<body>
<div style="background-color:#FFFFFF;">
<div style="padding: 25px;">
......@@ -104,9 +107,7 @@
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/onlineReport/static/tools/js/minScroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script>
<script src="/web/onlineReport/static/biz/overdue_grid.js?v=1.0"></script>
<script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
......@@ -127,10 +128,6 @@
// }
var initpage;
$(function(){
// 如果生产环境上,传递djxh,则视为无效
if(config.environmental=="production" && getUrlParam("djxh")){
window.open(config.webUrl + "error/newError.html",'_self')
}
showLoading();
$.ajax({
type: "GET",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment