|
|
@@ -59,7 +59,7 @@
|
|
59
|
59
|
<th data-class="expand" style="text-align:center;vertical-align:middle;">最多虫数</th>
|
|
60
|
60
|
<th data-class="expand" style="text-align:center;vertical-align:middle;">最少虫数</th>
|
|
61
|
61
|
<th data-class="expand" style="text-align:center;vertical-align:middle;">氧气浓度(%)</th>
|
|
62
|
|
- <th data-class="expand" style="text-align:center;vertical-align:middle;">二氧化碳浓度(%)</th>
|
|
|
62
|
+ <th data-class="expand" style="text-align:center;vertical-align:middle;">二氧化碳浓度(ppm)</th>
|
|
63
|
63
|
<th data-class="expand" style="text-align:center;vertical-align:middle;">磷化氢浓度(ppm)</th>
|
|
64
|
64
|
</tr>
|
|
65
|
65
|
</thead>
|
|
|
@@ -75,25 +75,25 @@
|
|
75
|
75
|
</td>
|
|
76
|
76
|
<td style="text-align:center;">
|
|
77
|
77
|
<div ng-if="summaryReport.outH==250">
|
|
78
|
|
- <acronym title="设备异常"><span style="color: red;">{{ summaryReport.outH }}</span></acronym>
|
|
|
78
|
+ <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
|
|
79
|
79
|
</div>
|
|
80
|
80
|
<div ng-if="summaryReport.outH!=250">{{ summaryReport.outH }}</div>
|
|
81
|
81
|
</td>
|
|
82
|
82
|
<td style="text-align:center;">
|
|
83
|
83
|
<div ng-if="summaryReport.outTemp==250">
|
|
84
|
|
- <acronym title="设备异常"><span style="color: red;">{{ summaryReport.outTemp }}</span></acronym>
|
|
|
84
|
+ <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
|
|
85
|
85
|
</div>
|
|
86
|
86
|
<div ng-if="summaryReport.outTemp!=250">{{ summaryReport.outTemp }}</div>
|
|
87
|
87
|
</td>
|
|
88
|
88
|
<td style="text-align:center;">
|
|
89
|
89
|
<div ng-if="summaryReport.inH==250">
|
|
90
|
|
- <acronym title="设备异常"><span style="color: red;">{{ summaryReport.inH }}</span></acronym>
|
|
|
90
|
+ <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
|
|
91
|
91
|
</div>
|
|
92
|
92
|
<div ng-if="summaryReport.inH!=250">{{ summaryReport.inH }}</div>
|
|
93
|
93
|
</td>
|
|
94
|
94
|
<td style="text-align:center;">
|
|
95
|
95
|
<div ng-if="summaryReport.inTemp==250">
|
|
96
|
|
- <acronym title="设备异常"><span style="color: red;">{{ summaryReport.inTemp }}</span></acronym>
|
|
|
96
|
+ <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
|
|
97
|
97
|
</div>
|
|
98
|
98
|
<div ng-if="summaryReport.inTemp!=250">{{ summaryReport.inTemp }}</div>
|
|
99
|
99
|
</td>
|
|
|
@@ -102,7 +102,7 @@
|
|
102
|
102
|
<!--高温报警-->
|
|
103
|
103
|
<div ng-if="summaryReport.maxTemp >= warningValueList[summaryReport.storeHouse].high">
|
|
104
|
104
|
<div ng-if="summaryReport.maxTemp==250">
|
|
105
|
|
- <acronym title="设备异常"><span style="color: red;">{{ summaryReport.maxTemp }}</span></acronym>
|
|
|
105
|
+ <acronym title="设备异常"><span style="color: red;">-100</span></acronym>
|
|
106
|
106
|
</div>
|
|
107
|
107
|
<div ng-if="summaryReport.maxTemp!=250">
|
|
108
|
108
|
<acronym title="粮温高限报警为: {{warningValueList[summaryReport.storeHouse].high}}℃"><span style="color: red;">{{ summaryReport.maxTemp }}</span></acronym>
|