Commit 33afacf8 authored by 史余彬's avatar 史余彬

环境监测实时数据图表修改调整

parent 6ecd7585
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
window.location.href="http://192.168.1.3:8081/MineJSON/allcount.jsp" window.location.href="http://192.168.1.11:8081/MineJSON/allcount.jsp"
// window.location.href="http://192.168.1.8:8082/MineJSON/allcount.jsp" // window.location.href="http://192.168.1.8:8082/MineJSON/allcount.jsp"
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
// + timeSe, null, function(obj) { // + timeSe, null, function(obj) {
$ $
.getJSON( .getJSON(
'http://192.168.1.3:8081/MineJSON/vzigbee.action?type=8&param=' 'http://192.168.1.11:8081/MineJSON/vzigbee.action?type=8&param='
+ rowData.personcode + rowData.personcode
+ '-' + '-'
+ (Date.parse(new Date( + (Date.parse(new Date(
......
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
window.location.href="http://192.168.1.3:8081/MineEM/tubiao/co2jiance.jsp" window.location.href="http://192.168.1.11:8081/MineEM/tubiao/co2jiance.jsp"
</script> </script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
window.location.href="http://192.168.1.3:8081/MineEM/tubiao/cojiance.jsp" window.location.href="http://192.168.1.11:8081/MineEM/tubiao/cojiance.jsp"
</script> </script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
window.location.href="http://192.168.1.3:8081/MineEM/tubiao/fengsu.jsp" window.location.href="http://192.168.1.11:8081/MineEM/tubiao/fengsu.jsp"
//window.location.href="http://localhost:8080/MineTRS/tubiao/fengsu.jsp" //window.location.href="http://localhost:8080/MineTRS/tubiao/fengsu.jsp"
</script> </script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
window.location.href="http://192.168.1.3:8081/MineEM/tubiao/fengya.jsp" window.location.href="http://192.168.1.11:8081/MineEM/tubiao/fengya.jsp"
//window.location.href="http://localhost:8080/MineTRS/tubiao/fengya.jsp" //window.location.href="http://localhost:8080/MineTRS/tubiao/fengya.jsp"
</script> </script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
window.location.href="http://192.168.1.3:8081/MineEM/tubiao/no2jiance.jsp" window.location.href="http://192.168.1.11:8081/MineEM/tubiao/no2jiance.jsp"
</script> </script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
window.location.href="http://192.168.1.3:8081/MineEM/tubiao/o2jiance.jsp" window.location.href="http://192.168.1.11:8081/MineEM/tubiao/o2jiance.jsp"
</script> </script>
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
}); });
arrss.push({x: 0, y: value1}); arrss.push({x: 0, y: value1});
arrss.push({x: 23, y: value1}); arrss.push({x: 23, y: value1});
var ifbj = parseFloat(value.ifbj.toString()); var ifbj = parseFloat(value.ifbj);
var ifguzhang = parseFloat(value.ifguzhang.toString()); var ifguzhang = parseFloat(value.ifguzhang.toString());
var color = '#204120'; var color = '#204120';
if (ifbj == "1") color = "#EA0000"; if (ifbj == "1") color = "#EA0000";
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
setInterval('myrefresh()', 600000); setInterval('myrefresh()', 600000);
function initpolygon1(polygon, cgqName, color, sensorname) { function initpolygon1(polygon, cgqName, color, sensorname, devicename) {
var chart ; var chart ;
Highcharts.setOptions({ Highcharts.setOptions({
colors: ['#0A75A3', '#FF0000', '#00FF00'] colors: ['#0A75A3', '#FF0000', '#00FF00']
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
tooltip: { tooltip: {
formatter: function () { formatter: function () {
return '' + return '' +
this.series.name + ': ' + this.y.toFixed(3) + '毫克/立方米'; devicename + ': ' + this.y.toFixed(3) + '毫克/立方米';
} }
}, },
credits: { credits: {
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
}); });
arrss.push({x: 0, y: value1}); arrss.push({x: 0, y: value1});
arrss.push({x: 23, y: value1}); arrss.push({x: 23, y: value1});
var ifbj = parseFloat(value.ifbj.toString()); var ifbj = parseFloat(value.ifbj);
var ifguzhang = parseFloat(value.ifguzhang.toString()); var ifguzhang = parseFloat(value.ifguzhang.toString());
var color = '#204120'; var color = '#204120';
if (ifbj == "1") color = "#EA0000"; if (ifbj == "1") color = "#EA0000";
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
color = "#cccccc"; color = "#cccccc";
} }
}; };
initpolygon1("polygon" + (j + 1), value.name , color, value.name); initpolygon1("polygon" + (j + 1), value.name , color, value.name, value.poumian);
shuju(value.name); shuju(value.name);
dayAndMonth(value.name); dayAndMonth(value.name);
chartlst[j].addSeries({name: "co", type: 'spline', data: arrs}); chartlst[j].addSeries({name: "co", type: 'spline', data: arrs});
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
// 页面加载初始化 // 页面加载初始化
$(function() { $(function() {
$.ajax({ $.ajax({
url: "http://192.168.1.3:8080/MineTT/online!EnvironmentRealTimeData.do?token=laowangzhuanyong", url: "http://192.168.1.11:8080/MineTT/online!EnvironmentRealTimeData.do?token=laowangzhuanyong",
type: "get", type: "get",
dataType:"jsonp",//请求的数据类型 dataType:"jsonp",//请求的数据类型
success: function(data) { success: function(data) {
......
...@@ -417,7 +417,7 @@ ...@@ -417,7 +417,7 @@
} , } ,
success : function(date) { //etoak - 服务器返回的响应数据 success : function(date) { //etoak - 服务器返回的响应数据
if (date.flag) { if (date.flag) {
// Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.3:8081/MineEM/tubiao/fengsu.jsp";}); // Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.11:8081/MineEM/tubiao/fengsu.jsp";});
//$("#msgbox").hide(); //$("#msgbox").hide();
// window.location.href="http://192.168.1.8:8081/MineEM/tubiao/fengsu.jsp" // window.location.href="http://192.168.1.8:8081/MineEM/tubiao/fengsu.jsp"
$('#polygon1').datagrid('reload'); // 重新加载数据 $('#polygon1').datagrid('reload'); // 重新加载数据
......
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
success : function(date) { //etoak - 服务器返回的响应数据 success : function(date) { //etoak - 服务器返回的响应数据
if (date.flag) { if (date.flag) {
Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.3:8081/MineEM/tubiao/fengya.jsp";}); Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.11:8081/MineEM/tubiao/fengya.jsp";});
//$("#msgbox").hide(); //$("#msgbox").hide();
} else { } else {
......
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
}); });
arrss.push({x: 0, y: value1}); arrss.push({x: 0, y: value1});
arrss.push({x: 23, y: value1}); arrss.push({x: 23, y: value1});
var ifbj = parseFloat(value.ifbj.toString()); var ifbj = parseFloat(value.ifbj);
var ifguzhang = parseFloat(value.ifguzhang.toString()); var ifguzhang = parseFloat(value.ifguzhang.toString());
var color = '#204120'; var color = '#204120';
if (ifbj == "1") color = "#EA0000"; if (ifbj == "1") color = "#EA0000";
......
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
success : function(date) { //etoak - 服务器返回的响应数据 success : function(date) { //etoak - 服务器返回的响应数据
if (date.flag) { if (date.flag) {
Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.3:8081/MineEM/tubiao/fengya.jsp";}); Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.11:8081/MineEM/tubiao/fengya.jsp";});
//$("#msgbox").hide(); //$("#msgbox").hide();
} else { } else {
......
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
success : function(date) { //etoak - 服务器返回的响应数据 success : function(date) { //etoak - 服务器返回的响应数据
if (date.flag) { if (date.flag) {
Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.3:8081/MineEM/tubiao/fengya.jsp";}); Dialog.alert("解除成功",function(){window.location.href="http://192.168.1.11:8081/MineEM/tubiao/fengya.jsp";});
//$("#msgbox").hide(); //$("#msgbox").hide();
} else { } else {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment