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
6e47ec1e
Commit
6e47ec1e
authored
May 08, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消政策
parent
6e82a44d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
22 deletions
+42
-22
cancelProgress.vue
components/cancelPrompt/cancelProgress.vue
+32
-17
cancelPrompt.vue
components/cancelPrompt/cancelPrompt.vue
+3
-1
index.vue
pages/bus/index.vue
+1
-3
orderdetails.vue
pages/bus/orderdetails.vue
+6
-1
No files found.
components/cancelPrompt/cancelProgress.vue
View file @
6e47ec1e
...
@@ -138,22 +138,37 @@
...
@@ -138,22 +138,37 @@
<Text>
取消政策
</Text>
<Text>
取消政策
</Text>
</view>
</view>
<view
class=
"showModalCTisp"
>
<view
class=
"showModalCTisp"
>
<view
class=
"showModalTisp"
>
<template
v-if=
"CancelPolicy"
>
旅游者在
<text>
行程开始前7日以内提出解除合同,
</text>
<view
class=
"showModalTisp"
>
将按下列标准扣除必要的费用:
旅游者在
<text>
行程开始前提出解除合同,
</text>
</view>
将按下列标准扣除必要的费用:
<view
class=
"showModalCTNK column"
>
</view>
<Text>
行程开始前6日至4日
</Text>
<view
class=
"showModalCTNK column"
>
<Text>
按旅游费用总额的20%
</Text>
<Text>
行程开始前
</Text>
</view>
<Text
style=
"max-height: 300rpx;overflow-y: scroll;"
>
<view
class=
"showModalCTNK column"
>
{{
CancelPolicy
!=
'暂无'
?
CancelPolicy
:
'以实际退款为准'
}}
<Text>
行程开始前3日至1日
</Text>
</Text>
<Text>
按旅游费用总额的40%
</Text>
</view>
</view>
</
template
>
<view
class=
"showModalCTNK column"
>
<
template
v-else
>
<Text>
行程开始当日
</Text>
<view
class=
"showModalTisp"
>
<Text>
按旅游费用总额的60%
</Text>
旅游者在
<text>
行程开始前7日以内提出解除合同,
</text>
</view>
将按下列标准扣除必要的费用:
</view>
<view
class=
"showModalCTNK column"
>
<Text>
行程开始前6日至4日
</Text>
<Text>
按旅游费用总额的20%
</Text>
</view>
<view
class=
"showModalCTNK column"
>
<Text>
行程开始前3日至1日
</Text>
<Text>
按旅游费用总额的40%
</Text>
</view>
<view
class=
"showModalCTNK column"
>
<Text>
行程开始当日
</Text>
<Text>
按旅游费用总额的60%
</Text>
</view>
</
template
>
</view>
</view>
<view
class=
"vip-box"
v-if=
"datas.OrderStatus==5"
>
<view
class=
"vip-box"
v-if=
"datas.OrderStatus==5"
>
<view
class=
"vip-title"
>
进度
</view>
<view
class=
"vip-title"
>
进度
</view>
...
@@ -176,7 +191,7 @@
...
@@ -176,7 +191,7 @@
</template>
</template>
<
script
>
<
script
>
export
default
{
export
default
{
props
:[
'datas'
,
'type'
],
props
:[
'datas'
,
'type'
,
'CancelPolicy'
],
data
(){
data
(){
return
{
return
{
vipInfo
:{
vipInfo
:{
...
...
components/cancelPrompt/cancelPrompt.vue
View file @
6e47ec1e
...
@@ -149,7 +149,9 @@
...
@@ -149,7 +149,9 @@
</view>
</view>
<view
class=
"showModalCTNK column"
>
<view
class=
"showModalCTNK column"
>
<Text>
行程开始前
</Text>
<Text>
行程开始前
</Text>
<Text>
{{
CancelPolicy
!=
'暂无'
?
CancelPolicy
:
'以实际退款为准'
}}
</Text>
<Text
style=
"max-height: 300rpx;overflow-y: scroll;"
>
{{
CancelPolicy
!=
'暂无'
?
CancelPolicy
:
'以实际退款为准'
}}
</Text>
</view>
</view>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
...
...
pages/bus/index.vue
View file @
6e47ec1e
...
@@ -526,9 +526,7 @@
...
@@ -526,9 +526,7 @@
this
.
scrollTop
=
val
.
target
.
scrollTop
this
.
scrollTop
=
val
.
target
.
scrollTop
},
},
goHomeHandle
(){
goHomeHandle
(){
uni
.
redirectTo
({
uni
.
navigateBack
({
delta
:
-
1
})
url
:
'/pages/index/index'
})
}
}
}
}
}
}
...
...
pages/bus/orderdetails.vue
View file @
6e47ec1e
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
</view>
</view>
</view>
</view>
<view
v-if=
"orderData.OrderStatus==5"
style=
"padding: 0 30rpx;"
>
<view
v-if=
"orderData.OrderStatus==5"
style=
"padding: 0 30rpx;"
>
<cancelProgress
:datas=
"orderData"
></cancelProgress>
<cancelProgress
:datas=
"orderData"
:CancelPolicy=
"CancelPolicy"
></cancelProgress>
</view>
</view>
<view
class=
"ReservationInforBox"
>
<view
class=
"ReservationInforBox"
>
<view
class=
"big-title"
>
<view
class=
"big-title"
>
...
@@ -651,6 +651,11 @@
...
@@ -651,6 +651,11 @@
const
parameter
=
{
ErpOrderId
:
this
.
id
,
OrderTypeStr
:
'Vehicle'
}
const
parameter
=
{
ErpOrderId
:
this
.
id
,
OrderTypeStr
:
'Vehicle'
}
this
.
apipost
(
"GetDetailsByErpOrderId_post"
,
parameter
,
res
=>
{
this
.
apipost
(
"GetDetailsByErpOrderId_post"
,
parameter
,
res
=>
{
if
(
res
.
resultCode
==
1
){
if
(
res
.
resultCode
==
1
){
this
.
orderData
=
{
...
this
.
orderData
,
...
res
.
data
,
CreateTime
:
this
.
orderData
.
CreateTime
,
}
this
.
OrderNo
=
res
.
data
.
OrderNo
this
.
OrderNo
=
res
.
data
.
OrderNo
this
.
formatStatus
(
this
.
formatStatus
(
res
.
data
.
OrderStatus
,
res
.
data
.
OrderStatus
,
...
...
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