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