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
7c28126f
Commit
7c28126f
authored
Jun 16, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改包车
parent
3ee9aaed
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
46 additions
and
19 deletions
+46
-19
bookaCarList.vue
pages/guidecar/bookaCarList.vue
+6
-3
Calendar.vue
pages/guidecar/components/Calendar.vue
+3
-3
map.vue
pages/guidecar/map.vue
+1
-1
returncarList.vue
pages/guidecar/returncarList.vue
+8
-5
specialCarReserve.vue
pages/guidecar/specialCarReserve.vue
+17
-1
allorderList.vue
pages/jiuzhai/allorderList.vue
+11
-6
No files found.
pages/guidecar/bookaCarList.vue
View file @
7c28126f
...
...
@@ -403,7 +403,9 @@
<view
class=
'chufatime'
>
{{
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
AboutTime
!=
null
&&
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
AboutTime
!=
''
?
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
AboutTime
:
''
}}
</view>
<view
class=
"setoutdian"
style=
"background: #DFBE6E;"
></view>
<view
class=
"setoutdian"
v-if=
"x.SiteList[x.SiteList.length-1].Type==1"
></view>
<view
class=
"setoutdian"
v-if=
"x.SiteList[x.SiteList.length-1].Type==2"
style=
"background: #DFBE6E;"
></view>
<view
class=
"setoutdian"
v-else
style=
"background: #CCCCCC;"
></view>
<view
class=
"s-c-place"
>
{{
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
Name
}}
</view>
</view>
<view
class=
"s-c-r sold"
>
...
...
@@ -419,8 +421,9 @@
<view
class=
'chufatime'
>
{{
item
.
AboutTime
!=
null
&&
item
.
AboutTime
!=
''
?
item
.
AboutTime
:
''
}}
</view>
<view
class=
"setoutdian"
v-if=
"x.SiteList.length-1 !=index"
></view>
<view
class=
"setoutdian"
v-else
style=
"background: #DFBE6E;"
></view>
<view
class=
"setoutdian"
v-if=
"item.Type==1"
></view>
<view
class=
"setoutdian"
v-else-if=
"item.Type==2"
style=
"background: #DFBE6E;"
></view>
<view
class=
"setoutdian"
v-else
style=
"background: #CCCCCC;"
></view>
<view
class=
"s-c-place"
>
{{
item
.
Name
}}
</view>
</view>
<view
class=
"s-c-r prices"
v-if=
"index==0"
>
...
...
pages/guidecar/components/Calendar.vue
View file @
7c28126f
...
...
@@ -5,7 +5,7 @@
<view
style=
"width: 100%;height: 40px;padding:0 15px ;
display: flex;align-items: center;justify-content: flex-end;position: relative;
"
>
<u-icon
name=
"close"
color=
"#1
C75FF
"
size=
"48"
@
click=
"closeHandler"
/>
<u-icon
name=
"close"
color=
"#1
11111
"
size=
"48"
@
click=
"closeHandler"
/>
<!-- //三角形 -->
<view
class=
"sjx"
></view>
</view>
...
...
@@ -92,7 +92,7 @@ export default {
},
themeColor
:
{
//主题色
type
:
[
String
],
default
:
"#1
C75FF
"
default
:
"#1
11111
"
}
},
data
()
{
...
...
@@ -442,7 +442,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
@color: #1
C75FF
;
@color: #1
11111
;
.calendar-tz {
width: 100%;
height: 100vh;
...
...
pages/guidecar/map.vue
View file @
7c28126f
...
...
@@ -59,7 +59,7 @@
this
.
details
.
SiteList
.
forEach
(
x
=>
{
if
(
x
.
Type
==
1
){
this
.
upcar
.
push
(
x
)
}
else
{
}
else
if
(
x
.
Type
==
2
)
{
this
.
downcar
.
push
(
x
)
}
})
...
...
pages/guidecar/returncarList.vue
View file @
7c28126f
...
...
@@ -446,8 +446,10 @@
<view
class=
"s-c-l"
>
<view
class=
'chufatime'
>
{{
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
AboutTime
!=
null
&&
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
AboutTime
!=
''
?
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
AboutTime
:
''
}}
</view>
<view
class=
"setoutdian"
style=
"background: #DFBE6E;"
></view>
</view>
<view
class=
"setoutdian"
v-if=
"x.SiteList[x.SiteList.length-1].Type==1"
></view>
<view
class=
"setoutdian"
v-if=
"x.SiteList[x.SiteList.length-1].Type==2"
style=
"background: #DFBE6E;"
></view>
<view
class=
"setoutdian"
v-else
style=
"background: #CCCCCC;"
></view>
<view
class=
"s-c-place"
>
{{
x
.
SiteList
[
x
.
SiteList
.
length
-
1
].
Name
}}
</view>
</view>
<view
class=
"s-c-r sold"
>
...
...
@@ -463,8 +465,9 @@
<view
class=
'chufatime'
>
{{
item
.
AboutTime
!=
null
&&
item
.
AboutTime
!=
''
?
item
.
AboutTime
:
''
}}
</view>
<view
class=
"setoutdian"
v-if=
"x.SiteList.length-1 !=index"
></view>
<view
class=
"setoutdian"
v-else
style=
"background: #DFBE6E;"
></view>
<view
class=
"setoutdian"
v-if=
"item.Type==1"
></view>
<view
class=
"setoutdian"
v-else-if=
"item.Type==2"
style=
"background: #DFBE6E;"
></view>
<view
class=
"setoutdian"
v-else
style=
"background: #CCCCCC;"
></view>
<view
class=
"s-c-place"
>
{{
item
.
Name
}}
</view>
</view>
<view
class=
"s-c-r prices"
v-if=
"index==0"
>
...
...
@@ -662,7 +665,7 @@
let
nowtime
=
date1
.
getFullYear
()
+
"-"
+
carMonth
+
"-"
+
carDays
;
this
.
msg
.
Q_Date
=
nowtime
}
else
{
this
.
msg
.
Q_Date
=
this
.
carMsg
.
Q
_Date
;
this
.
msg
.
Q_Date
=
this
.
carMsg
.
F
_Date
;
}
}
...
...
pages/guidecar/specialCarReserve.vue
View file @
7c28126f
...
...
@@ -152,7 +152,7 @@
{{
GoModel
.
ArriveCityName
}}
</div>
</view>
<view
class=
"box-top"
style=
"height:
13
0px;"
v-if=
"addMsg.BackPlanId>0"
>
<view
class=
"box-top"
style=
"height:
9
0px;"
v-if=
"addMsg.BackPlanId>0"
>
<div
class=
'onetext'
>
{{
GoModel
.
StartCityName
}}
</div>
...
...
@@ -448,6 +448,22 @@
})
return
}
if
(
this
.
addMsg
.
BackPlanId
&&
this
.
addMsg
.
BackPlanId
>
0
){
if
(
this
.
addMsg
.
BackDepartAddress
==
''
){
uni
.
showToast
({
title
:
'请选择返程出发地点'
,
icon
:
'none'
})
return
}
if
(
this
.
addMsg
.
BackArriveAddress
==
''
){
uni
.
showToast
({
title
:
'请选择返程到达地点'
,
icon
:
'none'
})
return
}
}
if
((
this
.
addMsg
.
PeopleNumber
+
this
.
addMsg
.
ChildNumber
)
<
1
){
uni
.
showToast
({
title
:
'请选择出发人数'
,
...
...
pages/jiuzhai/allorderList.vue
View file @
7c28126f
...
...
@@ -249,13 +249,18 @@
</view>
</view>
<view
style=
"font-size: 14px;color: #111111;margin-top: 10px;text-align: right;"
v-if=
"item.OrderType == 4"
>
总人数:
{{
item
.
CarList
[
0
].
PeopleNumber
+
item
.
CarList
[
0
].
ChildNumber
}}
人
</view>
<view
style=
"font-size: 14px;color: #111111;margin-top: 10px;text-align: right;"
>
金额:¥
{{
item
.
PreferPrice
}}
元
<view
style=
"width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: 10px;font-size: 14px;color: #111111;"
>
<view
style=
""
>
<span
v-if=
"item.OrderType == 4"
>
人数:
{{
item
.
CarList
[
0
].
PeopleNumber
+
item
.
CarList
[
0
].
ChildNumber
}}
人
</span>
</view>
<view>
¥
{{
item
.
PreferPrice
}}
元
</view>
</view>
<view
style=
"display: flex;justify-content: flex-end;margin-top: 5px;"
>
<view
class=
"zailaiyidan"
v-if=
"item.OrderStatus == 3 || item.OrderStatus == 4 || item.OrderStatus == 5"
@
click
.
stop=
"onemoreorder(item)"
>
再来一单
...
...
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