diff --git a/src/assets/mapInfo/njatdj.jpg b/src/assets/mapInfo/njatdj.jpg new file mode 100644 index 0000000..f9b6660 Binary files /dev/null and b/src/assets/mapInfo/njatdj.jpg differ diff --git a/src/assets/mapInfo/njdddl.jpg b/src/assets/mapInfo/njdddl.jpg new file mode 100644 index 0000000..045cd3a Binary files /dev/null and b/src/assets/mapInfo/njdddl.jpg differ diff --git a/src/views/land/child/index.vue b/src/views/land/child/index.vue index 8358a50..697e5d9 100644 --- a/src/views/land/child/index.vue +++ b/src/views/land/child/index.vue @@ -1015,8 +1015,8 @@ picAbbreviation76: unityChange == 76, picAbbreviation77: unityChange == 77, picAbbreviation78: unityChange == 78, - - + picAbbreviation79: unityChange == 79, + picAbbreviation80: unityChange == 80, }" >
{ this.yiciSrc = res.data.data; }); + }else if (this.sceneName == "NJPKDDDL") { + getPrimaryDiagram({ + siteId: this.stationSiteId, + }).then((res) => { + this.yiciSrc = res.data.data; + }); + }else if (this.sceneName == "NJATDJ") { + getPrimaryDiagram({ + siteId: this.stationSiteId, + }).then((res) => { + this.yiciSrc = res.data.data; + }); } }, handleXianfalse() { @@ -7099,6 +7185,18 @@ export default { background: url("../../../assets/mapInfo/njjnswkxy.png") no-repeat; background-size: 100% 100%; } + .picAbbreviation79 { + width: 100%; + height: 100%; + background: url("../../../assets/mapInfo/njdddl.jpg") no-repeat; + background-size: 100% 100%; + } + .picAbbreviation80 { + width: 100%; + height: 100%; + background: url("../../../assets/mapInfo/njatdj.jpg") no-repeat; + background-size: 100% 100%; + } .picActive { width: 100%; height: 100%; diff --git a/src/views/land/index.vue b/src/views/land/index.vue index 18759c2..6074889 100644 --- a/src/views/land/index.vue +++ b/src/views/land/index.vue @@ -1918,9 +1918,6 @@
- - -
- - - - - - - - - - - - - - - - - - - - - + +
+
+
+
+ 南京市浦口调度大楼 +
+ +
+
+
+
+ +
+ {{ njpkdddlMap.siteName }} + {{ njpkdddlMap.siteName }} +
+ 变压器数量 + {{ njpkdddlMap.transformerNum }} +
+
+ 变压器容量 + {{ njpkdddlMap.transformerCapacity }} +
+
+ 电器联系人 + {{ njpkdddlMap.contacts }} +
+
+ 联系电话 + {{njpkdddlMap.phone }} +
+
+
+
+ +
+
+
+
+ 南京奥体大街9号配电房 +
+ +
+
+
+
+ +
+ {{ njatdjMap.siteName }} + {{ njatdjMap.siteName }} +
+ 变压器数量 + {{ njatdjMap.transformerNum }} +
+
+ 变压器容量 + {{ njatdjMap.transformerCapacity }} +
+
+ 电器联系人 + {{ njatdjMap.contacts }} +
+
+ 联系电话 + {{njatdjMap.phone }} +
+
+
+
@@ -5411,6 +5519,8 @@ export default { njjadsaAdmin: false, //南京金奥大厦A区 njjadsbAdmin: false, //南京金奥大厦B区 njjnswkxyAdmin: false, //南京江宁水务集团科学园水厂 + njpkdddlAdmin:false, //南京浦口调度大楼 + njatdjAdmin:false, //南京奥体大街 njyrscAdmin: false, //南京燕饶水厂权限展示 njdtsAdmin: false, //南京大屠杀权限展示 //泰州 @@ -5522,6 +5632,8 @@ export default { NJJADSAPopShow: false, //南京金奥大厦A区 NJJADSBPopShow: false, //南京金奥大厦B区 NJJNSWKXYPopShow: false, //南京江宁水务集团科学园水厂 + NJPKDDDLPopShow:false, //南京浦口调度大楼 + NJATDJPopShow:false, //南京奥体大街 TZGWJTPopShow: false, //泰州港务集团 TZJYSMPopShow: false, //泰州金鹰商贸 TZJCDSPopShow: false, //泰州锦宸大厦 @@ -5872,6 +5984,22 @@ export default { contacts: "", //联系人 phone: "", }, //南京江宁水务集团科学园水厂 + njpkdddlMap:{ + siteName: "", + address: "", + transformerNum: "", //变压器数量 + transformerCapacity: "", //变压器容量 + contacts: "", //联系人 + phone: "", + }, //南京浦口调度大楼 + njatdjMap:{ + siteName: "", + address: "", + transformerNum: "", //变压器数量 + transformerCapacity: "", //变压器容量 + contacts: "", //联系人 + phone: "", + }, //南京奥体大街9号 njjlshsshqMap: { siteName: "", address: "", @@ -6779,6 +6907,22 @@ export default { this.njjnswkxyMap.transformerCapacity = res.data.data[i].transformerCapacity; this.njjnswkxyMap.contacts = res.data.data[i].contacts; this.njjnswkxyMap.phone = res.data.data[i].phone; + }else if (res.data.data[i].siteName == "南京市浦口调度大楼") { + this.njpkdddlAdmin = true; + this.njpkdddlMap.siteName = res.data.data[i].siteName; + this.njpkdddlMap.address = res.data.data[i].address; + this.njpkdddlMap.transformerNum = res.data.data[i].transformerNum; + this.njpkdddlMap.transformerCapacity = res.data.data[i].transformerCapacity; + this.njpkdddlMap.contacts = res.data.data[i].contacts; + this.njpkdddlMap.phone = res.data.data[i].phone; + }else if (res.data.data[i].siteName == "南京奥体大街9号配电房") { + this.njatdjAdmin = true; + this.njatdjMap.siteName = res.data.data[i].siteName; + this.njatdjMap.address = res.data.data[i].address; + this.njatdjMap.transformerNum = res.data.data[i].transformerNum; + this.njatdjMap.transformerCapacity = res.data.data[i].transformerCapacity; + this.njatdjMap.contacts = res.data.data[i].contacts; + this.njatdjMap.phone = res.data.data[i].phone; } else if (res.data.data[i].siteName == "无锡市黄泥岗水厂配电房") { this.wxhngscAdmin = true; this.wxhngscMap.siteName = res.data.data[i].siteName; @@ -7497,6 +7641,10 @@ export default { this.NJJADSBPopShow = true; } else if (val == "NJJNSWKXY") { this.NJJNSWKXYPopShow = true; + }else if (val == "NJPKDDDL") { + this.NJPKDDDLPopShow = true; + }else if (val == "NJATDJ") { + this.NJATDJPopShow = true; } else if (val == "NTDST") { this.NTDSTPopShow = true; } else if (val == "NTHARMYY") { @@ -7646,6 +7794,10 @@ export default { this.NJJADSBPopShow = false; } else if (val == "NJJNSWKXY") { this.NJJNSWKXYPopShow = false; + }else if (val == "NJPKDDDL") { + this.NJPKDDDLPopShow = false; + }else if (val == "NJATDJ") { + this.NJATDJPopShow = false; } else if (val == "NTDST") { this.NTDSTPopShow = false; } else if (val == "NTHARMYY") { @@ -8698,8 +8850,38 @@ export default { flex-direction: column; } } - - + .nanjingpkdddl{ + position: absolute !important; + top: 41%; + left: 33%; + z-index: 9999; + animation: nanjingpkdddl 1s linear; + .yellowIcon2 { + position: absolute !important; + top: 48%; + left: 40%; + z-index: 9999; + animation: movepoint 1s infinite; + display: flex; + flex-direction: column; + } + } + .nanjingatdj{ + position: absolute !important; + top: 22%; + left: 38%; + z-index: 9996; + animation: nanjingatdj 1s linear; + .yellowIcon2 { + position: absolute !important; + top: 48%; + left: 40%; + z-index: 9999; + animation: movepoint 1s infinite; + display: flex; + flex-direction: column; + } + } .taizhouGWJT { @@ -9599,6 +9781,72 @@ export default { } } } + #njpkdddlPop{ + position: absolute !important; + top: 25%; + left: 33%; + display: inline-block; + overflow: hidden; + width: 288px; + height: 275px; + .mask { + position: absolute; + width: 288px; + height: 275px; + top: 0; + left: 0; + z-index: 9999; + display: flex; + .contentPop2 { + position: absolute; + width: 100%; + height: 70%; + top: 23%; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + .content { + width: 75%; + display: flex; + justify-content: space-between; + } + } + } + } + #njatdjPop{ + position: absolute !important; + top: 0%; + left: 38%; + display: inline-block; + overflow: hidden; + width: 288px; + height: 275px; + .mask { + position: absolute; + width: 288px; + height: 275px; + top: 0; + left: 0; + z-index: 9999; + display: flex; + .contentPop2 { + position: absolute; + width: 100%; + height: 70%; + top: 23%; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + .content { + width: 75%; + display: flex; + justify-content: space-between; + } + } + } + } #tzgwjtPop { position: absolute !important; top: 35%; @@ -10094,6 +10342,28 @@ export default { left: 46%; } } + @keyframes nanjingpkdddl { + 0% { + top: 0px; + left: 33%; + } + //初始时图片位于顶部 + 100% { + top: 41%; + left: 33%; + } + } + @keyframes nanjingatdj { + 0% { + top: 0px; + left: 33%; + } + //初始时图片位于顶部 + 100% { + top: 41%; + left: 33%; + } + } @keyframes taizhouGWJT { 0% { top: 0px;