Commit 425eb4f9 authored by 刘明珠's avatar 刘明珠

印花税快捷申报:列表,sbzt展示调整

parent ce42f295
...@@ -106,16 +106,16 @@ function initPage(companyInfo) { ...@@ -106,16 +106,16 @@ function initPage(companyInfo) {
taxInfo[i].sssqZ = "-"; taxInfo[i].sssqZ = "-";
} }
if (taxInfo[i].sbzt == 'Y') { if (taxInfo[i].sbzt == 'Y') {
taxInfo[i].sbzt = "已申报"; taxInfo[i].sbztText = "已申报";
} }
if (taxInfo[i].sbzt == 'N') { if (taxInfo[i].sbzt == 'N') {
taxInfo[i].sbzt = "未申报"; taxInfo[i].sbztText = "未申报";
} }
} }
} }
var id = "#taxGrid"; var id = "#taxGrid";
var buttonHtml = "采集并申报"; var buttonHtml = "采集并申报";
var order = ["pzzlMc", "djxh", "sssqQ", "sssqZ", "sbzt", "do"]; var order = ["pzzlMc", "djxh", "sssqQ", "sssqZ", "sbztText", "do"];
var promptStatement = ""; var promptStatement = "";
var headerList = [{ var headerList = [{
name: "序号", name: "序号",
......
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