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
c04ef2cc
Commit
c04ef2cc
authored
Feb 28, 2019
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户明细BUG修改,领队佣金体现在团报
parent
4087625a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
117 additions
and
15 deletions
+117
-15
PlatformAccDetail.vue
...omponents/FinancialModule/accDetail/PlatformAccDetail.vue
+1
-1
PoolAccDetail.vue
src/components/FinancialModule/accDetail/PoolAccDetail.vue
+3
-3
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+113
-11
No files found.
src/components/FinancialModule/accDetail/PlatformAccDetail.vue
View file @
c04ef2cc
...
...
@@ -417,7 +417,7 @@ export default {
TypeId
:
this
.
accType
,
BranchId
:
-
1
,
Alias
:
''
,
RB_Branch_Id
:
this
.
RB_Branch_Id
,
//
RB_Branch_Id:this.RB_Branch_Id,
}
this
.
apipost
(
'BankAccount_post_GetPlatformList'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
src/components/FinancialModule/accDetail/PoolAccDetail.vue
View file @
c04ef2cc
...
...
@@ -453,7 +453,7 @@ export default {
BranchId
:
-
1
,
Alias
:
''
,
}
this
.
apipost
(
'BankAccount_post_GetCash
Account
List'
,
msg
,
res
=>
{
this
.
apipost
(
'BankAccount_post_GetCash
Pool
List'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
this
.
accountList
=
data
;
...
...
@@ -651,7 +651,7 @@ export default {
BranchId
:
-
1
,
Alias
:
''
};
this
.
apipost
(
'BankAccount_post_GetCash
Account
List'
,
msg
,
res
=>
{
this
.
apipost
(
'BankAccount_post_GetCash
Pool
List'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
let
data
=
res
.
data
.
data
;
data
.
forEach
(
x
=>
{
...
...
@@ -674,7 +674,7 @@ export default {
},
err
=>
{})
},
BankAccount_post_GetCashPoolList
(
query
){
// 获取资金池账
this
.
apipost
(
'BankAccount_post_GetCashPoolList'
,{
TypeId
:
2
,
BranchId
:
-
1
,
Alias
:
''
},
res
=>
{
this
.
apipost
(
'BankAccount_post_GetCashPoolList'
,{
TypeId
:
4
,
BranchId
:
-
1
,
Alias
:
''
},
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
let
data
=
res
.
data
.
data
;
data
.
forEach
(
x
=>
{
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
c04ef2cc
This diff is collapsed.
Click to expand it.
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