Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
61918207
authored
2025-06-10 11:02:14 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务修改
1 parent
fb1a1989
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
20 deletions
src/viewsPc/booking/ticket/addInvoice.vue
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/addInvoice.vue
View file @
6191820
This diff is collapsed.
Click to expand it.
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
6191820
...
...
@@ -13,20 +13,6 @@
<div
class=
"address"
>
{{
TickForm
.
address
}}
</div>
</div>
<div
class=
"info"
>
<div
class=
"name"
>
{{
TickForm2
.
ticketTypeName
}}
</div>
<div
class=
"address"
>
{{
TickForm2
.
stadiumName
}}
|
<span
v-if=
"TickForm2.sessionType=='1000'"
>
{{
language
==
0
?
'日间场'
:
'Day'
}}
</span>
<span
v-else
>
{{
language
==
0
?
'夜间场'
:
'Night'
}}
</span>
|
{{
TickForm2
.
ticketName
}}
</div>
<div
v-if=
"TickForm2.ticketType=='0'"
class=
"address"
>
{{
language
==
0
?
'剩余数量'
:
'Remaining Quantity'
}}
:
{{
leftCount
}}
</div>
</div>
<div
class=
"ticket_info mb20"
>
<div
class=
"tit_box"
>
...
...
@@ -153,9 +139,25 @@
</div>
</div>
</div>
<!-- 场馆布局图-->
<div
class=
"rightBox"
>
<div
class=
"info"
>
<div
class=
"name"
>
{{ TickForm2.ticketTypeName }}
</div>
<div
class=
"address"
>
{{ TickForm2.stadiumName }} |
<span
v-if=
"TickForm2.sessionType=='1000'"
>
{{ language == 0 ? '日间场' : 'Day' }}
</span>
<span
v-else
>
{{ language == 0 ? '夜间场' : 'Night' }}
</span>
| {{ TickForm2.ticketName }}
</div>
<div
v-if=
"TickForm2.ticketType=='0'"
class=
"address"
>
{{
language == 0 ? '剩余数量' : 'Remaining Quantity'
}}: {{ leftCount }}
</div>
</div>
</div>
<div
style=
"margin-top: 95px"
>
<!-- 场馆布局图-->
<div
style=
"margin-top: 30px"
>
<el-image
:preview-src-list=
"[fillImgUrl(tickImg)]"
:src=
"fillImgUrl(tickImg)"
...
...
@@ -709,4 +711,15 @@ div {
width
:
100%
;
}
}
.rightBox
{
.info
{
background
:
rgba
(
69
,
61
,
234
,
0.04
);
border-radius
:
8px
;
border
:
1px
solid
#d3d1f6
;
padding
:
20px
0
28px
33px
;
margin-bottom
:
20px
;
margin-top
:
30px
;
}
}
</
style
>
...
...
src/viewsPc/booking/ticket/index.vue
View file @
6191820
...
...
@@ -183,7 +183,7 @@
class=
"son"
fit=
"cover"
preview-teleported
style=
"width:
200
px"
style=
"width:
190px;height: 135
px"
/>
</div>
</div>
...
...
@@ -409,8 +409,8 @@ function selectTick(v) {
selectForm
.
value
.
price
=
v
.
price
selectForm
.
value
.
priceEn
=
v
.
priceEn
// console.log(v)
handleImage
()
showUrl
.
value
=
v
.
images
show
.
value
=
true
}
function
toSelectSeat
()
{
...
...
@@ -789,7 +789,7 @@ getmatchData()
.son
{
position
:
absolute
;
top
:
0
;
left
:
3
0px
;
left
:
5
0px
;
}
.remarks
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment