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
5a802e93
Commit
5a802e93
authored
3 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3a123140
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+15
-4
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
5a802e93
...
@@ -25,6 +25,9 @@
...
@@ -25,6 +25,9 @@
.travelControlDropDown
.el-dropdown-menu__item
{
.travelControlDropDown
.el-dropdown-menu__item
{
width
:
156px
;
width
:
156px
;
}
}
.guoneiLine
tbody
td
{
font-size
:
17px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -219,14 +222,20 @@
...
@@ -219,14 +222,20 @@
<div
class=
"english-title"
>
Flight situation
</div>
<div
class=
"english-title"
>
Flight situation
</div>
</div>
</div>
<div
v-if=
'vshowB'
class=
"hangban-info"
>
<div
v-if=
'vshowB'
class=
"hangban-info"
>
<table
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
class=
"flight_th"
>
<table
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
class=
"flight_th"
:class=
"{'guoneiLine':lineId==90}"
>
<tbody>
<tbody>
<tr>
<tr>
<td
width=
"140"
>
出发时间
<span>
(当地)
</span></td>
<td
width=
"140"
>
出发时间
<span>
(当地)
</span></td>
<td
width=
"160"
>
抵达时间
<span>
(当地)
</span></td>
<td
width=
"160"
>
抵达时间
<span>
(当地)
</span></td>
<td
width=
"160"
>
起飞机场
</td>
<td
width=
"160"
>
<
template
v-if=
"lineId==90"
>
起飞机场/出发城市
</
template
>
<
template
v-else
>
起飞机场
</
template
>
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"160"
>
抵达机场
</td>
<td
width=
"160"
>
<
template
v-if=
"lineId==90"
>
抵达机场/到达城市
</
template
>
<
template
v-else
>
抵达机场
</
template
>
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"18"
class=
"gap"
>
</td>
<td
width=
"140"
>
航空公司
</td>
<td
width=
"140"
>
航空公司
</td>
<td
width=
"90"
>
航班编号
</td>
<td
width=
"90"
>
航班编号
</td>
...
@@ -745,7 +754,8 @@
...
@@ -745,7 +754,8 @@
orderTripdiff
:
{},
orderTripdiff
:
{},
title
:
''
,
title
:
''
,
isDirect
:
1
,
//是否是直采 0:否,1:是
isDirect
:
1
,
//是否是直采 0:否,1:是
isClick
:
this
.
$route
.
query
.
isClick
===
undefined
?
0
:
1
//不算统计
isClick
:
this
.
$route
.
query
.
isClick
===
undefined
?
0
:
1
,
//不算统计
lineId
:
0
}
}
},
},
mounted
()
{
mounted
()
{
...
@@ -1316,6 +1326,7 @@
...
@@ -1316,6 +1326,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
(
res
.
data
.
data
);
let
data
=
(
res
.
data
.
data
);
this
.
orderTripdiff
=
data
.
orderTripdiff
;
this
.
orderTripdiff
=
data
.
orderTripdiff
;
this
.
lineId
=
data
.
lineId
;
this
.
orderMsg
=
data
.
orderMsg
;
this
.
orderMsg
=
data
.
orderMsg
;
if
(
this
.
orderTripdiff
&&
this
.
orderTripdiff
.
flightInfoJson
)
{
if
(
this
.
orderTripdiff
&&
this
.
orderTripdiff
.
flightInfoJson
)
{
this
.
orderTripdiff
.
travelOrderFlightList
=
JSON
.
parse
(
this
.
orderTripdiff
.
flightInfoJson
);
this
.
orderTripdiff
.
travelOrderFlightList
=
JSON
.
parse
(
this
.
orderTripdiff
.
flightInfoJson
);
...
...
This diff is collapsed.
Click to expand it.
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