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
2151d191
Commit
2151d191
authored
May 20, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
errorMessage: errorMes,剩下grid修改
parent
024f4cf3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletion
+8
-1
amend_grid.js
static/biz/amend_grid.js
+2
-0
cancellation_grid.js
static/biz/cancellation_grid.js
+2
-0
declare_grid.js
static/biz/declare_grid.js
+2
-1
overdue_grid.js
static/biz/overdue_grid.js
+2
-0
No files found.
static/biz/amend_grid.js
View file @
2151d191
...
...
@@ -133,6 +133,8 @@ function initPage(companyInfo) {
window
.
open
(
"/jsp/declare/yearReport.html?falg="
+
falg
);
}
else
if
(
data
.
url
==
"../declare/yearReportGLB.jsp"
)
{
window
.
open
(
"/jsp/declare/yearReportGLB.html?falg="
+
falg
);
}
else
{
window
.
open
(
"/jsp/error/index.html?falg="
+
falg
);
}
},
error
:
function
(
xhr
){
...
...
static/biz/cancellation_grid.js
View file @
2151d191
...
...
@@ -272,6 +272,8 @@ function initPage(companyInfo) {
window
.
open
(
"/jsp/declare/yearReport.html?falg="
+
falg
);
}
else
if
(
data
.
url
==
"yearReportGLB.jsp"
)
{
window
.
open
(
"/jsp/declare/yearReportGLB.html?falg="
+
falg
);
}
else
{
window
.
open
(
"/jsp/error/index.html?falg="
+
falg
);
}
},
error
:
function
(
xhr
){
...
...
static/biz/declare_grid.js
View file @
2151d191
...
...
@@ -224,7 +224,8 @@ function initPage(companyInfo) {
window
.
open
(
"/jsp/declare/yearReport.html?falg="
+
falg
);
}
else
if
(
data
.
url
==
"yearReportGLB.jsp"
)
{
window
.
open
(
"/jsp/declare/yearReportGLB.html?falg="
+
falg
);
}
else
if
(
data
.
url
==
"error.jsp"
)
{
}
else
{
//因为后台不知道返回路径是什么样的就直接改成了else data.url == "error.jsp"
window
.
open
(
"/jsp/error/index.html?falg="
+
falg
);
}
},
...
...
static/biz/overdue_grid.js
View file @
2151d191
...
...
@@ -243,6 +243,8 @@ function initPage(companyInfo) {
window
.
open
(
"/jsp/declare/yearReport.html?falg="
+
falg
);
}
else
if
(
data
.
url
==
"yearReportGLB.jsp"
)
{
window
.
open
(
"/jsp/declare/yearReportGLB.html?falg="
+
falg
);
}
else
{
window
.
open
(
"/jsp/error/index.html?falg="
+
falg
);
}
},
error
:
function
(
xhr
){
...
...
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