Commit 03470044 authored by 刘明珠's avatar 刘明珠

合并分支produce

parent 993250e5
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title>˰���걨����ɲ������</title> <title>˰���걨����ɲ������</title>
</head> </head>
<body> <body>
<form id="testForm" action="/ssfwpt/declare/index" method="get"> <form id="testForm" action="/online/declare/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh" /></li>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<input type='button' value='�����걨' id='delcareBtn'> <input type='button' value='�����걨' id='delcareBtn'>
<hr/> <hr/>
<br/> <br/>
<form id="amendForm" action="/ssfwpt/amend/index" method="get"> <form id="amendForm" action="/online/amend/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_amend" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_amend" /></li>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<hr/> <hr/>
<br/> <br/>
<form id="overdueForm" action="/ssfwpt/overdue/index" method="get"> <form id="overdueForm" action="/online/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<input type='button' value='�����걨' id='overdueBtn'><br/> <input type='button' value='�����걨' id='overdueBtn'><br/>
<hr/> <hr/>
<form id="cancellationForm" action="/ssfwpt/overdue/index" method="get"> <form id="cancellationForm" action="/online/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li> <lable>������˰�˵Ǽ���ţ�</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li>
...@@ -51,28 +51,28 @@ ...@@ -51,28 +51,28 @@
<input type='button' value='���ע��' id='cancellationBtn'><br/> <input type='button' value='���ע��' id='cancellationBtn'><br/>
<script> <script>
// document.getElementById("overdueBtn").onclick = function() { // document.getElementById("overdueBtn").onclick = function() {
// document.getElementById("overdueForm").action = "/ssfwpt/overdue"; // document.getElementById("overdueForm").action = "/online/overdue";
// document.getElementById("overdueForm").submit(); // document.getElementById("overdueForm").submit();
// } // }
// document.getElementById("delcareBtn").onclick = function() { // document.getElementById("delcareBtn").onclick = function() {
// document.getElementById("testForm").action = "/ssfwpt/declare"; // document.getElementById("testForm").action = "/online/declare";
// document.getElementById("testForm").submit(); // document.getElementById("testForm").submit();
// } // }
// document.getElementById("amendBtn").onclick = function(e) { // document.getElementById("amendBtn").onclick = function(e) {
// document.getElementById("amendForm").action = "/ssfwpt/amend"; // document.getElementById("amendForm").action = "/online/amend";
// document.getElementById("amendForm").submit(); // document.getElementById("amendForm").submit();
// } // }
// document.getElementById("cancellationBtn").onclick = function(e) { // document.getElementById("cancellationBtn").onclick = function(e) {
// document.getElementById("cancellationForm").action = "/ssfwpt/cancellation"; // document.getElementById("cancellationForm").action = "/online/cancellation";
// document.getElementById("cancellationForm").submit(); // document.getElementById("cancellationForm").submit();
// } // }
</script> </script>
</body> </body>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </script>
<script type="text/javascript" src="/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script type="text/javascript" src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script> <script type="text/javascript" src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script> <script>
// localStorage.setItem("url", "http://localhost:7070"); // localStorage.setItem("url", "http://localhost:7070");
// localStorage.setItem("url", "http://sbjs.tjsat.gov.cn:18090"); // localStorage.setItem("url", "http://sbjs.tjsat.gov.cn:18090");
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
btnObj.click(function(){ btnObj.click(function(){
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url+"/ssfwpt/" + param + '/index', url: url+"/online/" + param + '/index',
dataType: "json", // ����ʽΪjsonp dataType: "json", // ����ʽΪjsonp
data: { data: {
djxh: djxhNumber.val(), djxh: djxhNumber.val(),
......
...@@ -10,29 +10,29 @@ ...@@ -10,29 +10,29 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IOS6全屏 Chrome高版本全屏 --> <!-- IOS6全屏 Chrome高版本全屏 -->
<meta http-equiv="X-UA-Compatible" content="edge"> <meta http-equiv="X-UA-Compatible" content="edge">
<link href="/web/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/scroll.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/onlineReport/static/css/declare/declare.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>在线填报</title> <title>在线填报</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script> </script>
<body> <body>
<div style="background-color:#FFFFFF;"> <div style="background-color:#FFFFFF;">
<div style="padding: 25px;"> <div style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;"> <div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="/web/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp; <img style="float:left;display:block" src="/web/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp;
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;" <span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class="span-title">重点税源</span> class="span-title">重点税源</span>
</div> </div>
...@@ -95,12 +95,12 @@ ...@@ -95,12 +95,12 @@
</body> </body>
<script src="/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/js/tax/tool.js"></script> <script src="/web/online/onlineReport/static/js/tax/tool.js"></script>
<script src="/web/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/minScroll.js?v=1.1"></script> <script src="/web/online/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 src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script> <script src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/onlineReport/static/biz/aKeyTaxList.js?v=1.0"></script> <script src="/web/online/onlineReport/static/biz/aKeyTaxList.js?v=1.0"></script>
</html> </html>
\ No newline at end of file
...@@ -10,23 +10,23 @@ ...@@ -10,23 +10,23 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IOS6全屏 Chrome高版本全屏 --> <!-- IOS6全屏 Chrome高版本全屏 -->
<meta http-equiv="X-UA-Compatible" content="edge"> <meta http-equiv="X-UA-Compatible" content="edge">
<link href="/web/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--分页--> <!--分页-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/paging-table.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/paging-table.css" />
<!--下拉选择--> <!--下拉选择-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/select.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/select.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/onlineReport/static/css/amend/amend.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/css/amend/amend.css" />
<title>申报更正</title> <title>申报更正</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script> </script>
<body> <body>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<div class="div-float"></div> <div class="div-float"></div>
<div class="div-float-middle"> <div class="div-float-middle">
<div style="padding-bottom: 16px;height: 55px;"> <div style="padding-bottom: 16px;height: 55px;">
<img class="img-img" src="/web/onlineReport/static/tools/images/sbgz.png">&nbsp;&nbsp; <img class="img-img" src="/web/online/onlineReport/static/tools/images/sbgz.png">&nbsp;&nbsp;
<span class="span-title">申报更正</span> <span class="span-title">申报更正</span>
</div> </div>
<!-- <div> <!-- <div>
...@@ -83,14 +83,14 @@ ...@@ -83,14 +83,14 @@
</div> </div>
</div> </div>
</div> </div>
<script src="/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/onlineReport/static/js/tax/tool.js"></script> <script src="/web/online/onlineReport/static/js/tax/tool.js"></script>
<script src="/web/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script> <script src="/web/online/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/online/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 src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/onlineReport/static/biz/amend_grid.js?v=1.0"></script> <script src="/web/online/onlineReport/static/biz/amend_grid.js?v=1.0"></script>
<script> <script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面 // <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json}; // var companyInfo = ${json};
...@@ -101,53 +101,6 @@ ...@@ -101,53 +101,6 @@
// // 弹出错误对话框 // // 弹出错误对话框
// } // }
// --> // -->
var initpage;
$(function () {
showLoading();
$.ajax({
type: "post",
url: config.url + "/ssfwpt/amend/index",
dataType: "json", // 请求方式为jsonp
// async: false,
data: {
djxh: getUrlParam("djxh"),
token: getUrlParam("token"),
sbsq: '',
pzzlDm: getUrlParam("pzzlDm")
},
success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
//el表达式变jq
// $("#token").attr("value","");
hideLoading();
var companyInfo = data;
$("#djxh").attr("value", companyInfo.djxh);
if (companyInfo.success) {
config.value = companyInfo.bean.value
companyInfo.bean.config = config
initpage = initPage(companyInfo.bean);
} else {
hideLoading();
if (companyInfo.errmsg != undefined) {
alertWarning(companyInfo.errmsg);
} else {
alertWarning(companyInfo.returnMessage);
}
if (!companyInfo.bean) {
companyInfo.bean = {};
companyInfo.bean.djxh = getUrlParam("djxh");
companyInfo.bean.return = false;
}
companyInfo.bean.config = config
initpage = initPage(companyInfo.bean);
// 弹出错误对话框
}
},
error: function (xhr) {
//jsonp 方式此方法不被触发
console.log("=======error======================")
}
})
})
</script> </script>
</body> </body>
......
...@@ -10,29 +10,29 @@ ...@@ -10,29 +10,29 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IOS6全屏 Chrome高版本全屏 --> <!-- IOS6全屏 Chrome高版本全屏 -->
<meta http-equiv="X-UA-Compatible" content="edge"> <meta http-equiv="X-UA-Compatible" content="edge">
<link href="/web/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/scroll.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/onlineReport/static/css/declare/declare.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>清税注销清册</title> <title>清税注销清册</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script> </script>
<body> <body>
<div style="background-color:#FFFFFF;"> <div style="background-color:#FFFFFF;">
<div style="padding: 25px;"> <div style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;"> <div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="/web/onlineReport/static/tools/images/cancellation.png">&nbsp;&nbsp; <img style="float:left;display:block" src="/web/online/onlineReport/static/tools/images/cancellation.png">&nbsp;&nbsp;
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;" <span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class="span-title">清税注销清册</span> class="span-title">清税注销清册</span>
</div> </div>
...@@ -53,13 +53,13 @@ ...@@ -53,13 +53,13 @@
</form> </form>
</body> </body>
<script src="/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.2"></script> <script src="/web/online/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/online/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 src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/onlineReport/static/biz/cancellation_grid.js?v=1.0"></script> <script src="/web/online/onlineReport/static/biz/cancellation_grid.js?v=1.0"></script>
<script> <script>
</script> </script>
......
This diff is collapsed.
...@@ -10,22 +10,22 @@ ...@@ -10,22 +10,22 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IOS6全屏 Chrome高版本全屏 --> <!-- IOS6全屏 Chrome高版本全屏 -->
<meta http-equiv="X-UA-Compatible" content="edge"> <meta http-equiv="X-UA-Compatible" content="edge">
<link href="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="../../static/tools/css/scroll.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="../../static/tools/css/table.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="../../static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="../../static/css/declare/declare.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>在线填报</title> <title>在线填报</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='../../static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script> </script>
<body> <body>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<div style="background-color:#FFFFFF;"> <div style="background-color:#FFFFFF;">
<div style="padding: 25px;"> <div style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;"> <div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="../../static/tools/images/zxtb.png">&nbsp;&nbsp; <img style="float:left;display:block" src="/web/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp;
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;" <span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class="span-title">按期应申报</span> class="span-title">按期应申报</span>
</div> </div>
...@@ -75,9 +75,7 @@ ...@@ -75,9 +75,7 @@
<div class="reminder"><span class="span-font-size">如遇此情况,等几秒钟再&nbsp;&nbsp;“刷新”&nbsp;&nbsp;或退出后稍后重进申报清册查看。</span> <div class="reminder"><span class="span-font-size">如遇此情况,等几秒钟再&nbsp;&nbsp;“刷新”&nbsp;&nbsp;或退出后稍后重进申报清册查看。</span>
</div> </div>
<div class="reminder"><span class="span-font-size">5、没有财务报表清册,可能是以下原因之一:</span></div> <div class="reminder"><span class="span-font-size">5、没有财务报表清册,可能是以下原因之一:</span></div>
<div class="reminder"><span class="span-font-size">未做财务报表备案,<label id="goRecord" <div class="reminder"><span class="span-font-size">未做财务报表备案;</span></div>
class="label_declare">&nbsp;现在去备案;</label></span>
</div>
<div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></div> <div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></div>
</div> </div>
</div> </div>
...@@ -110,20 +108,20 @@ ...@@ -110,20 +108,20 @@
onclick="initpage.declarationMethod('Y')">一表集成</button> onclick="initpage.declarationMethod('Y')">一表集成</button>
</div> </div>
</div> </div>
<img class="img-ybjc-modal" onclick="initpage.closeModal()" src="../../static/tools/images/close.png"> <img class="img-ybjc-modal" onclick="initpage.closeModal()" src="/web/online/onlineReport/static/tools/images/close.png">
</div> </div>
</div> </div>
</body> </body>
<script src="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="../../static/js/tax/tool.js"></script> <script src="/web/online/onlineReport/static/js/tax/tool.js"></script>
<script src="../../static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="../../static/tools/js/bootstrap.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script>
<script src="../../static/tools/js/encapsulation.js?v=1.3"></script> <script src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="../../static/tools/js/minScroll.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/minScroll.js?v=1.1"></script>
<script src="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="../../static/biz/declare_grid.js?v=1.0"></script> <script src="/web/online/onlineReport/static/biz/declare_grid.js?v=1.0"></script>
<script> <script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面 // <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json}; // var companyInfo = ${json};
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
<!-- IOS6全屏 Chrome高版本全屏 --> <!-- IOS6全屏 Chrome高版本全屏 -->
<!--[if lt IE 9]--> <!--[if lt IE 9]-->
<meta http-equiv="X-UA-Compatible" content="edge" > <meta http-equiv="X-UA-Compatible" content="edge" >
<script src="/web/onlineReport/static/js/respond.js"></script> <script src="/web/online/onlineReport/static/js/respond.js"></script>
 <script src="/web/onlineReport/static/js/html5shiv.min.js"></script>  <script src="/web/online/onlineReport/static/js/html5shiv.min.js"></script>
<!--[endif]--> <!--[endif]-->
<!--[if lt IE 7]--> <!--[if lt IE 7]-->
...@@ -24,20 +24,20 @@ ...@@ -24,20 +24,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title> <title></title>
<!-- 样式 --> <!-- 样式 -->
<link href="/web/onlineReport/static/resources/gc.spread.sheets.excel2013white.12.0.0.css" rel="stylesheet"> <link href="/web/online/onlineReport/static/resources/gc.spread.sheets.excel2013white.12.0.0.css" rel="stylesheet">
<link href="/web/onlineReport/static/css/style.css?v=12" rel="stylesheet"> <link href="/web/online/onlineReport/static/css/style.css?v=12" rel="stylesheet">
<link href="/web/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" rel="stylesheet" /> <link href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" rel="stylesheet" />
<script src="/web/onlineReport/static/js/jquery.min.js"></script> <script src="/web/online/onlineReport/static/js/jquery.min.js"></script>
<!-- 工程文件 --> <!-- 工程文件 -->
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </script>
<script src="/web/onlineReport/static/resources/gc.spread.sheets.all.min.js"></script> <script src="/web/online/onlineReport/static/resources/gc.spread.sheets.all.min.js"></script>
<script src="/web/onlineReport/static/resources/zh/gc.spread.sheets.resources.zh.12.0.0.min.js"></script> <script src="/web/online/onlineReport/static/resources/zh/gc.spread.sheets.resources.zh.12.0.0.min.js"></script>
<!-- 生成的资源文件 --> <!-- 生成的资源文件 -->
<!-- TODO 此处需要将路径调整为对应引用的地址--> <!-- TODO 此处需要将路径调整为对应引用的地址-->
<script src="/web/onlineReport/static/page_js/_year/data.js?v=20"></script> <script src="/web/online/onlineReport/static/page_js/_year/data.js?v=20"></script>
<script src="/web/onlineReport/static/page_extend_js/_year/data.js?v=20"></script> <script src="/web/online/onlineReport/static/page_extend_js/_year/data.js?v=20"></script>
<script> <script>
// 全局变量 用于存放报表的特殊取值操作 // 全局变量 用于存放报表的特殊取值操作
var NB_SPECIAL_HANDLER = {}; var NB_SPECIAL_HANDLER = {};
...@@ -559,7 +559,7 @@ ...@@ -559,7 +559,7 @@
$(".header span.sssj").html(sksssjqz); $(".header span.sssj").html(sksssjqz);
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL + "/ssfwpt/" + address, url: URL + "/online/" + address,
async:false, async:false,
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
...@@ -620,14 +620,14 @@ ...@@ -620,14 +620,14 @@
// }) // })
</script> </script>
<!-- 业务逻辑代码 --> <!-- 业务逻辑代码 -->
<script type="text/javascript" src="/web/onlineReport/static/js/year/initLoader.js?v=20"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/year/initLoader.js?v=20"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/year/util.js?v=20"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/year/util.js?v=20"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/year/api.js?v=20"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/year/api.js?v=20"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/year/fomula.js?v=20"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/year/fomula.js?v=20"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/year/tool.js?v=20"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/year/tool.js?v=20"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/year/specialHandler.js?v=20"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/year/specialHandler.js?v=20"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/year/result.js?v=21"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/year/result.js?v=21"></script>
<script type="text/javascript" src="/web/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<!-- IOS6全屏 Chrome高版本全屏 --> <!-- IOS6全屏 Chrome高版本全屏 -->
<!--[if lt IE 9]--> <!--[if lt IE 9]-->
<meta http-equiv="X-UA-Compatible" content="edge" > <meta http-equiv="X-UA-Compatible" content="edge" >
<script src="/web/onlineReport/static/js/respond.js"></script> <script src="/web/online/onlineReport/static/js/respond.js"></script>
  <script src="/web/onlineReport/static/js/html5shiv.min.js"></script>   <script src="/web/online/onlineReport/static/js/html5shiv.min.js"></script>
<!--[endif]--> <!--[endif]-->
<!--[if lt IE 7]--> <!--[if lt IE 7]-->
...@@ -23,20 +23,20 @@ ...@@ -23,20 +23,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title> <title></title>
<!-- 样式 --> <!-- 样式 -->
<link href="/web/onlineReport/static/resources/gc.spread.sheets.excel2013white.12.0.0.css" rel="stylesheet"> <link href="/web/online/onlineReport/static/resources/gc.spread.sheets.excel2013white.12.0.0.css" rel="stylesheet">
<link href="/web/onlineReport/static/css/style.css?v=12" rel="stylesheet"> <link href="/web/online/onlineReport/static/css/style.css?v=12" rel="stylesheet">
<link href="/web/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" rel="stylesheet" /> <link href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" rel="stylesheet" />
<script src="/web/onlineReport/static/js/jquery.min.js"></script> <script src="/web/online/onlineReport/static/js/jquery.min.js"></script>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </script>
<!-- 工程文件 --> <!-- 工程文件 -->
<script src="/web/onlineReport/static/resources/gc.spread.sheets.all.min.js"></script> <script src="/web/online/onlineReport/static/resources/gc.spread.sheets.all.min.js"></script>
<script src="/web/onlineReport/static/resources/zh/gc.spread.sheets.resources.zh.12.0.0.min.js"></script> <script src="/web/online/onlineReport/static/resources/zh/gc.spread.sheets.resources.zh.12.0.0.min.js"></script>
<!-- 生成的资源文件 --> <!-- 生成的资源文件 -->
<!-- TODO 此处需要将路径调整为对应引用的地址--> <!-- TODO 此处需要将路径调整为对应引用的地址-->
<script src="/web/onlineReport/static/page_js/_yearGLB/data.js?v=1"></script> <script src="/web/online/onlineReport/static/page_js/_yearGLB/data.js?v=1"></script>
<script src="/web/onlineReport/static/page_extend_js/_yearGLB/data.js?v=1"></script> <script src="/web/online/onlineReport/static/page_extend_js/_yearGLB/data.js?v=1"></script>
<script> <script>
// 全局变量 用于存放报表的特殊取值操作 // 全局变量 用于存放报表的特殊取值操作
var NB_SPECIAL_HANDLER = {}; var NB_SPECIAL_HANDLER = {};
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
$(".header span.sssj").html(sksssjqz); $(".header span.sssj").html(sksssjqz);
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL + "/ssfwpt/" + address, url: URL + "/online/" + address,
async:false, async:false,
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
data: { data: {
...@@ -389,14 +389,14 @@ ...@@ -389,14 +389,14 @@
// }) // })
</script> </script>
<!-- 业务逻辑代码 --> <!-- 业务逻辑代码 -->
<script type="text/javascript" src="/web/onlineReport/static/js/yearGLB/initLoader.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/yearGLB/initLoader.js?v=1"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/yearGLB/util.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/yearGLB/util.js?v=1"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/yearGLB/api.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/yearGLB/api.js?v=1"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/yearGLB/fomula.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/yearGLB/fomula.js?v=1"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/yearGLB/tool.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/yearGLB/tool.js?v=1"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/yearGLB/specialHandler.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/yearGLB/specialHandler.js?v=1"></script>
<script type="text/javascript" src="/web/onlineReport/static/js/yearGLB/result.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/js/yearGLB/result.js?v=1"></script>
<script type="text/javascript" src="/web/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1"></script> <script type="text/javascript" src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head lang="en"> <head lang="en">
<meta charset="UTF-8"> <meta charset="UTF-8">
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<style> <style>
</style> </style>
...@@ -16,11 +16,11 @@ ...@@ -16,11 +16,11 @@
</div> </div>
</body> </body>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </script>
<script src="/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script> <script src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/onlineReport/static/biz/error.js?v=1.1"></script> <script src="/web/online/onlineReport/static/biz/error.js?v=1.1"></script>
<script> <script>
var URL = config.url; var URL = config.url;
var param = GetQueryValue("falg"); var param = GetQueryValue("falg");
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
$(function(){ $(function(){
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL + "/ssfwpt/" + address, url: URL + "/online/" + address,
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
// async: false, // async: false,
data: { data: {
......
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
</div> </div>
</body> </body>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </script>
<script src="/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<!--<script src="/web/onlineReport/static/biz/error.js?v=1.1"></script>--> <!--<script src="/web/online/onlineReport/static/biz/error.js?v=1.1"></script>-->
<script> <script>
$(function(){ $(function(){
$(".parentDiv").css({ $(".parentDiv").css({
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
$("body").css({ $("body").css({
margin:0, margin:0,
}); });
$(".head404").css("background-image","url(/web/onlineReport/static/img/-e-404.png)"); $(".head404").css("background-image","url(/web/online/onlineReport/static/img/-e-404.png)");
}) })
</script> </script>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<title>税费申报与缴纳测试入口</title> <title>税费申报与缴纳测试入口</title>
</head> </head>
<body> <body>
<form id="testForm" action="/ssfwpt/declare/index" method="get"> <form id="testForm" action="/online/declare/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh" /></li>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<input type='button' value='按期申报' id='delcareBtn'> <input type='button' value='按期申报' id='delcareBtn'>
<hr/> <hr/>
<br/> <br/>
<form id="amendForm" action="/ssfwpt/amend/index" method="get"> <form id="amendForm" action="/online/amend/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_amend" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_amend" /></li>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<hr/> <hr/>
<br/> <br/>
<form id="overdueForm" action="/ssfwpt/overdue/index" method="get"> <form id="overdueForm" action="/online/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_overdue" /></li>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<input type='button' value='逾期申报' id='overdueBtn'><br/> <input type='button' value='逾期申报' id='overdueBtn'><br/>
<hr/> <hr/>
<form id="cancellationForm" action="/ssfwpt/overdue/index" method="get"> <form id="cancellationForm" action="/online/overdue/index" method="get">
<ul> <ul>
<li> <li>
<lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li> <lable>测试纳税人登记序号:</lable><input type="text" name="djxh" id="form_djxh_cancellation" /></li>
...@@ -53,19 +53,19 @@ ...@@ -53,19 +53,19 @@
<input type='button' value='清册注销' id='cancellationBtn'><br/> <input type='button' value='清册注销' id='cancellationBtn'><br/>
<script> <script>
document.getElementById("overdueBtn").onclick = function() { document.getElementById("overdueBtn").onclick = function() {
document.getElementById("overdueForm").action = "/ssfwpt/overdue"; document.getElementById("overdueForm").action = "/online/overdue";
document.getElementById("overdueForm").submit(); document.getElementById("overdueForm").submit();
} }
document.getElementById("delcareBtn").onclick = function() { document.getElementById("delcareBtn").onclick = function() {
document.getElementById("testForm").action = "/ssfwpt/declare"; document.getElementById("testForm").action = "/online/declare";
document.getElementById("testForm").submit(); document.getElementById("testForm").submit();
} }
document.getElementById("amendBtn").onclick = function(e) { document.getElementById("amendBtn").onclick = function(e) {
document.getElementById("amendForm").action = "/ssfwpt/amend"; document.getElementById("amendForm").action = "/online/amend";
document.getElementById("amendForm").submit(); document.getElementById("amendForm").submit();
} }
document.getElementById("cancellationBtn").onclick = function(e) { document.getElementById("cancellationBtn").onclick = function(e) {
document.getElementById("cancellationForm").action = "/ssfwpt/cancellation"; document.getElementById("cancellationForm").action = "/online/cancellation";
document.getElementById("cancellationForm").submit(); document.getElementById("cancellationForm").submit();
} }
</script> </script>
......
...@@ -10,29 +10,29 @@ ...@@ -10,29 +10,29 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IOS6全屏 Chrome高版本全屏 --> <!-- IOS6全屏 Chrome高版本全屏 -->
<meta http-equiv="X-UA-Compatible" content="edge"> <meta http-equiv="X-UA-Compatible" content="edge">
<link href="/web/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/scroll.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/onlineReport/static/css/declare/declare.css" /> <link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>逾期申报</title> <title>逾期申报</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script> </script>
<body> <body>
<div style="background-color:#FFFFFF;"> <div style="background-color:#FFFFFF;">
<div style="padding: 25px;"> <div style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;"> <div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="/web/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp; <img style="float:left;display:block" src="/web/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp;
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;" <span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class="span-title">逾期申报</span> class="span-title">逾期申报</span>
</div> </div>
...@@ -81,9 +81,7 @@ ...@@ -81,9 +81,7 @@
<div class="reminder"><span class="span-font-size">如遇此情况,等几秒钟再&nbsp;&nbsp;“刷新”&nbsp;&nbsp;或退出后稍后重进申报清册查看。</span> <div class="reminder"><span class="span-font-size">如遇此情况,等几秒钟再&nbsp;&nbsp;“刷新”&nbsp;&nbsp;或退出后稍后重进申报清册查看。</span>
</div> </div>
<div class="reminder"><span class="span-font-size">5、没有财务报表清册,可能是以下原因之一:</span></div> <div class="reminder"><span class="span-font-size">5、没有财务报表清册,可能是以下原因之一:</span></div>
<div class="reminder"><span class="span-font-size">未做财务报表备案,<label id="goRecord" <div class="reminder"><span class="span-font-size">未做财务报表备案;</span></div>
class="label_declare">&nbsp;现在去备案;</label></span>
</div>
<div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></div> <div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></div>
</div> </div>
</div> </div>
...@@ -115,19 +113,19 @@ ...@@ -115,19 +113,19 @@
onclick="initpage.declarationMethod('Y')">一表集成</button> onclick="initpage.declarationMethod('Y')">一表集成</button>
</div> </div>
</div> </div>
<img class="img-ybjc-modal" onclick="initpage.closeModal()" src="/web/onlineReport/static/tools/images/close.png"> <img class="img-ybjc-modal" onclick="initpage.closeModal()" src="/web/online/onlineReport/static/tools/images/close.png">
</div> </div>
</div> </div>
</body> </body>
<script src="/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/onlineReport/static/js/tax/tool.js"></script> <script src="/web/online/onlineReport/static/js/tax/tool.js"></script>
<script src="/web/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script> <script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script>
<script src="/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script> <script src="/web/online/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/online/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 src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/onlineReport/static/biz/overdue_grid.js?v=1.0"></script> <script src="/web/online/onlineReport/static/biz/overdue_grid.js?v=1.0"></script>
<script> <script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面 // <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json}; // var companyInfo = ${json};
...@@ -145,67 +143,6 @@ ...@@ -145,67 +143,6 @@
// } else { // } else {
// alertWarning("请求失败!"); // alertWarning("请求失败!");
// } // }
var initpage;
$(function () {
showLoading();
$.ajax({
type: "GET",
url: config.url + "/ssfwpt/overdue/index",
dataType: "json", // 请求方式为jsonp
// async: false,
data: {
djxh: getUrlParam("djxh"),
token: getUrlParam("token"),
sbsq: '',
pzzlDm: getUrlParam("pzzlDm")
},
success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading();
//el表达式变jq
// $("#token").attr("value","");
var companyInfo = data;
$("#djxh").attr("value", companyInfo.djxh);
config.value = companyInfo.bean.value
if (companyInfo.success) {
companyInfo.bean.config = config
companyInfo.bean.return = true;
initpage = initPage(companyInfo.bean);
} else {
hideLoading();
if (companyInfo.errmsg != undefined) {
alertWarning(companyInfo.errmsg);
} else {
alertWarning(companyInfo.returnMessage);
}
if (!companyInfo.bean) {
companyInfo.bean = {};
companyInfo.bean.djxh = getUrlParam("djxh");
companyInfo.bean.return = false;
}
companyInfo.bean.config = config
initpage = initPage(companyInfo.bean);
// alertWarning(companyInfo.errmsg);
// companyInfo.bean.config = config
// initpage = initPage(companyInfo.bean);
// 弹出错误对话框
}
$("#getInputValue").on("focus", function () {
WdatePicker({
isShowClear: false,
dateFmt: 'yyyy-MM',
onpicking: function (dp) {
initpage.changeDate(this, dp);
}
});
});
},
error: function (xhr) {
//jsonp 方式此方法不被触发
console.log("=======error======================")
}
})
})
</script> </script>
</html> </html>
\ No newline at end of file
<!doctype html>
<html>
<head>
<meta charset='UTF-8'>
<!-- 让360双核浏览器用webkit内核渲染页面-->
<meta name="renderer" content="webkit">
<meta name=renderer content=webkit>
<!-- 让IE浏览器用最高级内核渲染页面 还有用 Chrome 框架的页面用webkit 内核 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta http-equiv="X-UA-Compatible" content="edge">
<link href="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" />
<!--table样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" />
<!--样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<!--时间插件-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare-->
<link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" />
<!-- 页面自定义样式 -->
<title>在线填报</title>
</head>
<script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script>
<body>
<div>
<div style="background-color:#FFFFFF;">
<div style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="/web/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp;
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class="span-title">综合申报</span>
</div>
<div>
<div class="div-float" style="padding-bottom: 8px; width: 100%;position :relative">
<span>申报月份:</span>
<input readonly id="getInputValue" name="birth_date" style="width: 10%; display: inline;min-width: 150px"
type="text" class="Wdate checkId-input check-items-birthday form-control">
<input id="reset" class="btn btn-primary tdDong-btn"
style="margin-right: 10%;margin-right: 10px;height: 32px;margin-top: 5px;position:absolute;right: 120px;"
type="button" value="重置申报清册" />
</div>
</div>
</br>
<div class="div-clear-folat">
<strong>税费申报</strong>
</div>
<hr class="hr-margin" />
<div id="taxGrid"></div>
</div>
</div>
</div>
<input type='hidden' name='data' value="${token}" id="token">
<input type='hidden' name='data' value="${djxh}" id="djxh">
</body>
<script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/js/tax/tool.js"></script>
<script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/online/onlineReport/static/tools/js/minScroll.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/biz/syntheticalReport_grid.js?v=1.0"></script>
</html>
<!doctype html>
<html>
<head>
<meta charset='UTF-8'>
<!-- 让360双核浏览器用webkit内核渲染页面-->
<meta name="renderer" content="webkit">
<meta name=renderer content=webkit>
<!-- 让IE浏览器用最高级内核渲染页面 还有用 Chrome 框架的页面用webkit 内核 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta http-equiv="X-UA-Compatible" content="edge">
<link href="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" />
<!--table样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" />
<!--样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" />
<!--时间插件-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare-->
<link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" />
<!-- 页面自定义样式 -->
<title>在线填报</title>
</head>
<script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script>
<body>
<div>
<div style="background-color:#FFFFFF;">
<div style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="/web/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp;
<span style="float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class="span-title">按期应申报</span>
</div>
<div>
<div class="div-float" style="padding-bottom: 8px; width: 100%;position :relative">
<span>申报月份:</span>
<input readonly id="getInputValue" name="birth_date" style="width: 10%; display: inline;min-width: 150px"
type="text" class="Wdate checkId-input check-items-birthday form-control">
<input id="reset" class="btn btn-primary tdDong-btn"
style="margin-right: 10%;margin-right: 10px;height: 32px;margin-top: 5px;position:absolute;right: 120px;"
type="button" value="重置申报清册" />
</div>
</div>
</br>
<div class="div-clear-folat">
<strong>税费申报</strong>
</div>
<hr class="hr-margin" />
<div id="taxGrid"></div>
<!-- <div style="height:16px"></div> -->
<div class="font-clo" style="padding-top: 20px;">
<div style="font-size:12px">温馨提示:</div>
<div class="reminder"><span class="span-font-size">1、如近期有税费种认定、纳税人资格、备案等发生变动,页面展现清册与实际所需不符的,</span></div>
<div class="reminder"><span class="span-font-size">请点此处&nbsp;&nbsp;<label for="reset" id="reset1"
class="label_declare">重置申报清册</label>&nbsp;&nbsp;对该户清册进行重新生成。</span>
</div>
<div class="reminder"><span
class="span-font-size">2、点击页眉&nbsp;&nbsp;“申报缴税”&nbsp;&nbsp;即会触发下属首个菜单&nbsp;&nbsp;“按期应申报”&nbsp;&nbsp;,无需再点击&nbsp;&nbsp;“按期应申报”&nbsp;&nbsp;</span>
</div>
<div class="reminder"><span class="span-font-size">如发现清册重复,也请点击前述链接&nbsp;&nbsp;“重置申报清册”&nbsp;&nbsp;</span>
</div>
<div class="reminder"><span class="span-font-size">无上述1、2情况请勿点击重置。</span></div>
<div class="reminder"><span
class="span-font-size">3、仅当操作期间申报状态有变化时点&nbsp;&nbsp;“刷新”&nbsp;&nbsp;,切换月份、刚进入本页面、申报完成后本页面已显示&nbsp;&nbsp;“已申报”&nbsp;&nbsp;等情形无需刷新。</span>
</div>
<div class="reminder"><span
class="span-font-size">4、如发现&nbsp;&nbsp;“刷新”&nbsp;&nbsp;后的申报日期和状态不是最新情况,通常是因为&nbsp;&nbsp;“刷新”&nbsp;&nbsp;按钮所查数据同步延时所致,</span>
</div>
<div class="reminder"><span class="span-font-size">如遇此情况,等几秒钟再&nbsp;&nbsp;“刷新”&nbsp;&nbsp;或退出后稍后重进申报清册查看。</span>
</div>
<div class="reminder"><span class="span-font-size">5、没有财务报表清册,可能是以下原因之一:</span></div>
<div class="reminder"><span class="span-font-size">未做财务报表备案,<label id="goRecord"
class="label_declare">&nbsp;现在去备案;</label></span>
</div>
<div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></div>
</div>
</div>
</div>
</div>
<input type='hidden' name='data' value="${token}" id="token">
<input type='hidden' name='data' value="${djxh}" id="djxh">
<form action="/declare/toPzzl" method="POST" target="_blank" id="changeForm">
<input type='hidden' name='data' id="changeForm_data">
</form>
<div id="myMask" class="myMask" hidden></div>
<div id="myModal" class="myModal" hidden>
<div class="myModal-title">
选择申报方式
</div>
<div class="myModal-body">
<div class="myModal-body-div">
<div style="line-height: 40px;margin: 10px;font-size: 14px;">
<div id="dName"></div>
<button class="btn btn-primary" id="normalDeclaration" onclick="initpage.declarationMethod('N')">一般申报</button>
</div>
</div>
<div class="myModal-body-div" style="clear:both;padding-top: 10px;">
<div style="line-height: 40px;margin: 10px;font-size: 14px;">
<div id="ybName"></div>
<button class="btn btn-primary ybDeclaration1" id="ybDeclaration"
onmouseover="this.className='btn ybDeclaration'"
onmouseout="this.className='btn btn-primary ybDeclaration1'"
onclick="initpage.declarationMethod('Y')">一表集成</button>
</div>
</div>
<img class="img-ybjc-modal" onclick="initpage.closeModal()" src="/web/online/onlineReport/static/tools/images/close.png">
</div>
</div>
</body>
<script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/js/tax/tool.js"></script>
<script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/online/onlineReport/static/tools/js/minScroll.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/biz/xgmyd_grid.js?v=1.0"></script>
<script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json};
// if (companyInfo.success) {
// var initpage = initPage(companyInfo.bean);
// $("#getInputValue").on("focus", function() {
// WdatePicker({
// isShowClear:false,
// dateFmt: 'yyyy-MM',
// onpicking: function(dp){
// initpage.changeDate(this, dp);
// }
// });
// });
// } else {
// alertWarning("请求失败!");
// // 弹出错误对话框
// }
</script>
</html>
This diff is collapsed.
var zjhm = '';
var initpage; var initpage;
var yearBblxDm = ['10414', '10420'];
var ccxwsBblxDm = ['12101']
$(function () { $(function () {
showLoading(); showLoading();
getInitTable(); getInitTable();
}) })
function getInitTable(){
function getInitTable() {
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: config.url + "/ssfwpt/liquidation/tax_info", url: config.url + "/online/liquidation/tax_info",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
// async: false, // async: false,
data: { data: {
...@@ -22,6 +28,10 @@ function getInitTable(){ ...@@ -22,6 +28,10 @@ function getInitTable(){
var companyInfo = data; var companyInfo = data;
$("#djxh").attr("value", companyInfo.djxh); $("#djxh").attr("value", companyInfo.djxh);
if (companyInfo.returnCode == "00") { if (companyInfo.returnCode == "00") {
zjhm = companyInfo.content.zjhm
if (companyInfo.content.sfyhzctsBz == 'Y') {
myAlert("提示", "尊敬的纳税人、缴费人,为进一步巩固拓展减税降费成效,助力市场主体纾困解难,对部分2020年底到期税费优惠政策(不包括社会保险费),您可暂按原政策文件规定申报享受优惠(原减免性质代码可继续使用)。详细情况可咨询主管税务分局、税务所或12366纳税服务热线。感谢您的理解与支持!!", "确定");
}
config.value = companyInfo.content.value // 不一定对 config.value = companyInfo.content.value // 不一定对
companyInfo.content.config = config companyInfo.content.config = config
initpage = initPage(companyInfo.content); initpage = initPage(companyInfo.content);
...@@ -90,17 +100,24 @@ function initPage(companyInfo) { ...@@ -90,17 +100,24 @@ function initPage(companyInfo) {
if (item.sbrq) { if (item.sbrq) {
item.sbrq = tool.formatDate(item.sbrq); item.sbrq = tool.formatDate(item.sbrq);
} }
if (item.bblxDm=='30101') {
item.sssqQ = "-";
item.sssqZ = "-";
}
}) })
var id = "#taxGrid"; var id = "#taxGrid";
var buttonHtml = "填写申报表"; var buttonHtml = "填写申报表";
var order = ["pzzlMc", "sssqQ", "sssqZ","sbrq", "do"]; var order = ["pzzlMc", "djxh", "sssqQ", "sssqZ", "sbrq", "do"];
var promptStatement = ""; var promptStatement = "";
var headerList = [{ var headerList = [{
name: "序号", name: "序号",
width: "5%" width: "5%"
}, { }, {
name: "申报表", name: "申报表",
width: "55%" width: "40%"
}, {
name: "登记序号",
width: "15%"
}, { }, {
name: "税款所属期起", name: "税款所属期起",
width: "10%" width: "10%"
...@@ -135,7 +152,7 @@ function initPage(companyInfo) { ...@@ -135,7 +152,7 @@ function initPage(companyInfo) {
}) })
var id = "#financialGrid"; var id = "#financialGrid";
var buttonHtml = "填写申报表"; var buttonHtml = "填写申报表";
var order = ["kjzd", "pzzlMc", "sssqQ", "sssqZ","sbrq", "do"]; var order = ["kjzd", "pzzlMc", "djxh", "sssqQ", "sssqZ", "sbrq", "do"];
var promptStatement = ""; var promptStatement = "";
if (financialInfo.length < 1 && type == 1) { if (financialInfo.length < 1 && type == 1) {
promptStatement = "您尚未进行财务报表类型备案,请先备案后再进行申报"; promptStatement = "您尚未进行财务报表类型备案,请先备案后再进行申报";
...@@ -148,7 +165,10 @@ function initPage(companyInfo) { ...@@ -148,7 +165,10 @@ function initPage(companyInfo) {
width: "10%" width: "10%"
}, { }, {
name: "财务报表报送小类", name: "财务报表报送小类",
width: "45%" width: "30%"
}, {
name: "登记序号",
width: "15%"
}, { }, {
name: "报送所属期起", name: "报送所属期起",
width: "10%" width: "10%"
...@@ -201,14 +221,27 @@ function initPage(companyInfo) { ...@@ -201,14 +221,27 @@ function initPage(companyInfo) {
return false; return false;
} }
data.value = config.value; data.value = config.value;
if (data.sourceFlag == "ssfwpt_sbzj") { // 财产行为税
if (ccxwsBblxDm.indexOf(data.bblxDm) != -1) {
// 测试环境start
var openUrl = config.ccxwsTaxTable + '?djxh=' + data.djxh + '&zsDjxh=' + data.zsDjxh + '&nsrsbh=' + data.nsrsbh + '&nsrmc=' + data.nsrmc + '&operateType=cancellation' + '&lybz=online' + '&token=' + data.token //测试环境
// var openUrl = config.ccxwsTaxTable +'?lybz=online' +'&operateType=cancellation'+'&sblx=js' + '&token=' + data.token //正式环境
window.open(openUrl, '_blank');
} else if (data.sourceFlag == "ssfwpt_sbzj") {
window.mlistener = { window.mlistener = {
selectRowData: {}, selectRowData: {},
}; };
data.fillingFlag = "cancellation" // 填报标记 data.fillingFlag = "cancellation" // 填报标记
data.saveUserId = "zxtb"; // 用户id data.saveUserId = "zxtb"; // 用户id
data.zjhm = zjhm
window.mlistener.selectRowData = data; window.mlistener.selectRowData = data;
if (yearBblxDm.indexOf(data.bblxDm) != -1) {
data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank');
} else {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
}
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
setTimeout(function () { setTimeout(function () {
...@@ -281,19 +314,19 @@ function initPage(companyInfo) { ...@@ -281,19 +314,19 @@ function initPage(companyInfo) {
value: config.value value: config.value
} }
$.ajax({ $.ajax({
// url: url + "/ssfwpt/declare/getPzzlList", url: url + "/online/declare/getPzzlList",
url: url + "/ssfwpt/declare/getPzzlList",
data: param, data: param,
type: "POST", type: "POST",
dataType: "JSON" dataType: "JSON"
}).done(function (data) { }).done(function (data) {
if (data.success) { if (data.success) {
companyInfo = data.bean; companyInfo = data.content;
zjhm = companyInfo.zjhm
config.value = companyInfo.value; config.value = companyInfo.value;
if(data.bean){ if (data.bean) {
drawGrid(data.bean); drawGrid(data.bean);
} }
if(type=='Y'){ if (type == 'Y') {
myAlert("提示", "重置清册成功", "确定") myAlert("提示", "重置清册成功", "确定")
} }
} else { } else {
...@@ -364,7 +397,13 @@ function initPage(companyInfo) { ...@@ -364,7 +397,13 @@ function initPage(companyInfo) {
submitData.fillingFlag = "inventory" // 填报标记 submitData.fillingFlag = "inventory" // 填报标记
data.saveUserId = "zxtb"; // 用户id data.saveUserId = "zxtb"; // 用户id
window.mlistener.selectRowData = submitData; window.mlistener.selectRowData = submitData;
if (yearBblxDm.indexOf(data.bblxDm) == -1) {
window.open(config.ssfwptPage, '_blank'); window.open(config.ssfwptPage, '_blank');
} else {
data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank');
}
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
setTimeout(function () { setTimeout(function () {
...@@ -376,26 +415,8 @@ function initPage(companyInfo) { ...@@ -376,26 +415,8 @@ function initPage(companyInfo) {
// var form = $("#changeForm"); // var form = $("#changeForm");
// form.find("#changeForm_data").val(JSON.stringify(submitData)); // form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit(); // form.submit();
showLoading() // showLoading()
var falg = "declare"; var falg = "declare";
$.ajax({
type: "POST",
// url: url + "/ssfwpt/declare/toPzzl",
url: url + "/ssfwpt/declare/toPzzl",
dataType: "json", // 请求方式为jsonp
data: {
data: JSON.stringify(submitData)
},
success: function (data) {
if (data.code == 99 || data.code == "99") {
if (data.errmsg != undefined) {
alertWarning(data.errmsg);
} else {
alertWarning(data.returnMessage);
}
return false
}
hideLoading()
localStorage.setItem("data", JSON.stringify(submitData)); localStorage.setItem("data", JSON.stringify(submitData));
submitData.flag = true; submitData.flag = true;
submitData.encryptKey = config.value; submitData.encryptKey = config.value;
...@@ -404,23 +425,41 @@ function initPage(companyInfo) { ...@@ -404,23 +425,41 @@ function initPage(companyInfo) {
form.attr('action', url); //通过jquery为action属性赋值 form.attr('action', url); //通过jquery为action属性赋值
form.find("#changeForm_data").val(JSON.stringify(submitData)); form.find("#changeForm_data").val(JSON.stringify(submitData));
form.submit(); form.submit();
/* if (data.url == "edit.jsp") { return false;
window.open(config.webUrl+"declare/edit.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData))); // $.ajax({
}else if (data.url == "yearReport.jsp") { // type: "POST",
window.open(config.webUrl+"declare/yearReport.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData))); // url: url + "/online_report/declare/toPzzl",
}else if (data.url == "yearReportGLB.jsp") { // dataType: "json", // 请求方式为jsonp
window.open(config.webUrl+"declare/yearReportGLB.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData))); // data: {
}else { // data: JSON.stringify(submitData)
window.open(config.webUrl+"error/index.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData))); // },
}*/ // success: function (data) {
}, // if (data.code == 99 || data.code == "99") {
error: function (xhr) { // if (data.errmsg != undefined) {
hideLoading() // alertWarning(data.errmsg);
alertWarning(data.returnMessage); // } else {
//jsonp 方式此方法不被触发 // alertWarning(data.returnMessage);
console.log("=======error======================") // }
} // return false
}) // }
// hideLoading()
// /* if (data.url == "edit.jsp") {
// window.open(config.webUrl+"declare/edit.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData)));
// }else if (data.url == "yearReport.jsp") {
// window.open(config.webUrl+"declare/yearReport.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData)));
// }else if (data.url == "yearReportGLB.jsp") {
// window.open(config.webUrl+"declare/yearReportGLB.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData)));
// }else {
// window.open(config.webUrl+"error/index.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(submitData)));
// }*/
// },
// error: function (xhr) {
// hideLoading()
// alertWarning(data.returnMessage);
// //jsonp 方式此方法不被触发
// console.log("=======error======================")
// }
// })
// closeModal(); // closeModal();
} }
} }
......
This diff is collapsed.
This diff is collapsed.
...@@ -143,7 +143,7 @@ function initPage(companyInfo) { ...@@ -143,7 +143,7 @@ function initPage(companyInfo) {
var getTaxAmendData = function(param) { var getTaxAmendData = function(param) {
// TODO 开始加载等待动画 // TODO 开始加载等待动画
$.ajax({ $.ajax({
url: "/ssfwpt/declare/getPzzlList", url: "/online/declare/getPzzlList",
data: { data: {
token: token, token: token,
date: date date: date
...@@ -152,6 +152,7 @@ function initPage(companyInfo) { ...@@ -152,6 +152,7 @@ function initPage(companyInfo) {
dataType: "JSON" dataType: "JSON"
}).done(function(data) { }).done(function(data) {
if (data.success) { if (data.success) {
zjhm = data.bean.zjhm
// TODO 基本信息 // TODO 基本信息
taxAmendGrid(); // 在这里要把返回数据传递给table taxAmendGrid(); // 在这里要把返回数据传递给table
} else { } else {
......
...@@ -148,7 +148,7 @@ function initPage(companyInfo) { ...@@ -148,7 +148,7 @@ function initPage(companyInfo) {
var getTaxScottareData = function(param) { var getTaxScottareData = function(param) {
// TODO 开始加载等待动画 // TODO 开始加载等待动画
$.ajax({ $.ajax({
url: "/ssfwpt/declare/getPzzlList", url: "/online/declare/getPzzlList",
data: { data: {
token: token, token: token,
date: date date: date
...@@ -157,6 +157,7 @@ function initPage(companyInfo) { ...@@ -157,6 +157,7 @@ function initPage(companyInfo) {
dataType: "JSON" dataType: "JSON"
}).done(function(data) { }).done(function(data) {
if (data.success) { if (data.success) {
zjhm = data.bean.zjhm
// TODO 基本信息 // TODO 基本信息
taxAmendGrid(); // 在这里要把返回数据传递给table taxAmendGrid(); // 在这里要把返回数据传递给table
} else { } else {
......
This diff is collapsed.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* @Param * @Param
* @return * @return
**/ **/
function getUrlParam (name) { function getUrlParam(name) {
var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)'); var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)');
var r = window.location.search.substr(1).match(reg); var r = window.location.search.substr(1).match(reg);
if (r != null) return decodeURIComponent(r[2]); if (r != null) return decodeURIComponent(r[2]);
...@@ -16,21 +16,29 @@ var config = { ...@@ -16,21 +16,29 @@ var config = {
environmental:"test",//production 生产 test 测试 environmental:"test",//production 生产 test 测试
webUrl:"/web/onlineReport/jsp/", // 预生产环境解开 webUrl:"/web/onlineReport/jsp/", // 预生产环境解开
url:"",// 开发环境配置跨域设置 // 开发环境 url:"",// 开发环境配置跨域设置 // 开发环境
spreadUrl:"http://sbjs.tjsat.gov.cn",// 局端生产 值为空 其余全部指向在线的域名
ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址
taxFormComponent:"/web/taxFormComponent/index.html?param=",// 涉税服务平台填报页面地址
value:'',//加密token value:'',//加密token
nsrsbq:'', nsrsbq:'',
spreadUrl:"",// 局端生产 值为空 其余全部指向在线的域名
ssfwptPage:"/web/online/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址 月季报
yearTaxTable:"/web/online/taxservicedesk/index.html#/yearTaxTable",// 涉税服务平台填报页面地址 年报
zhsbPage:"/web/online/taxservicedesk/index.html#/syntheticalReport",// 涉税 综合申报页面
taxFormComponent:"/web/taxFormComponent/index.html?param=",// 涉税服务平台填报页面地址
ccxwsTaxTable:"/web/tax-plugin/index.html",//财产行为税跳转页面
} }
//公共配置 本地环境,测试环境 //公共配置 本地环境,测试环境
/*var config = { // var config = {
environmental:"test",//production 生产 test 测试 // environmental: "test", //production 生产 test 测试
webUrl:"http://localhost:80/web/onlineReport/jsp/", // 开发环境 // webUrl: "/web/onlineReport/jsp/", // 预生产环境解开
url:"",// 开发环境配置跨域设置 // 开发环境 // url: "", // 开发环境配置跨域设置 // 开发环境
spreadUrl:"sbjs.tjsat.gov.cn:18001",// 注册地址 // value: '', //加密token
ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址 // nsrsbq: '',
value:'',//加密token // spreadUrl: "http://sbjs.tjsat.gov.cn", // 局端生产 值为空 其余全部指向在线的域名
}*/ // ssfwptPage: "/web/#/taxTableList", // 涉税服务平台填报页面地址 月季报
// yearTaxTable: "/web/#/yearTaxTable", // 涉税服务平台填报页面地址 年报
// zhsbPage: "/web/#/syntheticalReport", // 涉税 综合申报页面
// taxFormComponent: "/web/taxFormComponent/index.html?param=", // 涉税服务平台填报页面地址
// ccxwsTaxTable:"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html",//财产行为税跳转页面
// }
// if(config.environmental=="production" && getUrlParam("djxh")){ // if(config.environmental=="production" && getUrlParam("djxh")){
// window.open(config.webUrl + "/error/newError.html",'_self') // window.open(config.webUrl + "/error/newError.html",'_self')
......
...@@ -1171,7 +1171,7 @@ function isSqwsb() { ...@@ -1171,7 +1171,7 @@ function isSqwsb() {
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/getZzsZt", url : URL +"/online/declare/getZzsZt",
dataType : "json", dataType : "json",
data:{ data:{
"djxh": djxh, "djxh": djxh,
...@@ -1278,7 +1278,7 @@ function dj(msg){ ...@@ -1278,7 +1278,7 @@ function dj(msg){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/sendZzsZt", url : URL +"/online/declare/sendZzsZt",
dataType : "json", dataType : "json",
data:{ data:{
"sfgx": ispoint, "sfgx": ispoint,
...@@ -1314,7 +1314,7 @@ function statement10101_001_10(){ ...@@ -1314,7 +1314,7 @@ function statement10101_001_10(){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/getGovernmentWebsite", url : URL +"/online/declare/getGovernmentWebsite",
dataType : "json", dataType : "json",
data:{ data:{
"djxh": djxh, "djxh": djxh,
...@@ -1357,7 +1357,7 @@ function statement10101_001_15(){ ...@@ -1357,7 +1357,7 @@ function statement10101_001_15(){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/getGovernmentWebsite", url : URL +"/online/declare/getGovernmentWebsite",
dataType : "json", dataType : "json",
data:{ data:{
"djxh": djxh, "djxh": djxh,
......
...@@ -744,7 +744,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -744,7 +744,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/ssfwpt/declare/save"; var url = URL +"/online/declare/save";
// if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ // if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
// pagedata.operateType = 6; // pagedata.operateType = 6;
// }else{ // }else{
...@@ -752,16 +752,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -752,16 +752,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
// } // }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/ssfwpt/declare/zcfxts"; url = URL +"/online/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
...@@ -917,7 +917,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -917,7 +917,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/ssfwpt/declare/save"; var url = URL +"/online/declare/save";
// if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ // if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
// pagedata.operateType = 6; // pagedata.operateType = 6;
// }else{ // }else{
...@@ -925,16 +925,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -925,16 +925,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
// } // }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/ssfwpt/declare/zcfxts"; url = URL +"/online/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
...@@ -1090,7 +1090,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1090,7 +1090,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/ssfwpt/declare/save"; var url = URL +"/online/declare/save";
// if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ // if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
// pagedata.operateType = 6; // pagedata.operateType = 6;
// }else{ // }else{
...@@ -1098,16 +1098,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1098,16 +1098,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
// } // }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/ssfwpt/declare/zcfxts"; url = URL +"/online/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
...@@ -1263,7 +1263,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1263,7 +1263,7 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/ssfwpt/declare/save"; var url = URL +"/online/declare/save";
// if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){ // if(localStorage["cancellation"] && "cancellation" == localStorage["cancellation"]){
// pagedata.operateType = 6; // pagedata.operateType = 6;
// }else{ // }else{
...@@ -1271,16 +1271,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) { ...@@ -1271,16 +1271,16 @@ function saveData(operateType,isshenbao,isZcfxtx,isconfirm) {
// } // }
if (operateType == 4) { if (operateType == 4) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
pagedata.qtxx = gzQtxx.qtxx; pagedata.qtxx = gzQtxx.qtxx;
} }
if("shenbao" == isshenbao){ if("shenbao" == isshenbao){
pagedata.operateType = null; pagedata.operateType = null;
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if(true == isZcfxtx){ if(true == isZcfxtx){
url = URL +"/ssfwpt/declare/zcfxts"; url = URL +"/online/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
......
...@@ -714,7 +714,7 @@ function get11901Info(){ ...@@ -714,7 +714,7 @@ function get11901Info(){
// 给11901_001所属行业下拉框赋值 // 给11901_001所属行业下拉框赋值
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getHydmList", url: URL +"/online/declare/getHydmList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { }, data: { },
...@@ -733,7 +733,7 @@ function get11901Info(){ ...@@ -733,7 +733,7 @@ function get11901Info(){
}) })
// 登记注册类型下拉框 // 登记注册类型下拉框
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getDjzclxList", url: URL +"/online/declare/getDjzclxList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { }, data: { },
...@@ -3591,7 +3591,7 @@ function get10426Jmxz(flag){ ...@@ -3591,7 +3591,7 @@ function get10426Jmxz(flag){
// var jmxz; // var jmxz;
// $.ajax({ // $.ajax({
// type: "post", // type: "post",
// url: URL +"/ssfwpt/declare/getJmxzList", // url: URL +"/online/declare/getJmxzList",
// dataType: "json", // dataType: "json",
// async: false, // async: false,
// success: function(data){ // success: function(data){
...@@ -3727,7 +3727,7 @@ function get10426Jmxz(flag){ ...@@ -3727,7 +3727,7 @@ function get10426Jmxz(flag){
setCellValue(sheetIndex_002, startIndex, 3, qtjgnsrmc ? qtjgnsrmc : ""); setCellValue(sheetIndex_002, startIndex, 3, qtjgnsrmc ? qtjgnsrmc : "");
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/ssfwpt/declare/getXzqhList", url: URL +"/online/declare/getXzqhList",
dataType: "json", dataType: "json",
data: { data: {
code: qtjgcsxzqh code: qtjgcsxzqh
...@@ -3770,7 +3770,7 @@ function get10426Jmxz(flag){ ...@@ -3770,7 +3770,7 @@ function get10426Jmxz(flag){
if(zyjgcsxzqh && sheetIndex_002){ if(zyjgcsxzqh && sheetIndex_002){
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/ssfwpt/declare/getXzqhList", url: URL +"/online/declare/getXzqhList",
dataType: "json", dataType: "json",
data: { data: {
code: zyjgcsxzqh code: zyjgcsxzqh
...@@ -4010,7 +4010,7 @@ function get10425Info(){ ...@@ -4010,7 +4010,7 @@ function get10425Info(){
var jmxz; var jmxz;
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/ssfwpt/declare/getJmxzList", url: URL +"/online/declare/getJmxzList",
dataType: "json", dataType: "json",
async: false, async: false,
success: function(data){ success: function(data){
...@@ -4905,7 +4905,7 @@ function setFcsData(mainNewData,isMain,flag) { ...@@ -4905,7 +4905,7 @@ function setFcsData(mainNewData,isMain,flag) {
function setInfo_10427(){ function setInfo_10427(){
setCellValue(0, 1, 1, "税款所属时间:" + new Date().format("yyyy-MM-dd ") + "至" + new Date().format("yyyy-MM-dd ")); setCellValue(0, 1, 1, "税款所属时间:" + new Date().format("yyyy-MM-dd ") + "至" + new Date().format("yyyy-MM-dd "));
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getCountryList", url: URL +"/online/declare/getCountryList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { }, data: { },
......
...@@ -62,7 +62,7 @@ function getIEVersion() { ...@@ -62,7 +62,7 @@ function getIEVersion() {
_show: function _show(title) { _show: function _show(title) {
var _html = '<div id="mb_box1"></div><div id="mb_con1"><span id="mb_tit1">' + title + '</span>'; var _html = '<div id="mb_box1"></div><div id="mb_con1"><span id="mb_tit1">' + title + '</span>';
_html += '<img id="mb_img1" src="/web/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img1" src="/web/online/onlineReport/static/tools/images/close.png">';
_html += '<div id="mb_msg1"></div>'; _html += '<div id="mb_msg1"></div>';
//必须先将_html添加到body,再设置Css样式 //必须先将_html添加到body,再设置Css样式
$("body").append(_html); $("body").append(_html);
...@@ -253,7 +253,7 @@ function dateProcessing(type) { ...@@ -253,7 +253,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading(); //封装等待框 调用方式:showLoading();hideLoading();
(function ($) { (function ($) {
var renderHtml = function renderHtml() { var renderHtml = function renderHtml() {
var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>'; var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/online/onlineReport/static/tools/images/loading2.gif" /></div></div>';
$("body").append(_html); $("body").append(_html);
}; };
renderHtml(); renderHtml();
...@@ -316,7 +316,7 @@ function dateProcessing(type) { ...@@ -316,7 +316,7 @@ function dateProcessing(type) {
var _html = ""; var _html = "";
_html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>' _html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>'
if (type == "confirm") { if (type == "confirm") {
_html += '<img id="mb_img" src="/web/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img" src="/web/online/onlineReport/static/tools/images/close.png">';
_html += '<div id="mb_msg">' + msg + '</div>'; _html += '<div id="mb_msg">' + msg + '</div>';
} }
if (type == "alert") { if (type == "alert") {
......
...@@ -178,7 +178,7 @@ function get10427Info(index){ ...@@ -178,7 +178,7 @@ function get10427Info(index){
setCellValue(index, 61, 4, wdz.trim() == "" ? "" : (wdz + ";" + wyb)); setCellValue(index, 61, 4, wdz.trim() == "" ? "" : (wdz + ";" + wyb));
// setCellValue(index, 62, 4, wdq); // setCellValue(index, 62, 4, wdq);
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getCountryList", url: URL +"/online/declare/getCountryList",
type: "post", type: "post",
async:false, async:false,
dataType : "json", dataType : "json",
...@@ -196,7 +196,7 @@ function get10427Info(index){ ...@@ -196,7 +196,7 @@ function get10427Info(index){
} }
}) })
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getSsxdmcList", url: URL +"/online/declare/getSsxdmcList",
type: "post", type: "post",
async:false, async:false,
dataType : "json", dataType : "json",
...@@ -1147,7 +1147,7 @@ function get12402SbJkNsName(type,dm,col,row,index){ ...@@ -1147,7 +1147,7 @@ function get12402SbJkNsName(type,dm,col,row,index){
} }
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/ssfwpt/declare/getCcsqxdmList", url: URL +"/online/declare/getCcsqxdmList",
dataType: "json", dataType: "json",
data: obj, data: obj,
success: function(data){ success: function(data){
...@@ -1172,7 +1172,7 @@ function get12402ZgswsKFJ(dm,col,tablename){ ...@@ -1172,7 +1172,7 @@ function get12402ZgswsKFJ(dm,col,tablename){
} }
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/ssfwpt/declare/getCcsswjgdmData", url: URL +"/online/declare/getCcsswjgdmData",
dataType: "json", dataType: "json",
data: obj, data: obj,
success: function(data){ success: function(data){
...@@ -1644,7 +1644,7 @@ function get12501MergeInfo(name){ ...@@ -1644,7 +1644,7 @@ function get12501MergeInfo(name){
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/get12501zb", url : URL +"/online/declare/get12501zb",
dataType : "json", dataType : "json",
data:{ data:{
"beans": JSON.stringify(json) "beans": JSON.stringify(json)
...@@ -2645,7 +2645,7 @@ function bindCellClickEvent() { ...@@ -2645,7 +2645,7 @@ function bindCellClickEvent() {
// if("E64" == pos){ // if("E64" == pos){
// var info = ""; // var info = "";
// $.ajax({ // $.ajax({
// url: URL +"/ssfwpt/declare/getSsxdmcList", // url: URL +"/online/declare/getSsxdmcList",
// type: "post", // type: "post",
// async:false, // async:false,
// dataType : "json", // dataType : "json",
...@@ -3184,7 +3184,7 @@ function bindCellClickEvent() { ...@@ -3184,7 +3184,7 @@ function bindCellClickEvent() {
var arr = []; var arr = [];
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/ssfwpt/declare/getSsxd", url: URL +"/online/declare/getSsxd",
dataType: "json", dataType: "json",
async: false, async: false,
data: { data: {
...@@ -3468,7 +3468,7 @@ function bindValueChanged() { ...@@ -3468,7 +3468,7 @@ function bindValueChanged() {
case '10119_001': case '10119_001':
if("D9" == pos && info.newValue && info.newValue.split(" ").length > 1){ if("D9" == pos && info.newValue && info.newValue.split(" ").length > 1){
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getClscjxByXzqhData", url: URL +"/online/declare/getClscjxByXzqhData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -3486,7 +3486,7 @@ function bindValueChanged() { ...@@ -3486,7 +3486,7 @@ function bindValueChanged() {
} }
if("F9" == pos && info.newValue && info.newValue.split(" ").length > 1){ if("F9" == pos && info.newValue && info.newValue.split(" ").length > 1){
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getCcsswjgdmData", url: URL +"/online/declare/getCcsswjgdmData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -4018,7 +4018,7 @@ function bindValueChanged() { ...@@ -4018,7 +4018,7 @@ function bindValueChanged() {
setCellValue(activeSheetIndex, row, 12, info.newValue.split(" ")[2]); setCellValue(activeSheetIndex, row, 12, info.newValue.split(" ")[2]);
}else{ }else{
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getCountryList", url: URL +"/online/declare/getCountryList",
type: "post", type: "post",
async:false, async:false,
dataType : "json", dataType : "json",
...@@ -4037,7 +4037,7 @@ function bindValueChanged() { ...@@ -4037,7 +4037,7 @@ function bindValueChanged() {
} }
// $.ajax({ // $.ajax({
// url: URL +"/ssfwpt/declare/getSsxdmcList", // url: URL +"/online/declare/getSsxdmcList",
// type: "post", // type: "post",
// dataType : "json", // dataType : "json",
// data: { // data: {
...@@ -4440,7 +4440,7 @@ function bindValueChanged() { ...@@ -4440,7 +4440,7 @@ function bindValueChanged() {
} }
if("I" == pos1_ && info.newValue){ if("I" == pos1_ && info.newValue){
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getSyseList", url: URL +"/online/declare/getSyseList",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -4455,7 +4455,7 @@ function bindValueChanged() { ...@@ -4455,7 +4455,7 @@ function bindValueChanged() {
} }
if (pos1_ == 'H' && info.newValue) { if (pos1_ == 'H' && info.newValue) {
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getZszmByZspmData", url: URL +"/online/declare/getZszmByZspmData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -6061,7 +6061,7 @@ function bindValueChanged() { ...@@ -6061,7 +6061,7 @@ function bindValueChanged() {
if(info.newValue){ if(info.newValue){
var xzhqDm = info.newValue.split(" ")[0]; var xzhqDm = info.newValue.split(" ")[0];
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getClscjxByXzqhData", url: URL +"/online/declare/getClscjxByXzqhData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -6302,7 +6302,7 @@ function bindValueChanged() { ...@@ -6302,7 +6302,7 @@ function bindValueChanged() {
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/getCcsswjgdmData", url : URL +"/online/declare/getCcsswjgdmData",
data: { data: {
zspmDm: zspmDm zspmDm: zspmDm
}, },
...@@ -6327,7 +6327,7 @@ function bindValueChanged() { ...@@ -6327,7 +6327,7 @@ function bindValueChanged() {
if(info.newValue){ if(info.newValue){
var xzhqDm = info.newValue.split(" ")[0]; var xzhqDm = info.newValue.split(" ")[0];
$.ajax({ $.ajax({
url: URL +"/ssfwpt/declare/getClscjxByXzqhData", url: URL +"/online/declare/getClscjxByXzqhData",
type: "post", type: "post",
dataType : "json", dataType : "json",
data: { data: {
...@@ -7172,7 +7172,7 @@ function bindValueChanged() { ...@@ -7172,7 +7172,7 @@ function bindValueChanged() {
console.log(info.newValue.split(" ")[0]) console.log(info.newValue.split(" ")[0])
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/get12502_001Beanspm", url : URL +"/online/declare/get12502_001Beanspm",
dataType : "json", dataType : "json",
data:{ data:{
"wrlb": info.newValue.split(" ")[0], "wrlb": info.newValue.split(" ")[0],
...@@ -7252,7 +7252,7 @@ function getSlByZspmZszmFor12501(zspm,zszm){ ...@@ -7252,7 +7252,7 @@ function getSlByZspmZszmFor12501(zspm,zszm){
// 税率带入值 // 税率带入值
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/get12501_002sl", url : URL +"/online/declare/get12501_002sl",
dataType : "json", dataType : "json",
async : false, async : false,
data:{ data:{
...@@ -7277,7 +7277,7 @@ function getWrdlzByZspmZszm(zspm,zszm){ ...@@ -7277,7 +7277,7 @@ function getWrdlzByZspmZszm(zspm,zszm){
var wrdlz = 0; var wrdlz = 0;
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/getwrdlz", url : URL +"/online/declare/getwrdlz",
dataType : "json", dataType : "json",
async : false, async : false,
data:{ data:{
...@@ -7303,7 +7303,7 @@ function getZszmByZspm(zspm){ ...@@ -7303,7 +7303,7 @@ function getZszmByZspm(zspm){
var arr = []; var arr = [];
$.ajax({ $.ajax({
type : "post", type : "post",
url : URL +"/ssfwpt/declare/getHbsZszmBean", url : URL +"/online/declare/getHbsZszmBean",
dataType : "json", dataType : "json",
async : false, async : false,
data:{ data:{
......
...@@ -95,7 +95,7 @@ function selectNb() { ...@@ -95,7 +95,7 @@ function selectNb() {
var selectTableArr = getSelect_10414_002(); // 获取被选中的表 var selectTableArr = getSelect_10414_002(); // 获取被选中的表
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/ssfwpt/declare/save", url: URL +"/online/declare/save",
data: { data: {
data: JSON.stringify(NB_cache_data), data: JSON.stringify(NB_cache_data),
taxInfo: localStorage.getItem("data") taxInfo: localStorage.getItem("data")
...@@ -162,7 +162,7 @@ function selectNb() { ...@@ -162,7 +162,7 @@ function selectNb() {
// 是否已修改 // 是否已修改
isChanged: true isChanged: true
}; };
var url = '/web/onlineReport/static/page_js/_year/' + bbdm + '.json'; var url = '/web/online/onlineReport/static/page_js/_year/' + bbdm + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
...@@ -345,7 +345,7 @@ function getLeftMenu() { ...@@ -345,7 +345,7 @@ function getLeftMenu() {
}; };
if (table !== '10414_001' && table !== '10414_002') { if (table !== '10414_001' && table !== '10414_002') {
var url = '/web/onlineReport/static/page_js/_year/' + table + '.json'; var url = '/web/online/onlineReport/static/page_js/_year/' + table + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
...@@ -1314,16 +1314,16 @@ function saveData(operateType,isZcfxtx) { ...@@ -1314,16 +1314,16 @@ function saveData(operateType,isZcfxtx) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/ssfwpt/declare/save"; var url = URL +"/online/declare/save";
pagedata.operateType = operateType; pagedata.operateType = operateType;
if (operateType == 4) { if (operateType == 4) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if (isGZflag) { if (isGZflag) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if (true == isZcfxtx) { if (true == isZcfxtx) {
url = URL +"/ssfwpt/declare/zcfxts"; url = URL +"/online/declare/zcfxts";
} }
if (operateType == 3) { if (operateType == 3) {
if(localStorage["isZcfxFlag"] && "true" == localStorage["isZcfxFlag"]){ if(localStorage["isZcfxFlag"] && "true" == localStorage["isZcfxFlag"]){
...@@ -1525,13 +1525,13 @@ function saveData_003(operateType) { ...@@ -1525,13 +1525,13 @@ function saveData_003(operateType) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
// showLoading(); // showLoading();
var url = URL +"/ssfwpt/declare/save"; var url = URL +"/online/declare/save";
pagedata.operateType = operateType; pagedata.operateType = operateType;
if (operateType == 4) { if (operateType == 4) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if (isGZflag) { if (isGZflag) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy
console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■"); console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■");
......
...@@ -336,7 +336,7 @@ function bindValueChanged() { ...@@ -336,7 +336,7 @@ function bindValueChanged() {
// var arr = []; // var arr = [];
// $.ajax({ // $.ajax({
// type: "post", // type: "post",
// url: URL +"/ssfwpt/declare/getFylyxmd2019List", // url: URL +"/online/declare/getFylyxmd2019List",
// dataType: "json", // dataType: "json",
// async: false, // async: false,
// data: {}, // data: {},
...@@ -863,7 +863,7 @@ function bindNbCellClickEvent() { ...@@ -863,7 +863,7 @@ function bindNbCellClickEvent() {
// var arr = []; // var arr = [];
// $.ajax({ // $.ajax({
// type: "post", // type: "post",
// url: URL +"/ssfwpt/declare/getFylyxmd2019List", // url: URL +"/online/declare/getFylyxmd2019List",
// dataType: "json", // dataType: "json",
// async: false, // async: false,
// data: {}, // data: {},
...@@ -1172,7 +1172,7 @@ function getDmbList(lx, dm) { ...@@ -1172,7 +1172,7 @@ function getDmbList(lx, dm) {
var list = [] var list = []
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/ssfwpt/declare/getGxjslyList", url: URL +"/online/declare/getGxjslyList",
data: { data: {
level: lx, level: lx,
code: dm code: dm
...@@ -1453,7 +1453,7 @@ function compare10414_027(index){ ...@@ -1453,7 +1453,7 @@ function compare10414_027(index){
var arr = []; var arr = [];
$.ajax({ $.ajax({
type: "post", type: "post",
url: URL +"/ssfwpt/declare/getFylyxmd2019List", url: URL +"/online/declare/getFylyxmd2019List",
dataType: "json", dataType: "json",
async: false, async: false,
data: {}, data: {},
...@@ -1838,7 +1838,7 @@ function getSwjgDm(lx, dm) { ...@@ -1838,7 +1838,7 @@ function getSwjgDm(lx, dm) {
}, },
dataType: "json", dataType: "json",
type: 'POST', type: 'POST',
url: URL +'/ssfwpt/declare/getCcsswjgdmData', url: URL +'/online/declare/getCcsswjgdmData',
success: function (data) { success: function (data) {
// console.log(data); // console.log(data);
var html = ''; var html = '';
......
...@@ -63,7 +63,7 @@ function getIEVersion() { ...@@ -63,7 +63,7 @@ function getIEVersion() {
_show: function _show(title) { _show: function _show(title) {
var _html = '<div id="mb_box1"></div><div id="mb_con1"><span id="mb_tit1">' + title + '</span>'; var _html = '<div id="mb_box1"></div><div id="mb_con1"><span id="mb_tit1">' + title + '</span>';
_html += '<img id="mb_img1" src="/web/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img1" src="/web/online/onlineReport/static/tools/images/close.png">';
_html += '<div id="mb_msg1"></div>'; _html += '<div id="mb_msg1"></div>';
//必须先将_html添加到body,再设置Css样式 //必须先将_html添加到body,再设置Css样式
$("body").append(_html); $("body").append(_html);
...@@ -237,7 +237,7 @@ function dateProcessing(type) { ...@@ -237,7 +237,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading(); //封装等待框 调用方式:showLoading();hideLoading();
(function ($) { (function ($) {
var renderHtml = function renderHtml() { var renderHtml = function renderHtml() {
var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>'; var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/online/onlineReport/static/tools/images/loading2.gif" /></div></div>';
$("body").append(_html); $("body").append(_html);
}; };
renderHtml(); renderHtml();
...@@ -300,7 +300,7 @@ function dateProcessing(type) { ...@@ -300,7 +300,7 @@ function dateProcessing(type) {
var _html = ""; var _html = "";
_html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>' _html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>'
if (type == "confirm") { if (type == "confirm") {
_html += '<img id="mb_img" src="/web/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img" src="/web/online/onlineReport/static/tools/images/close.png">';
_html += '<div id="mb_msg">' + msg + '</div>'; _html += '<div id="mb_msg">' + msg + '</div>';
} }
if (type == "alert") { if (type == "alert") {
......
...@@ -107,7 +107,7 @@ function selectNb() { ...@@ -107,7 +107,7 @@ function selectNb() {
NB_cache_data.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy NB_cache_data.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/ssfwpt/declare/save", url: URL +"/online/declare/save",
data: { data: {
data: JSON.stringify(NB_cache_data), data: JSON.stringify(NB_cache_data),
taxInfo: localStorage.getItem("data") taxInfo: localStorage.getItem("data")
...@@ -143,7 +143,7 @@ function selectNb() { ...@@ -143,7 +143,7 @@ function selectNb() {
// 是否已修改 // 是否已修改
isChanged: true isChanged: true
}; };
var url = '/web/onlineReport/static/page_js/_yearGLB/' + bbdm + '.json'; var url = '/web/online/onlineReport/static/page_js/_yearGLB/' + bbdm + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
...@@ -260,7 +260,7 @@ function getLeftMenu() { ...@@ -260,7 +260,7 @@ function getLeftMenu() {
}; };
if (table !== '10420_001' && table !== '10420_002') { if (table !== '10420_001' && table !== '10420_002') {
var url = '/web/onlineReport/static/page_js/_yearGLB/' + table + '.json'; var url = '/web/online/onlineReport/static/page_js/_yearGLB/' + table + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
...@@ -1123,14 +1123,14 @@ function saveData(operateType) { ...@@ -1123,14 +1123,14 @@ function saveData(operateType) {
spread.options.highlightInvalidData = false; spread.options.highlightInvalidData = false;
} }
showLoading(); showLoading();
var url = URL +"/ssfwpt/declare/save"; var url = URL +"/online/declare/save";
pagedata.operateType = operateType; pagedata.operateType = operateType;
if (operateType == 4) { if (operateType == 4) {
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
if(isGZflag){ if(isGZflag){
url = URL +"/ssfwpt/amend/save"; url = URL +"/online/amend/save";
} }
pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy pagedata.data = GLOBAL_INITJSON; //更正保存增加参数--20181225 ygy
console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■"); console.log("■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■");
......
...@@ -94,7 +94,7 @@ function getJmxz_019(){ ...@@ -94,7 +94,7 @@ function getJmxz_019(){
//判断有没有这张表 //判断有没有这张表
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/ssfwpt/declare/getZwbzList", url: URL +"/online/declare/getZwbzList",
dataType: "json", dataType: "json",
async: false, async: false,
success: function success(datas, textStatus, jqXHR) { success: function success(datas, textStatus, jqXHR) {
...@@ -120,7 +120,7 @@ function getJmxz_020(){ ...@@ -120,7 +120,7 @@ function getJmxz_020(){
//判断有没有这张表 //判断有没有这张表
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: URL +"/ssfwpt/declare/getYwbzList", url: URL +"/online/declare/getYwbzList",
dataType: "json", dataType: "json",
async: false, async: false,
success: function success(datas, textStatus, jqXHR) { success: function success(datas, textStatus, jqXHR) {
...@@ -796,26 +796,26 @@ function getVal_GDXX(index) { ...@@ -796,26 +796,26 @@ function getVal_GDXX(index) {
function getDmbList(lx, dm, isShengJi, isGuanLian) { function getDmbList(lx, dm, isShengJi, isGuanLian) {
var list = []; var list = [];
var url = URL +"/ssfwpt/declare/getHydmList"; var url = URL +"/online/declare/getHydmList";
var obj = { var obj = {
lx: lx, lx: lx,
dm: dm dm: dm
} }
if(isShengJi){ if(isShengJi){
url = URL +"/ssfwpt/declare/getDjsList"; url = URL +"/online/declare/getDjsList";
obj = { obj = {
shengJiDm: dm shengJiDm: dm
} }
} }
if(isGuanLian){ if(isGuanLian){
url = URL +"/ssfwpt/declare/getglgxList"; url = URL +"/online/declare/getglgxList";
obj = { obj = {
lx: lx, lx: lx,
dm: dm dm: dm
} }
} }
if (isGuanLian && (dm == "10420_006" || dm == "10420_008")) { if (isGuanLian && (dm == "10420_006" || dm == "10420_008")) {
url = URL +"/ssfwpt/declare/getGljynr"; url = URL +"/online/declare/getGljynr";
obj = { obj = {
code: dm code: dm
} }
......
...@@ -64,7 +64,7 @@ function getIEVersion() { ...@@ -64,7 +64,7 @@ function getIEVersion() {
_show: function _show(title) { _show: function _show(title) {
var _html = '<div id="mb_box1"></div><div id="mb_con1"><span id="mb_tit1">' + title + '</span>'; var _html = '<div id="mb_box1"></div><div id="mb_con1"><span id="mb_tit1">' + title + '</span>';
_html += '<img id="mb_img1" src="/web/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img1" src="/web/online/onlineReport/static/tools/images/close.png">';
_html += '<div id="mb_msg1"></div>'; _html += '<div id="mb_msg1"></div>';
//必须先将_html添加到body,再设置Css样式 //必须先将_html添加到body,再设置Css样式
$("body").append(_html); $("body").append(_html);
...@@ -238,7 +238,7 @@ function dateProcessing(type) { ...@@ -238,7 +238,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading(); //封装等待框 调用方式:showLoading();hideLoading();
(function ($) { (function ($) {
var renderHtml = function renderHtml() { var renderHtml = function renderHtml() {
var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>'; var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999;text-align:center;"><img id="showloading" src="/web/online/onlineReport/static/tools/images/loading2.gif" /></div></div>';
$("body").append(_html); $("body").append(_html);
}; };
renderHtml(); renderHtml();
...@@ -301,7 +301,7 @@ function dateProcessing(type) { ...@@ -301,7 +301,7 @@ function dateProcessing(type) {
var _html = ""; var _html = "";
_html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>' _html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>'
if (type == "confirm") { if (type == "confirm") {
_html += '<img id="mb_img" src="/web/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img" src="/web/online/onlineReport/static/tools/images/close.png">';
_html += '<div id="mb_msg">' + msg + '</div>'; _html += '<div id="mb_msg">' + msg + '</div>';
} }
if (type == "alert") { if (type == "alert") {
......
...@@ -45,7 +45,7 @@ function getIEVersion() { ...@@ -45,7 +45,7 @@ function getIEVersion() {
//封装等待框 //封装等待框
(function($) { (function($) {
var renderHtml = function() { var renderHtml = function() {
var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #f5f5f5;opacity:0.5;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading2.gif" /></div></div>'; var _html = '<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #f5f5f5;opacity:0.5;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="../../static/tools/images/loading2.gif" /></div></div>';
$("body").append(_html); $("body").append(_html);
} }
renderHtml(); renderHtml();
...@@ -98,7 +98,7 @@ function getIEVersion() { ...@@ -98,7 +98,7 @@ function getIEVersion() {
var _html = ""; var _html = "";
_html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>' _html += '<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">' + title + '</span>'
if (type == "confirm") { if (type == "confirm") {
_html += '<img id="mb_img" src="/web/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img" src="../../static/tools/images/close.png">';
_html += '<div id="mb_msg">' + msg + '</div>'; _html += '<div id="mb_msg">' + msg + '</div>';
} }
if (type == "alert") { if (type == "alert") {
...@@ -220,9 +220,9 @@ function getIEVersion() { ...@@ -220,9 +220,9 @@ function getIEVersion() {
if (type == "alert") { if (type == "alert") {
$("#mb_tit").css({ $("#mb_tit").css({
float: 'left', float: 'left',
width: '92%', width: '100%',
display: 'block', display: 'block',
fontSize: '14px', fontSize: '16px',
color: '#444', color: '#444',
padding: '10px 15px', padding: '10px 15px',
backgroundColor: '#fff', backgroundColor: '#fff',
...@@ -249,12 +249,13 @@ function getIEVersion() { ...@@ -249,12 +249,13 @@ function getIEVersion() {
$("#mb_msg").css({ $("#mb_msg").css({
clear: 'both', clear: 'both',
padding: '30px', padding: '20px 30px',
lineHeight: '40px', lineHeight: '30px',
textAlign: 'left', textAlign: 'left',
fontSize: '16px', fontSize: '16px',
color: '#4c4c4c', color: '#4c4c4c',
marginBottom: '50px', marginBottom: '50px',
textIndent: '2em'
}); });
$("#mb_ico").css({ $("#mb_ico").css({
...@@ -363,11 +364,11 @@ function alertBox(type, msg, showTime, callBack) { ...@@ -363,11 +364,11 @@ function alertBox(type, msg, showTime, callBack) {
var srcUrl; var srcUrl;
var divCss = "alert alert-" + type + " alert-dismissable"; var divCss = "alert alert-" + type + " alert-dismissable";
if (type == "success") { if (type == "success") {
srcUrl = '/web/onlineReport/static/tools/images/smile.png'; srcUrl = '../../static/tools/images/smile.png';
} else if (type == "info") { } else if (type == "info") {
srcUrl = '/web/onlineReport/static/tools/images/tan.png'; srcUrl = '../../static/tools/images/tan.png';
} else { } else {
srcUrl = '/web/onlineReport/static/tools/images/tan1.png'; srcUrl = '../../static/tools/images/tan1.png';
} }
if (showTime == null) showTime = 3000; if (showTime == null) showTime = 3000;
var divAlertBox; var divAlertBox;
...@@ -433,7 +434,7 @@ function alertDanger(msg, showTime, callBack) { ...@@ -433,7 +434,7 @@ function alertDanger(msg, showTime, callBack) {
} }
function alertBoxHide() { function alertBoxHide() {
// $("#divConfirmBox").fadeOut(1000); $("#divAlertBox").fadeOut(1000);
$("#divAlertBoxCover").remove(); $("#divAlertBoxCover").remove();
alertBoxArr.shift(); alertBoxArr.shift();
completedOk = false; completedOk = false;
...@@ -441,7 +442,9 @@ function alertBoxHide() { ...@@ -441,7 +442,9 @@ function alertBoxHide() {
setTimeout(function() { setTimeout(function() {
alertBox(alertBoxArr[0].type, alertBoxArr[0].msg, alertBoxArr[0].showTime, alertBoxArr[0].callBack); alertBox(alertBoxArr[0].type, alertBoxArr[0].msg, alertBoxArr[0].showTime, alertBoxArr[0].callBack);
}, 500); }, 500);
}; }else{
// window.close();
}
} }
function box(jqObj) { function box(jqObj) {
...@@ -494,17 +497,17 @@ function box(jqObj) { ...@@ -494,17 +497,17 @@ function box(jqObj) {
content += "<div class='container-pageBtn-control'>"; content += "<div class='container-pageBtn-control'>";
//content += "<a class='prePageOne'><<</a>"; //content += "<a class='prePageOne'><<</a>";
//content += "<a class='prePage'><</a>"; //content += "<a class='prePage'><</a>";
content += "<img class='prePageFF' src='/web/onlineReport/static/tools/images/pagination_first.gif'/>"; content += "<img class='prePageFF' src='../../static/tools/images/pagination_first.gif'/>";
content += "<img class='prePageF' src='/web/onlineReport/static/tools/images/pagination_prev.gif'>"; content += "<img class='prePageF' src='../../static/tools/images/pagination_prev.gif'>";
content += "<input class='select-input-page margin-top' value='" + current + "'></a>"; content += "<input class='select-input-page margin-top' value='" + current + "'></a>";
//content += "<a class='nextPage'>></a>"; //content += "<a class='nextPage'>></a>";
//content += "<a class='prePageLast'>>></a>"; //content += "<a class='prePageLast'>>></a>";
content += "<img class='prePageL' src='/web/onlineReport/static/tools/images/pagination_next.gif'/>"; content += "<img class='prePageL' src='../../static/tools/images/pagination_next.gif'/>";
content += "<img class='prePageLL' src='/web/onlineReport/static/tools/images/pagination_last.gif'>"; content += "<img class='prePageLL' src='../../static/tools/images/pagination_last.gif'>";
content += "</div>"; content += "</div>";
//content += "<img class='page-refresh-btn' src='/web/onlineReport/static/tools/images/pagination_load.png'/>"; //content += "<img class='page-refresh-btn' src='../../static/tools/images/pagination_load.png'/>";
//content += "<span class='totalSize'> 共<span>" + totalNum + "</span>条记录 </span>"; //content += "<span class='totalSize'> 共<span>" + totalNum + "</span>条记录 </span>";
me.element.html(content); me.element.html(content);
}, },
...@@ -1210,7 +1213,7 @@ var JSTOOL = function() { ...@@ -1210,7 +1213,7 @@ var JSTOOL = function() {
function init() { function init() {
var $loading = $("<div></div>"); var $loading = $("<div></div>");
$loading.addClass("table-body-loading"); $loading.addClass("table-body-loading");
$loading.html("<div> <img src='/web/onlineReport/static/tools/images/loading2.gif' alt=''/><div>"); $loading.html("<div> <img src='../../static/tools/images/loading2.gif' alt=''/><div>");
var html = "<div class='table-responsive' style='width:" + tableObj.containerWidth + "'>" + var html = "<div class='table-responsive' style='width:" + tableObj.containerWidth + "'>" +
"<div class='table-header-container' style='height:44px;'>" "<div class='table-header-container' style='height:44px;'>"
......
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