Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
caicaicai
卡车调度系统
Commits
7f7e0b43
Commit
7f7e0b43
authored
Aug 23, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
670c64b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
37 deletions
+14
-37
index.vue
src/views/MLargeScreen/components/dataScreening/index.vue
+10
-33
index.vue
src/views/MLargeScreen/index.vue
+4
-4
No files found.
src/views/MLargeScreen/components/dataScreening/index.vue
View file @
7f7e0b43
...
@@ -494,32 +494,7 @@ export default {
...
@@ -494,32 +494,7 @@ export default {
},
},
//实时报警
//实时报警
realAlarmStyleData
:{
realAlarmStyleData
:{
listData
:[
listData
:[],
{
content
:
'
运载区入口处有不明障碍物体在路口
'
,
time
:
'
2021-10-19 12:23
'
,
},
{
content
:
'
运载区入口处有不明障碍物体在路口
'
,
time
:
'
2021-10-19 12:23
'
,
},
{
content
:
'
运载区入口处有不明障碍物体在路口
'
,
time
:
'
2021-10-19 12:23
'
,
},
{
content
:
'
运载区入口处有不明障碍物体在路口
'
,
time
:
'
2021-10-19 12:23
'
,
},
{
content
:
'
运载区入口处有不明障碍物体在路口
'
,
time
:
'
2021-10-19 12:23
'
,
},
{
content
:
'
运载区入口处有不明障碍物体在路口
'
,
time
:
'
2021-10-19 12:23
'
,
},
],
}
}
}
}
},
},
...
@@ -535,7 +510,7 @@ export default {
...
@@ -535,7 +510,7 @@ export default {
//获取采区当前日产量
//获取采区当前日产量
HttpReq
.
truckDispatching
.
caiquAreaQueryDay
().
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
caiquAreaQueryDay
().
then
((
res
)
=>
{
let
undueArray
=
{};
let
undueArray
=
{};
if
(
res
.
length
==
0
){
if
(
res
.
length
==
0
||
JSON
.
stringify
(
res
[
0
])
==
'
{}
'
){
undueArray
.
eff
=
0
;
undueArray
.
eff
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
plan
=
0
;
undueArray
.
plan
=
0
;
...
@@ -559,7 +534,7 @@ export default {
...
@@ -559,7 +534,7 @@ export default {
//获取采区当前月产量
//获取采区当前月产量
HttpReq
.
truckDispatching
.
caiquAreaQueryMonth
().
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
caiquAreaQueryMonth
().
then
((
res
)
=>
{
let
undueArray
=
{};
let
undueArray
=
{};
if
(
res
.
length
==
0
){
if
(
res
.
length
==
0
||
JSON
.
stringify
(
res
[
0
])
==
'
{}
'
){
undueArray
.
eff
=
0
;
undueArray
.
eff
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
plan
=
0
;
undueArray
.
plan
=
0
;
...
@@ -583,7 +558,7 @@ export default {
...
@@ -583,7 +558,7 @@ export default {
//获取采区当前年产量
//获取采区当前年产量
HttpReq
.
truckDispatching
.
caiquAreaQueryYear
().
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
caiquAreaQueryYear
().
then
((
res
)
=>
{
let
undueArray
=
{};
let
undueArray
=
{};
if
(
res
.
length
==
0
){
if
(
res
.
length
==
0
||
JSON
.
stringify
(
res
[
0
])
==
'
{}
'
){
undueArray
.
eff
=
0
;
undueArray
.
eff
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
plan
=
0
;
undueArray
.
plan
=
0
;
...
@@ -757,7 +732,7 @@ export default {
...
@@ -757,7 +732,7 @@ export default {
//获取采区当前日产量
//获取采区当前日产量
HttpReq
.
truckDispatching
.
caiquAreaQueryDay
().
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
caiquAreaQueryDay
().
then
((
res
)
=>
{
let
undueArray
=
{};
let
undueArray
=
{};
if
(
res
.
length
==
0
){
if
(
res
.
length
==
0
||
JSON
.
stringify
(
res
[
0
])
==
'
{}
'
){
undueArray
.
eff
=
0
;
undueArray
.
eff
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
plan
=
0
;
undueArray
.
plan
=
0
;
...
@@ -781,7 +756,7 @@ export default {
...
@@ -781,7 +756,7 @@ export default {
//获取采区当前月产量
//获取采区当前月产量
HttpReq
.
truckDispatching
.
caiquAreaQueryMonth
().
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
caiquAreaQueryMonth
().
then
((
res
)
=>
{
let
undueArray
=
{};
let
undueArray
=
{};
if
(
res
.
length
==
0
){
if
(
res
.
length
==
0
||
JSON
.
stringify
(
res
[
0
])
==
'
{}
'
){
undueArray
.
eff
=
0
;
undueArray
.
eff
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
plan
=
0
;
undueArray
.
plan
=
0
;
...
@@ -805,7 +780,7 @@ export default {
...
@@ -805,7 +780,7 @@ export default {
//获取采区当前年产量
//获取采区当前年产量
HttpReq
.
truckDispatching
.
caiquAreaQueryYear
().
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
caiquAreaQueryYear
().
then
((
res
)
=>
{
let
undueArray
=
{};
let
undueArray
=
{};
if
(
res
.
length
==
0
){
if
(
res
.
length
==
0
||
JSON
.
stringify
(
res
[
0
])
==
'
{}
'
){
undueArray
.
eff
=
0
;
undueArray
.
eff
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
finish
=
0
;
undueArray
.
plan
=
0
;
undueArray
.
plan
=
0
;
...
@@ -1481,7 +1456,6 @@ export default {
...
@@ -1481,7 +1456,6 @@ export default {
}
}
.dataScrView
{
.dataScrView
{
position
:
absolute
;
position
:
absolute
;
z-index
:
1
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -1491,6 +1465,7 @@ export default {
...
@@ -1491,6 +1465,7 @@ export default {
.dataScrView_leftView
{
.dataScrView_leftView
{
height
:
100%
;
height
:
100%
;
width
:
20%
;
width
:
20%
;
z-index
:
3
;
}
}
.dataScrView_centerView
{
.dataScrView_centerView
{
height
:
100%
;
height
:
100%
;
...
@@ -1500,6 +1475,7 @@ export default {
...
@@ -1500,6 +1475,7 @@ export default {
.dataScrView_rightView
{
.dataScrView_rightView
{
height
:
100%
;
height
:
100%
;
width
:
20%
;
width
:
20%
;
z-index
:
3
;
}
}
.dataScrView_leftView
>
div
{
.dataScrView_leftView
>
div
{
width
:
100%
;
width
:
100%
;
...
@@ -1743,6 +1719,7 @@ dd>div{
...
@@ -1743,6 +1719,7 @@ dd>div{
padding
:
5px
7px
;
padding
:
5px
7px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow
:
hidden
;
z-index
:
3
;
}
}
.dataScrView_centerView_title
{
.dataScrView_centerView_title
{
margin-bottom
:
5px
;
margin-bottom
:
5px
;
...
...
src/views/MLargeScreen/index.vue
View file @
7f7e0b43
...
@@ -42,7 +42,6 @@
...
@@ -42,7 +42,6 @@
<video
id=
"monitorCover1Id"
width=
"1300"
height=
"700"
muted
autoplay
></video>
<video
id=
"monitorCover1Id"
width=
"1300"
height=
"700"
muted
autoplay
></video>
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -318,6 +317,7 @@ export default {
...
@@ -318,6 +317,7 @@ export default {
top
:
0px
;
top
:
0px
;
position
:
absolute
;
position
:
absolute
;
overflow
:
hidden
;
overflow
:
hidden
;
z-index
:
2
;
}
}
.bigScreenView
{
.bigScreenView
{
width
:
100vw
;
width
:
100vw
;
...
@@ -331,7 +331,7 @@ export default {
...
@@ -331,7 +331,7 @@ export default {
background
:
no-repeat
center
center
url('~@/assets/images/cutGraph/top_title.png')
;
background
:
no-repeat
center
center
url('~@/assets/images/cutGraph/top_title.png')
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
position
:
relative
;
position
:
relative
;
z-index
:
1
;
z-index
:
3
;
}
}
.content_view
{
.content_view
{
width
:
100%
;
width
:
100%
;
...
@@ -343,7 +343,7 @@ export default {
...
@@ -343,7 +343,7 @@ export default {
.videoSelectView
{
.videoSelectView
{
position
:
absolute
;
position
:
absolute
;
top
:
5.5vh
;
top
:
5.5vh
;
z-index
:
1
;
z-index
:
3
;
width
:
100%
;
width
:
100%
;
height
:
5.5vh
;
height
:
5.5vh
;
background-color
:
rgb
(
102
,
204
,
255
);
background-color
:
rgb
(
102
,
204
,
255
);
...
@@ -360,7 +360,7 @@ export default {
...
@@ -360,7 +360,7 @@ export default {
.jiankongView
{
.jiankongView
{
position
:
absolute
;
position
:
absolute
;
top
:
11vh
;
top
:
11vh
;
z-index
:
1
;
z-index
:
3
;
width
:
100%
;
width
:
100%
;
}
}
.top_titl_left
{
.top_titl_left
{
...
...
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