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
d0e633fd
Commit
d0e633fd
authored
Apr 29, 2019
by
youjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆出车记录
parent
b1806089
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
133 deletions
+54
-133
index.vue
src/views/vehicle/vehicleDepartureLog/index.vue
+45
-133
index.vue
src/views/vehicle/vehicleInfo/index.vue
+9
-0
No files found.
src/views/vehicle/vehicleDepartureLog/index.vue
View file @
d0e633fd
This diff is collapsed.
Click to expand it.
src/views/vehicle/vehicleInfo/index.vue
View file @
d0e633fd
...
...
@@ -275,6 +275,7 @@
@
click=
"handleApply(scope.row)"
>
申请预订
</el-button>
<el-button
size=
"small"
type=
"success"
@
click=
"handleBookInfo(scope.row)"
>
预订信息
</el-button>
<el-button
size=
"small"
type=
"success"
@
click=
"handleDepartureLog(scope.row)"
>
出车记录
</el-button>
</
template
>
</el-table-column>
...
...
@@ -1050,6 +1051,14 @@
}
},
methods
:
{
handleDepartureLog
(
row
)
{
this
.
$router
.
push
({
path
:
'/vehicle/vehicleDepartureLog'
,
query
:
{
numberPlate
:
row
.
numberPlate
}
});
},
arrivalHandler
(
row
)
{
// open dialog
this
.
arrivalDialogVisible
=
true
;
...
...
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