Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
Commits
6a83ae88
Commit
6a83ae88
authored
Aug 19, 2021
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gis地图的路由跳转完成
parent
2e3171ca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
6 deletions
+20
-6
lineInfoWindow.vue
gassafety-web/src/components/PopWindowGis/lineInfoWindow.vue
+2
-1
lineInfoWindowWarn.vue
...ty-web/src/components/PopWindowGis/lineInfoWindowWarn.vue
+3
-2
markerInfoWindow.vue
...fety-web/src/components/PopWindowGis/markerInfoWindow.vue
+2
-1
markerInfoWindowWarn.vue
...-web/src/components/PopWindowGis/markerInfoWindowWarn.vue
+13
-2
No files found.
gassafety-web/src/components/PopWindowGis/lineInfoWindow.vue
View file @
6a83ae88
...
...
@@ -135,7 +135,8 @@ export default {
path
:
"/dataMonitoring/realtimedetail"
,
query
:
{
deviceId
:
this
.
obj
.
polyline
.
getExtData
().
lineData
.
pipeId
,
deviceType
:
"0"
//这里是传数字
deviceType
:
"0"
,
}
,
}
);
}
,
...
...
gassafety-web/src/components/PopWindowGis/lineInfoWindowWarn.vue
View file @
6a83ae88
...
...
@@ -167,7 +167,7 @@ export default {
}
,
checkWork
()
{
this
.
obj
.
polyline
.
getExtData
().
class
.
view
.
$router
.
push
({
path
:
"/
basicsInfo
/detail"
,
path
:
"/
workOrder
/detail"
,
query
:
{
orderId
:
this
.
obj
.
polyline
.
getExtData
().
lineData
.
orderId
,
}
,
...
...
@@ -191,9 +191,10 @@ export default {
deviceMore
()
{
console
.
log
(
this
.
obj
.
polyline
.
getExtData
().
lineData
);
this
.
obj
.
polyline
.
getExtData
().
class
.
view
.
$router
.
push
({
path
:
"/d
eviceAlarm
/alarmdetail"
,
path
:
"/d
ataMonitoring
/alarmdetail"
,
query
:
{
alarmId
:
this
.
obj
.
polyline
.
getExtData
().
lineData
.
alarmId
,
deviceType
:
"管道"
}
,
}
);
}
,
...
...
gassafety-web/src/components/PopWindowGis/markerInfoWindow.vue
View file @
6a83ae88
...
...
@@ -91,9 +91,10 @@ export default {
moment
,
deviceMore
()
{
this
.
data
.
class
.
view
.
$router
.
push
({
path
:
"/
realtimeData
/realtimedetail"
,
path
:
"/
dataMonitoring
/realtimedetail"
,
query
:
{
deviceId
:
this
.
data
.
deviceId
,
deviceType
:
this
.
data
.
deviceType
,
},
});
},
...
...
gassafety-web/src/components/PopWindowGis/markerInfoWindowWarn.vue
View file @
6a83ae88
...
...
@@ -104,6 +104,16 @@ export default {
data
:
{},
map
:
null
,
},
data
()
{
return
{
deviceType
:
{
1
:
"调压箱"
,
2
:
"阀门井"
,
3
:
"流量计"
,
4
:
"智能燃气表"
,
},
};
},
computed
:
{
orderId
()
{
// 如果已经生成过工单,就不能再次生成了
...
...
@@ -141,16 +151,17 @@ export default {
// },
deviceMore
()
{
this
.
data
.
view
.
$router
.
push
({
path
:
"/d
eviceAlarm
/alarmdetail"
,
path
:
"/d
ataMonitoring
/alarmdetail"
,
query
:
{
alarmId
:
this
.
data
.
alarmId
,
dcviceType
:
this
.
deviceType
[
this
.
data
.
deviceType
],
},
});
},
// 查看工单
checkWork
()
{
this
.
data
.
view
.
$router
.
push
({
path
:
"/
basicsInfo
/detail"
,
path
:
"/
workOrder
/detail"
,
query
:
{
orderId
:
this
.
data
.
orderId
,
},
...
...
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