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
0de836b9
authored
2025-06-05 18:18:49 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
车辆
1 parent
edeececc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
src/apiPc/booking.js
src/viewsPc/booking/carList.vue
src/viewsPc/booking/carOrder.vue
src/viewsPc/booking/pay.vue
src/apiPc/booking.js
View file @
0de836b
...
...
@@ -237,6 +237,15 @@ export function getBaseInfoByActiveId(id) {
})
}
export
function
vehicleConfigList
(
params
)
{
return
request
({
url
:
`/ota/vehicleConfig/list`
,
method
:
'get'
,
params
})
}
export
function
checkRoomPayByUserId
(
id
)
{
return
request
({
url
:
`/ota/norder/checkRoomPayByUserId`
,
...
...
src/viewsPc/booking/carList.vue
View file @
0de836b
...
...
@@ -7,7 +7,7 @@
<div
class=
"box"
>
<div
class=
"searchBar"
>
<el-input
v-model=
"query.name"
:placeholder=
"language==0?'请输入关键字搜索':'Search'"
class=
"no-border"
/>
<el-button
class=
"btn-lineG"
icon=
"search"
size=
"large"
type=
"primary"
@
click=
"get
List
"
>
<el-button
class=
"btn-lineG"
icon=
"search"
size=
"large"
type=
"primary"
@
click=
"get
VehicleByCheckIn
"
>
{{
language
==
0
?
'搜索'
:
'Search'
}}
</el-button>
</div>
...
...
@@ -97,7 +97,7 @@ function getList() {
async
function
getVehicleByCheckIn
()
{
loading
.
value
=
true
const
res
=
await
booking
.
getVehicleByCheckIn
(
query
.
value
)
list
.
value
=
res
.
rows
list
.
value
=
res
.
data
||
[]
loading
.
value
=
false
}
...
...
src/viewsPc/booking/carOrder.vue
View file @
0de836b
This diff is collapsed.
Click to expand it.
src/viewsPc/booking/pay.vue
View file @
0de836b
This diff is collapsed.
Click to expand it.
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