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
2b662e71
Commit
2b662e71
authored
Jun 10, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
税种列表月份报错弹框
parent
5e559aff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
index.html
index.html
+2
-2
declare_grid.js
static/biz/declare_grid.js
+5
-0
No files found.
index.html
View file @
2b662e71
...
...
@@ -71,8 +71,8 @@
// localStorage.setItem("url", "http://localhost:7070");
// localStorage.setItem("url", "http://sbjs.tjsat.gov.cn:18090");
//涉税
//
localStorage.setItem("url", "http://192.168.101.146:8091");
localStorage
.
setItem
(
"url"
,
"http://192.168.101.201:8091"
);
localStorage
.
setItem
(
"url"
,
"http://192.168.101.146:8091"
);
//
localStorage.setItem("url", "http://192.168.101.201:8091");
var
url
=
localStorage
.
getItem
(
"url"
);
$
(
function
(){
//按期申报
...
...
static/biz/declare_grid.js
View file @
2b662e71
...
...
@@ -150,6 +150,11 @@ function initPage(companyInfo) {
}).
done
(
function
(
data
)
{
console
.
log
(
data
)
if
(
data
.
success
)
{
if
(
data
.
bean
.
url
==
"error.jsp"
)
{
myAlert
(
"提示"
,
data
.
bean
.
errorInfo
,
"确定"
)
return
// window.location.href = "/jsp/error/index.html?falg="+param;
}
drawGrid
(
data
.
bean
);
companyInfo
=
data
.
bean
;
}
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