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
c4dc9b5e
Commit
c4dc9b5e
authored
Jul 08, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug处理
parent
5ad666f0
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1076 additions
and
63 deletions
+1076
-63
distributionCombiChooseOld.vue
...on/distributionCombiChoose/distributionCombiChooseOld.vue
+1012
-0
jointElectronicTicket.vue
.../my/order/jointElectronicTicket/jointElectronicTicket.vue
+64
-63
No files found.
pages/combination/distributionCombiChoose/distributionCombiChooseOld.vue
0 → 100644
View file @
c4dc9b5e
This diff is collapsed.
Click to expand it.
pages/my/order/jointElectronicTicket/jointElectronicTicket.vue
View file @
c4dc9b5e
...
@@ -350,7 +350,7 @@
...
@@ -350,7 +350,7 @@
申请退票
申请退票
</view>
</view>
<radio-group
@
change=
"radioChange"
>
<radio-group
@
change=
"radioChange"
>
<label
class=
"subradio"
v-if=
"item.i
s
Refund"
v-for=
"(item,index) in orderInfo.childs"
:key=
"index"
>
<label
class=
"subradio"
v-if=
"item.i
f
Refund"
v-for=
"(item,index) in orderInfo.childs"
:key=
"index"
>
<text>
{{item.productName}}
</text>
<text>
{{item.productName}}
</text>
<radio
:value=
"item.id"
:checked=
"refundOrderId==item.id"
/>
<radio
:value=
"item.id"
:checked=
"refundOrderId==item.id"
/>
</label>
</label>
...
@@ -654,6 +654,7 @@ export default {
...
@@ -654,6 +654,7 @@ export default {
}
}
}
}
})
})
console
.
log
(
this
.
orderInfo
.
childs
)
}
else
{
}
else
{
// 退票规则以主订单为准
// 退票规则以主订单为准
if
(
orderInfo
.
orderStatus
==
2
||
orderInfo
.
orderStatus
==
7
){
if
(
orderInfo
.
orderStatus
==
2
||
orderInfo
.
orderStatus
==
7
){
...
...
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