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
c02847f9
authored
2024-08-09 18:31:59 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
e834e848
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/ticket/peopleManage.vue
src/viewsPc/booking/pay.vue
View file @
c02847f
...
...
@@ -298,7 +298,9 @@
</el-col>
<el-col
:lg=
"8"
:md=
"12"
:sm=
"12"
:xs=
"24"
>
{{
v
.
discount
?
form
?.
extJson
?.
ticketDate
?.
price
:
form
?.
extJson
?.
ticketDate
?.
rebatePrice
!
v
.
discount
?
language
.
value
==
0
?
form
?.
extJson
?.
ticketDate
?.
price
:
form
?.
extJson
?.
ticketDate
?.
priceEn
:
language
.
value
==
0
?
form
?.
extJson
?.
ticketDate
?.
rebatePrice
:
form
?.
extJson
?.
ticketDate
?.
rebatePriceEn
}}{{
language
==
0
?
'¥'
:
'€'
}}
/
{{
language
==
0
?
'张'
:
'Tickets'
}}
</el-col>
</el-row>
...
...
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
c02847f
...
...
@@ -52,7 +52,7 @@
</div>
<div
class=
"idcard"
>
{{
it
.
idCard
}}
</div>
</div>
<el-checkbox
:value=
"it"
/>
<el-checkbox
:
disabled=
"!it.pay"
:
value=
"it"
/>
</div>
</el-checkbox-group>
</div>
...
...
src/viewsPc/booking/ticket/peopleManage.vue
View file @
c02847f
...
...
@@ -114,12 +114,13 @@ function submit() {
if
(
valid
)
{
aadCustomer
(
form
.
value
).
then
(
res
=>
{
if
(
res
.
data
==
-
100
)
{
return
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'该观影人已存在'
:
"The viewer already exists"
,
language
.
value
==
0
?
'提示'
:
'Reminder'
,
{
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'该观影人已存在'
:
"The viewer already exists"
,
language
.
value
==
0
?
'提示'
:
'Reminder'
,
{
confirmButtonText
:
language
.
value
==
0
?
'确认'
:
'confirm'
,
cancelButtonText
:
language
.
value
==
0
?
'取消'
:
'cancel'
,
type
:
"warning"
,
draggable
:
true
,
})
}
else
if
(
res
.
data
==
-
101
)
{
return
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'该观影人实名认证未通过'
:
'The real name authentication of the moviegoer failed'
,
language
.
value
==
0
?
'提示'
:
'Reminder'
,
{
confirmButtonText
:
language
.
value
==
0
?
'确认'
:
"confirm"
,
...
...
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