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
1fb4b7a9
Commit
1fb4b7a9
authored
Sep 19, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆排班
parent
1e12c2e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
44 deletions
+46
-44
index.vue
src/views/vehicle/bookRecord/index.vue
+46
-44
No files found.
src/views/vehicle/bookRecord/index.vue
View file @
1fb4b7a9
...
@@ -1540,12 +1540,15 @@
...
@@ -1540,12 +1540,15 @@
});
});
},
},
setImgStyle
(
el
)
{
setImgStyle
(
el
)
{
if
(
el
.
eq
(
'show'
))
{
this
.
imgStyle
=
true
;
console
.
log
(
'鼠标移入事件:setImgStyle'
)
}
else
if
(
el
.
eq
(
'hide'
))
{
if
(
el
===
'show'
)
{
this
.
imgStyle
=
false
;
this
.
imgStyle
=
true
;
}
else
if
(
el
===
'hide'
)
{
this
.
imgStyle
=
false
;
}
}
},
},
},
/**
/**
* 清空出车弹框数据
* 清空出车弹框数据
*/
*/
...
@@ -1567,7 +1570,7 @@
...
@@ -1567,7 +1570,7 @@
departurePic
:
''
,
departurePic
:
''
,
remark
:
null
,
remark
:
null
,
bookStartDate
:
null
,
bookStartDate
:
null
,
};
}
},
},
cleanArrivalForm
()
{
cleanArrivalForm
()
{
this
.
arrivalForm
=
{
this
.
arrivalForm
=
{
...
@@ -1583,7 +1586,6 @@
...
@@ -1583,7 +1586,6 @@
remark
:
''
,
remark
:
''
,
bookRecordId
:
null
bookRecordId
:
null
}
}
},
}
}
}
}
</
script
>
</
script
>
...
@@ -1609,8 +1611,8 @@
...
@@ -1609,8 +1611,8 @@
width
:
100%
;
width
:
100%
;
height
:
550px
;
height
:
550px
;
display
:
block
;
display
:
block
;
position
:
relative
;
position
:
relative
;
bottom
:
55px
;
bottom
:
55px
;
}
}
.el-card__body
,
.el-card
{
.el-card__body
,
.el-card
{
...
...
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