Commit f7ea57a0 authored by 刘明珠's avatar 刘明珠

综合申报:zhsbPzzl调整

parent 500457d9
...@@ -2,7 +2,9 @@ var initpage; ...@@ -2,7 +2,9 @@ var initpage;
var sbqDate = ''; var sbqDate = '';
var djxh = ""; var djxh = "";
var taxInfos = []; var taxInfos = [];
var zhsbPzzl = "10101|10102|11602|10401|10402|11901|11503|10902"; // var zhsbPzzl = "10101|10102|11602|10401|10402|11901|11503|10902";
var zhsbPzzl = "10101|10102|11602|10401|10402|10110|10902|10112|10113";
// 10110:房产税 10902:印花税 10112:城镇土地使用税 10113:土地增值税
$(function () { $(function () {
showLoading(); showLoading();
...@@ -28,11 +30,15 @@ function getInitTable() { ...@@ -28,11 +30,15 @@ function getInitTable() {
hideLoading(); hideLoading();
//el表达式变jqa //el表达式变jqa
// $("#token").attr("value",""); // $("#token").attr("value","");
if(data.code=='99'){
myAlert("提示", data.errmsg, "确定")
return false
}
if (data.success) { if (data.success) {
if (data.bean.url == "error.jsp") { if (data.bean.url == "error.jsp") {
myAlert("提示", data.bean.errorInfo, "确定") myAlert("提示", data.bean.errorInfo, "确定")
// window.location.href = "/jsp/error/index.html?falg="+param; // window.location.href = "/jsp/error/index.html?falg="+param;
return return false
} }
} }
if (data.bean.sfyhzctsBz == 'Y') { if (data.bean.sfyhzctsBz == 'Y') {
......
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