Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
Athena
Commits
ce871272
Commit
ce871272
authored
Mar 19, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新样式
parent
ca91efbf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
123 deletions
+10
-123
FillItinerary.vue
src/components/Ticket/FillItinerary.vue
+2
-2
OrderDetails.vue
src/components/Ticket/OrderDetails.vue
+5
-5
TicketHome.vue
src/components/Ticket/TicketHome.vue
+1
-1
TicketList.vue
src/components/Ticket/TicketList.vue
+2
-115
No files found.
src/components/Ticket/FillItinerary.vue
View file @
ce871272
...
...
@@ -37,7 +37,7 @@
</div>
</div>
</el-col>
<el-col
class=
"coupon_left"
:span=
"9"
style=
"position:relative;border-left:1px dashed #aaaaaa;"
>
<el-col
v-if=
"getlistSigel.ticketType==2"
class=
"coupon_left"
:span=
"9"
style=
"position:relative;border-left:1px dashed #aaaaaa;"
>
<div
class=
"bz"
>
返程
</div>
<div
class=
"padd"
>
<p
style=
"font-size:16px;color:#333333;padding-top:10px"
>
{{
getlistSigel
.
backFlightTime
}}
...
...
@@ -440,7 +440,7 @@ export default {
margin-left
:
20px
;
}
.personnum_form
.el-form-item
{
width
:
200px
;
width
:
200px
!important
;
display
:
inline-block
;
margin
:
0
;
}
...
...
src/components/Ticket/OrderDetails.vue
View file @
ce871272
...
...
@@ -30,7 +30,7 @@
<p
class=
"time"
>
{{
getlistSigel
.
goStartHouseTime
}}
</p>
<p>
{{
getlistSigel
.
goStartAirPlace
}}
</p>
</el-col>
<el-col
:span=
"8"
style=
"text-align:center"
>
<el-col
:span=
"8"
style=
"text-align:center
;color:#a8a8a8
"
>
<p>
{{
getlistSigel
.
goTotalTime
}}
</p>
...
...
@@ -44,7 +44,7 @@
</div>
</div>
</el-col>
<el-col
v-if=
"getlistSigel.ticketType==2"
:span=
"9"
style=
"border-
right:1px dashed #AAAAAA
;position:relative"
>
<el-col
v-if=
"getlistSigel.ticketType==2"
:span=
"9"
style=
"border-
left:1px dashed #aaaaaa
;position:relative"
>
<div
class=
"bz"
>
返程
</div>
<div
class=
"padd"
>
<p
style=
"font-size:16px;color:#333333;padding-top:10px"
>
{{
getlistSigel
.
backFlightTime
}}
...
...
@@ -61,7 +61,7 @@
<p
class=
"time"
>
{{
getlistSigel
.
backStartHouseTime
}}
</p>
<p>
{{
getlistSigel
.
goStartAirPlace
}}
</p>
</el-col>
<el-col
:span=
"8"
style=
"text-align:center"
>
<el-col
:span=
"8"
style=
"text-align:center
;color:#a8a8a8
"
>
<p>
{{
getlistSigel
.
backTotalTime
}}
</p>
...
...
@@ -75,8 +75,8 @@
</div>
</div>
</el-col>
<el-col
class=
"w31"
:span=
"6"
>
<div
style=
"padding:0
6
px"
>
<el-col
class=
"w31"
:span=
"6"
style=
"border-left:1px dashed #aaaaaa;"
>
<div
style=
"padding:0
15
px"
>
<p
style=
"padding-top:20px"
>
<span>
订单金额
</span>
<span
style=
"float:right;color:#FF680B;font-size:20px"
>
¥
{{
personNum
.
preferPrice
}}
</span>
...
...
src/components/Ticket/TicketHome.vue
View file @
ce871272
...
...
@@ -7,7 +7,7 @@
<div
class=
"choose_1"
>
<div
class=
"choose_back"
>
<el-row
class=
"choose_form"
>
<div
style=
"margin-bottom:10px"
>
<div
style=
"margin-bottom:10px
;padding-left:22px;
"
>
<el-radio
v-model=
"choose_info.ticketType"
:label=
1
>
单程
</el-radio>
<el-radio
v-model=
"choose_info.ticketType"
:label=
2
>
往返
</el-radio>
</div>
...
...
src/components/Ticket/TicketList.vue
View file @
ce871272
...
...
@@ -5,124 +5,11 @@
<div
class=
"ticket_1"
style=
"background:rgba(255,255,255,1);box-shadow:0px 4px 8px 0px rgba(107,107,107,0.18);padding-bottom:15px"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"20"
:offset=
"2"
>
<div
style=
"margin-top:10px"
>
<div
style=
"margin-top:10px
;padding-left:46px;
"
>
<el-radio
v-model=
"choose_info.ticketType"
:label=
1
>
单程
</el-radio>
<el-radio
v-model=
"choose_info.ticketType"
:label=
2
>
往返
</el-radio>
</div>
<!--
<el-row
class=
"msg"
style=
"margin-top: 15px;"
>
<el-col
:span=
"5"
>
<div
class=
"city"
>
<span>
出发地
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-popover
placement=
"bottom"
trigger=
"click"
>
<div
v-show=
"startcity"
class=
"citycompent"
>
<v-city
@
CityInfo=
"CityInfo"
@
CityCompClose=
"CityCompClose"
></v-city>
</div>
<span
slot=
"reference"
>
<el-input
clearable
@
focus=
"CityCompStatus('start')"
class=
"ChooseCity"
style=
"width:65%"
v-model=
"choose_info.departure_cityname"
placeholder=
"城市"
>
</el-input>
</span>
</el-popover>
</div>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"city"
style=
"margin-bottom:15px"
>
<span>
出发
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-date-picker
value-format=
"yyyy-MM-dd"
v-model=
"choose_info.qFlightDateStart"
:picker-options=
"pickerOptions0"
style=
"width:80%"
placeholder=
"选择日期"
>
</el-date-picker>
</div>
</el-col>
<el-col
:span=
"12"
>
<div
style=
"margin-bottom:15px"
>
<div
class=
"number"
>
<span>
成人
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-input-number
size=
"mini"
v-model=
"choose_info.cr"
@
change=
"handleChange"
:min=
"0"
:max=
"10"
label=
"描述文字"
></el-input-number>
</div>
<div
class=
"number"
>
<span>
儿童
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-input-number
size=
"mini"
v-model=
"choose_info.child"
@
change=
"handleChange"
:min=
"0"
:max=
"10"
label=
"描述文字"
></el-input-number>
</div>
<div
class=
"number"
>
<span>
婴儿
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-input-number
size=
"mini"
v-model=
"choose_info.ye"
@
change=
"handleChange"
:min=
"0"
:max=
"10"
label=
"描述文字"
></el-input-number>
</div>
<div
class=
"number"
>
<span>
老人
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-input-number
size=
"mini"
v-model=
"choose_info.lr"
@
change=
"handleChange"
:min=
"0"
:max=
"10"
label=
"描述文字"
></el-input-number>
</div>
</div>
</el-col>
<el-col
:span=
"2"
>
<el-button
@
click=
"Search"
size=
"small"
>
搜索
</el-button>
</el-col>
</el-row>
<el-row
class=
"msg"
>
<el-col
:span=
"5"
>
<div
class=
"city"
>
<span>
目的地
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-popover
placement=
"bottom"
trigger=
"click"
>
<div
v-show=
"endcity"
class=
"citycompent"
>
<v-city1
@
CityInfo1=
"CityInfo1"
@
CityCompClose1=
"CityCompClose1"
></v-city1>
</div>
<span
slot=
"reference"
>
<el-input
clearable
@
focus=
"CityCompStatus('end')"
class=
"ChooseCity"
style=
"width:65%"
v-model=
"choose_info.arrival_cityname"
placeholder=
"城市"
>
</el-input>
</span>
</el-popover>
</div>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"city"
>
<span>
舱位选择
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-select
v-model=
"choose_info.freightSpace"
clearable
placeholder=
"请选择"
>
<el-option
:value=
"zero"
label=
"不限"
></el-option>
<el-option
v-for=
"item in cawei"
:key=
"item.id"
:label=
"item.title"
:value=
"item.id"
>
</el-option>
</el-select>
</div>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"city"
>
<span>
航空公司
<i
class=
"iconfont icon-vertical_line"
></i>
</span>
<el-select
filterable
clearable
v-model=
"choose_info.airLineID"
placeholder=
"请选择"
>
<el-option
:value=
"zero"
label=
"不限"
></el-option>
<el-option
v-for=
"item in airlineList"
:key=
"item.AlCode"
:label=
"item.AlName"
:value=
"item.value"
>
<span
style=
"float: left"
>
{{
item
.
AlName
}}
</span>
<span
style=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
AlCode
}}
</span>
</el-option>
</el-select>
</div>
</el-col>
</el-row>
-->
<el-form
class=
"choose_form"
ref=
"form"
:model=
"choose_info"
label-width=
"100px"
>
<el-form-item
class=
"form_big"
label=
"出发地"
>
...
...
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