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
d29979d2
Commit
d29979d2
authored
Dec 01, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9f12491b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
ServiceCommissiondetails.vue
...cialModule/ServiceCommission/ServiceCommissiondetails.vue
+9
-9
ServiceTheRules.vue
...nts/FinancialModule/ServiceCommission/ServiceTheRules.vue
+5
-3
No files found.
src/components/FinancialModule/ServiceCommission/ServiceCommissiondetails.vue
View file @
d29979d2
...
...
@@ -104,13 +104,13 @@
<th>
部门
</th>
<th>
销售
</th>
<th>
团信息
</th>
<th>
订单号
</th>
<th>
线路
</th>
<!--
<th>
订单号
</th>
-->
<th>
团利润
</th>
<th>
人数
</th>
<th>
提成
</th>
<th>
额外奖励
</th>
<th>
额外扣除
</th>
<th>
最终发放
</th>
<th>
提成比例
</th>
<th>
团利润
</th>
<th>
期数
</th>
<th
width=
'400'
>
备注
</th>
...
...
@@ -128,13 +128,13 @@
</span>
</td>
<td>
{{
item
.
OrderId
}}
</td>
<td>
{{
item
.
LineName
}}
</td>
<!--
<td>
{{
item
.
OrderId
}}
</td>
-->
<td>
{{
item
.
TCProfit
}}
</td>
<td>
{{
item
.
People
Count
}}
</td>
<td>
{{
item
.
Order
Count
}}
</td>
<td>
{{
item
.
CommissionMoney
}}
</td>
<td>
{{
item
.
OtherMoney
}}
</td>
<td>
{{
item
.
BackMoney
}}
</td>
<td>
{{
item
.
RealityCommissionMoney
}}
</td>
<td>
{{
item
.
CommissionRate
}}
</td>
<td>
{{
item
.
TCProfit
}}
</td>
<td>
{{
item
.
Periods
}}
</td>
<td>
{{
item
.
Description
}}
</td>
...
...
src/components/FinancialModule/ServiceCommission/ServiceTheRules.vue
View file @
d29979d2
...
...
@@ -39,7 +39,6 @@
<th>
金额/比例
</th>
<th>
结团审核人
</th>
<th>
修改人
</th>
<th>
修改时间
</th>
<th>
操作
</th>
</tr>
</thead>
...
...
@@ -54,8 +53,11 @@
<div
style=
"padding: 3px 0;"
>
OP:
<span
style=
"color: red;"
>
{{
item
.
OPRate
}}
</span>
%
</div>
</td>
<td>
{{
item
.
AuditEmpName
}}
</td>
<td>
{{
item
.
UpdateBy
}}
</td>
<td>
{{
item
.
UpdateDate
}}
</td>
<td></td>
<td>
<div>
{{
item
.
UpdateBy
}}
</div>
<div>
{{
item
.
UpdateDate
}}
</div>
</td>
<td>
<el-button-group
size=
'mini'
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_edit')"
placement=
"top-start"
>
...
...
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