Commit 50572717 authored by penglingling's avatar penglingling

清算所有bean换成content

parent 9ca627fe
......@@ -27,7 +27,7 @@ function getInitTable() {
var companyInfo = data;
$("#djxh").attr("value", companyInfo.djxh);
if (companyInfo.returnCode == "00") {
zjhm = companyInfo.bean.zjhm
zjhm = companyInfo.content.zjhm
if (companyInfo.content.sfyhzctsBz == 'Y') {
myAlert("提示", "尊敬的纳税人、缴费人,为进一步巩固拓展减税降费成效,助力市场主体纾困解难,对部分2020年底到期税费优惠政策(不包括社会保险费),您可暂按原政策文件规定申报享受优惠(原减免性质代码可继续使用)。详细情况可咨询主管税务分局、税务所或12366纳税服务热线。感谢您的理解与支持!!", "确定");
}
......@@ -303,7 +303,7 @@ function initPage(companyInfo) {
dataType: "JSON"
}).done(function (data) {
if (data.success) {
companyInfo = data.bean;
companyInfo = data.content;
zjhm = companyInfo.zjhm
config.value = companyInfo.value;
if (data.bean) {
......
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