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

取值更改

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