Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
viitto
million
Commits
98e5d0a4
Commit
98e5d0a4
authored
Jul 17, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4206ad73
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
24 deletions
+19
-24
block.vue
src/components/searchdata/block.vue
+1
-1
list.vue
src/components/searchdata/list.vue
+2
-2
Search.vue
src/pages/Search.vue
+8
-13
orderinfo.vue
src/pages/usercenter/orderinfo.vue
+8
-8
No files found.
src/components/searchdata/block.vue
View file @
98e5d0a4
...
...
@@ -18,7 +18,7 @@
<h3
class=
"pd-title"
>
{{
item
.
title
}}
</h3>
<div
class=
"pd-departure"
>
出發日期:
{{
item
.
startDate
}}
<span
class=
"more"
@
click=
"GotoDetails(item)"
>
...更多
</span>
<span
class=
"more"
@
click=
"GotoDetails(item)"
style=
"cursor:pointer"
>
...更多
</span>
</div>
</div>
</a>
...
...
src/components/searchdata/list.vue
View file @
98e5d0a4
...
...
@@ -17,7 +17,7 @@
</a>
<div
class=
"group-main"
>
<div
class=
"group-info"
>
<div
class=
"group-name"
style=
"margin-bottom:5px;"
>
<div
class=
"group-name"
style=
"margin-bottom:5px;
cursor:pointer"
@
click=
"GotoDetails(item)
"
>
{{
item
.
title
}}
</div>
<div
class=
"group-detail"
>
...
...
@@ -39,7 +39,7 @@
<div
class=
"price_Search"
>
<small
class=
"price_unit"
>
TWD$
</small>
{{
item
.
b2BPrice
}}
</div>
<a
class=
"btn_warning"
@
click=
"GotoDetails(item)"
>
更多出發日
</a>
<a
class=
"btn_warning"
@
click=
"GotoDetails(item)"
style=
"cursor:pointer"
>
更多出發日
</a>
</div>
</div>
</div>
...
...
src/pages/Search.vue
View file @
98e5d0a4
...
...
@@ -847,12 +847,7 @@
:val=
"item.id"
@
input=
"changeData"
/>
</div>
</div>
<!-- <div class="full_listDiv">
<div class="full_title">主要航班</div>
<div class="q-gutter-sm">
<q-checkbox right-label v-model="flight" label="長榮" />
</div>
</div> -->
<div
class=
"full_listDiv"
>
<div
class=
"full_title"
>
出發星期
</div>
<div
class=
"q-gutter-sm"
>
...
...
@@ -902,7 +897,7 @@
</div>
</div>
<div
v-show=
"tab=='kw'"
class=
"q-mb-md"
>
<q-input
filled
id=
"search_key"
v-model=
"qMsg.searchKey"
@
input=
"changeData"
class=
"bg-grey-1"
<q-input
filled
id=
"search_key"
v-model=
"qMsg.searchKey"
class=
"bg-grey-1"
:label=
"$t('search')"
/>
</div>
<div
class=
"q-mb-md row"
>
...
...
@@ -911,7 +906,7 @@
class=
"bg-grey-1"
>
<
template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"qDateProxy7"
@
input=
"changeData"
>
<q-popup-proxy
ref=
"qDateProxy7"
>
<q-date
mask=
"YYYY-MM-DD"
:title=
"$t('search_date_begin')"
subtitle=
"選擇"
v-model=
"qMsg.startDate"
@
input=
"() => $refs.qDateProxy7.hide()"
/>
</q-popup-proxy>
...
...
@@ -923,7 +918,7 @@
<q-input
filled
v-model=
"qMsg.endDate"
:label=
"$t('search_date_end')"
mask=
"date"
class=
"bg-grey-1"
>
<
template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"qDateProxy8"
@
input=
"changeData"
>
<q-popup-proxy
ref=
"qDateProxy8"
>
<q-date
mask=
"YYYY-MM-DD"
:title=
"$t('search_date_begin')"
subtitle=
"選擇"
v-model=
"qMsg.endDate"
@
input=
"() => $refs.qDateProxy8.hide()"
/>
</q-popup-proxy>
...
...
@@ -971,7 +966,7 @@
</div>
</div>
<div
v-show=
"tab=='kw'"
class=
"q-mb-md"
>
<q-input
filled
id=
"search_key"
v-model=
"qMsg.searchKey"
@
input=
"changeData"
class=
"bg-grey-1"
<q-input
filled
id=
"search_key"
v-model=
"qMsg.searchKey"
class=
"bg-grey-1"
:label=
"$t('search')"
/>
</div>
<div
class=
"q-mb-md row"
>
...
...
@@ -979,7 +974,7 @@
<q-input
filled
v-model=
"qMsg.startDate"
:label=
"$t('search_date_begin')"
mask=
"date"
class=
"bg-grey-1"
>
<
template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"qDateProxy7"
@
input=
"changeData"
>
<q-popup-proxy
ref=
"qDateProxy7"
>
<q-date
mask=
"YYYY-MM-DD"
:title=
"$t('search_date_begin')"
subtitle=
"選擇"
v-model=
"qMsg.startDate"
@
input=
"() => $refs.qDateProxy7.hide()"
/>
</q-popup-proxy>
...
...
@@ -991,7 +986,7 @@
<q-input
filled
v-model=
"qMsg.endDate"
:label=
"$t('search_date_end')"
mask=
"date"
class=
"bg-grey-1"
>
<
template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"qDateProxy8"
@
input=
"changeData"
>
<q-popup-proxy
ref=
"qDateProxy8"
>
<q-date
mask=
"YYYY-MM-DD"
:title=
"$t('search_date_begin')"
subtitle=
"選擇"
v-model=
"qMsg.endDate"
@
input=
"() => $refs.qDateProxy8.hide()"
/>
</q-popup-proxy>
...
...
@@ -1304,7 +1299,7 @@
//数据改变
changeData
()
{
this
.
qMsg
.
pageIndex
=
1
;
//
this.goSearchHandler();
this
.
goSearchHandler
();
},
//分页方法
getPage
()
{
...
...
src/pages/usercenter/orderinfo.vue
View file @
98e5d0a4
...
...
@@ -81,15 +81,15 @@
.total-price
{
margin-top
:
5px
;
padding-top
:
10
px
;
padding-top
:
25
px
;
border-top
:
1px
dashed
#eee
;
font-weight
:
700
;
}
.d-Mytitle
{
display
:
flex
;
flex-basis
:
85px
;
color
:
#333
;
text-align
:
right
;
}
.total-price
b
{
...
...
@@ -162,16 +162,16 @@
<div
class=
"d-block-title"
>
付款資訊
</div>
<div
class=
"d-row-between"
>
<div
class=
"d-Mytitle"
>
成人
</div>
<div
class=
"d
_content
"
>
{{
InfoData
.
Unit_Price
}}
</div>
<div
class=
"d
_content
"
>
X
{{
InfoData
.
ManNum
}}
</div>
<div
class=
"d-
content
"
>
{{
(
InfoData
.
Unit_Price
*
InfoData
.
ManNum
)
}}
<div
class=
"d
-Mytitle
"
>
{{
InfoData
.
Unit_Price
}}
</div>
<div
class=
"d
-Mytitle
"
>
X
{{
InfoData
.
ManNum
}}
</div>
<div
class=
"d-
Mytitle
"
>
{{
(
InfoData
.
Unit_Price
*
InfoData
.
ManNum
)
}}
</div>
</div>
<div
class=
"d-row-between"
>
<div
class=
"d-Mytitle"
>
小孩
</div>
<div
class=
"d
_content
"
>
{{
InfoData
.
Unit_Price
+
modelPrice
.
BabyChargePrice
-
modelPrice
.
DiscountPrice
}}
</div>
<div
class=
"d
_content
"
>
X
{{
InfoData
.
ChirdNum
}}
</div>
<div
class=
"d-
content
"
>
<div
class=
"d
-Mytitle
"
>
{{
InfoData
.
Unit_Price
+
modelPrice
.
BabyChargePrice
-
modelPrice
.
DiscountPrice
}}
</div>
<div
class=
"d
-Mytitle
"
>
X
{{
InfoData
.
ChirdNum
}}
</div>
<div
class=
"d-
Mytitle
"
>
{{
(
InfoData
.
Unit_Price
+
modelPrice
.
BabyChargePrice
-
modelPrice
.
DiscountPrice
)
*
InfoData
.
ChirdNum
}}
</div>
</div>
<div
class=
"d-row-between"
>
...
...
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