|
@@ -1,12 +1,12 @@
|
1
|
1
|
<!-- start: SETTINGS -->
|
2
|
|
-<button ct-toggle="toggle" tooltip="选择关联事件" tooltip-placement="left" target="repeatIncident" parent-active-class="active"
|
|
2
|
+<button ct-toggle="toggle" tooltip="最近报修" tooltip-placement="left" target="repeatIncident" parent-active-class="active"
|
3
|
3
|
class="btn btn-info">
|
4
|
4
|
<i class="iconfont icon-guancangzhongfu"></i>
|
5
|
5
|
</button>
|
6
|
6
|
<div class="container" style="padding:0;border-top: 1px solid #c8c7cc;">
|
7
|
7
|
|
8
|
8
|
<div class="ng-scope headersize">
|
9
|
|
- 选择关联事件
|
|
9
|
+ 最近报修
|
10
|
10
|
</div>
|
11
|
11
|
<div id="theGrid" class="mainlist repeatList">
|
12
|
12
|
<div class="grid">
|
|
@@ -16,9 +16,11 @@
|
16
|
16
|
<!-- <input name="incident" type="radio" ng-model="selection.id" ng-value={{item.id}} class="repeatRadio fl" /> -->
|
17
|
17
|
<p>事件分类:{{item.category.category}}</p>
|
18
|
18
|
<!-- <p>事件主题:{{item.title}}</p> -->
|
19
|
|
- <p>故障地点:{{item.houseNumber}}</p>
|
|
19
|
+ <p>区域:{{item.place?item.place.area.area:''}}</p>
|
|
20
|
+ <p>地点:{{item.place?item.place.place:''}}</p>
|
|
21
|
+ <p>详细地址:{{item.houseNumber}}</p>
|
20
|
22
|
<p>创建时间:{{item.acceptDate}}</p>
|
21
|
|
- <p>报修科室:{{item.department.dept}}</p>
|
|
23
|
+ <p>工单状态:{{item.state.name}}</p>
|
22
|
24
|
<p>处理人:{{item.handlingPersonnelUser.name}}</p>
|
23
|
25
|
</div>
|
24
|
26
|
</div>
|