Commit 318dae9f authored by 刘明珠's avatar 刘明珠

逾期去掉财务报表展示

parent 5346759e
...@@ -54,12 +54,12 @@ ...@@ -54,12 +54,12 @@
<hr class="hr-margin" /> <hr class="hr-margin" />
<div id="taxGrid"></div> <div id="taxGrid"></div>
<div style="height:16px"></div> <div style="height:16px"></div>
<div class="div-clear-folat"> <!-- <div class="div-clear-folat">
<strong>财务报表报送</strong> <strong>财务报表报送</strong>
</div> </div>
<hr class="hr-margin" /> <hr class="hr-margin" />
<div id="financialGrid"></div> <div id="financialGrid"></div>
<div style="height:16px"></div> <div style="height:16px"></div> -->
<div class="font-clo"> <div class="font-clo">
<div style="font-size:12px">温馨提示:</div> <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">1、如近期有税费种认定、纳税人资格、备案等发生变动,页面展现清册与实际说需不符的,</span></div>
......
...@@ -64,6 +64,7 @@ function initPage(companyInfo) { ...@@ -64,6 +64,7 @@ function initPage(companyInfo) {
/** /**
* 展示财务报表申报信息 * 展示财务报表申报信息
*/ */
/*
var showFinancial = function (financialInfo, type) { var showFinancial = function (financialInfo, type) {
if (financialInfo.length > 0) { if (financialInfo.length > 0) {
for (var i = 0; i < financialInfo.length; i++) { for (var i = 0; i < financialInfo.length; i++) {
...@@ -103,7 +104,7 @@ function initPage(companyInfo) { ...@@ -103,7 +104,7 @@ function initPage(companyInfo) {
//渲染表 //渲染表
getTableOverdue(id, order, headerList, financialInfo, buttonHtml, promptStatement) getTableOverdue(id, order, headerList, financialInfo, buttonHtml, promptStatement)
}; };
*/
/** /**
* 税务申报table渲染 * 税务申报table渲染
...@@ -246,7 +247,8 @@ function initPage(companyInfo) { ...@@ -246,7 +247,8 @@ function initPage(companyInfo) {
} else { } else {
showTax(bean.taxInfos); showTax(bean.taxInfos);
} }
if (bean.financialInfos.length == 0) { // 20200820 lmz 孟博通知,财务报表逾期要去税务大厅办理,前端页面不再展示
/*if (bean.financialInfos.length == 0) {
showFinancial([], 0); showFinancial([], 0);
alertInfo("财务报表报送暂无数据"); alertInfo("财务报表报送暂无数据");
} else { } else {
...@@ -255,7 +257,7 @@ function initPage(companyInfo) { ...@@ -255,7 +257,7 @@ function initPage(companyInfo) {
} else if (bean.cwbbbabz != "N") { } else if (bean.cwbbbabz != "N") {
showFinancial(bean.financialInfos, 0); showFinancial(bean.financialInfos, 0);
} }
} }*/
}; };
//申报方式 当iszzsybjc=01同时pzzlDm=010101时,调用改方法 //申报方式 当iszzsybjc=01同时pzzlDm=010101时,调用改方法
var declarationMethod = function (statu) { var declarationMethod = function (statu) {
......
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