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
a929f714
Commit
a929f714
authored
Oct 14, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/jz_travel
into master
parents
1396ad64
68614726
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
19 deletions
+32
-19
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+1
-1
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+2
-2
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+29
-16
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
a929f714
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
style=
"display:none;"
>
<span
style=
"display: inline-block; position: relative"
>
<span
style=
"display: inline-block; position: relative"
>
<text
<text
style=
"
style=
"
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
a929f714
...
@@ -308,7 +308,7 @@
...
@@ -308,7 +308,7 @@
v-for=
"(subItem, subIndex) in GuestList"
v-for=
"(subItem, subIndex) in GuestList"
:key=
"subIndex"
:key=
"subIndex"
>
>
<view
style=
"margin: 10rpx 0 15rpx 0"
>
游客
:
{{
subIndex
+
1
}}
</view>
<view
style=
"margin: 10rpx 0 15rpx 0"
>
游客
{{
subIndex
+
1
}}
</view>
<view
class=
"form-items"
>
<view
class=
"form-items"
>
<view
class=
"label"
>
游客姓名
</view>
<view
class=
"label"
>
游客姓名
</view>
<view
class=
"val"
>
<view
class=
"val"
>
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,7 @@
</view>
</view>
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"form-items"
>
<view
class=
"label"
>
学生
{{
subItem
.
IsHightSchool
}}
</view>
<view
class=
"label"
>
学生
</view>
<view
class=
"val"
style=
"margin-top: -20rpx"
>
<view
class=
"val"
style=
"margin-top: -20rpx"
>
<!--
<u-checkbox-group>
<!--
<u-checkbox-group>
<u-checkbox
v-model=
"subItem.IsHightSchool"
></u-checkbox>
<u-checkbox
v-model=
"subItem.IsHightSchool"
></u-checkbox>
...
...
pages/jiuzhai/jz_SureOrder.vue
View file @
a929f714
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
}
}
.jz_OrderReNow
{
.jz_OrderReNow
{
width
:
1
5
0
rpx
;
width
:
1
7
0
rpx
;
height
:
80
rpx
;
height
:
80
rpx
;
background-color
:
#111111
;
background-color
:
#111111
;
text-align
:
center
;
text-align
:
center
;
...
@@ -202,9 +202,6 @@
...
@@ -202,9 +202,6 @@
font-size
:
28px
;
font-size
:
28px
;
font-weight
:
500
;
font-weight
:
500
;
}
}
.jz_form
.form-items
:last-child
{
border-bottom
:
none
;
}
.jz_form
.form-items
.label
{
.jz_form
.form-items
.label
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
600
;
font-weight
:
600
;
...
@@ -324,6 +321,12 @@
...
@@ -324,6 +321,12 @@
font-weight
:
500
;
font-weight
:
500
;
width
:
100%
;
width
:
100%
;
}
}
.jz_MyGuestList
.label
{
width
:
56px
;
}
.jz_MyGuestList
{
margin-top
:
40
rpx
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<view
class=
"jz_Reserve"
v-if=
"orderData"
>
<view
class=
"jz_Reserve"
v-if=
"orderData"
>
...
@@ -443,19 +446,29 @@
...
@@ -443,19 +446,29 @@
{{
orderData
.
model
.
CreateDate
.
replace
(
"T"
,
" "
)
}}
{{
orderData
.
model
.
CreateDate
.
replace
(
"T"
,
" "
)
}}
</view>
</view>
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"label"
>
游客姓名
</view>
<view
class=
"jz_SureVal"
>
{{
orderData
.
model
.
ContactName
}}
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"label"
>
联系电话
</view>
<view
class=
"jz_SureVal"
>
{{
orderData
.
model
.
ContactMobile
}}
</view>
</view>
</view>
</view>
<view
class=
"empty-block"
></view>
<view
class=
"jz_form jz_MyGuestList"
v-for=
"(subItem, subIndex) in orderData.model.GuestList"
:key=
"subIndex"
>
<view
style=
"margin: 10rpx 0 20rpx 0"
>
游客
{{
subIndex
+
1
}}
</view>
<view
class=
"form-items"
>
<view
class=
"label"
>
游客姓名
</view>
<view
class=
"jz_SureVal"
>
{{
subItem
.
SurName
}}{{
subItem
.
Name
}}
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"label"
>
联系电话
</view>
<view
class=
"jz_SureVal"
>
{{
subItem
.
MobilePhone
}}
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"label"
>
身份证
</view>
<view
class=
"jz_SureVal"
>
{{
subItem
.
IdCard
}}
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"label"
>
学生
</view>
<view
class=
"jz_SureVal"
>
{{
subItem
.
IsHightSchool
==
1
?
'是'
:
'否'
}}
</view>
</view>
</view>
<view
class=
"empty-block"
></view>
<view
class=
"empty-block"
></view>
<view
style=
"padding: 50rpx 40rpx"
>
<view
style=
"padding: 50rpx 40rpx"
>
<view
class=
"big-title"
>
<view
class=
"big-title"
>
...
...
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