Commit 76e29ac8 authored by 彭令令's avatar 彭令令

取值更改

parent b439c226
...@@ -101,8 +101,8 @@ function initPage(companyInfo) { ...@@ -101,8 +101,8 @@ function initPage(companyInfo) {
item.sbrq = tool.formatDate(item.sbrq); item.sbrq = tool.formatDate(item.sbrq);
} }
if (item.bblxDm=='30101') { if (item.bblxDm=='30101') {
item.sksssq = "-"; item.sssqQ = "-";
item.sksssz = "-"; item.sssqZ = "-";
} }
}) })
var id = "#taxGrid"; var id = "#taxGrid";
......
...@@ -108,8 +108,8 @@ function initPage(companyInfo) { ...@@ -108,8 +108,8 @@ function initPage(companyInfo) {
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].sksssq = "-"; taxInfo[i].sssqQ = "-";
taxInfo[i].sksssz = "-"; taxInfo[i].sssqZ = "-";
} }
} }
} }
......
...@@ -106,8 +106,8 @@ function initPage(companyInfo) { ...@@ -106,8 +106,8 @@ function initPage(companyInfo) {
taxInfo[i].sbqx = tool.formatDate(taxInfo[i].sbqx); taxInfo[i].sbqx = tool.formatDate(taxInfo[i].sbqx);
} }
if (taxInfo[i].bblxDm=='30101') { if (taxInfo[i].bblxDm=='30101') {
taxInfo[i].sksssq = "-"; taxInfo[i].sssqQ = "-";
taxInfo[i].sksssz = "-"; 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