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
a347c842
Commit
a347c842
authored
Mar 18, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
48dff76a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
13 deletions
+51
-13
PassengerList.vue
src/components/Ticketing/PassengerList.vue
+51
-13
No files found.
src/components/Ticketing/PassengerList.vue
View file @
a347c842
...
...
@@ -155,10 +155,10 @@
</el-pagination>
<el-dialog
custom-class=
'passgenrDialog'
title=
"航班列表"
:visible
.
sync=
"outerVisible"
center
>
<div
style=
"border-bottom:1px solid #d1d1d1;"
>
<
!--
<
div
style=
"border-bottom:1px solid #d1d1d1;"
>
<table
border=
0
class=
"pg_table"
>
<tr>
<td
width=
"
5
0"
style=
"vertical-align:top;position:relative;"
class=
""
>
<td
width=
"
6
0"
style=
"vertical-align:top;position:relative;"
class=
""
>
<span
class=
"Pgzhu"
>
票务信息
</span>
</td>
...
...
@@ -195,7 +195,7 @@
</tr>
<tr>
<td
width=
"
5
0"
style=
"vertical-align:top;"
>
联运信息
</td>
<td
width=
"
6
0"
style=
"vertical-align:top;"
>
联运信息
</td>
<td>
<div
class=
"PgflightDiv"
v-for=
"item in flightList"
v-if=
"item.FlightSubType==3"
>
<p>
...
...
@@ -240,33 +240,33 @@
</td>
</tr>
<tr
v-for=
"subItem in item.List"
>
<td>
{{
subItem
.
CityName
}}
去程
</td>
<td
width=
"60"
>
{{
subItem
.
CityName
}}
去程
</td>
<td>
<div
class=
"PgflightDiv"
v-for=
"childItem in subItem.List"
v-if=
"childItem.FlightSubType==1"
>
<p>
<span
class=
"iconfont icon-hangban"
></span>
<span>
{{
item
.
Flight_number
}}
</span>
<span>
<el-input
class=
"w60"
v-model=
"
item.TicketDepartureT
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w60"
v-model=
"
item.TicketArrivalT
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
<el-input
class=
"w60"
v-model=
"
childItem.Departure_t
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
-
<el-input
class=
"w60"
v-model=
"
childItem.Arrival_t
ime"
onkeyup=
"value=value.replace(/[^\d^\:]/g,'')"
></el-input>
</span>
</p>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
i
tem.FlightDate"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
childI
tem.FlightDate"
placement=
"top-start"
popper-class=
"max-w250"
>
<p
class=
"_add_info"
>
<span>
{{
$t
(
'Airticket.Air_StartTime'
)
}}
:
{{
i
tem
.
FlightDate
}}
</span>
<span>
{{
$t
(
'Airticket.Air_StartTime'
)
}}
:
{{
childI
tem
.
FlightDate
}}
</span>
</p>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
i
tem.dName"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
childI
tem.dName"
placement=
"top-start"
popper-class=
"max-w250"
>
<p
class=
"_add_info"
>
<span>
{{
$t
(
'system.query_flightAir'
)
}}
:
{{
i
tem
.
dName
}}
</span>
<span>
{{
$t
(
'system.query_flightAir'
)
}}
:
{{
childI
tem
.
dName
}}
</span>
</p>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
i
tem.aName"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"
childI
tem.aName"
placement=
"top-start"
popper-class=
"max-w250"
>
<p
class=
"_add_info"
>
<span>
{{
$t
(
'system.query_arrivalAir'
)
}}
:
{{
i
tem
.
aName
}}
</span>
<span>
{{
$t
(
'system.query_arrivalAir'
)
}}
:
{{
childI
tem
.
aName
}}
</span>
</p>
</el-tooltip>
</div>
...
...
@@ -280,7 +280,45 @@
</tr>
</tbody>
</table>
</div>
</div>
-->
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"singeRowTable"
>
<tr>
<th>
航班号
</th>
<th>
开始时间
</th>
<th>
结束时间
</th>
<th>
出发时间
</th>
<th>
起飞机场
</th>
<th>
到达机场
</th>
</tr>
<tr
v-for=
"item in flightList"
>
<td>
{{
item
.
Flight_number
}}
</td>
<td>
{{
item
.
TicketDepartureTime
}}
</td>
<td>
{{
item
.
TicketArrivalTime
}}
</td>
<td>
{{
item
.
FlightDate
}}
</td>
<td>
{{
item
.
dName
}}
</td>
<td>
{{
item
.
aName
}}
</td>
</tr>
</table>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"singeRowTable"
style=
"margin-top:20px;"
>
<tr>
<th>
航班号
</th>
<th>
开始时间
</th>
<th>
结束时间
</th>
<th>
出发时间
</th>
<th>
起飞机场
</th>
<th>
到达机场
</th>
</tr>
<template
v-for=
"item in combineTeamList"
>
<tr
v-for=
"subItem in item.List"
>
<td>
{{
subItem
.
Flight_number
}}
</td>
<td>
{{
subItem
.
TicketDepartureTime
}}
</td>
<td>
{{
subItem
.
TicketArrivalTime
}}
</td>
<td>
{{
subItem
.
FlightDate
}}
</td>
<td>
{{
subItem
.
dName
}}
</td>
<td>
{{
subItem
.
aName
}}
</td>
</tr>
</
template
>
</table>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"getCheckInfo()"
>
确认航班信息
</button>
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible = false"
>
{{$t('pub.cancelBtn')}}
</button>
...
...
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