Commit 9df81c9e authored by 彭令令's avatar 彭令令

非税国有土地屏蔽税款所属期

parent 78f79c0c
...@@ -149,7 +149,7 @@ function initPage(companyInfo) { ...@@ -149,7 +149,7 @@ function initPage(companyInfo) {
if (taxInfo[i].sbrq) { if (taxInfo[i].sbrq) {
taxInfo[i].sbrq = tool.formatDate(taxInfo[i].sbrq.split(" ")[0]); taxInfo[i].sbrq = tool.formatDate(taxInfo[i].sbrq.split(" ")[0]);
} }
if (taxInfo[i].bblxDm=='30101') { if (taxInfo[i].bblxDm=='30101' || taxInfo[i].bblxDm=='30103') {
taxInfo[i].sssqQ = "-"; taxInfo[i].sssqQ = "-";
taxInfo[i].sssqZ = "-"; taxInfo[i].sssqZ = "-";
} }
......
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