Commit 15a0fd36 authored by 刘明珠's avatar 刘明珠

日期格式处理添加

parent 010f1956
......@@ -88,6 +88,9 @@ function initPage(companyInfo) {
if (item.sssqZ) {
item.sssqZ = tool.formatDate(item.sssqZ);
}
if (item.sbrq) {
item.sbrq = tool.formatDate(item.sbrq);
}
})
var id = "#taxGrid";
var buttonHtml = "填写申报表";
......@@ -127,6 +130,9 @@ function initPage(companyInfo) {
if (item.sssqZ) {
item.sssqZ = tool.formatDate(item.sssqZ);
}
if (item.sbrq) {
item.sbrq = tool.formatDate(item.sbrq);
}
})
var id = "#financialGrid";
var buttonHtml = "填写申报表";
......
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