Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
4225acc9
Commit
4225acc9
authored
Sep 12, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退票规则字段修改
parent
c758b326
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
buyKnow.vue
components/buyKnow.vue
+2
-2
jointElectronicTicket.vue
.../my/order/jointElectronicTicket/jointElectronicTicket.vue
+8
-8
No files found.
components/buyKnow.vue
View file @
4225acc9
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<!-- 未配置文字内容 -->
<!-- 未配置文字内容 -->
<template
v-else
>
<template
v-else
>
<!-- 使用日期前 -->
<!-- 使用日期前 -->
<text
v-if=
"buyKnowData.productRefundRuleVo.refundTime
Rul
e==1"
>
<text
v-if=
"buyKnowData.productRefundRuleVo.refundTime
Typ
e==1"
>
<text
v-if=
"item.refundDay==0"
>
<text
v-if=
"item.refundDay==0"
>
使用日期当天
{{
item
.
refundTime
}}
之前可退
使用日期当天
{{
item
.
refundTime
}}
之前可退
</text>
</text>
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
</text>
</text>
</text>
</text>
<!-- 过期 -->
<!-- 过期 -->
<text
v-if=
"buyKnowData.productRefundRuleVo.refundTime
Rul
e==2"
>
<text
v-if=
"buyKnowData.productRefundRuleVo.refundTime
Typ
e==2"
>
<text
v-if=
"item.refundDay==0"
>
<text
v-if=
"item.refundDay==0"
>
过期当天
{{
item
.
refundTime
}}
之前可退
过期当天
{{
item
.
refundTime
}}
之前可退
</text>
</text>
...
...
pages/my/order/jointElectronicTicket/jointElectronicTicket.vue
View file @
4225acc9
...
@@ -264,7 +264,7 @@
...
@@ -264,7 +264,7 @@
<!-- 未配置文字内容 -->
<!-- 未配置文字内容 -->
<
template
v-else
>
<
template
v-else
>
<!-- 使用日期前 -->
<!-- 使用日期前 -->
<text
v-if=
"item2.refundTime
Rul
e==1"
>
<text
v-if=
"item2.refundTime
Typ
e==1"
>
<text
v-if=
"item2.refundDay==0"
>
<text
v-if=
"item2.refundDay==0"
>
使用日期当天
{{
item2
.
refundTime
}}
之前可退
使用日期当天
{{
item2
.
refundTime
}}
之前可退
</text>
</text>
...
@@ -273,7 +273,7 @@
...
@@ -273,7 +273,7 @@
</text>
</text>
</text>
</text>
<!-- 过期 -->
<!-- 过期 -->
<text
v-if=
"item2.refundTime
Rul
e==2"
>
<text
v-if=
"item2.refundTime
Typ
e==2"
>
<text
v-if=
"item2.refundDay==0"
>
<text
v-if=
"item2.refundDay==0"
>
过期当天
{{
item2
.
refundTime
}}
之前可退
过期当天
{{
item2
.
refundTime
}}
之前可退
</text>
</text>
...
@@ -306,7 +306,7 @@
...
@@ -306,7 +306,7 @@
<!-- 未配置文字内容 -->
<!-- 未配置文字内容 -->
<
template
v-else
>
<
template
v-else
>
<!-- 使用日期前 -->
<!-- 使用日期前 -->
<text
v-if=
"item.refundTime
Rul
e==1"
>
<text
v-if=
"item.refundTime
Typ
e==1"
>
<text
v-if=
"item.refundDay==0"
>
<text
v-if=
"item.refundDay==0"
>
使用日期当天
{{
item
.
refundTime
}}
之前可退
使用日期当天
{{
item
.
refundTime
}}
之前可退
</text>
</text>
...
@@ -315,7 +315,7 @@
...
@@ -315,7 +315,7 @@
</text>
</text>
</text>
</text>
<!-- 过期 -->
<!-- 过期 -->
<text
v-if=
"item.refundTime
Rul
e==2"
>
<text
v-if=
"item.refundTime
Typ
e==2"
>
<text
v-if=
"item.refundDay==0"
>
<text
v-if=
"item.refundDay==0"
>
过期当天
{{
item
.
refundTime
}}
之前可退
过期当天
{{
item
.
refundTime
}}
之前可退
</text>
</text>
...
@@ -651,12 +651,12 @@ export default {
...
@@ -651,12 +651,12 @@ export default {
let
refundTime
=
''
let
refundTime
=
''
if
(
item2
.
refundDay
){
if
(
item2
.
refundDay
){
//1使用日期前
//1使用日期前
if
(
item2
.
refundTime
Rul
e
==
1
){
if
(
item2
.
refundTime
Typ
e
==
1
){
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
-
item2
.
refundDay
)
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
-
item2
.
refundDay
)
refundTime
=
playDate
+
' '
+
item2
.
refundTime
refundTime
=
playDate
+
' '
+
item2
.
refundTime
}
}
//2过期后
//2过期后
if
(
item2
.
refundTime
Rul
e
==
2
){
if
(
item2
.
refundTime
Typ
e
==
2
){
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
item2
.
refundDay
)
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
item2
.
refundDay
)
refundTime
=
playDate
+
' '
+
item2
.
refundTime
refundTime
=
playDate
+
' '
+
item2
.
refundTime
}
}
...
@@ -723,12 +723,12 @@ export default {
...
@@ -723,12 +723,12 @@ export default {
let
refundTime
=
''
let
refundTime
=
''
if
(
item
.
refundDay
){
if
(
item
.
refundDay
){
//1使用日期前
//1使用日期前
if
(
item
.
refundTime
Rul
e
==
1
){
if
(
item
.
refundTime
Typ
e
==
1
){
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
-
item
.
refundDay
)
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
-
item
.
refundDay
)
refundTime
=
playDate
+
' '
+
item
.
refundTime
refundTime
=
playDate
+
' '
+
item
.
refundTime
}
}
//2过期后
//2过期后
if
(
item
.
refundTime
Rul
e
==
2
){
if
(
item
.
refundTime
Typ
e
==
2
){
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
item
.
refundDay
)
let
playDate
=
this
.
getNewDate
(
orderInfo
.
playDate
,
item
.
refundDay
)
refundTime
=
playDate
+
' '
+
item
.
refundTime
refundTime
=
playDate
+
' '
+
item
.
refundTime
}
}
...
...
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