Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
卢世豪
zxtb_to_ssfwpt
Commits
054b61ff
Commit
054b61ff
authored
Mar 16, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
24450 支持未享受缓缴的企业办理退税:url返回错误弹出提示
parent
def078cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
encapsulation.js
static/tools/js/encapsulation.js
+11
-4
No files found.
static/tools/js/encapsulation.js
View file @
054b61ff
...
@@ -1429,6 +1429,7 @@ var JSTOOL = function() {
...
@@ -1429,6 +1429,7 @@ var JSTOOL = function() {
if
(
data
.
content
==
"Y"
)
{
if
(
data
.
content
==
"Y"
)
{
// 获取url接口
// 获取url接口
var
uRL
=
""
;
var
uRL
=
""
;
var
successIf
=
""
$
.
ajax
({
$
.
ajax
({
type
:
"post"
,
type
:
"post"
,
url
:
config
.
url
+
"/online/declare/getGovernmentWebsite"
,
url
:
config
.
url
+
"/online/declare/getGovernmentWebsite"
,
...
@@ -1439,7 +1440,8 @@ var JSTOOL = function() {
...
@@ -1439,7 +1440,8 @@ var JSTOOL = function() {
operationType
:
'tstssq'
,
operationType
:
'tstssq'
,
},
},
success
:
function
(
data
)
{
//
success
:
function
(
data
)
{
//
if
(
data
.
ifSuccess
==
true
)
{
if
(
data
.
uRL
)
{
successIf
=
data
.
ifSuccess
uRL
=
data
.
uRL
uRL
=
data
.
uRL
}
}
},
},
...
@@ -1464,7 +1466,12 @@ var JSTOOL = function() {
...
@@ -1464,7 +1466,12 @@ 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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment