|
|
@@ -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
|
<!--高温报警-->
|