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
8e4857fc
Commit
8e4857fc
authored
Aug 19, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排班样式
parent
355c79d3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/vehicle/vehicleSchedulManage/index.vue
+1
-1
vehiclePlanModal.vue
src/views/vehicle/vehicleSchedulManage/vehiclePlanModal.vue
+2
-2
No files found.
src/views/vehicle/vehicleSchedulManage/index.vue
View file @
8e4857fc
...
...
@@ -136,7 +136,7 @@
<div
v-for=
"iitem in scope.row.temp"
:key=
"iitem.day"
v-if=
"iitem.time == item.time"
>
<div
v-for=
"ii in iitem.children"
:key=
"ii.time"
:data-ii=
"ii.time"
:data-endhour=
"ii.endhour"
class=
"ii-day"
:class=
"ii.bg"
@
click=
"toShowDialog(scope.row, iitem, ii)"
>
<span
v-if=
"ii.timeEtr == '00'"
style=
"position: absolute;color: #fff;left: -20px;bottom: 0"
>
{{
ii
.
timeEtr
}}
</span>
<span
v-else
style=
"position:
absolute;color: #fff;top: -24px;right: 0
;"
>
{{
ii
.
timeEtr
}}
</span>
<span
v-else
style=
"position:
relative;color: #fff;top: -24px;right: -20px
;"
>
{{
ii
.
timeEtr
}}
</span>
<span
style=
"position: absolute;color: #fff;z-index: 11;left: 0;"
>
{{
ii
.
timeStr
}}
</span>
</div>
</div>
...
...
src/views/vehicle/vehicleSchedulManage/vehiclePlanModal.vue
View file @
8e4857fc
...
...
@@ -275,8 +275,8 @@
}
let
params
=
{
vehicleId
:
this
.
currentItem
.
item
.
id
,
bookStartDate
:
formatDate
(
this
.
form
.
times
[
0
],
"yyyy-MM-dd hh
:mm:ss"
)
,
//预定开始时间
bookEndDate
:
formatDate
(
this
.
form
.
times
[
1
],
"yyyy-MM-dd hh
:mm:ss"
)
,
//预定结束时间
bookStartDate
:
formatDate
(
this
.
form
.
times
[
0
],
"yyyy-MM-dd hh
"
)
+
":00:00"
,
//预定开始时间
bookEndDate
:
formatDate
(
this
.
form
.
times
[
1
],
"yyyy-MM-dd hh
"
)
+
":00:00"
,
//预定结束时间
retCompany
:
this
.
form
.
arrivalBranchCompanyId
,
//还车分公司
bookType
:
this
.
form
.
bookType
,
//预定车辆用途类型
vehicleUsername
:
this
.
form
.
vehicleUsername
,
//使用人姓名
...
...
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