Commit 575958eb authored by 彭令令's avatar 彭令令

修改bug

parent 324127c5
...@@ -162,8 +162,10 @@ function initPage(companyInfo) { ...@@ -162,8 +162,10 @@ function initPage(companyInfo) {
} }
if (taxInfo[i].sbzt == 'Y') { if (taxInfo[i].sbzt == 'Y') {
taxInfo[i].sbbz = "已申报" taxInfo[i].sbbz = "已申报"
}else { }else if (taxInfo[i].sbzt == 'N'){
taxInfo[i].sbbz = "未申报" taxInfo[i].sbbz = "未申报"
}else {
taxInfo[i].sbbz = "-"
} }
if (taxInfo[i].jkzt == 'Y') { if (taxInfo[i].jkzt == 'Y') {
taxInfo[i].jkzt = "已缴款" taxInfo[i].jkzt = "已缴款"
...@@ -262,10 +264,10 @@ function initPage(companyInfo) { ...@@ -262,10 +264,10 @@ function initPage(companyInfo) {
// 土地增值税 - 10113 // 土地增值税 - 10113
// 环境保护税 - 10121 // 环境保护税 - 10121
// 资源税 - 10107 // 资源税 - 10107
if (['10111','10902','10118','10119','10113','10121','10107','11503'].indexOf(item.bblxDm) > -1) { if (['10111','10902','10118','10119','10113','10121','10107'].indexOf(item.bblxDm) > -1) {
item.buttonHtml = "税源信息采集 , 税费申报" item.buttonHtml = "税源信息采集 , 税费申报"
// $(".tdDong-btn").css({"margin-left":"3%"}); // $(".tdDong-btn").css({"margin-left":"3%"});
} else if (['10110','10114','10112'].indexOf(item.bblxDm) > -1) { } else if (['10110','10114','10112',,'11503'].indexOf(item.bblxDm) > -1) {
// 房产税 - 10110 申报 // 房产税 - 10110 申报
// 车船税 - 10114 - // 车船税 - 10114 -
// 城镇土地使用税 - 10112 // 城镇土地使用税 - 10112
......
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