Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
c98a50be
Commit
c98a50be
authored
Oct 26, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
127025e5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
9 deletions
+29
-9
AirplanePassengerAddEditing.vue
pages/airTicket/AirplanePassengerAddEditing.vue
+23
-2
TicketOrderDetails.vue
pages/airTicket/TicketOrderDetails.vue
+0
-5
style.css
pages/airTicket/style.css
+4
-0
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+2
-2
No files found.
pages/airTicket/AirplanePassengerAddEditing.vue
View file @
c98a50be
...
...
@@ -179,13 +179,17 @@
<view
class=
"fz30 fontBold textCenter MB30 PX53 relative"
>
选择国籍
</view>
<view
class=
"bgF5 PX20"
style=
"height: 80rpx;line-height: 80rpx;"
>
<u-search
placeholder=
"关键字搜索"
v-model=
"searchName"
input-align=
"left"
:value=
"searchName"
text-color=
"#111"
bg-color=
"rgba(0,0,0,0)"
:show-action=
"false"
></u-search>
</view>
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
style=
"width: 100%; height: calc(100vh - 50vh);"
>
<view
class=
"column"
>
<template
v-for=
"(x,i) in countryList"
>
<view
class=
"PX53"
>
<view
class=
"
PY20 row-sb-n
"
@
click=
"getNationality(x)"
<view
class=
"
row-sb-n"
style=
"height: 75rpx;line-height: 75rpx
"
@
click=
"getNationality(x)"
:class=
"[addMsg.Nationality==x.ID?'colorDEBF7B':'']"
>
<text>
{{
x
.
Name
}}
...
...
@@ -221,7 +225,9 @@
},
data
()
{
return
{
searchName
:
''
,
showNationalityPreviwe
:
false
,
countryListAll
:[],
countryList
:[],
showCalendarPreviwe
:
false
,
loading
:
false
,
...
...
@@ -282,9 +288,24 @@
handler
(
newVal
,
oldval
)
{
}
},
searchName
:{
handler
(
newVal
,
oldval
)
{
let
countryListAll
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
countryListAll
))
if
(
!
newVal
){
this
.
countryList
=
countryListAll
}
else
{
this
.
countryList
=
countryListAll
.
filter
(
x
=>
{
return
x
.
Name
.
indexOf
(
newVal
)
!=-
1
})
}
}
}
},
methods
:
{
getSearch
(){
},
getNationality
(
item
){
this
.
addMsg
.
Nationality
=
item
.
ID
this
.
addMsg
.
NationalityName
=
item
.
Name
...
...
@@ -292,7 +313,7 @@
getCountryList
()
{
//获取国家
let
msg
=
{};
this
.
apipost
(
'dict_post_Destination_GetCountry'
,
msg
,
res
=>
{
this
.
countryList
=
[]
this
.
countryList
All
=
res
.
data
this
.
countryList
=
res
.
data
},
err
=>
{})
},
...
...
pages/airTicket/TicketOrderDetails.vue
View file @
c98a50be
...
...
@@ -234,7 +234,6 @@
if
(
res
.
resultCode
==
1
){
this
.
GuestList
=
[]
this
.
NewGuestList
=
[]
console
.
log
(
res
.
data
,
'======='
)
this
.
orderData
=
res
.
data
;
// IsChargeLossOrders 1是收损单 2否
// IsApplyForCancel 1是小程序端发起取消 2否
...
...
@@ -608,10 +607,6 @@
.TicketOrderDetailsGet-box
{
margin
:
46
rpx
53
rpx
51
rpx
53
rpx
;
}
.TicketOrderDetailsGet-close
{
right
:
0
;
top
:
0
;
}
.TicketOrderDetailsGetC
{
padding-bottom
:
300
rpx
;
}
...
...
pages/airTicket/style.css
View file @
c98a50be
...
...
@@ -124,4 +124,8 @@
border-radius
:
6
rpx
;
padding
:
0
rpx
6
rpx
3
rpx
6
rpx
;
top
:
-34
rpx
;
}
.TicketOrderDetailsGet-close
{
right
:
0
;
top
:
0
;
}
\ No newline at end of file
pages/jiuzhai/jz_LineDetail.vue
View file @
c98a50be
...
...
@@ -638,7 +638,7 @@
</view>
</view>
</view> 罗超 2023-09-20 -->
<view
v-if=
"d.length<
4
"
>
<view
v-if=
"d.length<
0
"
>
<view
v-for=
"(x,i) in d"
:key=
"i"
>
<view
style=
"font-size: 32rpx;font-family: nav-font;font-weight: 600;display: flex;"
>
<text>
第 {{(i+1)}} 天
</text>
...
...
@@ -756,7 +756,7 @@
<
/view
>
<
/view
>
<
view
style
=
"padding-bottom: 22px;background-color: #FFF;"
v
-
if
=
"dataList.feature.detailsImageList && d.length>
3
"
>
<
view
style
=
"padding-bottom: 22px;background-color: #FFF;"
v
-
if
=
"dataList.feature.detailsImageList && d.length>
0
"
>
<
image
:
src
=
"x"
@
click
=
'previewTravelPicHandler(x,dataList.feature.detailsImageList)'
mode
=
"widthFix"
style
=
"width: 100%;height: auto;margin-bottom: 10px;"
v
-
for
=
"x in dataList.feature.detailsImageList"
><
/image
>
<
/view
>
<
view
...
...
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