Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
Details
Activity
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
耿迪迪
gassafety-progress
Commits
386dd086
Commit
386dd086
authored
Mar 21, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆信息问题修改 gengdidi
parent
4d7a9fde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
index.vue
...ress-web/src/views/operationMonitor/gassVehicle/index.vue
+18
-9
No files found.
gassafetyprogress-web/src/views/operationMonitor/gassVehicle/index.vue
View file @
386dd086
...
...
@@ -33,7 +33,7 @@
<!--<el-table-column label="车辆检测信息" align="center" prop="vehicleInspect" />-->
<el-table-column
label=
"所属企业"
align=
"center"
prop=
"beyondEnterpriseId"
/>
<el-table-column
label=
"责任人"
align=
"center"
prop=
"personLiable"
/>
<el-table-column
label=
"联系电话"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"联系电话"
align=
"center"
prop=
"phone"
width=
"120"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<el-button
...
...
@@ -67,7 +67,7 @@
<!-- 查询车辆信息 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"900px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"
8
0px"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"
10
0px"
>
<el-row>
<el-col
:span=
"11"
>
<el-form-item
label=
"车牌号"
prop=
"carNum"
>
...
...
@@ -144,10 +144,19 @@
<!--值班人员轨迹回放-->
<el-dialog
title=
"
值班人员
轨迹回放"
title=
"
车辆
轨迹回放"
:visible
.
sync=
"backOpen"
>
<el-form
:model=
"backForm"
ref=
"backForm"
:rules=
"rules"
>
<el-form
:model=
"backForm"
ref=
"backForm"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"车牌号"
prop=
"carNum"
>
<!--<span>{{ backForm.carNum }}</span>-->
<el-input
v-model=
"backForm.carNum"
:disabled=
"true"
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col>
<el-form-item
label=
"请选择时间段"
prop=
"changeTime"
>
...
...
@@ -358,10 +367,10 @@ export default {
.
format
(
"YYYY-MM-DD HH:mm:ss"
);
this
.
backForm
.
endTime
=
moment
().
format
(
"YYYY-MM-DD HH:mm:ss"
);
}
else
if
(
e
==
2
)
{
this
.
backForm
.
beginTime
=
moment
().
format
(
"YYYY-MM-DD HH:mm:ss"
);
this
.
backForm
.
endTime
=
moment
()
.
add
(
1
,
"d"
)
this
.
backForm
.
beginTime
=
moment
()
.
subtract
(
1
,
"d"
)
.
format
(
"YYYY-MM-DD HH:mm:ss"
);
this
.
backForm
.
endTime
=
moment
().
format
(
"YYYY-MM-DD HH:mm:ss"
);
}
else
{
this
.
backForm
.
beginTime
=
""
;
this
.
backForm
.
endTime
=
""
;
...
...
@@ -370,8 +379,8 @@ export default {
getCar
(
carNum
){
this
.
backOpen
=
true
;
this
.
backForm
.
carNum
=
carNum
;
this
.
backForm
.
beginTime
=
moment
().
format
(
"YYYY-MM-DD HH:mm:ss"
);
this
.
backForm
.
endTime
=
moment
().
add
(
2
,
"h"
).
format
(
"YYYY-MM-DD HH:mm:ss"
);
this
.
backForm
.
beginTime
=
moment
().
subtract
(
2
,
"h"
).
format
(
"YYYY-MM-DD HH:mm:ss"
);
this
.
backForm
.
endTime
=
moment
().
format
(
"YYYY-MM-DD HH:mm:ss"
);
},
handleCurrentChangvale
(
val
){
this
.
queryParams
.
pageNum
=
val
;
...
...
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