Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
3d581899
Commit
3d581899
authored
Apr 08, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0a663f77
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
0 deletions
+26
-0
orderlist.vue
src/components/sale/orderlist.vue
+10
-0
myOrder.vue
src/pages/sale/myOrder.vue
+4
-0
orderStatistics.vue
src/pages/sale/orderStatistics.vue
+4
-0
studyOrder.vue
src/pages/sale/studyOrder.vue
+4
-0
studyOrderStatistics.vue
src/pages/sale/studyOrderStatistics.vue
+4
-0
No files found.
src/components/sale/orderlist.vue
View file @
3d581899
...
...
@@ -214,6 +214,11 @@
补交提成:
{{
item
.
CommissionBack
}}
</div>
</
template
>
<
template
v-if=
"item.BrokerageMoney >0"
>
<div
style=
"color:red;cursor: pointer;text-decoration: underline;"
@
click=
"gourlfy(item)"
>
累计返佣:
{{
item
.
BrokerageMoney
}}
</div>
</
template
>
</td>
<td
style=
"border:none;width:7%"
>
{{ item.GuestNum }}人
</td>
<td
style=
"border:none;width:7%"
>
...
...
@@ -1950,6 +1955,11 @@
}
}
},
gourlfy
(
obj
)
{
this
.
OpenNewUrl
(
"/financial/returnPassbook/returnpassbookStatistics"
,
{
OrderId
:
obj
.
OrderId
});
},
//合同提交审核
goContractAudit
(
subItem
)
{
let
msg
=
{
...
...
src/pages/sale/myOrder.vue
View file @
3d581899
...
...
@@ -84,6 +84,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
...
...
src/pages/sale/orderStatistics.vue
View file @
3d581899
...
...
@@ -120,6 +120,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{ data.Statistics.ExtraRewardMoney }}
</span>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
...
...
src/pages/sale/studyOrder.vue
View file @
3d581899
...
...
@@ -61,6 +61,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
...
...
src/pages/sale/studyOrderStatistics.vue
View file @
3d581899
...
...
@@ -70,6 +70,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
...
...
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