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
44b0ee7b
Commit
44b0ee7b
authored
Sep 01, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
97f2b646
f5e14df9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
7 deletions
+24
-7
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+14
-5
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+10
-2
No files found.
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
44b0ee7b
...
@@ -450,7 +450,7 @@
...
@@ -450,7 +450,7 @@
<p
class=
"TCLflight_GO"
>
<p
class=
"TCLflight_GO"
>
<i
class=
"iconfont icon-hangban1"
></i>
{{
$t
(
'visa.v_hangban'
)
}}
<i
class=
"iconfont icon-hangban1"
></i>
{{
$t
(
'visa.v_hangban'
)
}}
</p>
</p>
<el-popover
width=
"900"
trigger=
"click"
popper-class=
"TC_tripDetails"
>
<el-popover
width=
"900"
trigger=
"click"
popper-class=
"TC_tripDetails"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<template
v-for=
"(nItem,newIndex) in item.newFlightList"
>
<template
v-for=
"(nItem,newIndex) in item.newFlightList"
>
<tr
class=
"_color_666"
style=
"text-align: center"
:key=
"`hf_`+newIndex"
>
<tr
class=
"_color_666"
style=
"text-align: center"
:key=
"`hf_`+newIndex"
>
...
@@ -460,7 +460,8 @@
...
@@ -460,7 +460,8 @@
<th
width=
"80"
>
{{
$t
(
"system.query_arrivalTime"
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
"system.query_arrivalTime"
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
"system.query_stopCity"
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
"system.query_stopCity"
)
}}
</th>
</tr>
</tr>
<tr
v-for=
"(fItem, fIndex) in nItem.flightList"
:key=
"`hd_`+newIndex+`d_`+fIndex"
style=
"text-align: center"
>
<tr
v-for=
"(fItem, fIndex) in nItem.flightList"
:key=
"`hd_`+newIndex+`d_`+fIndex"
style=
"text-align: center"
>
<td
class=
"_d_name _color_666"
>
<td
class=
"_d_name _color_666"
>
<span
v-if=
"fIndex == 0"
>
{{
$t
(
"Airticket.Air_go"
)
}}
</span>
<span
v-if=
"fIndex == 0"
>
{{
$t
(
"Airticket.Air_go"
)
}}
</span>
<span
v-else-if=
"fIndex == item.flightList.length - 1"
>
{{
<span
v-else-if=
"fIndex == item.flightList.length - 1"
>
{{
...
@@ -499,8 +500,8 @@
...
@@ -499,8 +500,8 @@
<div
class=
"FlightDiv-TCL"
slot=
"reference"
>
<div
class=
"FlightDiv-TCL"
slot=
"reference"
>
<
template
v-if=
"item.UseFlightType == 0"
>
<
template
v-if=
"item.UseFlightType == 0"
>
<template
v-for=
"(nItem,newIndex) in item.newFlightList"
>
<template
v-for=
"(nItem,newIndex) in item.newFlightList"
>
<div
v-for=
"(subItem) in nItem.flightList"
slot=
"reference"
:key=
"`f_`+newIndex+`_`+subItem.ID"
<div
v-for=
"(subItem) in nItem.flightList"
slot=
"reference"
class=
"TCL-flighInfoList"
>
:key=
"`f_`+newIndex+`_`+subItem.ID"
class=
"TCL-flighInfoList"
>
<span
class=
"travelnowrap"
>
<span
class=
"travelnowrap"
>
<span
class=
"TCL-FlightNumber"
>
{{
<span
class=
"TCL-FlightNumber"
>
{{
subItem
.
Flight_number
subItem
.
Flight_number
...
@@ -702,9 +703,17 @@
...
@@ -702,9 +703,17 @@
<td
class=
"TC_cusTitle"
>
{{$t('Operation.Op_baby')}}
</td>
<td
class=
"TC_cusTitle"
>
{{$t('Operation.Op_baby')}}
</td>
<td><b>
{{item.BabyPrice|priceFormat(item.BabyPrice)}}
</b></td>
<td><b>
{{item.BabyPrice|priceFormat(item.BabyPrice)}}
</b></td>
<td
class=
"TC_cusTitle"
>
{{$t('Operation.Op_spickupPrice')}}
</td>
<td
class=
"TC_cusTitle"
>
{{$t('Operation.Op_spickupPrice')}}
</td>
<td
colspan=
"5"
>
<td>
<b>
{{item.SingleDMCPrice|priceFormat(item.SingleDMCPrice)}}
</b>
<b>
{{item.SingleDMCPrice|priceFormat(item.SingleDMCPrice)}}
</b>
</td>
</td>
<td
class=
"TC_cusTitle"
>
{{ $t("salesModule.SingleAirticket") }}
</td>
<td
colspan=
"3"
>
<b>
{{
item.AirticketMoney | priceFormat(item.AirticketMoney)
}}
</b>
</td>
</tr>
</tr>
<tr>
<tr>
<td
rowspan=
"2"
style=
"text-align:center"
>
<td
rowspan=
"2"
style=
"text-align:center"
>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
44b0ee7b
...
@@ -512,7 +512,8 @@
...
@@ -512,7 +512,8 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2BPrice"
>
<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')"
:disabled=
"CurrentUserInfo.RB_Group_id==2&&priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
:disabled=
"CurrentUserInfo.RB_Group_id==2&&priceData.TCID>0"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
...
@@ -524,7 +525,8 @@
...
@@ -524,7 +525,8 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2CPrice"
>
<el-form-item
prop=
"B2CPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"CurrentUserInfo.RB_Group_id==2&&priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"CurrentUserInfo.RB_Group_id==2&&priceData.TCID>0"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_direct'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_direct'
)
}}
</
template
>
</el-input>
</el-input>
<!--印象票务-->
<!--印象票务-->
...
@@ -583,6 +585,12 @@
...
@@ -583,6 +585,12 @@
<
template
slot=
"prepend"
>
{{
$t
(
'salesModule.SingleJ'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'salesModule.SingleJ'
)
}}
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.AirticketMoney"
@
keyup
.
native=
"checkPrice(priceData,'AirticketMoney')"
>
<
template
slot=
"prepend"
>
{{
$t
(
'salesModule.SingleAirticket'
)
}}
</
template
>
</el-input>
</el-form-item>
<el-form-item>
<el-form-item>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.TipAmount"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.TipAmount"
@
keyup
.
native=
"checkPrice(priceData,'TipAmount')"
>
@
keyup
.
native=
"checkPrice(priceData,'TipAmount')"
>
...
...
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