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
3cb1be2a
Commit
3cb1be2a
authored
May 07, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组长奖励
parent
55178cf9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
10 deletions
+22
-10
TicketUserDetails.vue
...nts/FinancialModule/TradeCommission/TicketUserDetails.vue
+17
-7
index.js
src/plug/index.js
+5
-3
No files found.
src/components/FinancialModule/TradeCommission/TicketUserDetails.vue
View file @
3cb1be2a
...
...
@@ -203,6 +203,7 @@
<th>
欧洲线奖励
</th>
<th>
其他线人数
</th>
<th>
其他线奖励
</th>
<th
v-if=
"userInfo.RB_Group_id=2&&userInfo.RB_Branch_id==0"
>
组长奖励
</th>
<th>
总提成
</th>
<th>
出团公司提成
</th>
<th>
期数
</th>
...
...
@@ -218,6 +219,10 @@
<td>
{{
item
.
EuropeMoney
?
item
.
EuropeMoney
:
'-'
}}
</td>
<td>
{{
item
.
OtherPNum
?
item
.
OtherPNum
:
'-'
}}
</td>
<td>
{{
item
.
OtherMoney
?
item
.
OtherMoney
:
'-'
}}
</td>
<td
v-if=
"userInfo.RB_Group_id=2&&userInfo.RB_Branch_id==0"
:style=
"
{'color': item.BonusMoney?'#409EFF':''}"
:class="[item.BonusMoney?'cursor-p':'']"
@click="objNew=item,objNew.PeriodsId=msg.PeriodId,isGroupLeaderReward=true">
{{
item
.
BonusMoney
?
item
.
BonusMoney
:
'-'
}}
</td>
<td>
{{
item
.
TotalCMoney
?
item
.
TotalCMoney
:
'-'
}}
<span
v-if=
"item.TotalExtraReward"
>
(额外奖励:
{{
item
.
TotalExtraReward
}}
)
...
...
@@ -281,17 +286,20 @@
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible = false"
>
取消
</button>
</div>
</el-dialog>
<GroupLeaderReward
v-if=
"isGroupLeaderReward"
:obj=
"objNew"
@
close=
"isGroupLeaderReward=false"
></GroupLeaderReward>
</div>
</
template
>
<
script
>
import
moment
from
"moment"
import
GroupLeaderReward
from
"./components/GroupLeaderReward"
;
export
default
{
components
:{
GroupLeaderReward
},
data
()
{
return
{
isGroupLeaderReward
:
false
,
objNew
:{},
outerVisible
:
false
,
//提成比例弹窗
Month
:
moment
().
format
(
"YYYY-MM"
),
...
...
@@ -325,19 +333,21 @@
Status
:
'0'
,
},
departmentMsg
:
{
RB_Group_Id
:
'0'
,
RB_Branch_Id
:
'0'
,
Status
:
'0'
,
ParentId
:
'-1'
,
Tier
:
'0'
,
RB_Group_Id
:
'0'
,
RB_Branch_Id
:
'0'
,
Status
:
'0'
,
ParentId
:
'-1'
,
Tier
:
'0'
,
},
disabled
:
true
,
rateDataList
:
[],
DigName
:
''
DigName
:
''
,
userInfo
:
{}
}
},
created
(){
let
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
userInfo
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
departmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团
this
.
departmentMsg
.
RB_Branch_Id
=
userInfo
.
RB_Branch_Id
;
...
...
src/plug/index.js
View file @
3cb1be2a
...
...
@@ -121,8 +121,10 @@ export default {
let
locationName
=
window
.
location
.
hostname
;
let
isOnline
=
0
;
//0-本地测试,1-线上
let
ocrUrl
=
"http://192.168.5.46:8888"
;
domainUrl
=
"http://192.168.5.214"
;
//domainUrl = "http://192.168.5.46";
domainUrl
=
"http://192.168.5.214"
;
// domainUrl = "http://192.168.5.46";
domainUrl
=
"http://192.168.5.25:8083"
;
// domainUrl = "http://reborn.oytour.com";
let
crmLocalFileStreamDownLoadUrl
=
""
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
let
javaUrldo
=
""
;
...
...
@@ -147,7 +149,7 @@ export default {
crmUrl
=
"http://crm.oytour.com"
;
ocrUrl
=
"http://ocr.oytour.com"
;
isOnline
=
1
;
}
}
else
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
domainUrl
=
"http://reborn.oytour.com"
;
mallUrl
=
"https://mallapi.oytour.com"
;
...
...
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