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
dae16f11
authored
2024-08-09 19:47:15 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
7411ae40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
dae16f1
...
...
@@ -249,7 +249,11 @@ function changeGroup(e) {
// 获取人员列表
async
function
customerList
()
{
const
res
=
await
customerListApi
()
const
res
=
await
customerListApi
({
activeId
:
orderForm
.
value
.
activeId
,
attId
:
orderForm
.
value
.
attId
,
atId
:
orderForm
.
value
.
atId
})
personnelList
.
value
=
res
.
rows
}
...
...
@@ -290,9 +294,9 @@ async function paymentHandle() {
try
{
const
res
=
await
submitOrderTicket
({
activeId
:
orderForm
.
value
.
activeId
,
a
cId
:
orderForm
.
value
.
ac
Id
,
a
tId
:
orderForm
.
value
.
at
Id
,
attId
:
orderForm
.
value
.
attId
,
tick
Type
:
orderForm
.
value
.
tick
Type
,
tick
etType
:
orderForm
.
value
.
ticket
Type
,
ticketDate
:
orderForm
.
value
.
ticketDate
,
phone
:
orderForm
.
value
.
phone
,
customerList
:
orderForm
.
value
.
customerList
,
...
...
@@ -326,9 +330,9 @@ async function paymentHandle() {
ElMessage
.
error
(
language
.
value
==
0
?
'下单失败,'
:
'Order failure'
)
}
}
catch
(
e
)
{
console
.
log
(
e
)
}
finally
{
ElMessage
.
error
(
language
.
value
==
0
?
'下单失败,'
:
'Order failure'
)
}
finally
{
}
})
...
...
src/viewsPc/booking/ticket/index.vue
View file @
dae16f1
...
...
@@ -229,7 +229,7 @@ function toSelectSeat() {
return
}
checkNonPayment
().
then
(
res
=>
{
if
(
res
.
count
)
{
if
(
!
res
.
count
)
{
router
.
push
({
name
:
'confirmOrder'
,
params
:
{
...
...
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