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
088cca40
Commit
088cca40
authored
Jan 25, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 OP提成调整
parent
3065a5d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
9 deletions
+20
-9
OPCommissionDetail.vue
...nents/FinancialModule/OpCommission/OPCommissionDetail.vue
+2
-0
RewardDetail.vue
src/components/FinancialModule/OpCommission/RewardDetail.vue
+18
-9
No files found.
src/components/FinancialModule/OpCommission/OPCommissionDetail.vue
View file @
088cca40
...
@@ -198,6 +198,7 @@
...
@@ -198,6 +198,7 @@
<th>
{{
$t
(
'objFill.v101.FinancialModule.yuangongxm'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.FinancialModule.yuangongxm'
)
}}
</th>
<!--
<th>
负责团数
</th>
-->
<!--
<th>
负责团数
</th>
-->
<th>
{{
$t
(
'objFill.v101.FinancialModule.tuanshujl'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.FinancialModule.tuanshujl'
)
}}
</th>
<th
width=
"120"
>
出团公司分摊奖励
</th>
<th>
{{
$t
(
'objFill.zongticeng'
)
}}
</th>
<th>
{{
$t
(
'objFill.zongticeng'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.FinancialModule.chutuangstc'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.FinancialModule.chutuangstc'
)
}}
</th>
<th>
{{
$t
(
'tips.qishu'
)
}}
</th>
<th>
{{
$t
(
'tips.qishu'
)
}}
</th>
...
@@ -216,6 +217,7 @@
...
@@ -216,6 +217,7 @@
</span>
</span>
<!--
<span
v-else
>
-
</span>
-->
<!--
<span
v-else
>
-
</span>
-->
</td>
</td>
<td>
{{
item
.
BranchBouns
?
item
.
BranchBouns
:
'-'
}}
</td>
<td>
{{
item
.
TotalCMoney
?
item
.
TotalCMoney
:
'-'
}}
</td>
<td>
{{
item
.
TotalCMoney
?
item
.
TotalCMoney
:
'-'
}}
</td>
<td>
{{
item
.
BranchCommission
?
item
.
BranchCommission
:
'-'
}}
</td>
<td>
{{
item
.
BranchCommission
?
item
.
BranchCommission
:
'-'
}}
</td>
<td><span
class=
"cursor-p"
:style=
"
{'color': '#409EFF'}" @click="openCommissionRate(item.EmployeeId,item.UserName)">
{{
item
.
Periods
}}
</span></td>
<td><span
class=
"cursor-p"
:style=
"
{'color': '#409EFF'}" @click="openCommissionRate(item.EmployeeId,item.UserName)">
{{
item
.
Periods
}}
</span></td>
...
...
src/components/FinancialModule/OpCommission/RewardDetail.vue
View file @
088cca40
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
<div>
{{
$t
(
'objFill.v101.FinancialModule.zongjlje'
)
}}
:
<span>
{{
item
.
Money
}}
</span></div>
<div>
{{
$t
(
'objFill.v101.FinancialModule.zongjlje'
)
}}
:
<span>
{{
item
.
Money
}}
</span></div>
<div>
{{
$t
(
'objFill.v101.FinancialModule.fafangrq'
)
}}
:
<span>
{{
item
.
Periods
?
item
.
Periods
:
'-'
}}
</span></div>
<div>
{{
$t
(
'objFill.v101.FinancialModule.fafangrq'
)
}}
:
<span>
{{
item
.
Periods
?
item
.
Periods
:
'-'
}}
</span></div>
</div>
</div>
<div
class=
"dataList-heade"
><div>
分摊:
<span
v-for=
"(items,indexs) in item.BonusDetailsList"
>
{{
items
.
BranchName
}}
/
{{
items
.
Money
}}
</span></div></div>
<el-table
<el-table
:data=
"item.DetailList"
:data=
"item.DetailList"
style=
"width: 100%"
>
style=
"width: 100%"
>
...
@@ -28,25 +29,33 @@
...
@@ -28,25 +29,33 @@
<el-table-column
<el-table-column
prop=
"TravelNum"
prop=
"TravelNum"
:label=
"$t('objFill.v101.FinancialModule.dangyuets')"
width=
"80"
></el-table-column>
:label=
"$t('objFill.v101.FinancialModule.dangyuets')"
width=
"80"
></el-table-column>
<!--
<el-table-column
prop=
"TravelNum"
label=
"分摊奖励"
width=
"80"
>
<template
slot-scope=
"scope"
>
<div
v-for=
"(items,indexs) in scope.row.BonusDetailsList"
:key=
"indexs"
class=
"DetailList-form"
></div>
</
template
>
</el-table-column>
-->
<el-table-column
:label=
"$t('objFill.v101.FinancialModule.tuanlieb')"
>
<el-table-column
:label=
"$t('objFill.v101.FinancialModule.tuanlieb')"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-for=
"(items,indexs) in scope.row.newTravelList"
:key=
"indexs"
<div
v-for=
"(items,indexs) in scope.row.newTravelList"
:key=
"indexs"
class=
"DetailList-form"
>
class=
"DetailList-form"
>
<div
class=
"DetailList-right"
>
<div
class=
"DetailList-right"
>
<div
v-if=
"indexs==0"
class=
"right-title"
>
<div
v-if=
"indexs==0"
class=
"right-title"
>
<span>
{{
$t
(
'visa.v_tuanhao'
)
}}
</span>
<span
style=
"flex: 0 0 40%;"
>
{{
$t
(
'visa.v_tuanhao'
)
}}
</span>
<span>
{{
$t
(
'scen.sc_temStatu'
)
}}
</span>
<span
style=
"flex: 0 0 20%;"
>
{{
$t
(
'scen.sc_temStatu'
)
}}
</span>
<span>
{{
$t
(
'advmanager.v_type'
)
}}
</span>
<span
style=
"flex: 0 0 20%;"
>
{{
$t
(
'advmanager.v_type'
)
}}
</span>
<span>
{{
$t
(
'objFill.jietuanriqi'
)
}}
</span>
<span
style=
"flex: 0 0 20%;"
>
{{
$t
(
'objFill.jietuanriqi'
)
}}
</span>
</div>
</div>
<div>
<div>
<span
@
click=
"goDetails(items)"
<span
@
click=
"goDetails(items)"
style=
"color: #409EFF;cursor: pointer;"
>
style=
"color: #409EFF;cursor: pointer;
flex: 0 0 40%;
"
>
{{
items
.
TCNUM
}}
(
{{
items
.
TCID
}}
)
{{
items
.
TCNUM
}}
(
{{
items
.
TCID
}}
)
{{
items
.
OutBranchName
}}
</span>
</span>
<span>
{{
items
.
StatusName
}}
</span>
<span
style=
"flex: 0 0 20%;"
>
{{
items
.
StatusName
}}
</span>
<span>
{{
items
.
TeamTypeName
}}
</span>
<span
style=
"flex: 0 0 20%;"
>
{{
items
.
TeamTypeName
}}
</span>
<span>
{{
items
.
OutGroupAuditDate
}}
</span>
<span
style=
"flex: 0 0 20%;"
>
{{
items
.
OutGroupAuditDate
}}
</span>
</div>
</div>
</div>
</div>
<more
@
change=
"ViewMore(scope.row,indexs)"
:upIcon=
"scope.row.upIcon"
></more>
<more
@
change=
"ViewMore(scope.row,indexs)"
:upIcon=
"scope.row.upIcon"
></more>
...
...
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