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
b66681a5
Commit
b66681a5
authored
May 21, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年报,关联表index bug
parent
6dca28d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
result.js
static/js/year/result.js
+2
-2
result.js
static/js/yearGLB/result.js
+2
-2
No files found.
static/js/year/result.js
View file @
b66681a5
...
...
@@ -160,7 +160,7 @@ function selectNb() {
// 是否已修改
isChanged
:
true
};
var
url
=
'
..
/static/page_js/_year/'
+
bbdm
+
'.json'
;
var
url
=
'/static/page_js/_year/'
+
bbdm
+
'.json'
;
$
.
ajax
({
type
:
"GET"
,
url
:
url
,
...
...
@@ -343,7 +343,7 @@ function getLeftMenu() {
};
if
(
table
!==
'10414_001'
&&
table
!==
'10414_002'
)
{
var
url
=
'
..
/static/page_js/_year/'
+
table
+
'.json'
;
var
url
=
'/static/page_js/_year/'
+
table
+
'.json'
;
$
.
ajax
({
type
:
"GET"
,
url
:
url
,
...
...
static/js/yearGLB/result.js
View file @
b66681a5
...
...
@@ -141,7 +141,7 @@ function selectNb() {
// 是否已修改
isChanged
:
true
};
var
url
=
'
..
/static/page_js/_yearGLB/'
+
bbdm
+
'.json'
;
var
url
=
'/static/page_js/_yearGLB/'
+
bbdm
+
'.json'
;
$
.
ajax
({
type
:
"GET"
,
url
:
url
,
...
...
@@ -258,7 +258,7 @@ function getLeftMenu() {
};
if
(
table
!==
'10420_001'
&&
table
!==
'10420_002'
)
{
var
url
=
'
..
/static/page_js/_yearGLB/'
+
table
+
'.json'
;
var
url
=
'/static/page_js/_yearGLB/'
+
table
+
'.json'
;
$
.
ajax
({
type
:
"GET"
,
url
:
url
,
...
...
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