Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform-ui
Commits
83085384
Commit
83085384
authored
Oct 31, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员订单管理
parent
ab7acd42
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
490 additions
and
326 deletions
+490
-326
rentVehicle.js
src/api/order/rentVehicle.js
+19
-0
index.vue
src/views/order/memberOrderInfo/index.vue
+470
-323
index.vue
src/views/vehicle/vehicleInfo/index.vue
+1
-3
No files found.
src/api/order/rentVehicle.js
View file @
83085384
...
@@ -116,3 +116,22 @@ export function downloadExcel(params) {
...
@@ -116,3 +116,22 @@ export function downloadExcel(params) {
responseType
:
'blob'
responseType
:
'blob'
});
});
}
}
//会员订单管理列表
export
function
pageList
(
params
)
{
return
fetch
({
url
:
'/api/order/orderMember/page'
,
method
:
'post'
,
data
:
params
});
}
//会员订单管理导出
export
function
orderMemberExcel
(
params
)
{
return
fetch
({
url
:
'/api/order/orderMember/page'
,
method
:
'post'
,
data
:
params
,
responseType
:
'blob'
});
}
\ No newline at end of file
src/views/order/memberOrderInfo/index.vue
View file @
83085384
This diff is collapsed.
Click to expand it.
src/views/vehicle/vehicleInfo/index.vue
View file @
83085384
...
@@ -416,8 +416,7 @@
...
@@ -416,8 +416,7 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<div
v-show=
"!listLoading"
class=
"pagination-container"
>
<el-pagination
<el-pagination
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"listQuery.page"
:current-page
.
sync=
"listQuery.page"
...
@@ -426,7 +425,6 @@
...
@@ -426,7 +425,6 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
></el-pagination>
></el-pagination>
</div>
<!-- 对话框相关html元素 -->
<!-- 对话框相关html元素 -->
<el-dialog
:title=
"textMap[dialogStatus]"
:visible
.
sync=
"dialogFormVisible"
@
close=
"closePop"
>
<el-dialog
:title=
"textMap[dialogStatus]"
:visible
.
sync=
"dialogFormVisible"
@
close=
"closePop"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment