Commit afec6f96 authored by 彭令令's avatar 彭令令

30620 快捷申报缴款,财行税,土地增值税展示不正确。

parent 737fe6b6
...@@ -29,8 +29,10 @@ function getInitTable() { ...@@ -29,8 +29,10 @@ function getInitTable() {
sbsq: "", sbsq: "",
pzzlDm: getUrlParam("pzzlDm"), pzzlDm: getUrlParam("pzzlDm"),
}, },
success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数 success: function (data,status, xhr) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading(); hideLoading();
var authorization_sbzj2 = xhr.getResponseHeader("Encryption")
sessionStorage.setItem("authorization_sbzj2", authorization_sbzj2);
var companyInfo = data; var companyInfo = data;
AuthorizationBz = companyInfo.bean.value AuthorizationBz = companyInfo.bean.value
if (companyInfo.success) { if (companyInfo.success) {
...@@ -260,7 +262,7 @@ function initPage(companyInfo) { ...@@ -260,7 +262,7 @@ function initPage(companyInfo) {
// 土地增值税 - 10113 // 土地增值税 - 10113
// 环境保护税 - 10121 // 环境保护税 - 10121
// 资源税 - 10107 // 资源税 - 10107
if (['10111','10902','10118','10119','10113','10121','10107'].indexOf(item.bblxDm) > -1) { if (['10111','10902','10118','10119','10113','10121','10107','11503'].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'].indexOf(item.bblxDm) > -1) {
......
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