|
@@ -21,6 +21,8 @@
|
21
|
21
|
ng-click="onChange('done')">处理过</button>
|
22
|
22
|
<button class="btn btn-statebutton statebutton keeprightbottom wt_btn2"
|
23
|
23
|
ng-class="{'statecolor':searchstate=='create'}" ng-click="onChange('create')">我创建</button>
|
|
24
|
+ <button class="btn btn-statebutton statebutton keeprightbottom wt_btn2"
|
|
25
|
+ ng-class="{'statecolor':searchstate=='all_del'}" ng-click="onChange('all_del')">已删除</button>
|
24
|
26
|
<!-- <button class="btn btn-statebutton statebutton keeprightbottom wt_btn2" ng-class="{'statecolor':searchstate=='overDate'}"
|
25
|
27
|
ng-click="onChange('overDate')">已逾期</button> -->
|
26
|
28
|
<!-- <button class="btn btn-statebutton statebutton keeprightbottom wt_btn2" ng-class="{'statecolor':searchstate=='wt_all'}" ng-click="onChange1('wt_all')">我的通知</button> -->
|
|
@@ -83,7 +85,7 @@
|
83
|
85
|
<div class="control-label pull-left margin-top-5">报修人:</div>
|
84
|
86
|
<ui-select class="pull-right selectzise wt_width1 wt_width3"
|
85
|
87
|
ng-model="searchkeys.requester" theme="bootstrap">
|
86
|
|
- <ui-select-match placeholder="">
|
|
88
|
+ <ui-select-match placeholder="请选择报修人">
|
87
|
89
|
{{$select.selected.name}}
|
88
|
90
|
</ui-select-match>
|
89
|
91
|
<ui-select-choices repeat="item in requester"
|
|
@@ -129,7 +131,7 @@
|
129
|
131
|
<div class="control-label pull-left margin-top-5 ">区域:</div>
|
130
|
132
|
<ui-select class="pull-right selectzise wt_width1 wt_width3" ng-model="searchkeys.area" theme="bootstrap"
|
131
|
133
|
ng-change="onChangearea(searchkeys)">
|
132
|
|
- <ui-select-match placeholder="">
|
|
134
|
+ <ui-select-match placeholder="请选择区域">
|
133
|
135
|
{{$select.selected.area}}
|
134
|
136
|
</ui-select-match>
|
135
|
137
|
<ui-select-choices repeat="item in outarea | filter: $select.search">
|
|
@@ -143,7 +145,7 @@
|
143
|
145
|
<div class="control-label pull-left margin-top-5">地点:</div>
|
144
|
146
|
<ui-select class="pull-right selectzise wt_width1 wt_width3" ng-model="searchkeys.place" theme="bootstrap"
|
145
|
147
|
ng-change="onChangeplace(key)">
|
146
|
|
- <ui-select-match placeholder="">
|
|
148
|
+ <ui-select-match placeholder="请选择地点">
|
147
|
149
|
{{$select.selected.place}}
|
148
|
150
|
</ui-select-match>
|
149
|
151
|
<ui-select-choices repeat="item in outplace | filter: $select.search">
|
|
@@ -154,9 +156,9 @@
|
154
|
156
|
</div>
|
155
|
157
|
<div class="form-group incidentsearch wt_width">
|
156
|
158
|
<div class="control-label pull-left margin-top-5">状态:</div>
|
157
|
|
- <ui-select class="pull-right selectzise wt_width1 wt_width3" ng-model="othcode.state"
|
|
159
|
+ <ui-select ng-disabled="isDisabledState" class="pull-right selectzise wt_width1 wt_width3" ng-model="othcode.state"
|
158
|
160
|
theme="bootstrap">
|
159
|
|
- <ui-select-match placeholder="">
|
|
161
|
+ <ui-select-match placeholder="请选择状态">
|
160
|
162
|
{{$select.selected.name}}
|
161
|
163
|
</ui-select-match>
|
162
|
164
|
<ui-select-choices repeat="item in state | filter: $select.search">
|
|
@@ -166,7 +168,7 @@
|
166
|
168
|
</div>
|
167
|
169
|
<div class="form-group incidentsearch wt_width">
|
168
|
170
|
<div class="control-label pull-left margin-top-5">事件分类:</div>
|
169
|
|
- <multi-select-tree class="pull-right selectzise wt_width1 wt_width3"
|
|
171
|
+ <multi-select-tree data-default-label="请选择事件分类" class="pull-right selectzise wt_width1 wt_width3"
|
170
|
172
|
ng-model="cifilter_classic" data-input-model="select_treedata"
|
171
|
173
|
data-output-model="cifilter_classics" theme="bootstrap" multi-select="false"
|
172
|
174
|
data-callback="onFilterCallback(item)" data-select-only-leafs="false"
|
|
@@ -177,7 +179,7 @@
|
177
|
179
|
<div class="control-label pull-left margin-top-5 ">受理人:</div>
|
178
|
180
|
<ui-select class="pull-right selectzise wt_width1 wt_width3"
|
179
|
181
|
ng-model="searchkeys.acceptUser" theme="bootstrap">
|
180
|
|
- <ui-select-match placeholder="">
|
|
182
|
+ <ui-select-match placeholder="请选择受理人">
|
181
|
183
|
{{$select.selected.name}}
|
182
|
184
|
</ui-select-match>
|
183
|
185
|
<ui-select-choices repeat="item in acceptUser | filter: $select.search"
|
|
@@ -190,7 +192,7 @@
|
190
|
192
|
<div class="control-label pull-left margin-top-5">处理人:</div>
|
191
|
193
|
<ui-select class="pull-right selectzise wt_width1 wt_width3"
|
192
|
194
|
ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
|
193
|
|
- <ui-select-match placeholder="">
|
|
195
|
+ <ui-select-match placeholder="请选择处理人">
|
194
|
196
|
{{$select.selected.name}}
|
195
|
197
|
</ui-select-match>
|
196
|
198
|
<ui-select-choices repeat="item in handlingPersonnelUser"
|
|
@@ -228,7 +230,7 @@
|
228
|
230
|
<div class="form-group incidentsearch wt_width">
|
229
|
231
|
<div class="control-label pull-left margin-top-5">是否逾期:</div>
|
230
|
232
|
<ui-select ng-change="selectTypeChange()" ng-model="searchkeys.selectType" class="pull-right selectzise wt_width1 wt_width3" theme="bootstrap">
|
231
|
|
- <ui-select-match>
|
|
233
|
+ <ui-select-match placeholder="请选择">
|
232
|
234
|
<span ng-bind="$select.selected.name"></span>
|
233
|
235
|
</ui-select-match>
|
234
|
236
|
<ui-select-choices repeat="item in selectType">
|