Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
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
Kimber
ZiBoYingJI
Commits
884dd282
Commit
884dd282
authored
Sep 24, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'update'
parent
1e1a72e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
21 deletions
+9
-21
index.html
public/datav/index.html
+9
-18
watersource.html
public/datav/watersource.html
+0
-3
No files found.
public/datav/index.html
View file @
884dd282
...
@@ -901,7 +901,7 @@
...
@@ -901,7 +901,7 @@
<!-- cookie -->
<!-- cookie -->
<script
src=
"js/js.cookie.js"
></script>
<script
src=
"js/js.cookie.js"
></script>
<script>
<script>
const
host
=
location
.
protocol
+
'
//
'
+
(
location
.
hostname
===
'
192.168.3.
38
'
?
'
192.168.3.37
'
:
'
192.168.13.200
'
)
+
'
:8013
'
;
const
host
=
location
.
protocol
+
'
//
'
+
(
location
.
hostname
===
'
192.168.3.
226
'
?
'
192.168.3.37
'
:
'
192.168.13.200
'
)
+
'
:8013
'
;
// 小黄
// 小黄
//const host = location.protocol + '//' + (location.hostname === '192.168.3.38' ? '192.168.2.200' : '192.168.13.200') + ':8013';
//const host = location.protocol + '//' + (location.hostname === '192.168.3.38' ? '192.168.2.200' : '192.168.13.200') + ':8013';
...
@@ -1184,16 +1184,6 @@
...
@@ -1184,16 +1184,6 @@
if
(
i
<
3
){
if
(
i
<
3
){
reqiust
(
list
[
0
].
id
,
i
);
reqiust
(
list
[
0
].
id
,
i
);
}
else
{
}
else
{
console
.
log
(
'
list ________________
'
,
list
);
//var item = {
// name: "全部",
// label: "全部",
// id: 7,
//};
//
//list.unshift(item);
that
.
reqEnterprise
(
list
[
0
]
&&
list
[
0
].
id
||
0
,
selects
[
i
]);
that
.
reqEnterprise
(
list
[
0
]
&&
list
[
0
].
id
||
0
,
selects
[
i
]);
};
};
});
});
...
@@ -1236,6 +1226,7 @@
...
@@ -1236,6 +1226,7 @@
params
:
{
params
:
{
enterpriseId
:
this
.
enterpriseId
,
enterpriseId
:
this
.
enterpriseId
,
deptId
:
this
.
deptId
,
deptId
:
this
.
deptId
,
mineType
:
this
.
mineType
,
}
}
};
};
axios
.
get
(
host
+
'
/api/yingji/keynoteadmin/deviceStatus
'
,
req
).
then
(
res
=>
{
axios
.
get
(
host
+
'
/api/yingji/keynoteadmin/deviceStatus
'
,
req
).
then
(
res
=>
{
...
@@ -1262,8 +1253,6 @@
...
@@ -1262,8 +1253,6 @@
}
}
};
};
console
.
log
(
'
reqMines ________________
'
,
req
.
params
);
axios
.
get
(
host
+
'
/api/datav/mine
'
,
req
).
then
(
res
=>
{
axios
.
get
(
host
+
'
/api/datav/mine
'
,
req
).
then
(
res
=>
{
loading
.
close
();
loading
.
close
();
this
.
isReady
=
true
;
this
.
isReady
=
true
;
...
@@ -1319,6 +1308,7 @@
...
@@ -1319,6 +1308,7 @@
params
:
{
params
:
{
enterpriseId
:
this
.
enterpriseId
,
enterpriseId
:
this
.
enterpriseId
,
deptId
:
this
.
deptId
,
deptId
:
this
.
deptId
,
mineType
:
this
.
mineType
,
}
}
};
};
axios
.
get
(
host
+
'
/api/yingji/keynoteadmin/alertList
'
,
req
).
then
(
res
=>
{
axios
.
get
(
host
+
'
/api/yingji/keynoteadmin/alertList
'
,
req
).
then
(
res
=>
{
...
@@ -1332,6 +1322,7 @@
...
@@ -1332,6 +1322,7 @@
params
:
{
params
:
{
enterpriseId
:
this
.
enterpriseId
,
enterpriseId
:
this
.
enterpriseId
,
deptId
:
this
.
deptId
,
deptId
:
this
.
deptId
,
mineType
:
this
.
mineType
,
dateRange
:
this
.
daterange3
.
timeSpace
.
toString
()
dateRange
:
this
.
daterange3
.
timeSpace
.
toString
()
}
}
};
};
...
@@ -1349,7 +1340,6 @@
...
@@ -1349,7 +1340,6 @@
this
.
mineType
=
value
;
this
.
mineType
=
value
;
};
};
// 矿山数据
// 矿山数据
this
.
reqMines
();
this
.
reqMines
();
},
},
...
@@ -1560,9 +1550,7 @@
...
@@ -1560,9 +1550,7 @@
return
;
return
;
window
.
localStorage
.
setItem
(
'
kd.selected.mine
'
,
JSON
.
stringify
(
mine
))
window
.
localStorage
.
setItem
(
'
kd.selected.mine
'
,
JSON
.
stringify
(
mine
))
if
(
mineType
==
1
){
window
.
open
(
selfHost
+
'
/datav/detail/video-monitor.html
'
,
'
_self
'
)
/* if(mineType == 1){
window
.
open
(
selfHost
+
'
/datav/underground.html
'
,
'
_self
'
)
window
.
open
(
selfHost
+
'
/datav/underground.html
'
,
'
_self
'
)
}
}
if
(
mineType
==
2
){
if
(
mineType
==
2
){
...
@@ -1570,7 +1558,7 @@
...
@@ -1570,7 +1558,7 @@
}
}
if
(
mineType
==
3
){
if
(
mineType
==
3
){
window
.
open
(
selfHost
+
'
/datav/tailings.html
'
,
'
_self
'
)
window
.
open
(
selfHost
+
'
/datav/tailings.html
'
,
'
_self
'
)
}
*/
}
}
}
// 弧线
// 弧线
...
@@ -1824,6 +1812,8 @@
...
@@ -1824,6 +1812,8 @@
var
req
=
{
var
req
=
{
params
:
{
params
:
{
enterpriseId
:
this
.
enterpriseId
,
enterpriseId
:
this
.
enterpriseId
,
deptId
:
this
.
deptId
,
mineType
:
this
.
mineType
,
}
}
};
};
axios
.
get
(
host
+
'
/api/yingji/dangerousworkaudit/dangerwork-list
'
,
req
).
then
(
res
=>
{
axios
.
get
(
host
+
'
/api/yingji/dangerousworkaudit/dangerwork-list
'
,
req
).
then
(
res
=>
{
...
@@ -1839,6 +1829,7 @@
...
@@ -1839,6 +1829,7 @@
params
:
{
params
:
{
enterpriseId
:
this
.
enterpriseId
,
enterpriseId
:
this
.
enterpriseId
,
deptId
:
this
.
deptId
,
deptId
:
this
.
deptId
,
mineType
:
this
.
mineType
,
}
}
};
};
axios
.
get
(
host
+
'
/api/yingji/keynoteadmin/deformationMonitoring
'
,
req
).
then
(
res
=>
{
axios
.
get
(
host
+
'
/api/yingji/keynoteadmin/deformationMonitoring
'
,
req
).
then
(
res
=>
{
...
...
public/datav/watersource.html
View file @
884dd282
...
@@ -1052,9 +1052,6 @@
...
@@ -1052,9 +1052,6 @@
function
onloadDataFinish
(){
function
onloadDataFinish
(){
console
.
log
(
'
onloadDataFinish ________________
'
,
self
.
enterpriseId
,
self
.
deptId
);
// md3_1 降水选择列表事件
// md3_1 降水选择列表事件
(
function
(){
(
function
(){
self
.
m1tt3
=
leftbar
.
querySelector
(
"
.m-tt3
"
);
self
.
m1tt3
=
leftbar
.
querySelector
(
"
.m-tt3
"
);
...
...
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