Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
2a873f85
Commit
2a873f85
authored
Jul 16, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3f44784e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
passengerSaleList.vue
src/components/SalesModule/passengerSaleList.vue
+16
-9
No files found.
src/components/SalesModule/passengerSaleList.vue
View file @
2a873f85
<
template
>
<
template
>
<!-- border-top: 1px solid #cccccc;margin-top: 5px -->
<!-- border-top: 1px solid #cccccc;margin-top: 5px -->
<div
class=
"passengerSaleList"
>
<div
class=
"passengerSaleList"
>
<div
v-if=
"OrderBackScenicList!=null&&OrderBackScenicList.length>0 "
style=
"width: 70%;font-size:14px;float:left"
>
<span
style=
"color:red;margin-top: 10px;display: inline-block"
>
{{
$t
(
'ground.tuiJingdian'
)
}}
:
</span>
<div
v-if=
"OrderBackScenicList!=null&&OrderBackScenicList.length>0 "
style=
"width: 70%;font-size:14px;float:left;margin-bottom: 10px;"
>
<span
v-for=
"(childItem,subIndex) in OrderBackScenicList"
>
<font
style=
"color:green;"
>
{{
subIndex
+
1
}}
、
{{
childItem
.
CouponsName
}}
</font>
退票
<font
style=
"color:red;"
>
{{
childItem
.
Number
}}
</font>
人:
<font
style=
"color: blue"
>
{{
childItem
.
GuestBackScenicName
}}
</font>
<el-collapse
accordion
v-model=
"activeName"
>
<el-collapse-item
name=
"1"
>
</span>
<template
slot=
"title"
>
{{
$t
(
'ground.tuiJingdian'
)
}}
<i
class=
"header-icon el-icon-info"
></i>
</
template
>
<div
style=
"margin:0px 10px;"
>
</div>
<span
v-for=
"(childItem,subIndex) in OrderBackScenicList"
>
<div
class=
"passengerSaleList_topBtn"
style=
"width: 30%;float:right;"
>
<font
style=
"color:green;"
>
{{subIndex+1}}、{{ childItem.CouponsName }}
</font>
退票
<font
style=
"color:red;"
>
{{childItem.Number}}
</font>
人:
<font
style=
"color: blue"
>
{{childItem.GuestBackScenicName}}
</font>
</span></div>
</el-collapse-item>
</el-collapse
>
</div>
<div
class=
"passengerSaleList_topBtn"
style=
"width: 30%;float:right;margin-bottom: 10px;"
>
<
template
v-if=
"isOrder==0"
>
<
template
v-if=
"isOrder==0"
>
<span
style=
"color:red;"
>
{{
$t
(
'objFill.opygbddcz'
)
}}
</span>
<span
style=
"color:red;"
>
{{
$t
(
'objFill.opygbddcz'
)
}}
</span>
</
template
>
</
template
>
...
@@ -204,6 +210,7 @@
...
@@ -204,6 +210,7 @@
return
{
return
{
loading
:
false
,
loading
:
false
,
isShowOpSure
:
false
,
isShowOpSure
:
false
,
activeName
:
"1"
,
UpdateGuestBackScenic
:{
Id
:
0
,
CouponsIds
:[]},
UpdateGuestBackScenic
:{
Id
:
0
,
CouponsIds
:[]},
msg
:
{
msg
:
{
id
:
'0'
,
id
:
'0'
,
...
...
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