|
@@ -145,7 +145,7 @@
|
145
|
145
|
<div class="control-label pull-left margin-top-5">地点:</div>
|
146
|
146
|
<ui-select class="pull-right selectzise wt_width1 wt_width3" ng-model="searchkeys.place" theme="bootstrap"
|
147
|
147
|
ng-change="onChangeplace(key)">
|
148
|
|
- <ui-select-match placeholder="请选择地点">
|
|
148
|
+ <ui-select-match placeholder="请选择地点拼音检索">
|
149
|
149
|
{{$select.selected.place}}
|
150
|
150
|
</ui-select-match>
|
151
|
151
|
<ui-select-choices repeat="item in outplace | filter: $select.search">
|
|
@@ -179,7 +179,7 @@
|
179
|
179
|
<div class="control-label pull-left margin-top-5 ">受理人:</div>
|
180
|
180
|
<ui-select class="pull-right selectzise wt_width1 wt_width3"
|
181
|
181
|
ng-model="searchkeys.acceptUser" theme="bootstrap">
|
182
|
|
- <ui-select-match placeholder="请选择受理人">
|
|
182
|
+ <ui-select-match placeholder="请选择受理人拼音检索">
|
183
|
183
|
{{$select.selected.name}}
|
184
|
184
|
</ui-select-match>
|
185
|
185
|
<ui-select-choices repeat="item in acceptUser | filter: $select.search"
|
|
@@ -192,7 +192,7 @@
|
192
|
192
|
<div class="control-label pull-left margin-top-5">处理人:</div>
|
193
|
193
|
<ui-select class="pull-right selectzise wt_width1 wt_width3"
|
194
|
194
|
ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
|
195
|
|
- <ui-select-match placeholder="请选择处理人">
|
|
195
|
+ <ui-select-match placeholder="请选择处理人拼音检索">
|
196
|
196
|
{{$select.selected.name}}
|
197
|
197
|
</ui-select-match>
|
198
|
198
|
<ui-select-choices repeat="item in handlingPersonnelUser"
|