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

24450 支持未享受缓缴的企业办理退税:出现url报错,选择“不再提示”继续调保存接口

parent 054b61ff
......@@ -1453,35 +1453,34 @@ var JSTOOL = function() {
}else {
czlxbz = "3"
}
$.ajax({
type: "post",
url: config.url + "/online/zxtb/saveHjtsCzlx",
dataType: "json", // 请求方式为jsonp
// async: false,
data: {
djxh: param,
czlx:czlxbz,
},
success: function(data) { //
if (data.returnCode == "00") {
console.log('调用成功')
if (czlxbz=='1') {
if (successIf) {
window.location.href=uRL
}else {
alertWarning(uRL);
if (successIf || czlxbz=="3") {
$.ajax({
type: "post",
url: config.url + "/online/zxtb/saveHjtsCzlx",
dataType: "json", // 请求方式为jsonp
// async: false,
data: {
djxh: param,
czlx:czlxbz,
},
success: function(data) { //
if (data.returnCode == "00") {
console.log('调用成功')
if (czlxbz=='1') {
window.location.href=uRL
}
}else {
if (data.returnMessage != undefined) {
alertWarning(data.returnMessage);
} else {
alertWarning(data.errmsg);
}
}
}else {
if (data.returnMessage != undefined) {
alertWarning(data.returnMessage);
} else {
alertWarning(data.errmsg);
}
}
},
})
},
})
}else {
alertWarning(uRL);
}
})
}
}else {
......
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