Commit 325f75bb authored by yangyuxin's avatar yangyuxin

逾期 申报日期显示有问题

parent d6fa78d8
......@@ -100,7 +100,7 @@ function initPage(companyInfo) {
if (taxInfo.length > 0) {
for (var i = 0; i < taxInfo.length; i++) {
if (taxInfo[i].sbrq) {
taxInfo[i].sbrq = tool.formatDate(taxInfo[i].sbrq);
taxInfo[i].sbrq = tool.formatDate(taxInfo[i].sbrq).substring(0, 10);
}
if (taxInfo[i].sbqx) {
taxInfo[i].sbqx = tool.formatDate(taxInfo[i].sbqx);
......
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