Commit 04f86f97 authored by 刘明珠's avatar 刘明珠

综合申报:代码纠正

parent e7baaa10
......@@ -2,7 +2,9 @@ var initpage;
var sbqDate = '';
var djxh = "";
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 () {
showLoading();
......@@ -28,11 +30,15 @@ function getInitTable() {
hideLoading();
//el表达式变jqa
// $("#token").attr("value","");
if(data.code=='99'){
myAlert("提示", data.errmsg, "确定")
return false
}
if (data.success) {
if (data.bean.url == "error.jsp") {
myAlert("提示", data.bean.errorInfo, "确定")
// window.location.href = "/jsp/error/index.html?falg="+param;
return
return false
}
}
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