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
1b74447c
Commit
1b74447c
authored
Jun 13, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
61aa5f88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+6
-4
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+6
-6
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
1b74447c
...
...
@@ -2072,14 +2072,16 @@ export default {
// if (GetDetail.ReFinanceId2 == 2) {
// urlName = 'domesticCommissionUserTW'
// }
}
else
if
(
GetDetail
.
OtherType
==
72
)
{
//出境提成详情
}
else
if
(
GetDetail
.
OtherType
==
72
||
GetDetail
.
OtherType
==
76
)
{
//出境提成详情
obj
.
tab
=
"出境提成详情"
path
=
'TradeTicket
Details'
path
=
GetDetail
.
OtherType
==
72
?
'TradeTicketDetails'
:
'TradeTicketUser
Details'
obj
.
RB_Branch_Id
=
String
(
GetDetail
.
RB_Branch_Id
)
obj
.
OutBranchId
=
null
}
else
if
(
GetDetail
.
OtherType
==
73
)
{
//OP提成详情
}
else
if
(
GetDetail
.
OtherType
==
73
||
GetDetail
.
OtherType
==
77
)
{
//OP提成详情
obj
.
tab
=
"出境OP提成详情"
path
=
'OpComPersonDetails'
path
=
GetDetail
.
OtherType
==
73
?
'OpComPersonDetails'
:
'OPCommissionDetail'
obj
.
RB_Branch_Id
=
String
(
GetDetail
.
RB_Branch_Id
)
obj
.
OutBranchId
=
null
}
else
{
this
.
$router
.
push
({
name
:
'CommissionDetail'
,
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
1b74447c
...
...
@@ -1710,7 +1710,6 @@
});
},
goHand
(
type
,
GetDetail
)
{
let
path
=
''
if
(
type
==
1
)
{
this
.
$router
.
push
({
name
:
'TeamBalancePayment'
,
...
...
@@ -1817,7 +1816,6 @@
},
// 提成明细详情
GoRoyaltyUrl
(
GetDetail
)
{
console
.
log
(
GetDetail
.
OtherType
,
'-----'
)
let
obj
=
{
PeriodId
:
GetDetail
.
ReFinanceId
,
RB_Branch_Id
:
null
,
...
...
@@ -1849,14 +1847,16 @@
// if (GetDetail.ReFinanceId2 == 2) {
// urlName = 'domesticCommissionUserTW'
// }
}
else
if
(
GetDetail
.
OtherType
==
72
)
{
//出境提成详情
}
else
if
(
GetDetail
.
OtherType
==
72
||
GetDetail
.
OtherType
==
76
)
{
//出境提成详情
obj
.
tab
=
"出境提成详情"
path
=
'TradeTicket
Details'
path
=
GetDetail
.
OtherType
==
72
?
'TradeTicketDetails'
:
'TradeTicketUser
Details'
obj
.
RB_Branch_Id
=
String
(
GetDetail
.
RB_Branch_Id
)
obj
.
OutBranchId
=
null
}
else
if
(
GetDetail
.
OtherType
==
73
)
{
//OP提成详情
}
else
if
(
GetDetail
.
OtherType
==
73
||
GetDetail
.
OtherType
==
77
)
{
//OP提成详情
obj
.
tab
=
"出境OP提成详情"
path
=
'OpComPersonDetails'
path
=
GetDetail
.
OtherType
==
73
?
'OpComPersonDetails'
:
'OPCommissionDetail'
obj
.
RB_Branch_Id
=
String
(
GetDetail
.
RB_Branch_Id
)
obj
.
OutBranchId
=
null
}
else
{
this
.
$router
.
push
({
name
:
'CommissionDetail'
,
...
...
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