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
d738403b
authored
2025-06-09 17:11:40 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
车辆
1 parent
83f265ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
src/viewsPc/booking/car.vue
src/viewsPc/booking/car.vue
View file @
d738403
...
...
@@ -237,7 +237,7 @@ async function changeSelectIn() {
async
function
changeSelectOut
()
{
const
res
=
await
booking
.
getVehicleByCheckIn
({
activityId
:
route
.
params
.
cptId
,
checkIn
:
form
1
.
value
.
checkIn
,
checkIn
:
form
2
.
value
.
checkIn
,
category
:
'1'
})
form2
.
value
.
checkOut
=
''
...
...
@@ -273,6 +273,13 @@ async function handleSubmit(v) {
// category: v
// })
}
const
res
=
await
booking
.
checkOrderPay
(
'1'
)
if
(
!
res
.
data
)
{
await
proxy
.
$modal
.
confirm
(
language
==
0
?
'您有未支付的订单,请前往支付!'
:
'You have unpaid orders, please proceed to payment!'
)
await
router
.
push
({
path
:
'/center/myReservation'
})
}
else
{
await
router
.
push
({
name
:
'carList'
,
params
:
{
...
...
@@ -280,6 +287,7 @@ async function handleSubmit(v) {
},
query
:
obj
})
}
}
...
...
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