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
53b32a9e
Commit
53b32a9e
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8aa3071d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
TicketCommission.vue
...ents/FinancialModule/TradeCommission/TicketCommission.vue
+2
-2
TicketDetails.vue
...ponents/FinancialModule/TradeCommission/TicketDetails.vue
+3
-0
TicketUserDetails.vue
...nts/FinancialModule/TradeCommission/TicketUserDetails.vue
+5
-1
No files found.
src/components/FinancialModule/TradeCommission/TicketCommission.vue
View file @
53b32a9e
...
...
@@ -63,8 +63,8 @@
<th>
所属公司追加工资
</th>
<th>
总提成
</th>
<th>
公司提成
</th>
<th>
财务提成单据
</th>
<th>
追加工资单据
</th>
<th
style=
"width: 30%;"
>
财务提成单据
</th>
<th
style=
"width: 30%;"
>
追加工资单据
</th>
<th>
操作信息
</th>
<th>
操作
</th>
</tr>
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/TradeCommission/TicketDetails.vue
View file @
53b32a9e
...
...
@@ -131,6 +131,9 @@
<span
style=
"margin-left: 20px;"
>
总提成:
{{
dataObj
.
TotalMoney
}}
</span>
<span
style=
"margin-left: 20px;"
>
总额外奖励:
{{
dataObj
.
TotalExtraReward
}}
</span>
</p>
</div>
</el-col>
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/TradeCommission/TicketUserDetails.vue
View file @
53b32a9e
...
...
@@ -218,7 +218,11 @@
<td>
{{
item
.
EuropeMoney
?
item
.
EuropeMoney
:
'-'
}}
</td>
<td>
{{
item
.
OtherPNum
?
item
.
OtherPNum
:
'-'
}}
</td>
<td>
{{
item
.
OtherMoney
?
item
.
OtherMoney
:
'-'
}}
</td>
<td>
{{
item
.
TotalCMoney
?
item
.
TotalCMoney
:
'-'
}}
</td>
<td>
{{
item
.
TotalCMoney
?
item
.
TotalCMoney
:
'-'
}}
<span
v-if=
"item.TotalExtraReward"
>
(额外奖励:
{{
item
.
TotalExtraReward
}}
)
</span>
</td>
<td>
{{
item
.
BranchCommission
?
item
.
BranchCommission
:
'-'
}}
</td>
<td>
{{
item
.
Periods
}}
</td>
<td>
...
...
This diff is collapsed.
Click to expand it.
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