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
d8f374e3
Commit
d8f374e3
authored
Mar 25, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
90e6cb97
ae80d01d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+13
-6
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
d8f374e3
...
...
@@ -141,12 +141,14 @@
<tr>
<td
width=
"140"
>
出发时间
<span>
(当地)
</span></td>
<td
width=
"160"
>
抵达时间
<span>
(当地)
</span></td>
<td
width=
"
206
"
>
起飞机场
</td>
<td
width=
"
160
"
>
起飞机场
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td>
抵达机场
</td>
<td
width=
"160"
>
抵达机场
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"140"
>
航空公司
</td>
<td
width=
"90"
>
航班编号
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"100"
>
经停城市
</td>
</tr>
</tbody>
</table>
...
...
@@ -156,24 +158,28 @@
<tr
v-for=
"(flight,ftIndex) in orderTripdiff.travelOrderFlightList"
:key=
"ftIndex"
>
<td
width=
"140"
><span
class=
"nth-day"
>
{{flight.startDate.substring(5)}}
</span>
<span
class=
"num"
>
{{flight.departureTime}}
</span></td>
<td
width=
"160"
><span
class=
"nth-day"
>
{{flight.arriveDate.substring(5)}}
</span>
<span
class=
"num"
>
{{flight.arrivalTime}}
</span></td>
<td
width=
"
206
"
>
{{flight.departureAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"
160
"
>
{{flight.departureAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"18"
class=
"gap"
>
</td>
<td>
{{flight.arrivalAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"160"
>
{{flight.arrivalAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"140"
>
{{flight.alName}}
</td>
<td
width=
"110"
>
{{flight.flightNumber}}({{(flight.flightState==1)?"OK":"暂定"}})
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"100"
>
{{flight.stopoverAirPortName}}
</td>
</tr>
</tbody>
<tbody
v-else-if=
"priceList.length>0&&priceList[0].priceFlight&&priceList[0].priceFlight.length>0"
>
<tr
v-for=
"(flight,ftIndex) in priceList[0].priceFlight"
:key=
"ftIndex"
>
<td
width=
"140"
><span
class=
"nth-day"
>
{{flight.startDate.substring(5)}}
</span>
<span
class=
"num"
>
{{flight.departureTime}}
</span></td>
<td
width=
"160"
><span
class=
"nth-day"
>
{{flight.arriveDate.substring(5)}}
</span>
<span
class=
"num"
>
{{flight.arrivalTime}}
</span></td>
<td
width=
"
206
"
>
{{flight.departureAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"
160
"
>
{{flight.departureAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"18"
class=
"gap"
>
</td>
<td>
{{flight.arrivalAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"160"
>
{{flight.arrivalAirPortName}}
<span
class=
"citycode"
></span></td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"140"
>
{{flight.alName}}
</td>
<td
width=
"110"
>
{{flight.flightNumber}}({{(flight.flightState==1)?"OK":"暂定"}})
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"100"
>
{{flight.stopoverAirPortName}}
</td>
</tr>
</tbody>
<tbody
v-else
>
...
...
@@ -1069,6 +1075,7 @@
})
}
this
.
priceList
=
data
.
priceList
;
console
.
log
(
this
.
priceList
,
'pricelist'
)
this
.
dataList
=
data
;
this
.
tripList
.
forEach
((
x
,
j
)
=>
{
let
useDinnerTypeBy
=
''
...
...
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