Commit b439c226 authored by 彭令令's avatar 彭令令

非税需求列表税款所属期显示为“-”

parent 596eb01e
......@@ -100,6 +100,10 @@ function initPage(companyInfo) {
if (item.sbrq) {
item.sbrq = tool.formatDate(item.sbrq);
}
if (item.bblxDm=='30101') {
item.sksssq = "-";
item.sksssz = "-";
}
})
var id = "#taxGrid";
var buttonHtml = "填写申报表";
......
......@@ -107,6 +107,10 @@ function initPage(companyInfo) {
if (taxInfo[i].sbrq) {
taxInfo[i].sbrq = tool.formatDate(taxInfo[i].sbrq.split(" ")[0]);
}
if (taxInfo[i].bblxDm=='30101') {
taxInfo[i].sksssq = "-";
taxInfo[i].sksssz = "-";
}
}
}
var id = "#taxGrid";
......
......@@ -105,6 +105,10 @@ function initPage(companyInfo) {
if (taxInfo[i].sbqx) {
taxInfo[i].sbqx = tool.formatDate(taxInfo[i].sbqx);
}
if (taxInfo[i].bblxDm=='30101') {
taxInfo[i].sksssq = "-";
taxInfo[i].sksssz = "-";
}
}
}
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