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
157cf9ce
Commit
157cf9ce
authored
Apr 08, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
fed91c7b
aecb238c
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 @
157cf9ce
...
@@ -214,6 +214,11 @@
...
@@ -214,6 +214,11 @@
补交提成:
{{
item
.
CommissionBack
}}
补交提成:
{{
item
.
CommissionBack
}}
</div>
</div>
</
template
>
</
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>
<td
style=
"border:none;width:7%"
>
{{ item.GuestNum }}人
</td>
<td
style=
"border:none;width:7%"
>
{{ item.GuestNum }}人
</td>
<td
style=
"border:none;width:7%"
>
<td
style=
"border:none;width:7%"
>
...
@@ -1950,6 +1955,11 @@
...
@@ -1950,6 +1955,11 @@
}
}
}
}
},
},
gourlfy
(
obj
)
{
this
.
OpenNewUrl
(
"/financial/returnPassbook/returnpassbookStatistics"
,
{
OrderId
:
obj
.
OrderId
});
},
//合同提交审核
//合同提交审核
goContractAudit
(
subItem
)
{
goContractAudit
(
subItem
)
{
let
msg
=
{
let
msg
=
{
...
...
src/pages/sale/myOrder.vue
View file @
157cf9ce
...
@@ -84,6 +84,10 @@
...
@@ -84,6 +84,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
</div>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
<div
class=
"row tis"
>
...
...
src/pages/sale/orderStatistics.vue
View file @
157cf9ce
...
@@ -120,6 +120,10 @@
...
@@ -120,6 +120,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{ data.Statistics.ExtraRewardMoney }}
</span>
<span>
{{ data.Statistics.ExtraRewardMoney }}
</span>
</div>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
<div
class=
"row tis"
>
...
...
src/pages/sale/studyOrder.vue
View file @
157cf9ce
...
@@ -61,6 +61,10 @@
...
@@ -61,6 +61,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
</div>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
<div
class=
"row tis"
>
...
...
src/pages/sale/studyOrderStatistics.vue
View file @
157cf9ce
...
@@ -70,6 +70,10 @@
...
@@ -70,6 +70,10 @@
<span
class=
"stics-name"
>
额外奖励
</span>
<span
class=
"stics-name"
>
额外奖励
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
<span>
{{data.Statistics.ExtraRewardMoney}}
</span>
</div>
</div>
<div
class=
"col stics"
>
<span
class=
"stics-name"
>
累计返佣
</span>
<span>
{{ data.Statistics.BrokerageMoney }}
</span>
</div>
</div>
</div>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row col"
style=
"justify-content: flex-end"
>
<div
class=
"row tis"
>
<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