Commit d50bb04e authored by 彭令令's avatar 彭令令

合并produce代码

parent 314035ab
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
<option name="CHANGED_PATHS"> <option name="CHANGED_PATHS">
<list> <list>
<option value="$PROJECT_DIR$/views/declare/index.html" /> <option value="$PROJECT_DIR$/views/declare/index.html" />
<option value="$PROJECT_DIR$/web/onlineReport/static/css/declare/declare.css" /> <option value="$PROJECT_DIR$/web/online/onlineReport/static/css/declare/declare.css" />
<option value="$PROJECT_DIR$/views/index.html" /> <option value="$PROJECT_DIR$/views/index.html" />
<option value="$PROJECT_DIR$/static/js/year/result.js" /> <option value="$PROJECT_DIR$/static/js/year/result.js" />
<option value="$PROJECT_DIR$/jsp/declare/yearReportGLB.html" /> <option value="$PROJECT_DIR$/jsp/declare/yearReportGLB.html" />
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/views/declare/index.jsp" /> <entry file="file://$PROJECT_DIR$/views/declare/index.jsp" />
<entry file="file://$PROJECT_DIR$/views/declare/index.html" /> <entry file="file://$PROJECT_DIR$/views/declare/index.html" />
<entry file="file://$PROJECT_DIR$/web/onlineReport/static/css/declare/declare.css" /> <entry file="file://$PROJECT_DIR$/web/online/onlineReport/static/css/declare/declare.css" />
<entry file="file://$PROJECT_DIR$/views/index.html" /> <entry file="file://$PROJECT_DIR$/views/index.html" />
<entry file="file://$PROJECT_DIR$/static/js/tax/util.js"> <entry file="file://$PROJECT_DIR$/static/js/tax/util.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
...@@ -599,7 +599,7 @@ ...@@ -599,7 +599,7 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/views/declare/index.jsp" /> <entry file="file://$PROJECT_DIR$/views/declare/index.jsp" />
<entry file="file://$PROJECT_DIR$/views/declare/index.html" /> <entry file="file://$PROJECT_DIR$/views/declare/index.html" />
<entry file="file://$PROJECT_DIR$/web/onlineReport/static/css/declare/declare.css" /> <entry file="file://$PROJECT_DIR$/web/online/onlineReport/static/css/declare/declare.css" />
<entry file="file://$PROJECT_DIR$/views/index.html" /> <entry file="file://$PROJECT_DIR$/views/index.html" />
<entry file="file://$PROJECT_DIR$/static/js/tax/tool.js"> <entry file="file://$PROJECT_DIR$/static/js/tax/tool.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
......
...@@ -69,10 +69,10 @@ ...@@ -69,10 +69,10 @@
</script> </script>
</body> </body>
<script> <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='../../static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </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="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script type="text/javascript" src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script> <script type="text/javascript" src="../../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");
......
...@@ -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/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--分页--> <!--分页-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/paging-table.css" /> <link rel="stylesheet" href="../../static/tools/css/paging-table.css" />
<!--下拉选择--> <!--下拉选择-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/select.css" /> <link rel="stylesheet" href="../../static/tools/css/select.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/online/onlineReport/static/css/amend/amend.css" /> <link rel="stylesheet" href="../../static/css/amend/amend.css" />
<title>申报更正</title> <title>申报更正</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='../../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/online/onlineReport/static/tools/images/sbgz.png">&nbsp;&nbsp; <img class="img-img" src="../../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/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="../../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="../../static/js/tax/tool.js"></script>
<script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="../../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="../../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="../../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="../../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="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/biz/amend_grid.js?v=1.0"></script> <script src="../../static/biz/amend_grid.js?v=1.0"></script>
<script> <script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面 // <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json}; // var companyInfo = ${json};
......
...@@ -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/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" /> <link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" /> <link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>清税注销清册</title> <title>清税注销清册</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='../../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/online/onlineReport/static/tools/images/cancellation.png">&nbsp;&nbsp; <img style="float:left;display:block" src="../../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/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="../../static/tools/js/jquery-1.11.3.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/jquery.nicescroll.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/bootstrap.js?v=1.1"></script> <script src="../../static/tools/js/bootstrap.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.2"></script> <script src="../../static/tools/js/encapsulation.js?v=1.2"></script>
<script src="/web/online/onlineReport/static/tools/js/minScroll.js?v=1.1"></script> <script src="../../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="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/biz/cancellation_grid.js?v=1.0"></script> <script src="../../static/biz/cancellation_grid.js?v=1.0"></script>
<script> <script>
</script> </script>
......
<!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="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条-->
<link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式-->
<link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式-->
<link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件-->
<link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare-->
<link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 -->
<title>在线填报</title>
</head>
<script>
document.write("<script type='text/javascript' src='../../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="../../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">未做财务报表备案;</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="../../static/tools/images/close.png">
</div>
</div>
</body>
<script src="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="../../static/js/tax/tool.js"></script>
<script src="../../static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="../../static/tools/js/bootstrap.js?v=1.1"></script>
<script src="../../static/tools/js/encapsulation.js?v=1.3"></script>
<script src="../../static/tools/js/minScroll.js?v=1.1"></script>
<script src="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="../../static/biz/declare_cxs_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>
<!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="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条-->
<link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式-->
<link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式-->
<link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件-->
<link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare-->
<link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 -->
<title>逾期申报套餐</title>
</head>
<script>
document.write("<script type='text/javascript' src='../../static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script>
<body>
<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="../../static/tools/images/taocan.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;">
<span>申报月份:</span>
<input readonly id="getInputValue" name="birth_date" style="width: 20%; display: inline;" type="text"
class="Wdate checkId-input check-items-birthday form-control">
</div>
<div class="div-float text-right div-margin " style="height:100%">
<input id="pay" class="btn btn-primary tdDong-btn" style="margin-right: 1px;height: 32px;" type="button"
value="缴款" />
<input id="reset" class="btn btn-primary tdDong-btn" style="margin-right: 100px;height: 32px;" 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="div-clear-folat">
<strong>财务报表报送</strong>
</div>
<hr class="hr-margin" />
<div id="financialGrid"></div>
<div style="height:16px"></div> -->
<div class="font-clo">
<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">未做财务报表备案;</span></div>
<div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></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="../../static/tools/images/close.png">
</div>
</div>
</body>
<script src="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="../../static/js/tax/tool.js"></script>
<script src="../../static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="../../static/tools/js/bootstrap.js?v=1.1"></script>
<script src="../../static/tools/js/encapsulation.js?v=1.3"></script>
<script src="../../static/tools/js/minScroll.js?v=1.1"></script>
<script src="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="../../static/biz/declare-overdue_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>
\ 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="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条-->
<link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式-->
<link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式-->
<link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件-->
<link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare-->
<link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 -->
<title>主附税文化事业建设联合申报缴纳套餐</title>
</head>
<script>
document.write("<script type='text/javascript' src='../../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="../../static/tools/images/taocan.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">
<!-- <div> -->
<input id="pay" class="btn btn-primary tdDong-btn" style="margin-right: 115px;height: 32px;margin-top: 5px;position:absolute;right: 120px;" type="button"
value="缴款" />
<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>
</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">未做财务报表备案;</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="../../static/tools/images/close.png">
</div>
</div>
</body>
<script src="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="../../static/js/tax/tool.js"></script>
<script src="../../static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="../../static/tools/js/bootstrap.js?v=1.1"></script>
<script src="../../static/tools/js/encapsulation.js?v=1.3"></script>
<script src="../../static/tools/js/minScroll.js?v=1.1"></script>
<script src="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="../../static/biz/declare_union_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>
...@@ -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/online/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="../../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/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='../../static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </script>
<script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/tools/js/encapsulation.js?v=1.3"></script> <script src="../../static/tools/js/encapsulation.js?v=1.3"></script>
<script src="/web/online/onlineReport/static/biz/error.js?v=1.1"></script> <script src="../../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,10 +43,10 @@ ...@@ -43,10 +43,10 @@
</div> </div>
</body> </body>
<script> <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time="+Math.random()+"'></"+"script"+">") document.write("<script type='text/javascript' src='../../static/config.js?time="+Math.random()+"'></"+"script"+">")
</script> </script>
<script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<!--<script src="/web/online/onlineReport/static/biz/error.js?v=1.1"></script>--> <!--<script src="../../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/online/onlineReport/static/img/-e-404.png)"); $(".head404").css("background-image","url(../../static/img/-e-404.png)");
}) })
</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/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" /> <link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" /> <link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>逾期申报</title> <title>逾期申报</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='../../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/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp; <img style="float:left;display:block" src="../../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>
...@@ -113,19 +113,19 @@ ...@@ -113,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/online/onlineReport/static/tools/images/close.png"> <img class="img-ybjc-modal" onclick="initpage.closeModal()" src="../../static/tools/images/close.png">
</div> </div>
</div> </div>
</body> </body>
<script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="../../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="../../static/js/tax/tool.js"></script>
<script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="../../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="../../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="../../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="../../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="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/biz/overdue_grid.js?v=1.0"></script> <script src="../../static/biz/overdue_grid.js?v=1.0"></script>
<script> <script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面 // <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json}; // var companyInfo = ${json};
......
...@@ -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="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" /> <link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" /> <link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>在线填报</title> <title>在线填报</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='../../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="/web/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp; <img style="float:left;display:block" src="../../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>
...@@ -61,14 +61,14 @@ ...@@ -61,14 +61,14 @@
</body> </body>
<script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="../../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="../../static/js/tax/tool.js"></script>
<script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="../../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="../../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="../../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="../../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="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="/web/online/onlineReport/static/biz/syntheticalReport_grid.js?v=1.0"></script> <script src="../../static/biz/syntheticalReport_grid.js?v=1.0"></script>
</html> </html>
...@@ -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="/web/online/onlineReport/static/tools/css/bootstrap.css?v=1.1" rel="stylesheet"> <link href="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条--> <!--滚动条-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/scroll.css" /> <link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式--> <!--table样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/table.css" /> <link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式--> <!--样式-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/css/encapsulation.css" /> <link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件--> <!--时间插件-->
<link rel="stylesheet" href="/web/online/onlineReport/static/tools/js/My97DatePicker/skin/WdatePicker.css" /> <link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare--> <!--declare-->
<link rel="stylesheet" href="/web/online/onlineReport/static/css/declare/declare.css" /> <link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 --> <!-- 页面自定义样式 -->
<title>在线填报</title> <title>在线填报</title>
</head> </head>
<script> <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='../../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="/web/online/onlineReport/static/tools/images/zxtb.png">&nbsp;&nbsp; <img style="float:left;display:block" src="../../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,8 +75,7 @@ ...@@ -75,8 +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">未做财务报表备案,<label id="goRecord" class="label_declare">&nbsp;现在去备案;</label></span>
class="label_declare">&nbsp;现在去备案;</label></span>
</div> </div>
<div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></div> <div class="reminder"><span class="span-font-size">只做了备案报告书但未做具体的会计报表名称;</span></div>
</div> </div>
...@@ -110,20 +109,20 @@ ...@@ -110,20 +109,20 @@
onclick="initpage.declarationMethod('Y')">一表集成</button> onclick="initpage.declarationMethod('Y')">一表集成</button>
</div> </div>
</div> </div>
<img class="img-ybjc-modal" onclick="initpage.closeModal()" src="/web/online/onlineReport/static/tools/images/close.png"> <img class="img-ybjc-modal" onclick="initpage.closeModal()" src="../../static/tools/images/close.png">
</div> </div>
</div> </div>
</body> </body>
<script src="/web/online/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"></script> <script src="../../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="../../static/js/tax/tool.js"></script>
<script src="/web/online/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"></script> <script src="../../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="../../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="../../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="../../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="../../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 src="../../static/biz/xgmyd_grid.js?v=1.0"></script>
<script> <script>
// <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面 // <!-- // 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json}; // var companyInfo = ${json};
......
<!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="../../static/tools/css/bootstrap.css?v=1.1" rel="stylesheet">
<!--滚动条-->
<link rel="stylesheet" href="../../static/tools/css/scroll.css" />
<!--table样式-->
<link rel="stylesheet" href="../../static/tools/css/table.css" />
<!--样式-->
<link rel="stylesheet" href="../../static/tools/css/encapsulation.css" />
<!--时间插件-->
<link rel="stylesheet" href="../../static/tools/js/My97DatePicker/skin/WdatePicker.css" />
<!--declare-->
<link rel="stylesheet" href="../../static/css/declare/declare.css" />
<!-- 页面自定义样式 -->
<title>在线填报</title>
</head>
<script>
document.write("<script type='text/javascript' src='../../static/config.js?time=" + Math.random() + "'></" + "script" + ">")
</script>
<body>
<div>
<div style="background-color:#FFFFFF;">
<div id="zhsbtcBox" style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="../../static/tools/images/taocan.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 id="reset" class="btn btn-primary tdDong-btn"
style="position:absolute;right: 120px;padding: 8px 10px;height: 30px;">重置申报清册</div>
</div>
</div>
</br>
<div class="div-clear-folat">
<strong>税费申报</strong>
</div>
<hr class="hr-margin" />
<!-- <div class="div-clear-folat" style="width: 99%; height: 40px;line-height: 40px;">
<strong>10111298000025892661国家税务总局天津滨海高新技术产业开发区税务局第二税务所</strong>
<input id="reset" class="btn btn-primary"
style="height: 30px;right: 120px;margin: 0; padding: 0 5px;float: right;"
type="button" value="税费申报" />
<input id="reset" class="btn btn-primary"
style="height: 30px;right: 120px;margin: 0 10px 0 0; padding: 0 5px;float: right;"
type="button" value="缴款" />
</div> -->
<!-- <div id="taxGrid" class="zhsbtcTab"></div> -->
<!-- <hr class="hr-margin" />
<div class="div-clear-folat" style="width: 99%; height: 30px;line-height: 30px;">
<strong>10111298000025892661国家税务总局天津滨海高新技术产业开发区税务局第二税务所</strong>
</div> -->
<!-- <div id="taxGrid1" class="zhsbtcTab"></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">如近期有税费种认定、纳税人资格、备案等发生变动,页面展现清册与实际所需不符的,</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> -->
</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="../../static/tools/images/close.png">
</div>
</div>
</body>
<script src="../../static/tools/js/jquery-1.11.3.js?v=1.1"></script>
<script src="../../static/js/tax/tool.js"></script>
<script src="../../static/tools/js/jquery.nicescroll.js?v=1.1"></script>
<script src="../../static/tools/js/bootstrap.js?v=1.1"></script>
<script src="../../static/tools/js/encapsulation.js?v=1.3"></script>
<script src="../../static/tools/js/minScroll.js?v=1.1"></script>
<script src="../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"></script>
<script src="../../static/biz/zhsbtc_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>
...@@ -8,7 +8,13 @@ var zjhm = ''; ...@@ -8,7 +8,13 @@ var zjhm = '';
var initpage; var initpage;
var nbbd10414 = ""; var nbbd10414 = "";
var nbbd10420 = ""; var nbbd10420 = "";
var prefix = "";
$(function () { $(function () {
if (config.environmental == 'test') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
}
showLoading(); showLoading();
getInitTable(); getInitTable();
}) })
...@@ -26,8 +32,6 @@ function getInitTable() { ...@@ -26,8 +32,6 @@ function getInitTable() {
pzzlDm: getUrlParam("pzzlDm") pzzlDm: getUrlParam("pzzlDm")
}, },
success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数 success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
//el表达式变jq
// $("#token").attr("value","");
hideLoading(); hideLoading();
var companyInfo = data; var companyInfo = data;
$("#djxh").attr("value", companyInfo.djxh); $("#djxh").attr("value", companyInfo.djxh);
...@@ -101,28 +105,33 @@ function initPage(companyInfo) { ...@@ -101,28 +105,33 @@ function initPage(companyInfo) {
declareDate = declarationDateStart + " " + declarationDateEnd; // 临时存储date 可能用于时间比对,赋值给时间全局变量 declareDate = declarationDateStart + " " + declarationDateEnd; // 临时存储date 可能用于时间比对,赋值给时间全局变量
var id = "#taxAmendGrid"; var id = "#taxAmendGrid";
var buttonHtml = "更正申报"; var buttonHtml = "更正申报";
var order = ["bblxMc", "djxh", "sbrq", "skssqq", "skssqz", "ybtse", "do"]; var order = ["bblxMc", "djxh","zgswskfjMc","sbrq", "skssqq", "skssqz", "ybtse", "do"];
var headerList = [{ var headerList = [{
name: "序号", name: "序号",
width: "5%" width: "3%"
}, { }, {
name: "申报表名称", name: "申报表名称",
width: "30%" width: "22%"
}, { }, {
name: "登记序号", name: "登记序号",
width: "15%" width: "13%"
}, { },
{
name: "主管税务所(科、分局)",
width: "24%"
},
{
name: "原申报日期", name: "原申报日期",
width: "10%" width: "7%"
}, { }, {
name: "税款所属期起", name: "税款所属期起",
width: "10%" width: "7%"
}, { }, {
name: "税款所属期止", name: "税款所属期止",
width: "10%" width: "7%"
}, { }, {
name: "更正前应补退税额", name: "更正前应补退税额",
width: "10%" width: "7%"
}, { }, {
name: "操作", name: "操作",
width: "10%" width: "10%"
...@@ -141,7 +150,6 @@ function initPage(companyInfo) { ...@@ -141,7 +150,6 @@ function initPage(companyInfo) {
var tableObj = { var tableObj = {
id: id, //tabel父元素的id id: id, //tabel父元素的id
autoHeight: 10, autoHeight: 10,
// buttonControlArr:[{html:"办理",classA:"doCollectArr"},{html:"删除",classA:"deletCollectArr"}],
containerWidth: "99%", //table占父元素的百分比 containerWidth: "99%", //table占父元素的百分比
order: order, //数据按照什么顺序排序 1.do为是否保函操作 2.序号列会自动添加不需要写 order: order, //数据按照什么顺序排序 1.do为是否保函操作 2.序号列会自动添加不需要写
onlyId: "sbuuid", //数据的唯一标识 onlyId: "sbuuid", //数据的唯一标识
...@@ -168,7 +176,7 @@ function initPage(companyInfo) { ...@@ -168,7 +176,7 @@ function initPage(companyInfo) {
data.zjhm = zjhm//证件号码 data.zjhm = zjhm//证件号码
window.mlistener.selectRowData = data; window.mlistener.selectRowData = data;
if (yearBblxDm.indexOf(data.bblxDm) == -1) { if (yearBblxDm.indexOf(data.bblxDm) == -1) {
window.open(config.ssfwptPage, '_blank'); window.open(prefix + config.ssfwptPage, '_blank');
} else { } else {
if(data.bblxDm=='10414'&&nbbd10414!='Y'){ if(data.bblxDm=='10414'&&nbbd10414!='Y'){
myAlert("提示", "尊敬的纳税人:为了保证更正数据的准确性,只有在本系统申报的企业才可以进行更正操作。您未在本系统申报,不能在本系统更正。", "确定"); myAlert("提示", "尊敬的纳税人:为了保证更正数据的准确性,只有在本系统申报的企业才可以进行更正操作。您未在本系统申报,不能在本系统更正。", "确定");
...@@ -177,7 +185,7 @@ function initPage(companyInfo) { ...@@ -177,7 +185,7 @@ function initPage(companyInfo) {
}else{ }else{
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(prefix + config.yearTaxTable, '_blank');
} }
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
...@@ -215,9 +223,6 @@ function initPage(companyInfo) { ...@@ -215,9 +223,6 @@ function initPage(companyInfo) {
} }
} }
} }
// var form = $("#changeForm_amend");
// form.find("#changeForm_data").val(JSON.stringify(data));
// form.submit();
var requestData = data; var requestData = data;
var falg = "amend"; var falg = "amend";
requestData.flag = true; requestData.flag = true;
...@@ -229,47 +234,10 @@ function initPage(companyInfo) { ...@@ -229,47 +234,10 @@ function initPage(companyInfo) {
form.find("#changeForm_data").val(JSON.stringify(requestData)); form.find("#changeForm_data").val(JSON.stringify(requestData));
form.submit(); form.submit();
return false; return false;
// showLoading()
// $.ajax({
// type: "POST",
// // url: url + "/online_report/amend/toGzPzzl",
// url: url + "/online_report/amend/toGzPzzl",
// dataType: "json", // 请求方式为jsonp
// data: {
// data: JSON.stringify(data)
// },
// success: function (data) {
// hideLoading()
// if (data.code == 99 || data.code == "99") {
// if (data.errmsg != undefined) {
// alertWarning(data.errmsg);
// } else {
// alertWarning(data.returnMessage);
// }
// return false
// }
// /* if (data.url == "../declare/edit.jsp") {
// window.open(config.webUrl+"declare/edit.html?falg="+falg+'&params=' + encodeURI(JSON.stringify(requestData)));
// }else if (data.url == "../declare/yearReport.jsp") {
// window.open(config.webUrl+"declare/yearReport.html?falg="+'&params=' + encodeURI(JSON.stringify(requestData)));
// }else if (data.url == "../declare/yearReportGLB.jsp") {
// window.open(config.webUrl+"declare/yearReportGLB.html?falg="+'&params=' + encodeURI(JSON.stringify(requestData)));
// }else {
// window.open(config.webUrl+"error/index.html?falg="+'&params=' + encodeURI(JSON.stringify(requestData)));
// }*/
// },
// error: function (xhr) {
// hideLoading()
// alertWarning(data.returnMessage);
// //jsonp 方式此方法不被触发
// console.log("=======error======================")
// }
// })
} }
} //点击按钮后的回调函数 } //点击按钮后的回调函数
}; };
var object = tool.tableCreate(tableObj); var object = tool.tableCreate(tableObj);
// object.jsonReadyTo(ddt, { page: "1", pageSize: ddt.length });
} }
/** /**
...@@ -293,17 +261,6 @@ function initPage(companyInfo) { ...@@ -293,17 +261,6 @@ function initPage(companyInfo) {
sbrqz: durationOfTaxEnd, // 申报日期止 sbrqz: durationOfTaxEnd, // 申报日期止
gzCacheKey: companyInfo.gzCacheKey, //登记序号 gzCacheKey: companyInfo.gzCacheKey, //登记序号
} }
// if (tool.bijiaodata(durationOfTaxStart, durationOfTaxEnd)) {
// alertInfo("税款所属期起必须小于等于税款所属期止!");
// return false;
// }
// if (temporaryDate == declareDate) { // 本次和上次一样,本地处理
// handleSourceData(temporaryDate, durationOfTaxStart, durationOfTaxEnd) //初始数据处理
// } else {
// $("#durationOfTaxStart").val(""); // 每次去查询后台请求数据,将税款所属期起止清空
// $("#durationOfTaxEnd").val("");
// getTaxAmendData(param); // 如果税款所属期起止:没数据 去查
// }
getTaxAmendData(param); // 如果税款所属期起止:没数据 去查 getTaxAmendData(param); // 如果税款所属期起止:没数据 去查
}); });
...@@ -338,9 +295,6 @@ function initPage(companyInfo) { ...@@ -338,9 +295,6 @@ function initPage(companyInfo) {
* @author ygy * @author ygy
* @date 2018/12/16 21:10 * @date 2018/12/16 21:10
*/ */
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var url = companyInfo.config.url; var url = companyInfo.config.url;
var getTaxAmendData = function (param) { var getTaxAmendData = function (param) {
param.value = config.value; param.value = config.value;
...@@ -425,7 +379,6 @@ function initPage(companyInfo) { ...@@ -425,7 +379,6 @@ function initPage(companyInfo) {
taxAmendGrid(pagingData); taxAmendGrid(pagingData);
} else { } else {
for (var i = 0; i < data.length / num; i++) { for (var i = 0; i < data.length / num; i++) {
//pagingData.push(data.slice(i * num, num + (i * num)));
pagingData.push(data.slice(i * num, num * (i + 1))); pagingData.push(data.slice(i * num, num * (i + 1)));
} }
taxAmendPaging("#taxAmendPaging", pagingData[0]); // 分页停留在第一页 taxAmendPaging("#taxAmendPaging", pagingData[0]); // 分页停留在第一页
......
...@@ -3,8 +3,13 @@ var initpage; ...@@ -3,8 +3,13 @@ var initpage;
var yearBblxDm = ['10414', '10420']; var yearBblxDm = ['10414', '10420'];
var ccxwsBblxDm = ['12101'] var ccxwsBblxDm = ['12101']
var prefix = "";
$(function () { $(function () {
if (config.environmental == 'test') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
}
showLoading(); showLoading();
getInitTable(); getInitTable();
}) })
...@@ -107,26 +112,32 @@ function initPage(companyInfo) { ...@@ -107,26 +112,32 @@ function initPage(companyInfo) {
}) })
var id = "#taxGrid"; var id = "#taxGrid";
var buttonHtml = "填写申报表"; var buttonHtml = "填写申报表";
var order = ["pzzlMc", "djxh", "sssqQ", "sssqZ", "sbrq", "do"]; var order = ["pzzlMc", "djxh", "zgswskfjMc","sssqQ", "sssqZ", "sbrq", "do"];
var promptStatement = ""; var promptStatement = "";
var headerList = [{ var headerList = [{
name: "序号", name: "序号",
width: "5%" width: "2%"
}, { }, {
name: "申报表", name: "申报表",
width: "40%" width: "30%"
}, { },
{
name: "登记序号", name: "登记序号",
width: "15%" width: "12%"
}, { },
{
name: "主管税务所(科、分局)",
width: "25%"
},
{
name: "税款所属期起", name: "税款所属期起",
width: "10%" width: "7%"
}, { }, {
name: "税款所属期止", name: "税款所属期止",
width: "10%" width: "7%"
}, { }, {
name: "申报日期", name: "申报日期",
width: "10%" width: "7%"
}, { }, {
name: "操作", name: "操作",
width: "10%" width: "10%"
...@@ -152,32 +163,37 @@ function initPage(companyInfo) { ...@@ -152,32 +163,37 @@ function initPage(companyInfo) {
}) })
var id = "#financialGrid"; var id = "#financialGrid";
var buttonHtml = "填写申报表"; var buttonHtml = "填写申报表";
var order = ["kjzd", "pzzlMc", "djxh", "sssqQ", "sssqZ", "sbrq", "do"]; var order = ["kjzd", "pzzlMc", "djxh","zgswskfjMc", "sssqQ", "sssqZ", "sbrq", "do"];
var promptStatement = ""; var promptStatement = "";
if (financialInfo.length < 1 && type == 1) { if (financialInfo.length < 1 && type == 1) {
promptStatement = "您尚未进行财务报表类型备案,请先备案后再进行申报"; promptStatement = "您尚未进行财务报表类型备案,请先备案后再进行申报";
} }
var headerList = [{ var headerList = [{
name: "序号", name: "序号",
width: "5%" width: "2%"
}, { }, {
name: "财务、会计制度", name: "财务、会计制度",
width: "10%" width: "10%"
}, { }, {
name: "财务报表报送小类", name: "财务报表报送小类",
width: "30%" width: "19%"
}, { }, {
name: "登记序号", name: "登记序号",
width: "15%" width: "11%"
}, { },
{
name: "主管税务所(科、分局)",
width: "25%"
},
{
name: "报送所属期起", name: "报送所属期起",
width: "10%" width: "7%"
}, { }, {
name: "报送所属期止", name: "报送所属期止",
width: "10%" width: "7%"
}, { }, {
name: "申报日期", name: "申报日期",
width: "10%" width: "7%"
}, { }, {
name: "操作", name: "操作",
width: "10%" width: "10%"
...@@ -238,9 +254,9 @@ function initPage(companyInfo) { ...@@ -238,9 +254,9 @@ function initPage(companyInfo) {
if (yearBblxDm.indexOf(data.bblxDm) != -1) { if (yearBblxDm.indexOf(data.bblxDm) != -1) {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(prefix + config.yearTaxTable, '_blank');
} else { } else {
window.open(config.ssfwptPage, '_blank'); window.open(prefix + config.ssfwptPage, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
...@@ -278,15 +294,6 @@ function initPage(companyInfo) { ...@@ -278,15 +294,6 @@ function initPage(companyInfo) {
submitData = data; submitData = data;
declarationMethod("N") declarationMethod("N")
} }
// if(node.context.innerText=="填写申报表"&&companyInfo.iszzsybjc == "01" &&data.pzzlDm == "10101"){
// // if(node.context.innerText=="填写申报表"){
// $('#myMask #myModal').show();
// $('#dName #ybName').html(data.pzzlMc);
// $('#dName #ybName').attr("title",data.pzzlMc);//修改title值
// }else{
// declarationMethod("N")
// }
} //点击按钮后的回调函数 } //点击按钮后的回调函数
}; };
var object = tool.tableCreate(tableObj); var object = tool.tableCreate(tableObj);
...@@ -296,9 +303,6 @@ function initPage(companyInfo) { ...@@ -296,9 +303,6 @@ function initPage(companyInfo) {
* 税务申报 初始化数据获取 * 税务申报 初始化数据获取
* @param {*} mydate * @param {*} mydate
*/ */
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var url; var url;
if (companyInfo) { if (companyInfo) {
url = config.url; url = config.url;
...@@ -398,11 +402,11 @@ function initPage(companyInfo) { ...@@ -398,11 +402,11 @@ function initPage(companyInfo) {
data.saveUserId = "zxtb"; // 用户id data.saveUserId = "zxtb"; // 用户id
window.mlistener.selectRowData = submitData; window.mlistener.selectRowData = submitData;
if (yearBblxDm.indexOf(data.bblxDm) == -1) { if (yearBblxDm.indexOf(data.bblxDm) == -1) {
window.open(config.ssfwptPage, '_blank'); window.open(prefix + config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(prefix + config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
...@@ -412,10 +416,6 @@ function initPage(companyInfo) { ...@@ -412,10 +416,6 @@ function initPage(companyInfo) {
} }
}) })
} else { } else {
// var form = $("#changeForm");
// form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit();
// showLoading()
var falg = "declare"; var falg = "declare";
localStorage.setItem("data", JSON.stringify(submitData)); localStorage.setItem("data", JSON.stringify(submitData));
submitData.flag = true; submitData.flag = true;
...@@ -426,41 +426,6 @@ function initPage(companyInfo) { ...@@ -426,41 +426,6 @@ function initPage(companyInfo) {
form.find("#changeForm_data").val(JSON.stringify(submitData)); form.find("#changeForm_data").val(JSON.stringify(submitData));
form.submit(); form.submit();
return false; return false;
// $.ajax({
// type: "POST",
// url: url + "/online_report/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()
// /* 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();
} }
} }
if (companyInfo) { if (companyInfo) {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -9,7 +9,13 @@ ...@@ -9,7 +9,13 @@
var initpage; var initpage;
var yearBblxDm = ['10414', '10420']; var yearBblxDm = ['10414', '10420'];
var ccxwsBblxDm = ['12101'] var ccxwsBblxDm = ['12101']
var prefix = "";
$(function () { $(function () {
if (config.environmental == 'test') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
}
showLoading(); showLoading();
getInitTable(); getInitTable();
}) })
...@@ -113,29 +119,32 @@ function initPage(companyInfo) { ...@@ -113,29 +119,32 @@ function initPage(companyInfo) {
} }
var id = "#taxGrid"; var id = "#taxGrid";
var buttonHtml = "填写申报表"; var buttonHtml = "填写申报表";
var order = ["pzzlMc", "djxh", "sssqQ", "sssqZ", "sbqx", "sbrq", "do"]; var order = ["pzzlMc", "djxh","zgswskfjMc", "sssqQ", "sssqZ", "sbrq", "do"];
var promptStatement = ""; var promptStatement = "";
var headerList = [{ var headerList = [{
name: "序号", name: "序号",
width: "5%" width: "2%"
}, { }, {
name: "申报表", name: "申报表",
width: "30%" width: "30%"
}, { },
{
name: "登记序号", name: "登记序号",
width: "15%" width: "12%"
}, { },
{
name: "主管税务所(科、分局)",
width: "25%"
},
{
name: "税款所属期起", name: "税款所属期起",
width: "10%" width: "7%"
}, { }, {
name: "税款所属期止", name: "税款所属期止",
width: "10%" width: "7%"
}, {
name: "申报期限",
width: "10%"
}, { }, {
name: "申报日期", name: "申报日期",
width: "10%" width: "7%"
}, { }, {
name: "操作", name: "操作",
width: "10%" width: "10%"
...@@ -238,9 +247,9 @@ function initPage(companyInfo) { ...@@ -238,9 +247,9 @@ function initPage(companyInfo) {
if (yearBblxDm.indexOf(data.bblxDm) != -1) { if (yearBblxDm.indexOf(data.bblxDm) != -1) {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(prefix + config.yearTaxTable, '_blank');
} else { } else {
window.open(config.ssfwptPage, '_blank'); window.open(prefix + config.ssfwptPage, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
...@@ -369,11 +378,11 @@ function initPage(companyInfo) { ...@@ -369,11 +378,11 @@ function initPage(companyInfo) {
data.saveUserId = "zxtb"; // 用户id data.saveUserId = "zxtb"; // 用户id
window.mlistener.selectRowData = submitData; window.mlistener.selectRowData = submitData;
if (yearBblxDm.indexOf(data.bblxDm) == -1) { if (yearBblxDm.indexOf(data.bblxDm) == -1) {
window.open(config.ssfwptPage, '_blank'); window.open(prefix + config.ssfwptPage, '_blank');
} else { } else {
data.saveUserId = "zxtb_singleReport"; // 用户id data.saveUserId = "zxtb_singleReport"; // 用户id
data.userId = "zxtb"; // userId data.userId = "zxtb"; // userId
window.open(config.yearTaxTable, '_blank'); window.open(prefix + config.yearTaxTable, '_blank');
} }
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
......
...@@ -6,7 +6,13 @@ var taxInfos = []; ...@@ -6,7 +6,13 @@ var taxInfos = [];
var zhsbPzzl = "10101|10102|11602|10401|10402|10110|10902|10112|10113"; var zhsbPzzl = "10101|10102|11602|10401|10402|10110|10902|10112|10113";
// 10110:房产税 10902:印花税 10112:城镇土地使用税 10113:土地增值税 // 10110:房产税 10902:印花税 10112:城镇土地使用税 10113:土地增值税
var prefix = "";
$(function () { $(function () {
if (config.environmental == 'test') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
}
showLoading(); showLoading();
getInitTable(); getInitTable();
}) })
...@@ -48,6 +54,12 @@ function getInitTable() { ...@@ -48,6 +54,12 @@ function getInitTable() {
djxh = data.bean.djxh; djxh = data.bean.djxh;
sbqDate = data.bean.sbsq; sbqDate = data.bean.sbsq;
taxInfos = []; taxInfos = [];
var skssq
for (var i in data.bean.taxInfos) {
if (data.bean.taxInfos[i].bblxDm == '10401') {
skssq = data.bean.taxInfos[i].sksssjz
}
}
for (var i = 0; i < data.bean.taxInfos.length; i++) { for (var i = 0; i < data.bean.taxInfos.length; i++) {
var djxh = data.bean.taxInfos[i].djxh; var djxh = data.bean.taxInfos[i].djxh;
var zsDjxh = data.bean.taxInfos[i].zsDjxh; var zsDjxh = data.bean.taxInfos[i].zsDjxh;
...@@ -69,6 +81,9 @@ function getInitTable() { ...@@ -69,6 +81,9 @@ function getInitTable() {
companyInfo.bean.return = true; /* @Author ygy @Date 10:12 2020/7/8 @Description 前端判断接口成功返回数据标记用于区分是否执行初始化table方法*/ companyInfo.bean.return = true; /* @Author ygy @Date 10:12 2020/7/8 @Description 前端判断接口成功返回数据标记用于区分是否执行初始化table方法*/
config.return = true; config.return = true;
initpage = initPage(companyInfo.bean); initpage = initPage(companyInfo.bean);
if (skssq == '20210930') {
getJjkjTag(djxh,companyInfo.bean.sbsq.replace(/\-/g, ""))
}
} else { } else {
hideLoading(); hideLoading();
if (data.errmsg != undefined) { if (data.errmsg != undefined) {
...@@ -102,6 +117,43 @@ function getInitTable() { ...@@ -102,6 +117,43 @@ function getInitTable() {
} }
}) })
} }
// pll 所得税弹框
// 获取研发费用加计扣减标志
function getJjkjTag(djxh,nsrsbq) {
$.ajax({
type: "post",
url: config.url + "/online/zxtb/get_yffyjjkcbz",
dataType: "json", // 请求方式为jsonp
// async: false
data: {
djxh: djxh,
nsrsbq:nsrsbq
},
success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading();
var companyInfo = data;
if (companyInfo.returnCode=='00') {
// console.log('9月7号这个接口返回成功啦!!!!')
if (companyInfo.content == 'Y') {
myAlert("提示", "按照最新政策规定,企业(负面清单行业除外)自2021年三季度预缴开始,可就前三季度研发费用申报享受加计扣除。同时,制造业享受研发费用加计扣除比例由75%提高到100%。", "确定");
}
} else {
hideLoading();
if (data.errmsg != undefined) {
alertWarning(data.errmsg);
} else {
alertWarning(data.returnMessage);
}
// 弹出错误对话框
}
},
error: function (xhr) {
hideLoading();
//jsonp 方式此方法不被触发
console.log("=======error======================")
}
})
}
/** /**
* 按期申报填报列表页控制脚本 * 按期申报填报列表页控制脚本
* *
...@@ -195,7 +247,7 @@ function initPage(companyInfo) { ...@@ -195,7 +247,7 @@ function initPage(companyInfo) {
zjhm: zjhm zjhm: zjhm
}, },
}; };
window.open(config.zhsbPage, '_blank'); window.open(prefix + config.zhsbPage, '_blank');
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
setTimeout(function () { setTimeout(function () {
...@@ -248,6 +300,12 @@ function initPage(companyInfo) { ...@@ -248,6 +300,12 @@ function initPage(companyInfo) {
} }
djxh = data.bean.djxh; djxh = data.bean.djxh;
taxInfos = []; taxInfos = [];
var skssq
for (var i in data.bean.taxInfos) {
if (data.bean.taxInfos[i].bblxDm == '10401') {
skssq = data.bean.taxInfos[i].sksssjz
}
}
for (var i = 0; i < data.bean.taxInfos.length; i++) { for (var i = 0; i < data.bean.taxInfos.length; i++) {
var djxh = data.bean.taxInfos[i].djxh; var djxh = data.bean.taxInfos[i].djxh;
var zsDjxh = data.bean.taxInfos[i].zsDjxh; var zsDjxh = data.bean.taxInfos[i].zsDjxh;
...@@ -286,6 +344,9 @@ function initPage(companyInfo) { ...@@ -286,6 +344,9 @@ function initPage(companyInfo) {
if (type == 'Y') { if (type == 'Y') {
myAlert("提示", "重置清册成功", "确定") myAlert("提示", "重置清册成功", "确定")
} }
if (skssq == '20210930') {
getJjkjTag(djxh,sbqDate.replace(/\-/g, ""))
}
} else { } else {
if (data.errmsg != undefined) { if (data.errmsg != undefined) {
alertWarning(data.errmsg); alertWarning(data.errmsg);
...@@ -355,7 +416,7 @@ function initPage(companyInfo) { ...@@ -355,7 +416,7 @@ function initPage(companyInfo) {
submitData.saveUserId = "zxtb"; // 用户id submitData.saveUserId = "zxtb"; // 用户id
submitData.zjhm = zjhm submitData.zjhm = zjhm
window.mlistener.selectRowData = submitData; window.mlistener.selectRowData = submitData;
window.open(config.ssfwptPage, '_blank'); window.open(prefix + config.ssfwptPage, '_blank');
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
setTimeout(function () { setTimeout(function () {
......
var initpage; var initpage;
var sbqDate = '' var sbqDate = ''
var prefix = "";
$(function () { $(function () {
if (config.environmental == 'test') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
}
showLoading(); showLoading();
getInitTable(); getInitTable();
}) })
...@@ -449,7 +455,7 @@ function initPage(companyInfo) { ...@@ -449,7 +455,7 @@ function initPage(companyInfo) {
requestAddress: { requestAddress: {
saveSbbInfoAddress: "/online/dataCenter/saveSbbInfo", saveSbbInfoAddress: "/online/dataCenter/saveSbbInfo",
selectSbbInfoAddress: "/online/zxtb/openTable", selectSbbInfoAddress: "/online/zxtb/openTable",
openTabUrl: config.ssfwptPage, openTabUrl: prefix + config.ssfwptPage,
}, //存放接口地址 }, //存放接口地址
readOnly: false, readOnly: false,
getCshBtn: false, getCshBtn: false,
......
This diff is collapsed.
...@@ -11,35 +11,5 @@ function getUrlParam(name) { ...@@ -11,35 +11,5 @@ function getUrlParam(name) {
if (r != null) return decodeURIComponent(r[2]); if (r != null) return decodeURIComponent(r[2]);
return null; return null;
} }
// 公共配置 生产环境 // 公共配置
var config = { eval(unescape("var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%22production%22%2C//production%20%u751F%u4EA7%20%20test%20%u6D4B%u8BD5%0A%20%20%20%20webUrl%3A%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%22%22%2C//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%27%27%2C//%u52A0%u5BC6token%0A%09%20%20nsrsbq%3A%27%27%2C%0A%20%20%20%20spreadUrl%3A%22http%3A//sbjs.tjsat.gov.cn%22%2C//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%22/taxservicedesk/index.html%23/taxTableList%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%22/taxservicedesk/index.html%23/yearTaxTable%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%22/taxservicedesk/index.html%23/syntheticalReport%22%2C//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%22/web/tax-plugin/index.html%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%22/propertybehaviortax/index.html%23/buttonFrame%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%7D"))
environmental:"test",//production 生产 test 测试
webUrl:"/web/onlineReport/jsp/", // 预生产环境解开
url:"",// 开发环境配置跨域设置 // 开发环境
value:'',//加密token
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 = {
// environmental: "test", //production 生产 test 测试
// webUrl: "/web/onlineReport/jsp/", // 预生产环境解开
// url: "", // 开发环境配置跨域设置 // 开发环境
// value: '', //加密token
// nsrsbq: '',
// 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")){
// window.open(config.webUrl + "/error/newError.html",'_self')
// }
/**
* @Author ygy
* @Description //TODO 获取地址栏参数
* @Date 19:43 2020/6/12
* @Param
* @return
**/
function getUrlParam(name) {
var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)');
var r = window.location.search.substr(1).match(reg);
if (r != null) return decodeURIComponent(r[2]);
return null;
}
// 公共配置
var config = {
environmental:"dev",//production生产,test测试,dev开发 注:environmental为dev时,ssfwptPage/yearTaxTable/zhsbPage使用配置文件地址
webUrl:"/web/onlineReport/jsp/", // 预生产环境解开
url:"",// 开发环境配置跨域设置 // 开发环境
value:'',//加密token
nsrsbq:'',
spreadUrl:"http://sbjs.tjsat.gov.cn",// 局端生产 值为空 其余全部指向在线的域名
ssfwptPage:"/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址 月季报
yearTaxTable:"/taxservicedesk/index.html#/yearTaxTable",// 涉税服务平台填报页面地址 年报
zhsbPage:"/taxservicedesk/index.html#/syntheticalReport",// 涉税 综合申报页面
taxFormComponent:"/web/taxFormComponent/index.html?param=",// 涉税服务平台填报页面地址
ccxwsTaxTable:"/web/tax-plugin/index.html",//财产行为税 申报 跳转页面
collectPage:"/propertybehaviortax/index.html#/buttonFrame",//财产行为税 采集 跳转填报页面
}
if (config.environmental == 'test') {
prefix = "/web";
config.ccxwsTaxTable = "http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html";
} else if (config.environmental == 'production') {
prefix = "/web/online";
config.ccxwsTaxTable = "/web/tax-plugin/index.html";
}
/**
* @Author ygy
* @Description //TODO 获取地址栏参数
* @Date 19:43 2020/6/12
* @Param
* @return
**/
function getUrlParam(name) {
var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)');
var r = window.location.search.substr(1).match(reg);
if (r != null) return decodeURIComponent(r[2]);
return null;
}
// 公共配置
eval(unescape("var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%22production%22%2C//production%20%u751F%u4EA7%20%20test%20%u6D4B%u8BD5%0A%20%20%20%20webUrl%3A%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%22%22%2C//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%27%27%2C//%u52A0%u5BC6token%0A%09%20%20nsrsbq%3A%27%27%2C%0A%20%20%20%20spreadUrl%3A%22http%3A//sbjs.tjsat.gov.cn%22%2C//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%22/taxservicedesk/index.html%23/taxTableList%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%22/taxservicedesk/index.html%23/yearTaxTable%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%22/taxservicedesk/index.html%23/syntheticalReport%22%2C//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%22/web/tax-plugin/index.html%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%22/propertybehaviortax/index.html%23/buttonFrame%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%7D"))
if (config.environmental == 'test') {
prefix = "/web";
config.ccxwsTaxTable = "http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html";
} else if (config.environmental == 'production') {
prefix = "/web/online";
config.ccxwsTaxTable = "/web/tax-plugin/index.html";
}
/**
* @Author ygy
* @Description //TODO 获取地址栏参数
* @Date 19:43 2020/6/12
* @Param
* @return
**/
function getUrlParam(name) {
var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)');
var r = window.location.search.substr(1).match(reg);
if (r != null) return decodeURIComponent(r[2]);
return null;
}
// 公共配置
eval(unescape("var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%22test%22%2C//production%20%u751F%u4EA7%20%20test%20%u6D4B%u8BD5%0A%20%20%20%20webUrl%3A%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%22%22%2C//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%27%27%2C//%u52A0%u5BC6token%0A%09%20%20nsrsbq%3A%27%27%2C%0A%20%20%20%20spreadUrl%3A%22http%3A//sbjs.tjsat.gov.cn%22%2C//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%22/taxservicedesk/index.html%23/taxTableList%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%22/taxservicedesk/index.html%23/yearTaxTable%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%22/taxservicedesk/index.html%23/syntheticalReport%22%2C//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%22/web/tax-plugin/index.html%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%22/propertybehaviortax/index.html%23/buttonFrame%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%7D"))
if (config.environmental == 'test') {
prefix = "/web";
config.ccxwsTaxTable = "http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html";
} else if (config.environmental == 'production') {
prefix = "/web/online";
config.ccxwsTaxTable = "/web/tax-plugin/index.html";
}
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.div-float { .div-float {
float: left; float: left;
width: 10%; width: 7%;
height: 100% height: 100%
} }
...@@ -135,6 +135,10 @@ ...@@ -135,6 +135,10 @@
text-align: center; text-align: center;
} }
#taxAmendGrid>.table-responsive .tbody>.table-tr>.row-4{
padding-left: 5px;
text-align: left;
}
#taxAmendGrid, #taxAmendGrid,
#taxRevokeGrid>.table-responsive .tbody>.table-tr>.row-1 { #taxRevokeGrid>.table-responsive .tbody>.table-tr>.row-1 {
padding-left: 5px; padding-left: 5px;
......
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
padding-left: 5px; padding-left: 5px;
text-align: left; text-align: left;
} }
#taxGrid>.table-responsive .tbody>.table-tr>.row-3 {
padding-left: 5px;
text-align: left;
}
#financialGrid>.table-responsive .tbody>.table-tr>.row-1 { #financialGrid>.table-responsive .tbody>.table-tr>.row-1 {
padding-left: 5px; padding-left: 5px;
...@@ -56,4 +60,8 @@ ...@@ -56,4 +60,8 @@
#financialGrid>.table-responsive .tbody>.table-tr>.row-2 { #financialGrid>.table-responsive .tbody>.table-tr>.row-2 {
padding-left: 5px; padding-left: 5px;
text-align: left; text-align: left;
} }
\ No newline at end of file #financialGrid>.table-responsive .tbody>.table-tr>.row-4 {
padding-left: 5px;
text-align: left;
}
\ No newline at end of file
...@@ -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/online/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img1" src="../../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/online/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="../../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/online/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") {
......
...@@ -162,7 +162,7 @@ function selectNb() { ...@@ -162,7 +162,7 @@ function selectNb() {
// 是否已修改 // 是否已修改
isChanged: true isChanged: true
}; };
var url = '/web/online/onlineReport/static/page_js/_year/' + bbdm + '.json'; var url = '../../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/online/onlineReport/static/page_js/_year/' + table + '.json'; var url = '../../static/page_js/_year/' + table + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
......
...@@ -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/online/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img1" src="../../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/online/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="../../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/online/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") {
......
...@@ -143,7 +143,7 @@ function selectNb() { ...@@ -143,7 +143,7 @@ function selectNb() {
// 是否已修改 // 是否已修改
isChanged: true isChanged: true
}; };
var url = '/web/online/onlineReport/static/page_js/_yearGLB/' + bbdm + '.json'; var url = '../../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/online/onlineReport/static/page_js/_yearGLB/' + table + '.json'; var url = '../../static/page_js/_yearGLB/' + table + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
......
...@@ -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/online/onlineReport/static/tools/images/close.png">'; _html += '<img id="mb_img1" src="../../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/online/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="../../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/online/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") {
......
...@@ -400,6 +400,16 @@ fieldset[disabled] .searchPage { ...@@ -400,6 +400,16 @@ fieldset[disabled] .searchPage {
padding: 5px 6px; padding: 5px 6px;
line-height: 12px!important; line-height: 12px!important;
} }
.zhsbtcTab .tdDong-btn {
margin-right: 20px;
}
.zhsbtcTab .tdDoing-contain {
text-align: left !important;
}
.zhsbtcTab .table-tr .row-1 {
padding-left: 5px !important;
text-align: left !important;
}
.tdDoing-contain { .tdDoing-contain {
text-align: center !important; text-align: center !important;
......
...@@ -955,13 +955,71 @@ var JSTOOL = function() { ...@@ -955,13 +955,71 @@ var JSTOOL = function() {
/* @Author GyYu @Date 16:15 2020/11/20 @Description 应对小偷,加几个隐藏的按钮*/ /* @Author GyYu @Date 16:15 2020/11/20 @Description 应对小偷,加几个隐藏的按钮*/
for(var ll =0;ll<3;ll++){ for(var ll =0;ll<3;ll++){
if(ll==1){ if(ll==1){
var div = document.createElement("div"); if (tableObj.buttonHtml == "") {
$div = $(div); if (json[i].do.indexOf(",") > -1) {
$div.attr("alt", commonJson[i][tableObj.onlyId]); var buttonHtmlArr = json[i].do.split(",");
$div.addClass("btn btn-primary tdDong-btn"); for (var cxi=0; cxi<buttonHtmlArr.length; cxi++) {
$div.html(tableObj.buttonHtml); var div = document.createElement("div");
$td.addClass("tdDoing-contain"); $div = $(div);
$td.append(div); $div.attr("alt", commonJson[i][tableObj.onlyId]);
$div.addClass("btn btn-primary tdDong-btn");
$div.html(buttonHtmlArr[cxi]);
$td.addClass("tdDoing-contain");
$td.append(div);
}
}else {
var div = document.createElement("div");
$div = $(div);
$div.attr("alt", commonJson[i][tableObj.onlyId]);
$div.addClass("btn btn-primary tdDong-btn");
$div.html(json[i].do);
$td.addClass("tdDoing-contain");
$td.append(div);
}
// tableObj.jsonReady.forEach(function (item, index) {
// console.log('item.buttonHtml===', item.buttonHtml);
// if(json[i].pzzlMc === item.bblxMc) {
// if (item.buttonHtml.indexOf(",") > -1) {
// console.log('item.buttonHtml22222===', item.buttonHtml)
// var buttonHtmlArr = item.buttonHtml.split(",");
// for (var cxi=0; cxi<buttonHtmlArr.length; cxi++) {
// var div = document.createElement("div");
// $div = $(div);
// $div.attr("alt", commonJson[i][tableObj.onlyId]);
// if (buttonHtmlArr[cxi] == "填写并申报") {
// $div.addClass("btn tdDong-btn");
// } else {
// $div.addClass("btn btn-primary tdDong-btn");
// }
// $div.html(buttonHtmlArr[cxi]);
// $td.addClass("tdDoing-contain");
// $td.append(div);
// }
// }
// else {
// console.log('11111111')
// var div = document.createElement("div");
// $div = $(div);
// $div.attr("alt", commonJson[i][tableObj.onlyId]);
// $div.addClass("btn tdDong-btn");
// $div.html(item.buttonHtml);
// $td.addClass("tdDoing-contain");
// $td.append(div);
// console.log('$td=====', $td)
// }
// }
// })
} else {
var div = document.createElement("div");
$div = $(div);
$div.attr("alt", commonJson[i][tableObj.onlyId]);
$div.addClass("btn btn-primary tdDong-btn");
$div.html(tableObj.buttonHtml);
$td.addClass("tdDoing-contain");
$td.append(div);
}
}else{ }else{
var div = document.createElement("div"); var div = document.createElement("div");
$div = $(div); $div = $(div);
...@@ -1085,7 +1143,11 @@ var JSTOOL = function() { ...@@ -1085,7 +1143,11 @@ var JSTOOL = function() {
var obj = {}; var obj = {};
tableMap[data[i][tableObj.onlyId]] = data[i]; tableMap[data[i][tableObj.onlyId]] = data[i];
for (var r = 0, len = sum.length; r < len; r++) { for (var r = 0, len = sum.length; r < len; r++) {
obj[sum[r]] = data[i][sum[r]]; if ([sum[r]] == 'do') {
obj[sum[r]] = data[i].buttonHtml; //yyx 操作里面的按钮赋值
} else {
obj[sum[r]] = data[i][sum[r]];
}
} }
json[i] = obj; json[i] = obj;
} }
......
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