Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
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
罗超
SuperMan
Commits
a5751113
Commit
a5751113
authored
Jun 24, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
490591e8
d76d585e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+14
-2
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
a5751113
...
@@ -1006,7 +1006,7 @@ export default {
...
@@ -1006,7 +1006,7 @@ export default {
this
.
loading
=
true
this
.
loading
=
true
this
.
checkAllList
=
[];
this
.
checkAllList
=
[];
this
.
checkList
=
[];
this
.
checkList
=
[];
if
(
t
)
{
if
(
t
&&
this
.
BOSSBtn
)
{
this
.
msg
.
pageSize
=
1000
;
this
.
msg
.
pageSize
=
1000
;
}
else
{
}
else
{
this
.
msg
.
pageSize
=
6
;
this
.
msg
.
pageSize
=
6
;
...
@@ -1033,7 +1033,19 @@ export default {
...
@@ -1033,7 +1033,19 @@ export default {
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
this
.
apipost
(
'Financial_post_GetPageList'
,
this
.
msg
,
res
=>
{
this
.
apipost
(
'Financial_post_GetPageList'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
.
pageData
;
let
data
=
[];
if
(
t
==
1
&&
this
.
BOSSBtn
&&
this
.
msg
.
Conditon
==
3
){
let
dataList
=
res
.
data
.
data
.
pageData
;
let
newData
=
[];
dataList
.
forEach
(
x
=>
{
if
(
x
.
IsBatchAudit
==
0
){
newData
.
push
(
x
);
}
})
data
=
newData
;
}
else
{
data
=
res
.
data
.
data
.
pageData
;
}
this
.
total
=
res
.
data
.
data
.
count
;
this
.
total
=
res
.
data
.
data
.
count
;
if
(
this
.
total
==
0
){
if
(
this
.
total
==
0
){
this
.
DataList
=
[];
this
.
DataList
=
[];
...
...
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