Commit 84853bf1 authored by 刘明珠's avatar 刘明珠

逾期列表,申报期限日期格式调整

parent 371af634
...@@ -28,6 +28,7 @@ function initPage(companyInfo) { ...@@ -28,6 +28,7 @@ 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);
} }
} }
......
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