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
eed8729d
Commit
eed8729d
authored
Mar 17, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d0d6b302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
22 deletions
+24
-22
OpComPersonDetails.vue
...nents/FinancialModule/OpCommission/OpComPersonDetails.vue
+9
-21
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+15
-1
No files found.
src/components/FinancialModule/OpCommission/OpComPersonDetails.vue
View file @
eed8729d
...
...
@@ -390,27 +390,15 @@
},
err
=>
{})
},
goTuanDetails
(
row
)
{
let
name
=
''
// if (row.IsOneDayOrder == 1) {
// name = 'groupTourOrderByTuanOne'
// } else {
// name = 'groupTourOrderByTuan'
// }
if
(
row
.
TravelType
==
0
)
{
//正常团
name
=
'TravelControlList'
}
else
if
(
row
.
TravelType
==
2
)
{
//当地团
name
=
'oneDayTrip'
}
else
{
//小包团
name
=
'TravelControlListSale'
}
this
.
$router
.
push
({
name
:
name
,
query
:
{
id
:
row
.
TCID
,
tcmun
:
row
.
TCNUM
,
blank
:
"y"
,
}
});
if
(
row
.
TCNUM
==
"-"
){
return
;}
this
.
$router
.
push
({
path
:
'TeamBalancePayment'
,
//TravelControlList
query
:
{
id
:
row
.
TCID
,
blank
:
'y'
,
tab
:
'团队收支'
//团控列表
}
});
},
clickUrl
(
row
){
if
(
row
.
OrderType
==
1
||
row
.
OrderType
==
6
){
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
eed8729d
...
...
@@ -1302,6 +1302,7 @@ export default {
showID
:
false
,
active
:
1
,
userId
:
0
,
empBranchId
:
-
1
,
//是否显示
isShowType
:
true
,
isShowGrounding
:
true
,
...
...
@@ -2692,6 +2693,7 @@ export default {
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
userId
=
userInfo
.
EmployeeId
;
this
.
empBranchId
=
userInfo
.
RB_Branch_id
;
if
(
this
.
$route
.
query
.
BranchId
)
{
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
BranchId
?
Number
(
this
.
$route
.
query
.
BranchId
):
this
.
msg
.
OutBranchId
;
}
...
...
@@ -2766,7 +2768,9 @@ export default {
getChange
(
val
){
if
(
this
.
msg
.
OutBranchId
==
-
1
){
this
.
coinGetShow
=
false
this
.
msg
.
StandardCurrencyId
=
val
>-
1
?
val
:
this
.
coinGetList
[
0
].
ID
if
(
this
.
empBranchId
==
0
){
this
.
msg
.
StandardCurrencyId
=
val
>-
1
?
val
:
this
.
coinGetList
[
0
].
ID
}
}
else
{
this
.
coinGetShow
=
true
this
.
msg
.
StandardCurrencyId
=
-
1
...
...
@@ -3518,6 +3522,16 @@ export default {
}
if
(
BranchStatus
==-
1
){
this
.
BranchStatus
=
false
;
}
else
if
(
BranchStatus
<-
2
){
this
.
BranchStatus
=
false
;
if
(
this
.
msg
.
LineId
<=
0
){
this
.
msg
.
OutBranchId
=
0
-
BranchStatus
;
this
.
msg
.
StandardCurrencyId
=-
1
;
this
.
CompanyList
=
this
.
CompanyList
.
filter
(
x
=>
{
if
(
x
.
Id
==
(
0
-
BranchStatus
)){
return
x
;}
else
{
return
;}
});
}
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
OutBranchId
=
BranchStatus
;
...
...
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