diff --git a/src/components/index.vue b/src/components/index.vue
index eb80d9b..087159b 100644
--- a/src/components/index.vue
+++ b/src/components/index.vue
@@ -31,7 +31,7 @@
/>
-
+
换色
{{ LoginName }}
@@ -106,7 +106,12 @@
v-has="'m3-4'"
>巡检配置
- RTU配置
+ RTU配置
@@ -162,7 +167,7 @@
>统计报表
-
+
@@ -287,88 +292,6 @@
this.flag = true;
}
},
-
- // TwoMenuClick: function(index, event) {
- // // 给index为1的加字体颜色,其他的不加
- // //点击添加字体颜色,其他的删除class名称
- // this.dynamic = index;
- // // 获取点击的dom结构
- // var thisDom = event.currentTarget;
- // console.log(thisDom);
- // // 获取dom结构里储存的路径
- // // console.log(thisDom.children[0].value);
- // var router = this.$router; //赋值使用
- // router.push({ path: thisDom.children[0].value });
- // this.userId = this.LoginId;
- // },
- // OneMenuClick: function(ID, Blone) {
- // for (var i = 0; i < this.OneMenus.length; i++) {
- // if (this.OneMenus[i].menuId == ID) {
- // this.Manus = this.OneMenus[i].list;
- // console.log(this.Manus);
- // this.loadOneMenu();
- // if (!Blone) {
- // this.Oshow = !this.Oshow;
- // }
- // this.OneSel = index;
- // }
- // }
- // },
- // loadOneMenu: function() {
- // var router = this.$router; //赋值使用
- // router.push({ path: this.Manus[0].url });
- // this.dynamic = 0;
- // },
- // MenuListData: function() {},
- // mouseLeave: function() {
- // this.Oshow = false;
- // },
- // GoOneMenu() {
- // this.$router.push("/OneMenu");
- // },
- // TuiChu() {
- // this.$http
- // .get(this.nozzle.logout, {})
- // .then(response => {
- // if (response.data.code === 200) {
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // this.$router.push("/Login");
- // },
- // 获取权限菜单
- // LoadMenu() {
- // this.$http
- // .get(this.nozzle.sysMenuNav, {})
- // .then(response => {
- // if (response.data.code === 200) {
- // this.OneMenus = response.data.data;
- // // 获取从一级菜单页传过来的菜单ID
- // this.OneMenuClick(this.$route.query.menuId, true);
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // },
- // 获取登录信息
- // loadLoginName() {
- // this.$http
- // .get(this.nozzle.sysUserInfo)
- // .then(response => {
- // if (response.data.code === 200) {
- // this.LoginName = response.data.data.username;
- // this.LoginId = response.data.data.userId;
- // } else {
- // message(response);
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // }
ZhuXIao() {
this.$router.push({ path: "/Login" });
sessionStorage.clear();
diff --git a/src/components/index.vue b/src/components/index.vue
index eb80d9b..087159b 100644
--- a/src/components/index.vue
+++ b/src/components/index.vue
@@ -31,7 +31,7 @@
/>
-
+ 换色
{{ LoginName }}
@@ -106,7 +106,12 @@
v-has="'m3-4'"
>巡检配置
- RTU配置
+ RTU配置
@@ -162,7 +167,7 @@
>统计报表
-
+
@@ -287,88 +292,6 @@
this.flag = true;
}
},
-
- // TwoMenuClick: function(index, event) {
- // // 给index为1的加字体颜色,其他的不加
- // //点击添加字体颜色,其他的删除class名称
- // this.dynamic = index;
- // // 获取点击的dom结构
- // var thisDom = event.currentTarget;
- // console.log(thisDom);
- // // 获取dom结构里储存的路径
- // // console.log(thisDom.children[0].value);
- // var router = this.$router; //赋值使用
- // router.push({ path: thisDom.children[0].value });
- // this.userId = this.LoginId;
- // },
- // OneMenuClick: function(ID, Blone) {
- // for (var i = 0; i < this.OneMenus.length; i++) {
- // if (this.OneMenus[i].menuId == ID) {
- // this.Manus = this.OneMenus[i].list;
- // console.log(this.Manus);
- // this.loadOneMenu();
- // if (!Blone) {
- // this.Oshow = !this.Oshow;
- // }
- // this.OneSel = index;
- // }
- // }
- // },
- // loadOneMenu: function() {
- // var router = this.$router; //赋值使用
- // router.push({ path: this.Manus[0].url });
- // this.dynamic = 0;
- // },
- // MenuListData: function() {},
- // mouseLeave: function() {
- // this.Oshow = false;
- // },
- // GoOneMenu() {
- // this.$router.push("/OneMenu");
- // },
- // TuiChu() {
- // this.$http
- // .get(this.nozzle.logout, {})
- // .then(response => {
- // if (response.data.code === 200) {
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // this.$router.push("/Login");
- // },
- // 获取权限菜单
- // LoadMenu() {
- // this.$http
- // .get(this.nozzle.sysMenuNav, {})
- // .then(response => {
- // if (response.data.code === 200) {
- // this.OneMenus = response.data.data;
- // // 获取从一级菜单页传过来的菜单ID
- // this.OneMenuClick(this.$route.query.menuId, true);
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // },
- // 获取登录信息
- // loadLoginName() {
- // this.$http
- // .get(this.nozzle.sysUserInfo)
- // .then(response => {
- // if (response.data.code === 200) {
- // this.LoginName = response.data.data.username;
- // this.LoginId = response.data.data.userId;
- // } else {
- // message(response);
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // }
ZhuXIao() {
this.$router.push({ path: "/Login" });
sessionStorage.clear();
diff --git a/src/components/newFiber/NewFiberSearch.vue b/src/components/newFiber/NewFiberSearch.vue
index 3853204..7096453 100644
--- a/src/components/newFiber/NewFiberSearch.vue
+++ b/src/components/newFiber/NewFiberSearch.vue
@@ -6,6 +6,7 @@
placeholder="请输入内容"
v-model="FZValue"
clearable
+ @change="loadFZData"
>
@@ -95,40 +96,6 @@
item.offLine
}}
-
-
@@ -364,12 +331,12 @@
// 等待后台返回的站点管理数据的接口
options: [
{
- value: "选项1",
- label: "黄金糕"
+ value: "1",
+ label: "类型1"
},
{
- value: "选项2",
- label: "双皮奶"
+ value: "2",
+ label: "类型2"
}
],
SiteTypeUrl: "../../../static/img/NFLv.png", //站点状态显示不同的图片路径
@@ -473,12 +440,13 @@
// console.log(response);
this.loading = false;
if (response.data.total > 0) {
+ // console.log(response.data);
this.NFSNo1BotLiData = response.data.data;
this.AllTotal = response.data.total;
} else {
this.$message({
showClose: true,
- message: "该用户下未分配信息",
+ message: "根据该搜索没有搜索到新的信息",
type: "warning"
});
}
@@ -576,7 +544,8 @@
this.NFSNowDataTableData = JSON.parse(
JSON.stringify([response.data])
);
- console.log(this.NFSNowDataTableData);
+ // console.log(response.data);
+ // console.log(this.NFSNowDataTableData);
// 通过state显示图标
if (response.data.state == 1) {
// 异常
@@ -886,7 +855,7 @@
]
});
},
- // 点击搜索
+ // 点击详情里面历史搜索
Search() {
if (this.HistoryBox == "Charts") {
this.loadEchartsData();
diff --git a/src/components/index.vue b/src/components/index.vue
index eb80d9b..087159b 100644
--- a/src/components/index.vue
+++ b/src/components/index.vue
@@ -31,7 +31,7 @@
/>
-
+
换色
{{ LoginName }}
@@ -106,7 +106,12 @@
v-has="'m3-4'"
>巡检配置
- RTU配置
+ RTU配置
@@ -162,7 +167,7 @@
>统计报表
-
+
@@ -287,88 +292,6 @@
this.flag = true;
}
},
-
- // TwoMenuClick: function(index, event) {
- // // 给index为1的加字体颜色,其他的不加
- // //点击添加字体颜色,其他的删除class名称
- // this.dynamic = index;
- // // 获取点击的dom结构
- // var thisDom = event.currentTarget;
- // console.log(thisDom);
- // // 获取dom结构里储存的路径
- // // console.log(thisDom.children[0].value);
- // var router = this.$router; //赋值使用
- // router.push({ path: thisDom.children[0].value });
- // this.userId = this.LoginId;
- // },
- // OneMenuClick: function(ID, Blone) {
- // for (var i = 0; i < this.OneMenus.length; i++) {
- // if (this.OneMenus[i].menuId == ID) {
- // this.Manus = this.OneMenus[i].list;
- // console.log(this.Manus);
- // this.loadOneMenu();
- // if (!Blone) {
- // this.Oshow = !this.Oshow;
- // }
- // this.OneSel = index;
- // }
- // }
- // },
- // loadOneMenu: function() {
- // var router = this.$router; //赋值使用
- // router.push({ path: this.Manus[0].url });
- // this.dynamic = 0;
- // },
- // MenuListData: function() {},
- // mouseLeave: function() {
- // this.Oshow = false;
- // },
- // GoOneMenu() {
- // this.$router.push("/OneMenu");
- // },
- // TuiChu() {
- // this.$http
- // .get(this.nozzle.logout, {})
- // .then(response => {
- // if (response.data.code === 200) {
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // this.$router.push("/Login");
- // },
- // 获取权限菜单
- // LoadMenu() {
- // this.$http
- // .get(this.nozzle.sysMenuNav, {})
- // .then(response => {
- // if (response.data.code === 200) {
- // this.OneMenus = response.data.data;
- // // 获取从一级菜单页传过来的菜单ID
- // this.OneMenuClick(this.$route.query.menuId, true);
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // },
- // 获取登录信息
- // loadLoginName() {
- // this.$http
- // .get(this.nozzle.sysUserInfo)
- // .then(response => {
- // if (response.data.code === 200) {
- // this.LoginName = response.data.data.username;
- // this.LoginId = response.data.data.userId;
- // } else {
- // message(response);
- // }
- // })
- // .catch(response => {
- // message(response);
- // });
- // }
ZhuXIao() {
this.$router.push({ path: "/Login" });
sessionStorage.clear();
diff --git a/src/components/newFiber/NewFiberSearch.vue b/src/components/newFiber/NewFiberSearch.vue
index 3853204..7096453 100644
--- a/src/components/newFiber/NewFiberSearch.vue
+++ b/src/components/newFiber/NewFiberSearch.vue
@@ -6,6 +6,7 @@
placeholder="请输入内容"
v-model="FZValue"
clearable
+ @change="loadFZData"
>
@@ -95,40 +96,6 @@
item.offLine
}}
-
-
@@ -364,12 +331,12 @@
// 等待后台返回的站点管理数据的接口
options: [
{
- value: "选项1",
- label: "黄金糕"
+ value: "1",
+ label: "类型1"
},
{
- value: "选项2",
- label: "双皮奶"
+ value: "2",
+ label: "类型2"
}
],
SiteTypeUrl: "../../../static/img/NFLv.png", //站点状态显示不同的图片路径
@@ -473,12 +440,13 @@
// console.log(response);
this.loading = false;
if (response.data.total > 0) {
+ // console.log(response.data);
this.NFSNo1BotLiData = response.data.data;
this.AllTotal = response.data.total;
} else {
this.$message({
showClose: true,
- message: "该用户下未分配信息",
+ message: "根据该搜索没有搜索到新的信息",
type: "warning"
});
}
@@ -576,7 +544,8 @@
this.NFSNowDataTableData = JSON.parse(
JSON.stringify([response.data])
);
- console.log(this.NFSNowDataTableData);
+ // console.log(response.data);
+ // console.log(this.NFSNowDataTableData);
// 通过state显示图标
if (response.data.state == 1) {
// 异常
@@ -886,7 +855,7 @@
]
});
},
- // 点击搜索
+ // 点击详情里面历史搜索
Search() {
if (this.HistoryBox == "Charts") {
this.loadEchartsData();
diff --git a/src/components/site/previewOfSiteStatus.vue b/src/components/site/previewOfSiteStatus.vue
index b0886d5..238b4ab 100644
--- a/src/components/site/previewOfSiteStatus.vue
+++ b/src/components/site/previewOfSiteStatus.vue
@@ -47,19 +47,6 @@
项目选择
-
@@ -367,17 +354,7 @@
TopData3: "50" + "%",
// 顶部中间汇总B
// 项目选择A
- ProjectList: [
- // {
- // //数据格式
- // name: "全部项目",
- // shortName: "全部项目",
- // latitude: 32.497,
- // longitude: 106.6357,
- // zoomLevel: 5,
- // platformCode: ""
- // }
- ],
+ ProjectList: [],
dynamic: 0,
ChecksplatformCode: "", //选取的平台的编号
ChecksplatformCodeTest: "请选择", //选取的默认文字
@@ -442,7 +419,7 @@
this.ProjectList = this.ProjectList.concat(
response.data.data.records
);
- console.log(this.ProjectList);
+ // console.log(this.ProjectList);
} else {
message(response);
}
@@ -573,13 +550,7 @@
},
// 点击项目ZZJ
ListClick(index) {
- // console.log(this.ProjectList, index, "index");
- // console.log(index, item);
- // this.dynamic = index;
- // console.log(111, item);
this.ChecksplatformCode = this.ProjectList[index]["platformCode"];
- // console.log(this.ProjectList[index]["shortName"]);
- // this.historyList.push(this.ProjectList[index]["shortName"]);
// 限制数组的长度不超过10个
if (this.historyList.length > 10) {
this.historyList.pop();
@@ -618,8 +589,9 @@
this.map.centerAndZoom(MapPoint, this.ProjectList[index].zoomLevel);
}
},
- // 点击历史搜索的文字ZZJ
+ // 点击历史搜索的文字
HistoryClick(item) {
+ this.ChecksplatformCodeTest = item;
this.ProjectList.forEach(item1 => {
if (item1["shortName"] == item) {
// console.log(item1);
@@ -646,12 +618,10 @@
wkid: 4326
})
);
- // console.log(MapPoint);
this.map.centerAndZoom(MapPoint, item1.zoomLevel);
}
}
});
- // console.log(item);
},
// 本地存储ZZJ
setItem(arr) {
@@ -665,7 +635,6 @@
this.historyList = JSON.parse(
window.sessionStorage.getItem("HISTORYLIST")
);
- // console.log(this.historyList);
},
// 对历史搜索数组去重判断
selectTag(row, id) {
@@ -844,12 +813,8 @@
},
// 预警报警信息滚动
ScrollUp() {
- // console.log("执行了");
var box = document.getElementById("previewOfSiteStatusCentent6");
var con1 = document.getElementById("GisRightCententBox2UL");
- /* console.log(box.scrollTop + "!");
- console.log(con1.scrollHeight + "!!");
- console.log(box.offsetHeight + "!!!"); */
if (box.scrollTop >= con1.scrollHeight - box.offsetHeight) {
box.scrollTop = 0;
} else {
@@ -938,9 +903,9 @@
data: {}
})
.then(response => {
- console.log(response);
+ // console.log(response);
if (response.data.code === 200) {
- console.log(response);
+ // console.log(response);
let photoInfo = {};
let wgs = new SpatialReference({
wkid: 4326
@@ -1043,7 +1008,7 @@
return;
}
let d = res;
- console.log(res);
+ // console.log(res);
_this.$http
.post(_this.nozzle.getTempData, {
data: {
@@ -1071,7 +1036,7 @@
//d.graphic._graphicsLayer._singles[0].attributes.stCode 站点编号
textContent +=
"历时数据 |
";
- console.log(textContent);
+ // console.log(textContent);
_this.map.infoWindow.setTitle("详细信息");
_this.map.infoWindow.setContent(textContent);
_this.map.infoWindow.show(
@@ -1112,7 +1077,7 @@
this.getItem();
},
destroyed: function() {
- console.log("我已经离开了!");
+ // console.log("我已经离开了!");
clearInterval(this.timer);
}
};