Commit 4b245582 authored by 刘明珠's avatar 刘明珠

逾期列表:申报期限格式纠正

parent 596f1476
...@@ -27,9 +27,11 @@ function initPage(companyInfo) { ...@@ -27,9 +27,11 @@ function initPage(companyInfo) {
if (taxInfo.length > 0) { if (taxInfo.length > 0) {
for (var i = 0; i < taxInfo.length; i++) { for (var i = 0; i < taxInfo.length; i++) {
if (taxInfo[i].sbrq) { if (taxInfo[i].sbrq) {
taxInfo[i].sbqx = tool.formatDate(taxInfo[i].sbqx);
taxInfo[i].sbrq = tool.formatDate(taxInfo[i].sbrq); taxInfo[i].sbrq = tool.formatDate(taxInfo[i].sbrq);
} }
if (taxInfo[i].sbqx) {
taxInfo[i].sbqx = tool.formatDate(taxInfo[i].sbqx);
}
} }
} }
var id = "#taxGrid"; var id = "#taxGrid";
......
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