|
@@ -81,7 +81,7 @@
|
81
|
81
|
</div>
|
82
|
82
|
</div>
|
83
|
83
|
<div class="form-group incidentsearch" ng-if="repairMain.valueconfig == 1">
|
84
|
|
- <div class="">
|
|
84
|
+ <div class="selectuiSearch">
|
85
|
85
|
<div class="control-label pull-left margin-top-5">报修人:</div>
|
86
|
86
|
<ui-select style="margin-right:24px;width: 60%;" class="pull-right selectzise wt_width1 wt_width3"
|
87
|
87
|
ng-model="searchkeys.requester" theme="bootstrap">
|
|
@@ -90,7 +90,7 @@
|
90
|
90
|
</ui-select-match>
|
91
|
91
|
<ui-select-choices repeat="item in requester"
|
92
|
92
|
refresh="onChangeRequester($select.search)">
|
93
|
|
- <div ng-bind-html="item.name | highlight: $select.search"></div>
|
|
93
|
+ <div ng-bind-html="(item.name + '(' + item.account + ')') | highlight: $select.search"></div>
|
94
|
94
|
</ui-select-choices>
|
95
|
95
|
</ui-select>
|
96
|
96
|
<button style="position:absolute;right:0;padding:2px 4px;" ng-click="searchkeys.requester = undefined" class="btn btn-default">
|
|
@@ -194,36 +194,40 @@
|
194
|
194
|
</button>
|
195
|
195
|
</div>
|
196
|
196
|
<div class="form-group incidentsearch">
|
197
|
|
- <div class="control-label pull-left margin-top-5 ">受理人:</div>
|
198
|
|
- <ui-select style="margin-right:24px;width: 60%;" class="pull-right selectzise wt_width1 wt_width3"
|
199
|
|
- ng-model="searchkeys.acceptUser" theme="bootstrap">
|
200
|
|
- <ui-select-match placeholder="请选择">
|
201
|
|
- {{$select.selected.name}}
|
202
|
|
- </ui-select-match>
|
203
|
|
- <ui-select-choices repeat="item in acceptUser | filter: $select.search"
|
204
|
|
- refresh="onChangeacceptUser($select.search)" refresh-delay="0">
|
205
|
|
- <div ng-bind-html=" item.name | highlight: $select.search "></div>
|
206
|
|
- </ui-select-choices>
|
207
|
|
- </ui-select>
|
208
|
|
- <button style="position:absolute;right:0;padding:2px 4px;" ng-click="searchkeys.acceptUser = undefined" class="btn btn-default">
|
209
|
|
- <span class="glyphicon glyphicon-trash"></span>
|
210
|
|
- </button>
|
|
197
|
+ <div class="selectuiSearch">
|
|
198
|
+ <div class="control-label pull-left margin-top-5 ">受理人:</div>
|
|
199
|
+ <ui-select style="margin-right:24px;width: 60%;" class="pull-right selectzise wt_width1 wt_width3"
|
|
200
|
+ ng-model="searchkeys.acceptUser" theme="bootstrap">
|
|
201
|
+ <ui-select-match placeholder="请选择">
|
|
202
|
+ {{$select.selected.name}}
|
|
203
|
+ </ui-select-match>
|
|
204
|
+ <ui-select-choices repeat="item in acceptUser | filter: $select.search"
|
|
205
|
+ refresh="onChangeacceptUser($select.search)" refresh-delay="0">
|
|
206
|
+ <div ng-bind-html="(item.name + '(' + item.account + ')') | highlight: $select.search"></div>
|
|
207
|
+ </ui-select-choices>
|
|
208
|
+ </ui-select>
|
|
209
|
+ <button style="position:absolute;right:0;padding:2px 4px;" ng-click="searchkeys.acceptUser = undefined" class="btn btn-default">
|
|
210
|
+ <span class="glyphicon glyphicon-trash"></span>
|
|
211
|
+ </button>
|
|
212
|
+ </div>
|
211
|
213
|
</div>
|
212
|
214
|
<div class="form-group incidentsearch">
|
213
|
|
- <div class="control-label pull-left margin-top-5">处理人:</div>
|
214
|
|
- <ui-select style="margin-right:24px;width: 60%;" class="pull-right selectzise wt_width1 wt_width3"
|
215
|
|
- ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
|
216
|
|
- <ui-select-match placeholder="请选择">
|
217
|
|
- {{$select.selected.name}}
|
218
|
|
- </ui-select-match>
|
219
|
|
- <ui-select-choices repeat="item in handlingPersonnelUser"
|
220
|
|
- refresh="onChangehandling($select.search)">
|
221
|
|
- <div ng-bind-html="item.name | highlight: $select.search"></div>
|
222
|
|
- </ui-select-choices>
|
223
|
|
- </ui-select>
|
224
|
|
- <button style="position:absolute;right:0;padding:2px 4px;" ng-click="searchkeys.handlingPersonnelUser = undefined" class="btn btn-default">
|
225
|
|
- <span class="glyphicon glyphicon-trash"></span>
|
226
|
|
- </button>
|
|
215
|
+ <div class="selectuiSearch">
|
|
216
|
+ <div class="control-label pull-left margin-top-5">处理人:</div>
|
|
217
|
+ <ui-select style="margin-right:24px;width: 60%;" class="pull-right selectzise wt_width1 wt_width3"
|
|
218
|
+ ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
|
|
219
|
+ <ui-select-match placeholder="请选择">
|
|
220
|
+ {{$select.selected.name}}
|
|
221
|
+ </ui-select-match>
|
|
222
|
+ <ui-select-choices repeat="item in handlingPersonnelUser"
|
|
223
|
+ refresh="onChangehandling($select.search)">
|
|
224
|
+ <div ng-bind-html="(item.name + '(' + item.account + ')') | highlight: $select.search"></div>
|
|
225
|
+ </ui-select-choices>
|
|
226
|
+ </ui-select>
|
|
227
|
+ <button style="position:absolute;right:0;padding:2px 4px;" ng-click="searchkeys.handlingPersonnelUser = undefined" class="btn btn-default">
|
|
228
|
+ <span class="glyphicon glyphicon-trash"></span>
|
|
229
|
+ </button>
|
|
230
|
+ </div>
|
227
|
231
|
</div>
|
228
|
232
|
<div class="form-group incidentsearch">
|
229
|
233
|
<div class="">
|