|
@@ -80,12 +80,12 @@
|
80
|
80
|
</ui-select> -->
|
81
|
81
|
</div>
|
82
|
82
|
</div>
|
83
|
|
- <div class="form-group incidentsearch wt_width" ng-if="repairMain.valueconfig == 1">
|
|
83
|
+ <div class="form-group incidentsearch" ng-if="repairMain.valueconfig == 1">
|
84
|
84
|
<div class="">
|
85
|
85
|
<div class="control-label pull-left margin-top-5">报修人:</div>
|
86
|
86
|
<ui-select class="pull-right selectzise wt_width1 wt_width3"
|
87
|
87
|
ng-model="searchkeys.requester" theme="bootstrap">
|
88
|
|
- <ui-select-match placeholder="请选择报修人">
|
|
88
|
+ <ui-select-match placeholder="请选择">
|
89
|
89
|
{{$select.selected.name}}
|
90
|
90
|
</ui-select-match>
|
91
|
91
|
<ui-select-choices repeat="item in requester"
|
|
@@ -104,7 +104,7 @@
|
104
|
104
|
</ui-select> -->
|
105
|
105
|
</div>
|
106
|
106
|
</div>
|
107
|
|
- <div class="form-group incidentsearch wt_width" ng-if="repairMain.valueconfig == 1">
|
|
107
|
+ <div class="form-group incidentsearch" ng-if="repairMain.valueconfig == 1">
|
108
|
108
|
<div class="">
|
109
|
109
|
<div class="control-label pull-left margin-top-5">联系电话:</div>
|
110
|
110
|
<input class=" inputcolor wt_width1 wt_width3 pull-right" type="text"
|
|
@@ -126,12 +126,12 @@
|
126
|
126
|
</div>
|
127
|
127
|
</div>
|
128
|
128
|
</div> -->
|
129
|
|
- <div class="form-group incidentsearch wt_width">
|
|
129
|
+ <div class="form-group incidentsearch">
|
130
|
130
|
<!-- <div class="pull-right"> -->
|
131
|
131
|
<div class="control-label pull-left margin-top-5 ">区域:</div>
|
132
|
132
|
<ui-select class="pull-right selectzise wt_width1 wt_width3" ng-model="searchkeys.area" theme="bootstrap"
|
133
|
133
|
ng-change="onChangearea(searchkeys)">
|
134
|
|
- <ui-select-match placeholder="请选择区域">
|
|
134
|
+ <ui-select-match placeholder="请选择">
|
135
|
135
|
{{$select.selected.area}}
|
136
|
136
|
</ui-select-match>
|
137
|
137
|
<ui-select-choices repeat="item in outarea | filter: $select.search">
|
|
@@ -140,12 +140,12 @@
|
140
|
140
|
</ui-select>
|
141
|
141
|
<!-- </div> -->
|
142
|
142
|
</div>
|
143
|
|
- <div class="form-group incidentsearch wt_width">
|
|
143
|
+ <div class="form-group incidentsearch">
|
144
|
144
|
<!-- <div class="pull-right"> -->
|
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">
|
|
@@ -154,11 +154,11 @@
|
154
|
154
|
</ui-select>
|
155
|
155
|
<!-- </div> -->
|
156
|
156
|
</div>
|
157
|
|
- <div class="form-group incidentsearch wt_width">
|
|
157
|
+ <div class="form-group incidentsearch">
|
158
|
158
|
<div class="control-label pull-left margin-top-5">状态:</div>
|
159
|
159
|
<ui-select ng-disabled="isDisabledState" class="pull-right selectzise wt_width1 wt_width3" ng-model="othcode.state"
|
160
|
160
|
theme="bootstrap">
|
161
|
|
- <ui-select-match placeholder="请选择状态">
|
|
161
|
+ <ui-select-match placeholder="请选择">
|
162
|
162
|
{{$select.selected.name}}
|
163
|
163
|
</ui-select-match>
|
164
|
164
|
<ui-select-choices repeat="item in state | filter: $select.search">
|
|
@@ -166,20 +166,20 @@
|
166
|
166
|
</ui-select-choices>
|
167
|
167
|
</ui-select>
|
168
|
168
|
</div>
|
169
|
|
- <div class="form-group incidentsearch wt_width">
|
|
169
|
+ <div class="form-group incidentsearch">
|
170
|
170
|
<div class="control-label pull-left margin-top-5">事件分类:</div>
|
171
|
|
- <multi-select-tree data-default-label="请选择事件分类" class="pull-right selectzise wt_width1 wt_width3"
|
|
171
|
+ <multi-select-tree data-default-label="请选择" class="pull-right selectzise wt_width1 wt_width3"
|
172
|
172
|
ng-model="cifilter_classic" data-input-model="select_treedata"
|
173
|
173
|
data-output-model="cifilter_classics" theme="bootstrap" multi-select="false"
|
174
|
174
|
data-callback="onFilterCallback(item)" data-select-only-leafs="false"
|
175
|
175
|
reset-search-input="false" data-trans-label="category" data-switch-view="false">
|
176
|
176
|
</multi-select-tree>
|
177
|
177
|
</div>
|
178
|
|
- <div class="form-group incidentsearch wt_width">
|
|
178
|
+ <div class="form-group incidentsearch">
|
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"
|
|
@@ -188,11 +188,11 @@
|
188
|
188
|
</ui-select-choices>
|
189
|
189
|
</ui-select>
|
190
|
190
|
</div>
|
191
|
|
- <div class="form-group incidentsearch wt_width">
|
|
191
|
+ <div class="form-group incidentsearch">
|
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"
|
|
@@ -201,7 +201,7 @@
|
201
|
201
|
</ui-select-choices>
|
202
|
202
|
</ui-select>
|
203
|
203
|
</div>
|
204
|
|
- <div class="form-group incidentsearch wt_width">
|
|
204
|
+ <div class="form-group incidentsearch">
|
205
|
205
|
<div class="">
|
206
|
206
|
<div class="control-label pull-left margin-top-5">登记时间:</div>
|
207
|
207
|
<input type="text" class=" incidentsearchsize wt_width5"
|
|
@@ -211,7 +211,7 @@
|
211
|
211
|
placeholder="" />
|
212
|
212
|
</div>
|
213
|
213
|
</div>
|
214
|
|
- <div class="form-group incidentsearch wt_width">
|
|
214
|
+ <div class="form-group incidentsearch">
|
215
|
215
|
<div class="">
|
216
|
216
|
<div class="control-label pull-left margin-top-5">至</div>
|
217
|
217
|
<input type="text" class=" selectzise incidentsearchsize wt_width5"
|
|
@@ -220,14 +220,14 @@
|
220
|
220
|
close-text="关闭" ng-click="endOpen($event)" placeholder="" />
|
221
|
221
|
</div>
|
222
|
222
|
</div>
|
223
|
|
- <div class="form-group incidentsearch wt_width">
|
|
223
|
+ <div class="form-group incidentsearch">
|
224
|
224
|
<div>
|
225
|
225
|
<div class="control-label pull-left margin-top-5 margin-right-5">事件单号:</div>
|
226
|
226
|
<input class="f inputcolor wt_width1 wt_width3 pull-right" type="text"
|
227
|
227
|
ng-model="searchkeys.incidentsign" placeholder="" />
|
228
|
228
|
</div>
|
229
|
229
|
</div>
|
230
|
|
- <div class="form-group incidentsearch wt_width">
|
|
230
|
+ <div class="form-group incidentsearch">
|
231
|
231
|
<div class="control-label pull-left margin-top-5">是否逾期:</div>
|
232
|
232
|
<ui-select ng-change="selectTypeChange()" ng-model="searchkeys.selectType" class="pull-right selectzise wt_width1 wt_width3" theme="bootstrap">
|
233
|
233
|
<ui-select-match placeholder="请选择">
|