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

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

parent 054b61ff
...@@ -1453,6 +1453,7 @@ var JSTOOL = function() { ...@@ -1453,6 +1453,7 @@ var JSTOOL = function() {
}else { }else {
czlxbz = "3" czlxbz = "3"
} }
if (successIf || czlxbz=="3") {
$.ajax({ $.ajax({
type: "post", type: "post",
url: config.url + "/online/zxtb/saveHjtsCzlx", url: config.url + "/online/zxtb/saveHjtsCzlx",
...@@ -1466,12 +1467,7 @@ var JSTOOL = function() { ...@@ -1466,12 +1467,7 @@ var JSTOOL = function() {
if (data.returnCode == "00") { if (data.returnCode == "00") {
console.log('调用成功') console.log('调用成功')
if (czlxbz=='1') { if (czlxbz=='1') {
if (successIf) {
window.location.href=uRL window.location.href=uRL
}else {
alertWarning(uRL);
}
} }
}else { }else {
if (data.returnMessage != undefined) { if (data.returnMessage != undefined) {
...@@ -1482,6 +1478,9 @@ var JSTOOL = function() { ...@@ -1482,6 +1478,9 @@ var JSTOOL = function() {
} }
}, },
}) })
}else {
alertWarning(uRL);
}
}) })
} }
}else { }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