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
348beddd
Commit
348beddd
authored
Apr 25, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
217ebd26
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
15 deletions
+14
-15
commissionDialog.vue
...ents/FinancialModule/TradeCommission/commissionDialog.vue
+7
-7
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+6
-5
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+1
-3
No files found.
src/components/FinancialModule/TradeCommission/commissionDialog.vue
View file @
348beddd
...
...
@@ -20,14 +20,15 @@
<span
class=
"cF1416C"
:class=
"
{'cursor-pointer':(objNew.createTime
&&
objNew.createTime>=new Date('2023-04-01').Format('yyyy-MM-dd'))
||(objNew.createDate
&&
objNew.createDate>=new Date('2023-04-01').Format('yyyy-MM-dd'))
||(objNew.CreateTime
&&
objNew.CreateTime>=new Date('2023-04-01').Format('yyyy-MM-dd'))
||(objNew.CreateTime
&&
objNew.CreateTime>=new Date('2023/04/01').Format('yyyy/MM/dd'))
&&
objNew.commissionMoney>0}"
||(objNew.CreateTime
&&
new Date(objNew.CreateTime).Format('yyyy-MM-dd')>=new Date('2023-04-01').Format('yyyy-MM-dd'))}"
@click="(objNew.createTime
&&
objNew.createTime>=new Date('2023-04-01').Format('yyyy-MM-dd'))
||(objNew.createDate
&&
objNew.createDate>=new Date('2023-04-01').Format('yyyy-MM-dd'))
||(objNew.CreateTime
&&
objNew.CreateTime>=new Date('2023-04-01').Format('yyyy-MM-dd'))
||(objNew.CreateTime
&&
objNew.CreateTime>=new Date('2023/04/01').Format('yyyy/MM/dd'))?DetailsOfRoyalty():''">
¥
<span
class=
"fz15 fbold"
>
{{
objNew
.
commissionMoney
?
moneyFormat
(
objNew
.
commissionMoney
):
objNew
.
SellCommission
}}
{{
objNew
.
commissionCurrency
?
objNew
.
commissionCurrency
:
''
}}
</span>
||(objNew.CreateTime
&&
new Date(objNew.CreateTime).Format('yyyy-MM-dd')>=new Date('2023-04-01').Format('yyyy-MM-dd'))?DetailsOfRoyalty():''">
<span
class=
"fz15 fbold"
>
<!--
{{
objNew
.
commissionCurrency
?
objNew
.
commissionCurrency
:
objNew
.
CurrencyName
!=
'人民币'
?
objNew
.
CurrencyName
:
'¥'
}}
-->
{{
objNew
.
commissionMoney
?
moneyFormat
(
objNew
.
commissionMoney
):
objNew
.
SellCommission
}}
{{
objNew
.
commissionCurrency
?
objNew
.
commissionCurrency
:
''
}}
</span>
</span>
<el-dialog
width=
"1000px"
title=
"提成详情"
:visible
.
sync=
"outerVisible"
center
>
<div
class=
"flexOne domesticCommissionUser"
>
...
...
@@ -150,7 +151,6 @@
},
methods
:
{
goUrl
(){
console
.
log
(
this
.
objNew
,
'----'
)
this
.
outerVisible
=
false
this
.
$router
.
push
({
path
:
'TradeTicketUserDetails'
,
...
...
src/components/Hotel/reservation/OrderList.vue
View file @
348beddd
...
...
@@ -509,11 +509,7 @@
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
Refund
?
scope
.
row
.
Refund
:
"-"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
v-if=
"item.SellCommission&&item.SellCommission>0"
label=
"提成"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<commissionDialog
:objNew=
"item"
></commissionDialog>
</
template
>
</el-table-column>
<!-- <el-table-column label="手配费应收" min-width="100">
<template slot-scope="scope">
<span class="fz15 fbold">{{
...
...
@@ -533,6 +529,11 @@
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
Income
-
scope
.
row
.
CostMoney
-
scope
.
row
.
Refund
>
0
?(
scope
.
row
.
Income
-
scope
.
row
.
CostMoney
-
scope
.
row
.
Refund
).
toFixed
(
2
):
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
v-if=
"item.SellCommission&&item.SellCommission>0"
label=
"提成"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<commissionDialog
:objNew=
"item"
></commissionDialog>
</
template
>
</el-table-column>
</el-table>
<div
class=
"row justify-sb mt mb20"
v-if=
"item.OrderStatus!=3"
>
<div
class=
"row pt20"
style=
"margin-right: 10px;width: 300px;"
...
...
src/components/SalesVisa/components/visaOrderList.vue
View file @
348beddd
...
...
@@ -612,10 +612,8 @@
</el-table-column>
<el-table-column
v-if=
"item.commissionMoney&&item.commissionMoney>0"
label=
"提成"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"cF1416C"
style=
"float: left;"
>
¥
</span>
<commissionDialog
:objNew=
"scope.row"
></commissionDialog>
<!--
<span
class=
"cursor-pointer"
:class=
"
{'cF1416C':scope.row.commissionMoney>0}" @click="DetailsOfRoyalty(item)">
¥
<span
class=
"fz15 fbold"
>
{{
moneyFormat
(
scope
.
row
.
commissionMoney
)
}}
</span>
</span>
-->
</
template
>
</el-table-column>
<
template
slot=
"append"
>
...
...
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