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
52707802
Commit
52707802
authored
Dec 20, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1a40dfee
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
337 additions
and
6 deletions
+337
-6
viittoCommissions.vue
src/components/FinancialModule/viittoCommissions.vue
+311
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+14
-3
TravelPrice4.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice4.vue
+3
-3
config.js
src/router/config.js
+9
-0
No files found.
src/components/FinancialModule/viittoCommissions.vue
0 → 100644
View file @
52707802
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
52707802
...
@@ -954,6 +954,11 @@
...
@@ -954,6 +954,11 @@
<
script
>
<
script
>
import
commonHotelInfo
from
"../../commonPage/commonHotelInfo.vue"
;
import
commonHotelInfo
from
"../../commonPage/commonHotelInfo.vue"
;
export
default
{
export
default
{
provide
(){
return
{
reload
:
this
.
reload
}
},
data
()
{
data
()
{
return
{
return
{
//查询数据列表
//查询数据列表
...
@@ -1150,6 +1155,13 @@ export default {
...
@@ -1150,6 +1155,13 @@ export default {
components
:
{
components
:
{
commonHotelInfo
commonHotelInfo
},
},
//监听器
watch
:
{
// 方法1
'$route'
(
to
,
from
)
{
//监听路由是否变化
location
.
reload
()
},
},
methods
:
{
methods
:
{
//获取TCID
//获取TCID
clickAirticket
(
item
)
{
clickAirticket
(
item
)
{
...
@@ -2119,7 +2131,6 @@ export default {
...
@@ -2119,7 +2131,6 @@ export default {
if
(
routeName
==
'TravelControlList2'
)
{
if
(
routeName
==
'TravelControlList2'
)
{
this
.
queryMsg
.
TeamType
=
3
;
this
.
queryMsg
.
TeamType
=
3
;
}
}
this
.
getControlList
();
this
.
getControlList
();
}
}
};
};
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice4.vue
View file @
52707802
...
@@ -455,13 +455,13 @@
...
@@ -455,13 +455,13 @@
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('op.HotelUse')"
@
click=
"outerVisible=true"
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('op.HotelUse')"
@
click=
"outerVisible=true"
v-if=
"PostConfig.LineId==14 && priceData.PriceHotelList&&priceData.PriceHotelList.length>0"
/>
v-if=
"PostConfig.LineId==14 && priceData.PriceHotelList&&priceData.PriceHotelList.length>0"
/>
</div>
</div>
<el-form-item
prop=
"B2BMemberPrice"
:class=
"
{'showOther':TeamType==3}"
>
<el-form-item
prop=
"B2BMemberPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BMemberPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BMemberPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2BMemberPrice')"
>
@
keyup
.
native=
"checkPrice(priceData,'B2BMemberPrice')"
>
<template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellowMember'
)
}}
</
template
>
<template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellowMember'
)
}}
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
prop=
"B2BPrice"
:class=
"{'showOther':TeamType==3}"
>
<el-form-item
prop=
"B2BPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
>
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
...
@@ -870,7 +870,7 @@
...
@@ -870,7 +870,7 @@
<div
class=
"TPNotice"
>
{{$t('sm.ysbjchajiacl')}}
</div>
<div
class=
"TPNotice"
>
{{$t('sm.ysbjchajiacl')}}
</div>
</div>
</div>
</div>
</div>
<TravelPriceFlightList
:class=
"{'showOther':TeamType==3}"
@
headCallBack=
"setDisDirectFlight"
ref=
"TravelFlightList"
:priceData=
"priceData"
<TravelPriceFlightList
@
headCallBack=
"setDisDirectFlight"
ref=
"TravelFlightList"
:priceData=
"priceData"
:AirTicketId=
"priceData.AirTicketId"
:DeleteAirticketIds=
"priceData.DeleteAirticketIds"
:AirTicketId=
"priceData.AirTicketId"
:DeleteAirticketIds=
"priceData.DeleteAirticketIds"
:selectFilghtList=
"selectFilghtList"
></TravelPriceFlightList>
:selectFilghtList=
"selectFilghtList"
></TravelPriceFlightList>
</div>
</div>
...
...
src/router/config.js
View file @
52707802
...
@@ -3893,6 +3893,15 @@ export default {
...
@@ -3893,6 +3893,15 @@ export default {
title
:
'地接提成规则'
title
:
'地接提成规则'
}
}
},
},
{
path
:
'/viittoCommissions'
,
name
:
'viittoCommissions'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/viittoCommissions'
],
resolve
),
meta
:
{
title
:
'微途提成规则'
}
},
{
{
path
:
'/Qzcommissions'
,
path
:
'/Qzcommissions'
,
name
:
'Qzcommissions'
,
name
:
'Qzcommissions'
,
...
...
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