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
a8fa11f1
Commit
a8fa11f1
authored
Jul 01, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆管理-添加停靠公司、所属分公司字段。出车弹框代码抽离
parent
68741cb1
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
442 additions
and
187 deletions
+442
-187
departureDialog.vue
src/views/modal/departureDialog.vue
+308
-0
upkeepDialogVisible.vue
src/views/modal/upkeepDialogVisible.vue
+3
-1
index.vue
src/views/vehicle/vehicleInfo/index.vue
+131
-186
No files found.
src/views/modal/departureDialog.vue
0 → 100644
View file @
a8fa11f1
This diff is collapsed.
Click to expand it.
src/views/modal/upkeepDialogVisible.vue
View file @
a8fa11f1
...
...
@@ -202,7 +202,9 @@
type
:
'success'
,
duration
:
2000
});
this
.
getList
();
this
.
cleanUpkeepForm
();
this
.
$emit
(
"upkeepDialogEvent"
,
true
);
// this.getList();
}
else
{
this
.
$notify
({
title
:
'失败'
,
...
...
src/views/vehicle/vehicleInfo/index.vue
View file @
a8fa11f1
This diff is collapsed.
Click to expand it.
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