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
3962224d
Commit
3962224d
authored
Apr 25, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
016da316
904c2afa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
7 deletions
+14
-7
TicketDetails.vue
...ponents/FinancialModule/TradeCommission/TicketDetails.vue
+5
-3
commissionDialog.vue
...ents/FinancialModule/TradeCommission/commissionDialog.vue
+1
-1
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+1
-1
QuotationAduit.vue
...nents/TravelManager/TravelNewQuotation/QuotationAduit.vue
+5
-0
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+2
-2
No files found.
src/components/FinancialModule/TradeCommission/TicketDetails.vue
View file @
3962224d
...
...
@@ -94,12 +94,12 @@
<li>
<em>
订单号
</em>
<el-input
maxlength=
"50"
v-model=
"msg.OrderId"
class=
"permiss-input w200"
@
keyup
.
native
.
enter
=
"handleCurrentChange(1)"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
@
change
=
"handleCurrentChange(1)"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</li>
<li>
<em>
团号
</em>
<el-input
maxlength=
"50"
v-model=
"msg.TCNUM"
class=
"permiss-input w200"
@
keyup
.
native
.
enter
=
"handleCurrentChange(1)"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
@
change
=
"handleCurrentChange(1)"
:placeholder=
"$t('pub.pleaseImport')"
></el-input>
</li>
<li>
<em>
订单类型
</em>
...
...
@@ -338,7 +338,8 @@
let
data
=
[{
path
:
""
,
OrderId
:
row
.
OrderId
,
Type
:
''
Type
:
''
,
PeriodId
:
this
.
msg
.
PeriodId
}]
let
href
let
url
=
this
.
domainManager
().
crmRoutingUrl
;
...
...
@@ -410,6 +411,7 @@
name
:
name
,
query
:
{
OrderId
:
row
.
OrderId
,
PeriodId
:
this
.
msg
.
PeriodId
,
blank
:
"y"
,
}
});
...
...
src/components/FinancialModule/TradeCommission/commissionDialog.vue
View file @
3962224d
...
...
@@ -27,7 +27,6 @@
<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
>
...
...
@@ -141,6 +140,7 @@
objNew
:
{
handler
(
val
,
oldVal
)
{
this
.
msg
.
OrderId
=
val
.
id
?
val
.
id
:
val
.
OrderId
this
.
msg
.
PeriodId
=
this
.
$route
.
query
.
PeriodId
?
this
.
$route
.
query
.
PeriodId
:
-
1
},
deep
:
true
,
immediate
:
true
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
3962224d
...
...
@@ -1716,7 +1716,7 @@
<p
v-if=
"item.tradeWay == 1"
>
{{
item
.
platformOrder
}}
</p>
<p
v-if=
"item.commissionMoney"
style=
"color: red"
>
<span
style=
"float: left;"
>
{{
$t
(
"salesModule.Commission"
)
}}
:
</span>
<commissionDialog
:objNew=
"item"
></commissionDialog>
<commissionDialog
:objNew=
"item"
></commissionDialog>
{{
item
.
commissionCurrency
}}
<!--
{{
item
.
commissionMoney
}}
{{
item
.
commissionCurrency
}}
-->
</p>
<p
v-else-if=
"item.latestCommissionMoney"
style=
"color: red"
>
...
...
src/components/TravelManager/TravelNewQuotation/QuotationAduit.vue
View file @
3962224d
...
...
@@ -228,6 +228,11 @@
this
.
postData
.
OfferPayType
=
tempData
.
OfferPayType
;
this
.
postData
.
SaleOfferPayType
=
tempData
.
SaleOfferPayType
;
this
.
LineList
=
tempData
.
LineList
;
this
.
postData
.
LineName
=
tempData
.
LineName
this
.
postData
.
LtName
=
tempData
.
LtName
this
.
postData
.
LtName
=
tempData
.
LtName
this
.
postData
.
OutBranchName
=
tempData
.
OutBranchName
this
.
postData
.
TeamTypeName
=
tempData
.
TeamTypeName
if
(
tempData
.
OfferArray
)
{
console
.
log
(
'getData'
,
tempData
.
OfferArray
)
tempData
.
OfferArray
.
forEach
(
item
=>
{
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
3962224d
...
...
@@ -160,7 +160,7 @@
}
return
currencyNumList
}
this
.
postData
.
TravelState
=
this
.
postData
.
TravelState
||
type
;
this
.
postData
.
TravelState
=
type
;
// var nObj = {
// config: this.postData,
// dayCostPriceList: this.dayCostPriceList,
...
...
@@ -182,7 +182,7 @@
config
:
this
.
postData
,
OfferArray
:
data
}
console
.
log
(
'保存数据'
,
data
)
console
.
log
(
'保存数据'
,
data
,
nObj
)
// return 0;
this
.
loading
=
true
;
this
.
apipost
(
...
...
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