Commit 2d475543 authored by 彭令令's avatar 彭令令

逾期还原为明珠姐那版

parent 69451dda
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<!--declare--> <!--declare-->
<link rel="stylesheet" href="../../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='../../static/config.js?time=" + Math.random() + "'></" + "script" + ">") document.write("<script type='text/javascript' src='../../static/config.js?time=" + Math.random() + "'></" + "script" + ">")
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
<div style="background-color:#FFFFFF;"> <div style="background-color:#FFFFFF;">
<div style="padding: 25px;"> <div style="padding: 25px;">
<div class="div-border" style="padding-bottom: 20px;height: 60px;"> <div class="div-border" style="padding-bottom: 20px;height: 60px;">
<img style="float:left;display:block" src="../../static/tools/images/taocan.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>
<div> <div>
<div class="div-float" style="padding-bottom: 8px;"> <div class="div-float" style="padding-bottom: 8px;">
...@@ -43,8 +43,6 @@ ...@@ -43,8 +43,6 @@
class="Wdate checkId-input check-items-birthday form-control"> class="Wdate checkId-input check-items-birthday form-control">
</div> </div>
<div class="div-float text-right div-margin " style="height:100%"> <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" <input id="reset" class="btn btn-primary tdDong-btn" style="margin-right: 100px;height: 32px;" type="button"
value="重置申报清册" /> value="重置申报清册" />
</div> </div>
......
...@@ -10,7 +10,6 @@ var initpage; ...@@ -10,7 +10,6 @@ var initpage;
var yearBblxDm = ['10414', '10420']; var yearBblxDm = ['10414', '10420'];
var ccxwsBblxDm = ['12101'] var ccxwsBblxDm = ['12101']
var prefix = ""; var prefix = "";
var djXh = ""
$(function () { $(function () {
if (config.environmental == 'test') { if (config.environmental == 'test') {
prefix = "/web"; prefix = "/web";
...@@ -38,10 +37,9 @@ function getInitTable() { ...@@ -38,10 +37,9 @@ function getInitTable() {
//el表达式变jq //el表达式变jq
// $("#token").attr("value",""); // $("#token").attr("value","");
var companyInfo = data; var companyInfo = data;
if (companyInfo.success) {
$("#djxh").attr("value", companyInfo.djxh); $("#djxh").attr("value", companyInfo.djxh);
djXh = companyInfo.bean.taxInfos[0].zsDjxh
config.value = companyInfo.bean.value config.value = companyInfo.bean.value
if (companyInfo.success) {
if (companyInfo.bean.sfyhzctsBz == 'Y') { if (companyInfo.bean.sfyhzctsBz == 'Y') {
myAlert("提示", "尊敬的纳税人、缴费人,为进一步巩固拓展减税降费成效,助力市场主体纾困解难,对部分2020年底到期税费优惠政策(不包括社会保险费),您可暂按原政策文件规定申报享受优惠(原减免性质代码可继续使用)。详细情况可咨询主管税务分局、税务所或12366纳税服务热线。感谢您的理解与支持!!", "确定"); myAlert("提示", "尊敬的纳税人、缴费人,为进一步巩固拓展减税降费成效,助力市场主体纾困解难,对部分2020年底到期税费优惠政策(不包括社会保险费),您可暂按原政策文件规定申报享受优惠(原减免性质代码可继续使用)。详细情况可咨询主管税务分局、税务所或12366纳税服务热线。感谢您的理解与支持!!", "确定");
} }
...@@ -485,34 +483,6 @@ function initPage(companyInfo) { ...@@ -485,34 +483,6 @@ function initPage(companyInfo) {
$("#goRecord").click(function () { $("#goRecord").click(function () {
//TODO 调用备案接口 //TODO 调用备案接口
}); });
// 去缴款按钮
$("#pay").click(function() {
var param = {
djxh: djXh,
operationType: "swjJk"
}
$.ajax({
url: config.url + "/online/declare/getGovernmentWebsite",
data: param,
type: "POST",
dataType: "JSON"
}).done(function (data) {
if (data && data.ifSuccess) {
if (data.ifSuccess) {
window.close();
window.open(data.uRL, "_blank");
} else {
alert(data.uRL, '提示', {
confirmButtonText: '确定',
callback: action => {
}
});
}
} else {
alert(data.uRL)
}
});
})
// 格式化后台返回的时间 // 格式化后台返回的时间
if (companyInfo.return) { if (companyInfo.return) {
$("#getInputValue").val(tool.formatDate(companyInfo.sbsq)); $("#getInputValue").val(tool.formatDate(companyInfo.sbsq));
......
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