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
eeb2b792
Commit
eeb2b792
authored
Mar 16, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
24450 支持未享受缓缴的企业办理退税:出现url报错,选择“不再提示”继续调保存接口
parent
054b61ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
27 deletions
+26
-27
encapsulation.js
static/tools/js/encapsulation.js
+26
-27
No files found.
static/tools/js/encapsulation.js
View file @
eeb2b792
...
@@ -1453,35 +1453,34 @@ var JSTOOL = function() {
...
@@ -1453,35 +1453,34 @@ var JSTOOL = function() {
}
else
{
}
else
{
czlxbz
=
"3"
czlxbz
=
"3"
}
}
$
.
ajax
({
if
(
successIf
||
czlxbz
==
"3"
)
{
type
:
"post"
,
$
.
ajax
({
url
:
config
.
url
+
"/online/zxtb/saveHjtsCzlx"
,
type
:
"post"
,
dataType
:
"json"
,
// 请求方式为jsonp
url
:
config
.
url
+
"/online/zxtb/saveHjtsCzlx"
,
// async: false,
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
// async: false,
djxh
:
param
,
data
:
{
czlx
:
czlxbz
,
djxh
:
param
,
},
czlx
:
czlxbz
,
success
:
function
(
data
)
{
//
},
if
(
data
.
returnCode
==
"00"
)
{
success
:
function
(
data
)
{
//
console
.
log
(
'调用成功'
)
if
(
data
.
returnCode
==
"00"
)
{
if
(
czlxbz
==
'1'
)
{
console
.
log
(
'调用成功'
)
if
(
successIf
)
{
if
(
czlxbz
==
'1'
)
{
window
.
location
.
href
=
uRL
window
.
location
.
href
=
uRL
}
else
{
alertWarning
(
uRL
);
}
}
}
else
{
if
(
data
.
returnMessage
!=
undefined
)
{
alertWarning
(
data
.
returnMessage
);
}
else
{
alertWarning
(
data
.
errmsg
);
}
}
}
}
else
{
},
if
(
data
.
returnMessage
!=
undefined
)
{
})
alertWarning
(
data
.
returnMessage
);
}
else
{
}
else
{
alertWarning
(
uRL
);
alertWarning
(
data
.
errmsg
);
}
}
}
},
})
})
})
}
}
}
else
{
}
else
{
...
...
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