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
e396337e
Commit
e396337e
authored
Mar 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d03fb4c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
11 deletions
+17
-11
domesticCommissionRuleTW2.vue
src/components/FinancialModule/domesticCommissionRuleTW2.vue
+3
-5
domesticCommissionUserTW2.vue
src/components/FinancialModule/domesticCommissionUserTW2.vue
+14
-6
No files found.
src/components/FinancialModule/domesticCommissionRuleTW2.vue
View file @
e396337e
...
...
@@ -37,8 +37,8 @@
<!--
<th>
来源
</th>
-->
<!--
<th>
团队类型
</th>
-->
<!--
<th>
类型
</th>
-->
<th>
开始值
</th>
<
th>
结束值
</th
>
<th>
提成范围
</th>
<
!--
<th>
结束值
</th>
--
>
<th>
提成比例
</th>
<th>
地接奖金
</th>
<th>
年终奖金
</th>
...
...
@@ -62,9 +62,7 @@
<span
v-if=
"subItem.RuleType==3"
>
自定义人员
</span>
</td>
<td>
<span>
{{
childItem
.
StartValue
}}
{{
subItem
.
CurrencyName
}}
</span>
</td>
<td>
<span>
{{
childItem
.
EndValue
}}
{{
subItem
.
CurrencyName
}}
</span>
</td>
<span>
{{
childItem
.
StartValue
}}
至
{{
childItem
.
EndValue
}}
{{
subItem
.
CurrencyName
}}
</span>
</td>
<td>
<span>
{{
childItem
.
Rate
}}
%
</span>
</td>
<td>
...
...
src/components/FinancialModule/domesticCommissionUserTW2.vue
View file @
e396337e
...
...
@@ -68,11 +68,15 @@
<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>
</tr>
...
...
@@ -80,10 +84,14 @@
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
UserName
}}
</td>
<
td>
{{
item
.
TCNumber
}}
</td
>
<
!--
<td>
{{
item
.
TCNumber
}}
</td>
--
>
<td>
{{
item
.
CommissionMoney
}}
</td>
<td>
{{
item
.
Periods
}}
</td>
<td>
{{
item
.
CommissionMoney
?
item
.
CommissionMoney
:
'-'
}}
</td>
<td>
{{
item
.
DiJieBonus
?
item
.
DiJieBonus
:
'-'
}}
</td>
<td>
{{
item
.
YearBonus
?
item
.
YearBonus
:
'-'
}}
</td>
<td>
{{
item
.
OrderProfit
?
item
.
OrderProfit
:
'-'
}}
</td>
<td>
{{
item
.
CommissionRate
?
item
.
CommissionRate
:
'-'
}}
</td>
<!--
<td>
{{
item
.
Periods
}}
</td>
-->
<td>
...
...
@@ -245,7 +253,7 @@
getList
()
{
this
.
loading
=
true
;
this
.
apipost
(
"sellcommission_GetTW
CommissionDetailsListForUser
"
,
"sellcommission_GetTW
SellCommissionEmpPageList
"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
...
...
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