|
|
@@ -9,7 +9,7 @@
|
|
9
|
9
|
data-widget-editbutton="true">
|
|
10
|
10
|
<header>
|
|
11
|
11
|
<span class="widget-icon"> <i class="fa fa-table"></i> </span>
|
|
12
|
|
- <h2>报警列表</h2>
|
|
|
12
|
+ <h2>湿度报警列表</h2>
|
|
13
|
13
|
</header>
|
|
14
|
14
|
<div>
|
|
15
|
15
|
<div class="widget-body no-padding">
|
|
|
@@ -22,8 +22,8 @@
|
|
22
|
22
|
<span class="fa fa-print"></span> 打 印
|
|
23
|
23
|
</a> 
|
|
24
|
24
|
<label> 仓房名称: 
|
|
25
|
|
- <select ng-model="search.storehouseName" class="form-control input-sm"
|
|
26
|
|
- ng-options="store.storehouseName as store.storehouseName for store in storelist">
|
|
|
25
|
+ <select ng-model="search.cfbm" class="form-control input-sm"
|
|
|
26
|
+ ng-options="store.cfbm as store.storehouseName for store in storelist">
|
|
27
|
27
|
<option value="">请选择</option>
|
|
28
|
28
|
</select> 
|
|
29
|
29
|
</label>
|
|
|
@@ -58,10 +58,8 @@
|
|
58
|
58
|
<tr>
|
|
59
|
59
|
<th data-class="expand" style="text-align:center;">序号</th>
|
|
60
|
60
|
<th data-class="expand" style="text-align:center;">仓房名称</th>
|
|
61
|
|
- <th data-class="expand" style="text-align:center;">模块名称</th>
|
|
62
|
|
- <th data-class="expand" style="text-align:center;">报警名称</th>
|
|
63
|
|
- <th data-class="expand" style="text-align:center;">预警值</th>
|
|
64
|
|
- <th data-class="expand" style="text-align:center;">报警内容</th>
|
|
|
61
|
+ <th data-class="expand" style="text-align:center;">仓湿(%RH)</th>
|
|
|
62
|
+ <th data-class="expand" style="text-align:center;">预警值(%RH)</th>
|
|
65
|
63
|
<th data-class="expand" style="text-align:center;">报警时间</th>
|
|
66
|
64
|
</tr>
|
|
67
|
65
|
</thead>
|
|
|
@@ -70,22 +68,16 @@
|
|
70
|
68
|
<tr ng-repeat="warning in pageInfo.list">
|
|
71
|
69
|
<td style="text-align:center;">{{ $index + 1 }}</td>
|
|
72
|
70
|
<td style="text-align:center;">
|
|
73
|
|
- {{ warning.storehouseName }}
|
|
|
71
|
+ {{ warning.chmc }}
|
|
74
|
72
|
</td>
|
|
75
|
73
|
<td style="text-align:center;">
|
|
76
|
|
- {{ warning.moduleName }}
|
|
|
74
|
+ {{ warning.cs }}
|
|
77
|
75
|
</td>
|
|
78
|
76
|
<td style="text-align:center;">
|
|
79
|
|
- {{ warning.alarmName }}
|
|
|
77
|
+ {{ warning.bjz }}
|
|
80
|
78
|
</td>
|
|
81
|
79
|
<td style="text-align:center;">
|
|
82
|
|
- {{ warning.warningValue }}
|
|
83
|
|
- </td>
|
|
84
|
|
- <td style="text-align:center;">
|
|
85
|
|
- {{ warning.alarmContent }}
|
|
86
|
|
- </td>
|
|
87
|
|
- <td style="text-align:center;">
|
|
88
|
|
- {{ warning.alarmDate | date:'yyyy-MM-dd HH:mm:ss' }}
|
|
|
80
|
+ {{ warning.bjsj | date:'yyyy-MM-dd HH:mm:ss' }}
|
|
89
|
81
|
</td>
|
|
90
|
82
|
</tr>
|
|
91
|
83
|
</tbody>
|