hanqingsong пре 4 година
родитељ
комит
963955e3e8

+ 2 - 2
depot-web/src/main/resources/static/app/intelligent/grainInspect/controller/ollRealTimeDataListCtrl.js

@@ -32,8 +32,8 @@ angular.module('app.intelligent').controller("ollRealTimeDataListCtrl", function
32 32
         params.id = realTimeList.id;
33 33
         $uibModal.open({
34 34
             size: 'lg',
35
-            templateUrl: 'app/intelligent/grainDetection/views/humitureDetection-model.html',
36
-            controller: 'humitureDetectionModel',
35
+            templateUrl: 'app/intelligent/oilTemperatureDetection/views/oilTemperature-model.html',
36
+            controller: 'oilTemperatureModel',
37 37
             resolve: {
38 38
                 // 传入参数
39 39
                 items: function () {

+ 2 - 2
depot-web/src/main/resources/static/app/intelligent/grainInspect/views/levelRealData-list.html

@@ -60,8 +60,8 @@
60 60
                                         <td style="text-align:center;">{{ $index + 1 }}</td>
61 61
                                         <td style="text-align:center;">{{ storeHouseCodeObj[dewDetection.oiltankCode].storehouseName }}</td>
62 62
                                         <td style="text-align:center;">{{ storeHouseCodeObj[dewDetection.oiltankCode].tankHeigth}}</td>
63
-                                        <td style="text-align:center;">{{dicData[storehouseCode[dewDetection.oiltankCode].pz]}}</td>
64
-                                        <td style="text-align:center;">{{dicData[storehouseCode[dewDetection.oiltankCode].hwxz]}}</td>
63
+                                        <td style="text-align:center;">{{dicData[storehouseCodeYG[dewDetection.oiltankCode].pz]}}</td>
64
+                                        <td style="text-align:center;">{{dicData[storehouseCodeYG[dewDetection.oiltankCode].hwxz]}}</td>
65 65
                                         <td style="text-align:center;">{{ dewDetection.tTime | date:'yyyy-MM-dd HH:mm:ss' }}</td>
66 66
                                         <td style="text-align:center;">{{ dewDetection.tCurrent}}</td>
67 67
                                         <td style="text-align:center;">{{ dewDetection.tMax}}</td>

+ 15 - 5
depot-web/src/main/resources/static/app/intelligent/grainInspect/views/ollRealTimeData-list.html

@@ -65,13 +65,13 @@
65 65
                                         <td style="text-align:center;">{{ realTimeList.time | date:'yyyy-MM-dd HH:mm:ss' }}</td>
66 66
                                         <td style="text-align:center;">
67 67
                                             <div ng-if="realTimeList.intemp==250">
68
-                                                <acronym title="设备异常"><span style="color: red;">{{ realTimeList.intemp }}</span></acronym>
68
+                                                <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
69 69
                                             </div>
70 70
                                             <div ng-if="realTimeList.intemp!=250">{{ realTimeList.intemp }}</div>
71 71
                                         </td>
72 72
                                         <td style="text-align:center;">
73 73
                                             <div ng-if="realTimeList.inh==250">
74
-                                                <acronym title="设备异常"><span style="color: red;">{{ realTimeList.inh }}</span></acronym>
74
+                                                <acronym title="设备异常"><span style="color: red;">-1</span></acronym>
75 75
                                             </div>
76 76
                                             <div ng-if="realTimeList.inh!=250">{{ realTimeList.inh }}</div>
77 77
                                         </td>
@@ -80,7 +80,7 @@
80 80
                                             <!--高温报警-->
81 81
                                             <div ng-if="realTimeList.max >= warningValueList[realTimeList.storehouse].high">
82 82
                                                 <div ng-if="realTimeList.max==250">
83
-                                                    <acronym title="设备异常"><span style="color: red;">{{ realTimeList.max }}</span></acronym>
83
+                                                    <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
84 84
                                                 </div>
85 85
                                                 <div ng-if="realTimeList.max!=250">
86 86
                                                     <acronym title="油温高限报警为: {{warningValueList[realTimeList.storehouse].high}}℃"><span style="color: red;">{{ realTimeList.max }}</span></acronym>
@@ -97,7 +97,12 @@
97 97
                                         <td style="text-align:center;">
98 98
                                             <!--低温报警-->
99 99
                                             <div ng-if="realTimeList.min <= warningValueList[realTimeList.storehouse].low">
100
-                                                <acronym title="油温低限报警为: {{warningValueList[realTimeList.storehouse].low}}℃"><span style="color: red;">{{ realTimeList.min }}</span></acronym>
100
+                                                <div ng-if="realTimeList.min==250">
101
+                                                    <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
102
+                                                </div>
103
+                                                <div ng-if="realTimeList.min!=250">
104
+                                                    <acronym title="油温低限报警为: {{warningValueList[realTimeList.storehouse].low}}℃"><span style="color: red;">{{ realTimeList.min }}</span></acronym>
105
+                                                </div>
101 106
                                             </div>
102 107
                                             <div ng-if="realTimeList.min > warningValueList[realTimeList.storehouse].low">
103 108
                                                 <span>{{ realTimeList.min }}</span>
@@ -107,7 +112,12 @@
107 112
                                             </div>
108 113
                                             <!--低温预警-->
109 114
                                         </td>
110
-                                        <td style="text-align:center;">{{ realTimeList.avg}}</td>
115
+                                        <td style="text-align:center;">
116
+                                            <div ng-if="realTimeList.avg==250">
117
+                                                <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
118
+                                            </div>
119
+                                            <div ng-if="realTimeList.avg!=250">{{ realTimeList.avg}}</div>
120
+                                        </td>
111 121
                                         <td style="text-align:center;">
112 122
                                             <a href-void ng-click="onlyStoreGrainTemperatureDetection(realTimeList.storehouse)"><i class=""></i>{{storeHouseCodeObj[realTimeList.storehouse].storehouseName}}检测</a>
113 123
                                         </td>

+ 2 - 2
depot-web/src/main/resources/static/app/intelligent/levelDetection/views/levelDetection-list.html

@@ -62,8 +62,8 @@
62 62
                                         <td style="text-align:center;">{{ $index + 1 }}</td>
63 63
                                         <td style="text-align:center;">{{ storeHouseCodeObj[dewDetection.oiltankCode].storehouseName }}</td>
64 64
                                         <td style="text-align:center;">{{ storeHouseCodeObj[dewDetection.oiltankCode].tankHeigth}}</td>
65
-                                        <td style="text-align:center;">{{dicData[storehouseCode[dewDetection.oiltankCode].pz]}}</td>
66
-                                        <td style="text-align:center;">{{dicData[storehouseCode[dewDetection.oiltankCode].hwxz]}}</td>
65
+                                        <td style="text-align:center;">{{dicData[storehouseCodeYG[dewDetection.oiltankCode].pz]}}</td>
66
+                                        <td style="text-align:center;">{{dicData[storehouseCodeYG[dewDetection.oiltankCode].hwxz]}}</td>
67 67
                                         <td style="text-align:center;">{{ dewDetection.tTime | date:'yyyy-MM-dd HH:mm:ss' }}</td>
68 68
                                         <td style="text-align:center;">{{ dewDetection.tCurrent}}</td>
69 69
                                         <td style="text-align:center;">{{ dewDetection.tMax}}</td>

+ 5 - 5
depot-web/src/main/resources/static/app/intelligent/oilTemperatureDetection/views/oilTemperatureDetection-list.html

@@ -76,20 +76,20 @@
76 76
                                         <td style="text-align:center;">{{ humitureDetection.time | date:'yyyy-MM-dd HH:mm:ss' }}</td>
77 77
                                         <td style="text-align:center;">
78 78
                                             <div ng-if="humitureDetection.intemp==250">
79
-                                                <span style="color: red;">设备异常</span>
79
+                                                <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
80 80
                                             </div>
81 81
                                             <div ng-if="humitureDetection.intemp!=250">{{ humitureDetection.intemp }}</div>
82 82
                                         </td>
83 83
                                         <td style="text-align:center;">
84 84
                                             <div ng-if="humitureDetection.inh==250">
85
-                                                <span style="color: red;">设备异常</span>
85
+                                                <acronym title="设备异常"><span style="color: red;">-1</span></acronym>
86 86
                                             </div>
87 87
                                             <div ng-if="humitureDetection.inh!=250">{{ humitureDetection.inh }}</div>
88 88
                                         </td>
89 89
                                         <td style="text-align:center;">
90 90
                                             <!--高温报警-->
91 91
                                             <div ng-if="humitureDetection.max==250">
92
-                                                <span style="color: red;">设备异常</span>
92
+                                                <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
93 93
                                             </div>
94 94
                                             <div ng-if="humitureDetection.max!=250">
95 95
                                                 <div ng-if="humitureDetection.max >= warningValueList[humitureDetection.storehouse].high">
@@ -108,7 +108,7 @@
108 108
                                         <td style="text-align:center;">
109 109
                                             <!--低温报警-->
110 110
                                             <div ng-if="humitureDetection.min==250">
111
-                                                <span style="color: red;">设备异常</span>
111
+                                                <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
112 112
                                             </div>
113 113
                                             <div ng-if="humitureDetection.min!=250">
114 114
                                                 <div ng-if="humitureDetection.min <= warningValueList[humitureDetection.storehouse].low">
@@ -124,7 +124,7 @@
124 124
                                         </td>
125 125
                                         <td style="text-align:center;">
126 126
                                             <div ng-if="humitureDetection.avg==250">
127
-                                                <span style="color: red;">设备异常</span>
127
+                                                <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
128 128
                                             </div>
129 129
                                             <div ng-if="humitureDetection.avg!=250">{{ humitureDetection.avg}}</div>
130 130
                                         </td>