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
7770ef55
Commit
7770ef55
authored
Sep 17, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改车辆订单
parent
4308918f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
index.vue
src/views/vehicle/bookRecord/index.vue
+13
-13
No files found.
src/views/vehicle/bookRecord/index.vue
View file @
7770ef55
...
...
@@ -2,8 +2,8 @@
<div
class=
"app-container calendar-list-container"
>
<div
class=
"filter-container"
ref=
"filter-container"
>
<el-form
:rules=
"rules4Query"
ref=
"queryForm"
:inline=
"inline"
:model=
"listQuery"
>
<el-form-item
label=
"
申请
状态"
>
<el-select
class=
"filter-item"
v-model=
"listQuery.status"
placeholder=
"请选择
申请
状态"
>
<el-form-item
label=
"
用车
状态"
>
<el-select
class=
"filter-item"
v-model=
"listQuery.status"
placeholder=
"请选择
用车
状态"
>
<el-option
:key=
"undefined"
label=
"无"
:value=
"undefined"
></el-option>
<el-option
v-for=
"(val, key, index) in statusList "
:key=
"val.code"
:label=
"val.val"
:value=
"val.code"
></el-option>
...
...
@@ -51,13 +51,13 @@
<el-table
:key=
'tableKey'
:data=
"list"
v-loading
.
body=
"listLoading"
border
fit
highlight-current-row
style=
"width: 100%"
>
<el-table-column
align=
"center"
label=
"车牌号
"
width=
"12
0"
>
<el-table-column
align=
"center"
label=
"车牌号
(车序)"
width=
"15
0"
>
<template
scope=
"scope"
>
<span>
{{
scope
.
row
.
numberPlate
}}
</span>
<span>
{{
scope
.
row
.
numberPlate
}}
</span>
<span
v-if=
"scope.row.code!=0"
>
(
{{
scope
.
row
.
code
}}
)
</span><span
v-if=
"scope.row.code==0"
>
(无)
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"申请
状态"
>
<el-table-column
align=
"center"
width=
"120"
label=
"用车
状态"
>
<
template
scope=
"scope"
>
<span>
{{
getBookRecordStatus
(
scope
.
row
)
}}
</span>
</
template
>
...
...
@@ -82,7 +82,7 @@
<span
v-if=
"scope.row.bookType==10"
>
其他
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"预定时间"
width=
"
22
0"
>
<el-table-column
align=
"center"
label=
"预定时间"
width=
"
31
0"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
bookStartDate
}}
至
{{
scope
.
row
.
bookEndDate
}}
</span>
</
template
>
...
...
@@ -187,7 +187,7 @@
</el-table-column> -->
<el-table-column
align=
"center"
label=
"详情"
width=
"100"
fixed=
"right"
>
<
template
scope=
"scope"
>
<span
style=
"color: #13CE66;cursor: pointer;"
@
click=
"handleDetail(scope.row)"
>
订单
详情
</span>
<span
style=
"color: #13CE66;cursor: pointer;"
@
click=
"handleDetail(scope.row)"
>
用车
详情
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
width=
"200"
fixed=
"right"
>
...
...
@@ -224,7 +224,7 @@
<el-form
label-width=
"100px"
>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"
申请
状态"
>
<el-form-item
label=
"
用车
状态"
>
<span
v-if=
"detailItem.status==1"
>
申请中
</span>
<span
v-if=
"detailItem.status==3"
>
待出行
</span>
<span
v-if=
"detailItem.status==4"
>
驳回
</span>
...
...
@@ -374,11 +374,11 @@
<span>
{{detailItem.reviewerNameApply}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"通过操作"
>
<span></span
>
</el-form-item
>
</el-col
>
<!-- <el-col :span="8">--
>
<!-- <el-form-item label="通过操作">--
>
<!-- <span></span>--
>
<!-- </el-form-item>--
>
<!-- </el-col>--
>
</el-row>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
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