Kaynağa Gözat

油情列表

hanqingsong 4 yıl önce
ebeveyn
işleme
7b210402d8

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

@@ -46,8 +46,8 @@
46 46
                                         <th data-class="expand" style="text-align:center;">品种</th>
47 47
                                         <th data-class="expand" style="text-align:center;">性质</th>
48 48
                                         <th data-class="expand" style="text-align:center;">检测时间</th>
49
-                                        <th data-class="expand" style="text-align:center;">罐温度(℃)</th>
50
-                                        <th data-class="expand" style="text-align:center;">罐湿度(%RH)</th>
49
+                                        <th data-class="expand" style="text-align:center;">罐温度(℃)</th>
50
+                                        <th data-class="expand" style="text-align:center;">罐湿度(%RH)</th>
51 51
                                         <th data-class="expand" style="text-align:center;">最高油温(℃)</th>
52 52
                                         <th data-class="expand" style="text-align:center;">最低油温(℃)</th>
53 53
                                         <th data-class="expand" style="text-align:center;">平均油温(℃)</th>
@@ -64,16 +64,16 @@
64 64
                                         <td style="text-align:center;">{{dicData[storehouseCodeYG[realTimeList.storehouse].hwxz]}}</td>
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
-                                            <div ng-if="realTimeList.intemp==250">
67
+                                            <div ng-if="realTimeList.outtemp==250">
68 68
                                                 <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
69 69
                                             </div>
70
-                                            <div ng-if="realTimeList.intemp!=250">{{ realTimeList.intemp }}</div>
70
+                                            <div ng-if="realTimeList.outtemp!=250">{{ realTimeList.outtemp }}</div>
71 71
                                         </td>
72 72
                                         <td style="text-align:center;">
73
-                                            <div ng-if="realTimeList.inh==250">
73
+                                            <div ng-if="realTimeList.outh==250">
74 74
                                                 <acronym title="设备异常"><span style="color: red;">-1</span></acronym>
75 75
                                             </div>
76
-                                            <div ng-if="realTimeList.inh!=250">{{ realTimeList.inh }}</div>
76
+                                            <div ng-if="realTimeList.outh!=250">{{ realTimeList.outh }}</div>
77 77
                                         </td>
78 78
 
79 79
                                         <td style="text-align:center;">

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

@@ -57,8 +57,8 @@
57 57
                                         <th data-class="expand" style="text-align:center;">品种</th>
58 58
                                         <th data-class="expand" style="text-align:center;">性质</th>
59 59
                                         <th data-class="expand" style="text-align:center;">检测时间</th>
60
-                                        <th data-class="expand" style="text-align:center;">罐温度(℃)</th>
61
-                                        <th data-class="expand" style="text-align:center;">罐湿度(%RH)</th>
60
+                                        <th data-class="expand" style="text-align:center;">罐温度(℃)</th>
61
+                                        <th data-class="expand" style="text-align:center;">罐湿度(%RH)</th>
62 62
                                         <th data-class="expand" style="text-align:center;">最高油温(℃)</th>
63 63
                                         <th data-class="expand" style="text-align:center;">最低油温(℃)</th>
64 64
                                         <th data-class="expand" style="text-align:center;">平均油温(℃)</th>
@@ -75,16 +75,16 @@
75 75
                                         <td style="text-align:center;">{{dicData[storehouseCodeYG[humitureDetection.storehouse].hwxz]}}</td>
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
-                                            <div ng-if="humitureDetection.intemp==250">
78
+                                            <div ng-if="humitureDetection.outtemp==250">
79 79
                                                 <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
80 80
                                             </div>
81
-                                            <div ng-if="humitureDetection.intemp!=250">{{ humitureDetection.intemp }}</div>
81
+                                            <div ng-if="humitureDetection.outtemp!=250">{{ humitureDetection.outtemp }}</div>
82 82
                                         </td>
83 83
                                         <td style="text-align:center;">
84
-                                            <div ng-if="humitureDetection.inh==250">
84
+                                            <div ng-if="humitureDetection.outh==250">
85 85
                                                 <acronym title="设备异常"><span style="color: red;">-1</span></acronym>
86 86
                                             </div>
87
-                                            <div ng-if="humitureDetection.inh!=250">{{ humitureDetection.inh }}</div>
87
+                                            <div ng-if="humitureDetection.outh!=250">{{ humitureDetection.outh }}</div>
88 88
                                         </td>
89 89
                                         <td style="text-align:center;">
90 90
                                             <!--高温报警-->