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
5303514a
authored
2024-08-09 20:42:22 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
20f16641
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/pay.vue
View file @
5303514
...
...
@@ -292,7 +292,7 @@
</el-col>
<el-col
:lg=
"8"
:md=
"12"
:sm=
"12"
:xs=
"24"
>
<div>
{{
v
.
discount
?
language
==
0
?
'通票'
:
'Full Fare'
:
language
==
0
?
'优惠票'
:
'Concession Ticket'
!
v
.
discount
?
language
==
0
?
'通票'
:
'Full Fare'
:
language
==
0
?
'优惠票'
:
'Concession Ticket'
}}
</div>
</el-col>
...
...
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
5303514
...
...
@@ -52,7 +52,9 @@
</div>
<div
class=
"idcard"
>
{{
it
.
idCard
}}
</div>
</div>
<el-checkbox
:disabled=
"!it.pay"
:value=
"it"
/>
<el-checkbox
:disabled=
"!it.pay ||(orderForm.message.length==5&&!orderForm.message.some(v=>v.id==it.id))"
:value=
"it"
/>
</div>
</el-checkbox-group>
</div>
...
...
@@ -215,8 +217,7 @@ let timer = null;
customerList
()
function
changeGroup
(
e
)
{
// console.log(e)
if
(
orderForm
.
value
.
message
.
length
==
5
)
{
if
(
orderForm
.
value
.
message
.
length
==
6
)
{
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'最多只能选择5个观众'
:
'You can only select up to 5 audience members'
,
{
confirmButtonText
:
language
.
value
==
0
?
'确定'
:
'Confirm'
,
cancelButtonText
:
language
.
value
==
0
?
'取消'
:
'Cancel'
,
...
...
@@ -244,7 +245,6 @@ function changeGroup(e) {
}
console
.
log
(
orderForm
.
value
.
message
)
}
// 获取人员列表
...
...
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