safecheck-client 3.0.34-22 → 3.0.34-26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1085 +1,1085 @@
1
- <template>
2
- <div class="flex">
3
- <work-busy :is-busy="isbusy"></work-busy>
4
- <criteria-paged :model="model" v-ref:paged>
5
- <criteria partial='criteria' @condition-changed='$parent.search' v-ref:criteria>
6
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
- <div class="row" v-show="!$parent.$parent.$parent.showItem">
8
- <div :class="$parent.$parent.style">
9
- <label class="font_normal_body">安检计划</label>
10
- <input type="text" class="input_search" v-model="$parent.$parent.f_check_plan.f_plan_name"
11
- @click="$parent.$parent.showChooser"
12
- style="width: 60%" placeholder="安检计划" readonly="readonly">
13
- </div>
14
- <div :class="$parent.$parent.style">
15
- <label class="font_normal_body">存在隐患</label>
16
- <v-select style="width:60% "
17
- class="select select_list"
18
- :value.sync="model.f_has_defect"
19
- v-model="model.f_has_defect"
20
- :options='$parent.$parent.hasDefectOptions'
21
- :placeholder='model.f_has_defect'
22
- condition="f_has_defect = '{}'"
23
- close-on-select>
24
- </v-select>
25
- </div>
26
- <div :class="$parent.$parent.style">
27
- <label class="font_normal_body">用户编号</label>
28
- <input type="text" class="input_search" v-model="model.f_userinfo_code"
29
- condition="f_userinfo_code = '{}'"
30
- style="width: 60%" placeholder="用户编号">
31
- </div>
32
- <div :class="$parent.$parent.style">
33
- <label class="font_normal_body">用户表号</label>
34
- <input type="text" class="input_search" v-model="model.f_meternumber"
35
- condition="f_meternumber = '{}'"
36
- style="width: 60%" placeholder="用户表号">
37
- </div>
38
- <div :class="$parent.$parent.style">
39
- <label class="font_normal_body">结果查询</label>
40
- <v-select
41
- placeholder='维修结果查询'
42
- :value-single="true"
43
- class="select select_list" style="width: 60%"
44
- v-model='model.f_is_repair'
45
- :value.sync="model.f_is_repair"
46
- :options='$parent.$parent.repaired'
47
- condition="f_is_repair = '{}'"
48
- close-on-select clear-button> </v-select>
49
- </div>
50
- <div class=" col-sm-4 form-group button-range" >
51
- <div class="span" style="float: right;margin-top: 8px">
52
- <div style="float: right" class="button_spacing"
53
- :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
54
- @click="$parent.$parent.hiddenr()"></div>
55
- <div style="float: right" class="button_spacing"
56
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
57
- @click="$parent.$parent.hidden()"></div>
58
- <button style="float: right" class="button_search button_spacing" @click="search">查询</button>
59
- <!-- <button style="float: right" class="button_search button_spacing" @click="$parent.$parent.toRepair">转维修</button>-->
60
- <div style="float: right">
61
- <export-excel-safe :data="{condition: $parent.$parent.model.condition,f_filialeids:$parent.$parent.model.f_filialeids,f_defect_content:$parent.$parent.model.f_defect_content}"
62
- :field="$parent.$parent.getfield"
63
- progress="safeGetExportProgress"
64
- sqlurl="rs/logic/SafeExportExcel" sql-name="GetCheckPaperByDefectNew2" template-name='安检隐患明细' :choose-col="true"></export-excel-safe>
65
- </div>
66
- </div>
67
- </div>
68
- </div>
69
- <div class="row" v-show="$parent.$parent.criteriaShow&&!$parent.$parent.$parent.showItem">
70
- <div :class="$parent.$parent.style">
71
- <label class="font_normal_body">片&emsp;&emsp;区</label>
72
- <v-select class="select_list select"
73
- placeholder='片区/管理站' style="width: 60%"
74
- :value.sync="model.f_slice_area" v-model="model.f_slice_area"
75
- :options='$parent.$parent.sliceArea'
76
- filer-key="name"
77
- close-on-select clear-button
78
- condition="f_slice_area='{}'"
79
- @change="$parent.$parent.getmeterbook(model.f_slice_area)"
80
- :value-single="true">
81
- </v-select>
82
- </div>
83
- <div :class="$parent.$parent.style2" style="margin: 0">
84
- <role-selector-safe
85
- role-name="安检员"
86
- role-lable="安&nbsp;检&nbsp;员&nbsp;"
87
- :resobjprop.sync="$parent.$parent.resids"
88
- @re-res="$parent.$parent.getRes"
89
- :value.sync="model.f_checker_id"
90
- v-model="model.f_checker_id"
91
- condition="f_checker_name = '{}'">
92
- </role-selector-safe>
93
- </div>
94
-
95
- <div :class="$parent.$parent.style">
96
- <label class="font_normal_body">抄&ensp;表&ensp;册</label>
97
- <v-select class="select_list select"
98
- placeholder='抄表册' style="width: 60%"
99
- :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"
100
- :options='$parent.$parent.cbc'
101
- filer-key="name"
102
- close-on-select clear-button
103
- condition="f_meter_book_num={}"
104
- :value-single="true">
105
- </v-select>
106
- </div>
107
- <div :class="$parent.$parent.style">
108
- <label class="font_normal_body">起始时间</label>
109
- <datepicker
110
- placeholder='起始时间' style="width:60%"
111
- :disabled-days-of-week="[]"
112
- :format="'yyyy-MM-dd'"
113
- :show-rest-button="reset"
114
- :value.sync="model.f_start_time"
115
- v-model="model.f_start_time"
116
- condition="f_offsite_time >= '{} 00:00:00'">
117
- </datepicker>
118
- </div>
119
- <div :class="$parent.$parent.style">
120
- <label class="font_normal_body">结束时间</label>
121
- <datepicker
122
- placeholder='结束时间' style="width:60%"
123
- :disabled-days-of-week="[]"
124
- :format="'yyyy-MM-dd'"
125
- :show-rest-button="reset"
126
- :value.sync="model.f_end_time"
127
- v-model="model.f_end_time"
128
- condition="f_offsite_time <= '{} 23:59:59'">
129
- </datepicker>
130
- </div>
131
- </div>
132
- <div class="row" v-show="$parent.$parent.criteriaShow&&!$parent.$parent.$parent.showItem">
133
-
134
- <div :class="$parent.$parent.style">
135
- <label class="font_normal_body">维&ensp;修&ensp;员</label>
136
- <input type="text" class="input_search" v-model="model.f_repairman"
137
- condition="f_repairman = '{}'"
138
- style="width: 60%" placeholder="维修员">
139
- </div>
140
- <div :class="$parent.$parent.style">
141
- <label class="font_normal_body">处理查询</label>
142
- <v-select
143
- placeholder='处理结果查询'
144
- :value-single="true"
145
- class="select select_list" style="width: 60%"
146
- v-model='model.f_is_deal'
147
- :value.sync="model.f_is_deal"
148
- :options='$parent.$parent.deals'
149
- condition="f_is_deal = '{}'"
150
- close-on-select clear-button> </v-select>
151
- </div>
152
- <div :class="$parent.$parent.style">
153
- <label class="font_normal_body">是否维修</label>
154
- <v-select
155
- placeholder='是否维修'
156
- :value-single="true"
157
- class="select select_list" style="width: 60%"
158
- v-model='model.f_repaired'
159
- :value.sync="model.f_repaired"
160
- :options='$parent.$parent.repairedOptions'
161
- condition="f_repaired = '{}'"
162
- close-on-select clear-button> </v-select>
163
- </div>
164
- <div :class="$parent.$parent.style">
165
- <label class="font_normal_body">地&ensp;&ensp;&ensp;&ensp;址</label>
166
- <input type="text" class="input_search" v-model="model.f_address"
167
- condition="f_address like '%{}%'"
168
- style="width: 60%" placeholder="地址">
169
- </div>
170
- <div :class="$parent.$parent.style">
171
- <label class="font_normal_body">开户时间</label>
172
- <datepicker
173
- placeholder='起始时间' style="width:60%"
174
- :disabled-days-of-week="[]"
175
- :format="'yyyy-MM-dd'"
176
- :show-rest-button="reset"
177
- :value.sync="model.f_start_gastime"
178
- v-model="model.f_start_gastime"
179
- condition="f_gas_date >= '{} 00:00:00'">
180
- </datepicker>
181
- </div>
182
- <div :class="$parent.$parent.style">
183
- <label class="font_normal_body">开户时间</label>
184
- <datepicker
185
- placeholder='结束时间' style="width:60%"
186
- :disabled-days-of-week="[]"
187
- :format="'yyyy-MM-dd'"
188
- :show-rest-button="reset"
189
- :value.sync="model.f_end_gastime"
190
- v-model="model.f_end_gastime"
191
- condition="f_gas_date <= '{} 23:59:59'">
192
- </datepicker>
193
- </div>
194
- <div :class="$parent.$parent.style">
195
- <label class="font_normal_body">用户标签</label>
196
- <v-select class="select_list select"
197
- placeholder='请选择' style="width: 60%"
198
- :value.sync="model.f_user_tags"
199
- v-model="model.f_user_tags"
200
- :options='$parent.$parent.userTags'
201
- filer-key="name"
202
- :multiple="true"
203
- condition="f_user_tags in {}"
204
- >
205
- </v-select>
206
- </div>
207
- <div :class="$parent.$parent.style">
208
- <label class="font_normal_body">用气类型</label>
209
- <v-select class="select_list select"
210
- placeholder='请选择' style="width: 60%"
211
- :value.sync="model.f_user_gas_type"
212
- v-model="model.f_user_gas_type"
213
- :options='$parent.$parent.userGasType'
214
- filer-key="name"
215
- :multiple="true"
216
- condition="f_user_gas_type in {}"
217
- >
218
- </v-select>
219
- </div>
220
- </div>
221
-
222
- <div class="row" v-show="$parent.$parent.$parent.showItem">
223
- <div :class="$parent.$parent.style">
224
- <label class="font_normal_body">安检计划</label>
225
- <input type="text" class="input_search" v-model="$parent.$parent.f_check_plan.f_plan_name"
226
- @click="$parent.$parent.showChooser"
227
- style="width: 60%" placeholder="安检计划" readonly="readonly">
228
- </div>
229
- <div :class="$parent.$parent.style">
230
- <label class="font_normal_body">存在隐患</label>
231
- <v-select style="width:60% "
232
- class="select select_list"
233
- :value.sync="model.f_has_defect"
234
- v-model="model.f_has_defect"
235
- :options='$parent.$parent.hasDefectOptions'
236
- :placeholder='model.f_has_defect'
237
- condition="f_has_defect = '{}'"
238
- close-on-select>
239
- </v-select>
240
- </div>
241
-
242
- <div class=" col-sm-4 form-group button-range">
243
- <div class="span" style="float: right;margin-top: 8px;margin-right: 50px">
244
- <div style="float: right" class="button_spacing"
245
- :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
246
- @click="$parent.$parent.hiddenr()"></div>
247
- <div style="float: right" class="button_spacing"
248
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
249
- @click="$parent.$parent.hidden()"></div>
250
- <button style="float: right" class="button_search button_spacing" @click="search">查询</button>
251
- <!-- <button style="float: right" class="button_search button_spacing" @click="$parent.$parent.toRepair">转维修</button>-->
252
- <div style="float: right">
253
- <export-excel-safe :data="{condition: $parent.$parent.model.condition,f_filialeids:$parent.$parent.model.f_filialeids,f_defect_content:$parent.$parent.model.f_defect_content}"
254
- :field="$parent.$parent.getfield"
255
- progress="safeGetExportProgress"
256
- sqlurl="rs/logic/SafeExportExcel" sql-name="GetCheckPaperByDefectNew2" template-name='安检计划明细' :choose-col="true"></export-excel-safe>
257
- </div>
258
- </div>
259
- </div>
260
-
261
-
262
-
263
- </div>
264
- <div class="row" v-show="$parent.$parent.criteriaShow&&$parent.$parent.$parent.showItem">
265
- <div :class="$parent.$parent.style">
266
- <label class="font_normal_body">用户编号</label>
267
- <input type="text" class="input_search" v-model="model.f_userinfo_code"
268
- condition="f_userinfo_code = '{}'"
269
- style="width: 60%" placeholder="用户编号">
270
- </div>
271
- <div :class="$parent.$parent.style">
272
- <label class="font_normal_body">用户表号</label>
273
- <input type="text" class="input_search" v-model="model.f_meternumber"
274
- condition="f_meternumber = '{}'"
275
- style="width: 60%" placeholder="用户表号">
276
- </div>
277
- <div :class="$parent.$parent.style">
278
- <label class="font_normal_body">结果查询</label>
279
- <v-select
280
- placeholder='处理结果查询'
281
- :value-single="true"
282
- class="select select_list" style="width: 60%"
283
- v-model='model.f_repaired'
284
- :value.sync="model.f_repaired"
285
- :options='$parent.$parent.repaired'
286
- condition="f_repaired = '{}'"
287
- close-on-select clear-button> </v-select>
288
- </div>
289
-
290
- <div :class="$parent.$parent.style2" style="margin: 0">
291
- <role-selector-safe
292
- role-name="安检员"
293
- :resobjprop.sync="$parent.$parent.resids"
294
- role-lable="安&nbsp;检&nbsp;员&nbsp;"
295
- @re-res="$parent.$parent.getRes"
296
- :value.sync="model.f_checker_id"
297
- v-model="model.f_checker_id"
298
- condition="f_checker_name = '{}'">
299
- </role-selector-safe>
300
- </div>
301
- </div>
302
- <div class="row" v-show="$parent.$parent.criteriaShow && $parent.$parent.$parent.showItem">
303
- <div :class="$parent.$parent.style">
304
- <label class="font_normal_body">片&emsp;&emsp;区</label>
305
- <v-select class="select_list select"
306
- placeholder='片区/管理站' style="width: 60%"
307
- :value.sync="model.f_slice_area" v-model="model.f_slice_area"
308
- :options='$parent.$parent.sliceArea'
309
- filer-key="name"
310
- close-on-select clear-button
311
- condition="f_slice_area='{}'"
312
- @change="$parent.$parent.getmeterbook(model.f_slice_area)"
313
- :value-single="true">
314
- </v-select>
315
- </div>
316
- <div :class="$parent.$parent.style">
317
- <label class="font_normal_body">抄&ensp;表&ensp;册</label>
318
- <v-select class="select_list select"
319
- placeholder='抄表册' style="width: 60%"
320
- :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"
321
- :options='$parent.$parent.cbc'
322
- filer-key="name"
323
- close-on-select clear-button
324
- condition="f_meter_book_num={}"
325
- :value-single="true">
326
- </v-select>
327
- </div>
328
- <div :class="$parent.$parent.style">
329
- <label class="font_normal_body">起始时间</label>
330
- <datepicker
331
- placeholder='起始时间' style="width:60%"
332
- :disabled-days-of-week="[]"
333
- :format="'yyyy-MM-dd'"
334
- :show-rest-button="reset"
335
- :value.sync="model.f_start_time"
336
- v-model="model.f_start_time"
337
- condition="f_offsite_time >= '{} 00:00:00'">
338
- </datepicker>
339
- </div>
340
- <div :class="$parent.$parent.style">
341
- <label class="font_normal_body">结束时间</label>
342
- <datepicker
343
- placeholder='结束时间' style="width:60%"
344
- :disabled-days-of-week="[]"
345
- :format="'yyyy-MM-dd'"
346
- :show-rest-button="reset"
347
- :value.sync="model.f_end_time"
348
- v-model="model.f_end_time"
349
- condition="f_offsite_time <= '{} 23:59:59'">
350
- </datepicker>
351
- </div>
352
- </div>
353
- <div class="row" v-show="$parent.$parent.criteriaShow && $parent.$parent.$parent.showItem">
354
-
355
- <div :class="$parent.$parent.style">
356
- <label class="font_normal_body">维&ensp;修&ensp;员</label>
357
- <input type="text" class="input_search" v-model="model.f_repairman"
358
- condition="f_repairman = '{}'"
359
- style="width: 60%" placeholder="维修员">
360
- </div>
361
- <div :class="$parent.$parent.style">
362
- <label class="font_normal_body">处理查询</label>
363
- <v-select
364
- placeholder='处理结果查询'
365
- :value-single="true"
366
- class="select select_list" style="width: 60%"
367
- v-model='model.f_is_deal'
368
- :value.sync="model.f_is_deal"
369
- :options='$parent.$parent.deals'
370
- condition="f_is_deal = '{}'"
371
- close-on-select clear-button> </v-select>
372
- </div>
373
- <div :class="$parent.$parent.style">
374
- <label class="font_normal_body">地&ensp;&ensp;&ensp;&ensp;址</label>
375
- <input type="text" class="input_search" v-model="model.f_address"
376
- condition="f_address like '%{}%'"
377
- style="width: 60%" placeholder="地址">
378
- </div>
379
- <div :class="$parent.$parent.style">
380
- <label class="font_normal_body">开户时间</label>
381
- <datepicker
382
- placeholder='起始时间' style="width:60%"
383
- :disabled-days-of-week="[]"
384
- :format="'yyyy-MM-dd'"
385
- :show-rest-button="reset"
386
- :value.sync="model.f_start_gastime"
387
- v-model="model.f_start_gastime"
388
- condition="f_gas_date >= '{} 00:00:00'">
389
- </datepicker>
390
- </div>
391
- <div :class="$parent.$parent.style">
392
- <label class="font_normal_body">开户时间</label>
393
- <datepicker
394
- placeholder='结束时间' style="width:60%"
395
- :disabled-days-of-week="[]"
396
- :format="'yyyy-MM-dd'"
397
- :show-rest-button="reset"
398
- :value.sync="model.f_end_gastime"
399
- v-model="model.f_end_gastime"
400
- condition="f_gas_date <= '{} 23:59:59'">
401
- </datepicker>
402
- </div>
403
- </div>
404
- </div>
405
- </criteria>
406
- <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
407
- <template partial='head'>
408
- <tr>
409
- <!-- <th><nobr><input type="checkbox" v-model="$parent.$parent.$parent.checkAll" @click.stop="()=>{return}" />全选</nobr></th>-->
410
- <th><nobr>入户状态</nobr></th>
411
- <th><nobr>用户编号</nobr></th>
412
- <th><nobr>用户名</nobr></th>
413
- <th><nobr>用户表号</nobr></th>
414
- <th><nobr>用户电话</nobr></th>
415
- <th><nobr>用户小区</nobr></th>
416
- <th><nobr>用户地址</nobr></th>
417
- <th><nobr>用户标签</nobr></th>
418
- <th><nobr>用气类型</nobr></th>
419
- <th><nobr>开户时间</nobr></th>
420
- <th><nobr>安检时间</nobr></th>
421
- <th><nobr>安检员</nobr></th>
422
- <th><nobr>计划名</nobr></th>
423
- <th><nobr>是否有隐患</nobr></th>
424
- <th><nobr>隐患数</nobr></th>
425
- <th><nobr>处理数</nobr></th>
426
- <th><nobr>处理情况</nobr></th>
427
- <th><nobr>维修员</nobr></th>
428
- <th><nobr>隐患明细</nobr></th>
429
- <!-- <th><nobr>备注</nobr></th>-->
430
- </tr>
431
- </template>
432
- <template partial='body'>
433
- <!-- <td style="text-align: center;white-space:nowrap;"><input type="checkbox" @click="$event.cancelBubble=true" :checked="$parent.$parent.$parent.isChecked(row.id)" @change="$parent.$parent.$parent.setCheckes(row.id)"></input></td>-->
434
- <td style="text-align: center;white-space:nowrap;">{{row.f_entry_status}}</td>
435
- <td style="text-align: center;white-space:nowrap;">{{row.f_userinfo_code}}</td>
436
- <td style="text-align: center;white-space:nowrap;">{{row.f_user_name}}</td>
437
- <td style="text-align: center;white-space:nowrap;">{{row.f_meternumber}}</td>
438
- <td style="text-align: center;white-space:nowrap;">{{row.f_user_phone}}</td>
439
- <td style="text-align: center;white-space:nowrap;">{{row.f_residential_area}}</td>
440
- <td style="text-align: center;white-space:nowrap;">{{row.f_address}}</td>
441
- <td style="text-align: center">{{ row.f_user_tags }}</td>
442
- <td style="text-align: center">{{ row.f_user_gas_type }}</td>
443
- <td style="text-align: center;white-space:nowrap;">{{row.f_gas_date}}</td>
444
- <td style="text-align: center;white-space:nowrap;">{{row.f_offsite_time}}</td>
445
- <td style="text-align: center;white-space:nowrap;">{{row.f_checker_name}}</td>
446
- <td style="text-align: center;white-space:nowrap;">{{row.f_plan_name}}</td>
447
- <td style="text-align: center;white-space:nowrap;">{{row.f_has_defect}}</td>
448
- <td style="text-align: center;white-space:nowrap;">{{row.f_defect_count}}</td>
449
- <td style="text-align: center;white-space:nowrap;">{{row.f_deal_count}}</td>
450
- <td style="text-align: center;white-space:nowrap;">{{row.f_is_deal}}</td>
451
- <td style="text-align: center;white-space:nowrap;">{{row.f_repairman}}</td>
452
- <td style="text-align: center;white-space:nowrap;">{{ $parent.$parent.$parent.trouble(row.f_defect_content)}}</td>
453
- <!-- <td style="text-align: center;white-space:nowrap;">{{ row.f_deal_remark}}</td>-->
454
- </template>
455
- </data-grid>
456
- </criteria-paged>
457
- <modal :show.sync="showModal" v-ref:modal backdrop="false">
458
- <div slot="modal-header" class="modal-header">
459
- <h4 class="modal-title">
460
- 选择计划
461
- </h4>
462
- </div>
463
- <div slot="modal-body" class="modal-body">
464
- <plan-chooser :f.sync="$login.f" v-ref:chooser></plan-chooser>
465
- </div>
466
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
467
- <button class="button_search" @click="ok">确认</button>
468
- <button class="button_search" @click="cancel">取消</button>
469
- </div>
470
- </modal>
471
- <modal :show.sync="showModal2" :backdrop="false">
472
- <div slot="modal-header" class="modal-header">
473
- <h4 class="modal-title">
474
- 转维修
475
- </h4>
476
- </div>
477
- <div slot="modal-body" class="modal-body">
478
- <div v-if="true">
479
- <div class="row" style="margin-top: 10px">
480
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">派发类型</label>
481
- <div class="col-xs-8 col-md-8">
482
- <v-select :value.sync="selectData.dispatchType" :value-single="true" v-model="selectData.dispatchType"
483
- :options='dispatchTypeOptions' placeholder='派发类型'
484
- close-on-select>
485
- </v-select>
486
- </div>
487
- </div>
488
- <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给维修员'">
489
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">维&ensp;修&ensp;员</label>
490
- <div class="col-xs-8 col-md-8">
491
- <v-select
492
- :value.sync="selectData.f_repairman"
493
- :value-single="true"
494
- :options='repairers'
495
- placeholder='请选择维修员'
496
- close-on-select></v-select>
497
- </div>
498
- </div>
499
- <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给站点'">
500
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">站&ensp;&ensp;&ensp;&ensp;点</label>
501
- <div class="col-xs-8 col-md-8">
502
- <right-tree
503
- islist
504
- :userid="userid"
505
- :source="'dep=this.getParentByType($organization$).getSpecialResByType($department$),tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))'"
506
- @re-res="getSiteRes"></right-tree>
507
- </div>
508
- </div>
509
- <div class="row" style="margin-top: 10px">
510
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">报修类型</label>
511
- <div class="col-xs-8 col-md-8">
512
- <v-select :value.sync="selectData.f_repairtype" style="width:60%"
513
- class="select select_list"
514
- :value-single="true"
515
- :options='repairTypeOptions'
516
- close-on-select>
517
- </v-select>
518
- </div>
519
- </div>
520
- <div class="row" style="margin-top: 10px">
521
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
522
- <div class="col-xs-8 col-md-8">
523
- <textarea style="width: 60%; height: 100px" v-model="selectData.f_remarks"></textarea>
524
- </div>
525
- </div>
526
- </div>
527
- </div>
528
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
529
- <!-- <button class="button_search" @click="rectification">转维修</button>-->
530
- <button class="button_search" @click="cancel1">取消</button>
531
- </div>
532
- </modal>
533
- <modal :show.sync="showModal3">
534
- <div slot="modal-header" class="modal-header">
535
- <h4 class="modal-title">
536
- 转维修进度{{ progressbarWidth }}%
537
- </h4>
538
- </div>
539
- <div slot="modal-body" class="modal-body">
540
- <div class="progress">
541
- <div class="progress-bar" role="progressbar" aria-valuenow="60"
542
- aria-valuemin="0" aria-valuemax="100" :style="'width:'+ progressbarWidth+'%'">
543
- <!-- <span class="sr-only">40% 完成</span>-->
544
- </div>
545
- </div>
546
- </div>
547
- <div slot="modal-footer" class="modal-footer" style="text-align: center" v-show="false"></div>
548
- </modal>
549
- </div>
550
- </template>
551
- <script>
552
- import {PagedList} from 'vue-client'
553
- import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
554
- import co from 'co'
555
- import Vue from 'vue'
556
- import * as Util from '../../Util'
557
-
558
- let select = function* (self) {
559
- let http = new HttpResetClass()
560
- let getGasman = yield http.load('POST', '/rs/search', {
561
- source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
562
- userid: self.$login.f.id
563
- }, {resolveMsg: null, rejectMsg: null})
564
- //tag
565
- self.checkersid.push({label: '全部', value: ''})
566
- getGasman.data.forEach((checker) => {
567
- self.checkersid.push({label: checker.name, value: checker.name})
568
- })
569
- }
570
- export default {
571
- title: '隐患查询',
572
- data() {
573
- let model = new PagedList('rs/sql/GetCheckPaperByDefectNew2', 20, {
574
- f_filialeids: 'this.f_filialeids',f_defect_content: 'this.f_defect_content'
575
- })
576
- model.f_filialeids = '(' + this.$login.f.orgid + ')'
577
- model.f_defect_content="CASE WHEN CHARINDEX( '\"result\":\"正常\"', f_defect_content ) > 0 THEN '无隐患' ELSE replace(replace(replace( replace( RIGHT ( f_defect_content, len( f_defect_content ) - 26 ), substring('{}',2,1), '' ), substring('{}',1,1), '' ),']',''),'\"','') END"
578
- return {
579
- repaired:[{label: '全部', value: ''},{label: '未完成', value: '未完成'}, {label: '已完成', value: '已完成'}],
580
- deals:[{label: '全部', value: ''},{label: '未处理', value: '未处理'}, {label: '已处理', value: '已处理'},{label: '处理中', value: '处理中'}],
581
- hasDefectOptions: [{label: '全部', value: ''}, {label: '有隐患', value: '有隐患'}, {label: '无隐患', value: '无隐患'}],
582
- f: this.$login.f,
583
- model: model,
584
- userTags:[{label: '全部', value: ''},...this.$appdata.getParam('用户标签')],
585
- userGasType:[{label: '全部', value: ''},...this.$appdata.getParam('用气类型')],
586
- criteriaShow: false,
587
- checkAll:false,
588
- timercount:0,
589
- showModal2:false,
590
- repairTypeOptions:this.$appdata.getParam('转维修类型'),
591
- dispatchTypeOptions: [{label: '派发给维修员', value: '派发给维修员'}],
592
- checkes:[],
593
- showModal: false,
594
- f_check_plan: {f_plan_name: '', id: ''},
595
- sumsmodel: {},
596
- resids:{},
597
- all: false,
598
- fields: {},
599
-
600
- selectData:{
601
- dispatchType:'',
602
- f_repairman:'',
603
- f_remarks:'',
604
- f_repairtype:''
605
- },
606
- progressbarWidth:'0',
607
- modelval: [],
608
- isbusy:false,
609
- checkersid: [],
610
- showModal3:false,
611
- toRepairCount:0,
612
- sliceArea: [],
613
- callSends:[],
614
- cbc:[],
615
- repairedOptions:[{label: '全部', value: ''},{label: '已修', value: '已修'}, {label: '未修', value: '未修'}],
616
- repairers:[],
617
- cbcs:[],
618
- thead: '',
619
- headData: ['入户状态','用户编号','用户表号','用户名','用户电话','用户小区','用户地址','开户时间','安检时间','安检员','计划名','是否有隐患','隐患数','隐患明细','处理情况'],
620
- bodyData: ['f_entry_status','f_userinfo_code','f_meternumber','f_user_name','f_user_phone','f_residential_area','f_address','f_gas_date','f_offsite_time','f_checker_name','f_plan_name','f_has_defect','f_defect_count','defecttext','f_is_deal'],
621
- }
622
- },
623
- props:{
624
- style: {
625
- type: String,
626
- default: 'col-sm-2 form-group'
627
- },
628
- style2: {
629
- type: String,
630
- default: 'col-sm-4 form-group'
631
- }
632
-
633
- },
634
-
635
- methods: {
636
- trouble(val) {
637
- // return val.replaceAll("'",'')
638
- // .replaceAll("\"",'')
639
- // .replaceAll("{",'')
640
- // .replaceAll("}",'')
641
- // .replaceAll("]",'')
642
- // .replaceAll("[",'')
643
- // .replaceAll("result:",'')
644
- // .replaceAll("data:",'')
645
- // .replaceAll("有隐患",'')
646
- // .replaceAll(",",'')
647
-
648
-
649
- const defect_content = JSON.parse(val)
650
- let result = ''
651
- if (defect_content.data) {
652
- const jsonData = defect_content.data
653
- for (const itemdata of jsonData) {
654
- const keys = Object.keys(itemdata)
655
- for (const itm of keys) {
656
- const value = itemdata[itm]
657
- result += itm + ':' + value
658
- }
659
- }
660
- }
661
- return result
662
- },
663
- getEmp() {
664
- let val = {source: 'this.getParentByType($organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$)!=null ).where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1))', userid: `${this.$login.f.id}`}
665
- let http = new HttpResetClass()
666
- http.load('POST', '/rs/search', {data: val}, {resolveMsg: null, rejectMsg: null}).then((res) => {
667
- let str=''
668
- res.data.forEach((item,idx,arr) => {
669
- //tag
670
- if(idx+1==arr.length){
671
- str += item.id
672
- }else{
673
- str += item.id+','
674
- }
675
-
676
- })
677
- let http1 = new HttpResetClass()
678
- http1.load('POST', 'rs/sql/tel_singleTable_OrderBy', {
679
- data: {
680
- items: 'id,f_user_telephone',
681
- tablename: 't_user',
682
- condition: `id in (${str})`,
683
- orderitem: 'id'
684
- }
685
- }, {resolveMsg: null, rejectMsg: null}).then((ress) => {
686
-
687
- res.data.forEach((user)=>{
688
- try {
689
- ress.data.forEach((tel,tidx,arr)=>{
690
- //tag
691
- if(user.id==tel.id){
692
- this.repairers.push({label: `${user.name}:${tel.f_user_telephone}`, value: user.name})
693
- ress.data.splice(tidx,1)
694
- //tag
695
- throw new Error("跳出循环");
696
- }
697
- })
698
- }catch (e) {
699
- //tag
700
- }
701
- })
702
- })
703
-
704
- })
705
- },
706
- toRepair(){
707
- //tag
708
- this.showModal2=true
709
- },
710
- async rectification(){
711
- this.isbusy =true
712
- // if (this.checkAll){
713
- let data={
714
- f_filialeids: this.model.params.f_filialeids,
715
- f_defect_content: this.model.params.f_defect_content,
716
- condition:this.model.params.condition
717
- }
718
- let res1= await new HttpResetClass().load('post','rs/sql/GetCheckPaperByDefectNew2',{data: data })
719
- for (let i = 0; i < res1.data.length; i++) {
720
- let data1={
721
- f_paper_id: res1.data[i].id,
722
- condition:`f_repaire_type != '无隐患'`
723
- }
724
- let res2 = await new HttpResetClass().load('POST' , 'rs/sql/GetDefectByPaperIdNew2' , {data: data1 } )
725
- //tag
726
- const uploadData = {
727
- model: {
728
- serviceacitivity: [{
729
- f_service_acitivity_type: '派单'
730
- }],
731
- f_repairitems: {},
732
- failure: '',
733
- f_source: '安检',
734
- f_service_id: '',
735
- f_contact_phone: '',
736
- f_meetunit: '',
737
- f_phone: '',
738
- f_user_name: '',
739
- f_address: '',
740
- f_repair_date: '',
741
- f_reciever: '',
742
- f_remarks: '',
743
- f_user_type: '',
744
- f_area: '',
745
- f_unit_name: '',
746
- f_street: '',
747
- f_residential_area: '',
748
- f_building: '',
749
- f_unit: '',
750
- f_floor: '',
751
- f_room: '',
752
- aState: '',
753
- f_repairtype: '',
754
- f_userinfo_id: '',
755
- f_userinfo_code: '',
756
- f_orgstr: '',
757
- f_outlets: '',
758
- f_attendant: this.$login.f.name
759
- },
760
- loginUser: {
761
- name: this.$login.f.name,
762
- ename: this.$login.f.ename
763
- },
764
- user: {
765
- f_userinfo_id: ''
766
- },
767
- callObj: null
768
- }
769
-
770
- uploadData.model.serviceacitivity[0].f_reciever = this.selectData.f_repairman
771
- // uploadData.model.f_meetunit = self.$login.f.orgpathnames
772
- // uploadData.model.f_orgstr = self.$login.f.orgpathstr
773
- // uploadData.model.f_outlets = self.$login.f.f_parentname
774
- uploadData.model.f_meetunit = this.$login.f.deps
775
- uploadData.model.f_orgid = this.$login.f.orgid
776
- uploadData.model.f_filiale = this.$login.f.org
777
- uploadData.model.f_outlets = this.$login.f.deps
778
- uploadData.model.f_filiale_id = this.$login.f.orgid
779
- uploadData.toRepair = '一级派单'
780
- let res3 = await new HttpResetClass().load('post','/rs/sql/GetUserForRepaireNew2', {data: {f_userinfo_id: res1.data[i].f_userinfo_id}})
781
- uploadData.model = Object.assign(uploadData.model, res3.data[0])
782
- uploadData.user.f_userinfo_id = res3.data[0].f_userinfo_id
783
- uploadData.model.f_repair_date = Util.getNowDate()
784
- uploadData.model.f_repairtype = res3.data[0].f_repairtype
785
- uploadData.model.f_remarks = res3.data[0].f_remarks
786
- let failure = []
787
- res2.data.forEach(row => {
788
- if (row.f_repaire_type == '隐患未处理') {
789
- console.log('row.f_item_value',row.f_item_value)
790
- failure.push({
791
- f_failure_type: row.f_item_name,
792
- failurecase: row.f_item_value?row.f_item_value.split(','):''
793
- })
794
- }
795
- })
796
- uploadData.model.failure = failure
797
- // 拼接repairitems
798
- let rows = JSON.parse(JSON.stringify(res2.data))
799
- let repairitems = {
800
- data: []
801
- }
802
- let safecheckOptions = [{"data": "已处理"}, {"data": "未处理"}]
803
- // 取隐患未处理的
804
- rows = rows.filter(row => row.f_repaire_type == '隐患未处理')
805
- //tag)
806
- // 开始拼接
807
- rows.forEach(row => {
808
- let existIndex = -1
809
- // 判断该设备是否已经存在
810
- for (let i = 0; i < repairitems.data.length; i++) {
811
- if (repairitems.data[i].f_type == row.f_device_type) {
812
- existIndex = i
813
- break
814
- }
815
- }
816
- if (existIndex == -1) {
817
- // 不存在则新建
818
- let newItem = {
819
- f_type: row.f_device_type,
820
- details: [{
821
- f_defect_id: row.id,
822
- f_project: `${row.f_item_name}:${row.f_item_value}`,
823
- type: 'selector',
824
- options: safecheckOptions
825
- }]
826
- }
827
- repairitems.data.push(newItem)
828
- } else {
829
- // 存在则追加
830
- repairitems.data[existIndex].details.push({
831
- f_defect_id: row.id,
832
- f_project: `${row.f_item_name}:${row.f_item_value}`,
833
- type: 'selector',
834
- options: safecheckOptions
835
- })
836
- }
837
- })
838
- uploadData.model.f_repairitems = repairitems
839
- uploadData.rows=rows
840
- //tag)
841
- //tag
842
- if (uploadData.model.f_repairitems.data.length>0){
843
- this.callSends.push(uploadData)
844
- }else{
845
- //tag
846
- }
847
- }
848
- //tag)
849
- let timer = setInterval(async ()=>{
850
- this.showModal3=true
851
- this.isbusy=false
852
- if (this.timercount<this.callSends.length){
853
- //tag)
854
- let rows=this.callSends[this.timercount].rows
855
- //tag)
856
- let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
857
- //tag)
858
- if (result.data.f_service_id) {
859
- const data = {
860
- f_paper_id: rows[0].f_paper_id,
861
- f_service_id: result.data.f_service_id,
862
- itemsId: this.$login.convertToIn(rows.map(row => row.id))
863
- }
864
- //tag
865
- let updateRes = await this.$resetpost('/rs/logic/updateDefectStateNew', data)
866
- }
867
- this.toRepairCount++
868
- //tag
869
- this.timercount++
870
- }else{
871
- clearInterval(timer)
872
- //tag
873
- this.callSends=[]
874
- this.timercount=0
875
- this.showModal3=false
876
- this.cancel1()
877
- this.$showMessage('本次转维修成功'+this.toRepairCount+'单')
878
- this.toRepairCount=0
879
- }
880
- }, 3000)
881
- },
882
- cancel1(){
883
- this.showModal2=false
884
- this.selectData={
885
- dispatchType:'',
886
- f_repairman:'',
887
- f_remarks:'',
888
- f_repairtype:''
889
- }
890
- },
891
- sleep(d){
892
- //tag)
893
- var t = Date.now()
894
- while(Date.now - t <= d){
895
-
896
- }
897
- //tag)
898
- },
899
- isChecked(v) {
900
- // 如果全选,不在的按选中算,否则,在的按选中算
901
- if (this.checkAll) {
902
- return this.checkes.indexOf(v) == -1
903
- } else {
904
- return this.checkes.indexOf(v) != -1
905
- }
906
- },
907
- setCheckAll() {
908
- this.checkAll=this.checkAll?false:true;
909
- // 全选改变后,清空选中数据
910
- this.checkes = []
911
- },
912
- setCheckes(id) {
913
- let index=this.checkes.indexOf(id)
914
- if(index<0){
915
- this.checkes.push(id)
916
- }else{
917
- this.checkes.splice(index,1)
918
- }
919
- },
920
-
921
- getmeterbook(val){
922
- this.cbc=[]
923
- this.cbc.push({
924
- label:'全部',
925
- value:''
926
- })
927
- if (val==''){
928
-
929
- this.cbcs.forEach(res=>{
930
- this.cbc.push({
931
- label:res.f_book_name,
932
- value:res.id
933
- })
934
- })
935
- }else{
936
- this.cbcs.forEach(res=>{
937
- if (res.f_book_slice_area==val){
938
- this.cbc.push({
939
- label:res.f_book_name,
940
- value:res.id
941
- })
942
- }
943
- })
944
- }
945
- },
946
-
947
- Mreadibook(val){
948
- //tag
949
- //tag
950
- this.sliceArea=[]
951
- if (val){
952
- new HttpResetClass().load('POST',`/rs/sql/tel_singleTable_OrderBy`, {data: {
953
- items: 'name',
954
- tablename: 't_zone',
955
- condition: `parentid in ${val}`,
956
- orderitem: 'id'
957
- }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
958
- this.sliceArea.push({
959
- label:'全部',
960
- value:''
961
- })
962
- res.data.forEach(ress=>{
963
- this.sliceArea.push({
964
- label:ress.name,
965
- value:ress.name
966
- })
967
- })
968
-
969
- })
970
- }
971
- },
972
- getAllMeterBook(val){
973
- //tag
974
- //tag
975
- this.cbcs=[]
976
- if (val){
977
- new HttpResetClass().load('POST',`/rs/sql/tel_singleTable_OrderBy`, {data: {
978
- items: 'f_book_name,f_book_slice_area,id',
979
- tablename: 't_meter_book',
980
- condition: `f_filiale_id in ${val}`,
981
- orderitem: 'id'
982
- }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
983
- res.data.forEach(ress=>{
984
- this.cbcs.push({
985
- id:ress.id,
986
- f_book_name:ress.f_book_name,
987
- f_book_slice_area:ress.f_book_slice_area
988
- })
989
- })
990
- this.cbc=[]
991
- this.cbc.push({
992
- label:'全部',
993
- value:''
994
- })
995
- this.cbcs.forEach(res=>{
996
- this.cbc.push({
997
- label:res.f_book_name,
998
- value:res.id
999
- })
1000
- })
1001
- })
1002
- }
1003
- },
1004
- hiddenr() {
1005
- this.$parent.showItem = !this.$parent.showItem
1006
- },
1007
- hidden() {
1008
- this.criteriaShow = !this.criteriaShow
1009
- },
1010
- search(args) {
1011
- //tag
1012
- if (this.f_check_plan.f_plan_name) {
1013
- args.condition += ` and f_check_plan_id = '${this.f_check_plan.id}'`
1014
- }
1015
- this.checkes = []
1016
- this.checkAll=false
1017
- this.model.search(args.condition, args.model)
1018
- },
1019
- getRes(obj) {
1020
- //tag
1021
- this.resids = {res:obj.res[0], resids:obj.resids[0]}
1022
- this.model.f_filialeids = this.$login.convertToIn(obj.resids);
1023
- this.Mreadibook(this.model.f_filialeids)
1024
- this.getAllMeterBook(this.model.f_filialeids)
1025
- },
1026
- showChooser() {
1027
- this.showModal = true
1028
- },
1029
- ok() {
1030
- this.showModal = false
1031
- if (this.$refs.modal.$children[0].selectedRow.id) {
1032
- this.f_check_plan = this.$refs.modal.$children[0].selectedRow
1033
- }
1034
- },
1035
- cancel() {
1036
- this.showModal = false
1037
- this.f_check_plan = {f_plan_name: '', id: ''}
1038
- }
1039
- },
1040
- ready() {
1041
- //tag
1042
-
1043
- this.$refs.paged.$refs.criteria.model.f_has_defect = '有隐患'
1044
- this.getEmp()
1045
- let gen = select(this)
1046
- // this.Mreadibook(`('${this.$login.f.orgid}')`)
1047
- co(gen)
1048
- },
1049
- watch:{
1050
- 'timercount'(){
1051
- if (this.timercount===0){
1052
- this.progressbarWidth = '0'
1053
- }else {
1054
- //tag
1055
- //tag
1056
- this.progressbarWidth=parseInt(this.timercount*100/(this.callSends.length+1))
1057
- }
1058
-
1059
- }
1060
- },
1061
- computed: {
1062
- selected() {
1063
- return this.$refs.paged.$refs.grid.selected
1064
- },
1065
- getfield () {
1066
- //tag
1067
- let data = {}
1068
- this.bodyData.forEach((value, index) => {
1069
- data[this.bodyData[index]] = this.headData[index]
1070
- })
1071
- //合计字段打印
1072
- this.tfoot = `<tr><th colspan=${this.modelval.length}>全表汇总信息: `
1073
- if (this.sumsmodel) {
1074
- Object.keys(this.sumsmodel).forEach((key) => {
1075
- this.tfoot += this.fields[key] + '合计: ' + `<font color="blue">${this.sumsmodel[key]} </font>`
1076
- })
1077
- } else {
1078
- this.tfoot += '暂无'
1079
- }
1080
- this.tfoot += '</th></tr>'
1081
- return data
1082
- }
1083
- }
1084
- }
1085
- </script>
1
+ <template>
2
+ <div class="flex">
3
+ <work-busy :is-busy="isbusy"></work-busy>
4
+ <criteria-paged :model="model" v-ref:paged>
5
+ <criteria partial='criteria' @condition-changed='$parent.search' v-ref:criteria>
6
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row" v-show="!$parent.$parent.$parent.showItem">
8
+ <div :class="$parent.$parent.style">
9
+ <label class="font_normal_body">安检计划</label>
10
+ <input type="text" class="input_search" v-model="$parent.$parent.f_check_plan.f_plan_name"
11
+ @click="$parent.$parent.showChooser"
12
+ style="width: 60%" placeholder="安检计划" readonly="readonly">
13
+ </div>
14
+ <div :class="$parent.$parent.style">
15
+ <label class="font_normal_body">存在隐患</label>
16
+ <v-select style="width:60% "
17
+ class="select select_list"
18
+ :value.sync="model.f_has_defect"
19
+ v-model="model.f_has_defect"
20
+ :options='$parent.$parent.hasDefectOptions'
21
+ :placeholder='model.f_has_defect'
22
+ condition="f_has_defect = '{}'"
23
+ close-on-select>
24
+ </v-select>
25
+ </div>
26
+ <div :class="$parent.$parent.style">
27
+ <label class="font_normal_body">用户编号</label>
28
+ <input type="text" class="input_search" v-model="model.f_userinfo_code"
29
+ condition="f_userinfo_code = '{}'"
30
+ style="width: 60%" placeholder="用户编号">
31
+ </div>
32
+ <div :class="$parent.$parent.style">
33
+ <label class="font_normal_body">用户表号</label>
34
+ <input type="text" class="input_search" v-model="model.f_meternumber"
35
+ condition="f_meternumber = '{}'"
36
+ style="width: 60%" placeholder="用户表号">
37
+ </div>
38
+ <div :class="$parent.$parent.style">
39
+ <label class="font_normal_body">结果查询</label>
40
+ <v-select
41
+ placeholder='维修结果查询'
42
+ :value-single="true"
43
+ class="select select_list" style="width: 60%"
44
+ v-model='model.f_is_repair'
45
+ :value.sync="model.f_is_repair"
46
+ :options='$parent.$parent.repaired'
47
+ condition="f_is_repair = '{}'"
48
+ close-on-select clear-button> </v-select>
49
+ </div>
50
+ <div class=" col-sm-4 form-group button-range" >
51
+ <div class="span" style="float: right;margin-top: 8px">
52
+ <div style="float: right" class="button_spacing"
53
+ :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
54
+ @click="$parent.$parent.hiddenr()"></div>
55
+ <div style="float: right" class="button_spacing"
56
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
57
+ @click="$parent.$parent.hidden()"></div>
58
+ <button style="float: right" class="button_search button_spacing" @click="search">查询</button>
59
+ <!-- <button style="float: right" class="button_search button_spacing" @click="$parent.$parent.toRepair">转维修</button>-->
60
+ <div style="float: right">
61
+ <export-excel-safe :data="{condition: $parent.$parent.model.condition,f_filialeids:$parent.$parent.model.f_filialeids,f_defect_content:$parent.$parent.model.f_defect_content}"
62
+ :field="$parent.$parent.getfield"
63
+ progress="safeGetExportProgress"
64
+ sqlurl="rs/logic/SafeExportExcel" sql-name="GetCheckPaperByDefectNew2" template-name='安检隐患明细' :choose-col="true"></export-excel-safe>
65
+ </div>
66
+ </div>
67
+ </div>
68
+ </div>
69
+ <div class="row" v-show="$parent.$parent.criteriaShow&&!$parent.$parent.$parent.showItem">
70
+ <div :class="$parent.$parent.style">
71
+ <label class="font_normal_body">片&emsp;&emsp;区</label>
72
+ <v-select class="select_list select"
73
+ placeholder='片区/管理站' style="width: 60%"
74
+ :value.sync="model.f_slice_area" v-model="model.f_slice_area"
75
+ :options='$parent.$parent.sliceArea'
76
+ filer-key="name"
77
+ close-on-select clear-button
78
+ condition="f_slice_area='{}'"
79
+ @change="$parent.$parent.getmeterbook(model.f_slice_area)"
80
+ :value-single="true">
81
+ </v-select>
82
+ </div>
83
+ <div :class="$parent.$parent.style2" style="margin: 0">
84
+ <role-selector-safe
85
+ role-name="安检员"
86
+ role-lable="安&nbsp;检&nbsp;员&nbsp;"
87
+ :resobjprop.sync="$parent.$parent.resids"
88
+ @re-res="$parent.$parent.getRes"
89
+ :value.sync="model.f_checker_id"
90
+ v-model="model.f_checker_id"
91
+ condition="f_checker_name = '{}'">
92
+ </role-selector-safe>
93
+ </div>
94
+
95
+ <div :class="$parent.$parent.style">
96
+ <label class="font_normal_body">抄&ensp;表&ensp;册</label>
97
+ <v-select class="select_list select"
98
+ placeholder='抄表册' style="width: 60%"
99
+ :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"
100
+ :options='$parent.$parent.cbc'
101
+ filer-key="name"
102
+ close-on-select clear-button
103
+ condition="f_meter_book_num={}"
104
+ :value-single="true">
105
+ </v-select>
106
+ </div>
107
+ <div :class="$parent.$parent.style">
108
+ <label class="font_normal_body">起始时间</label>
109
+ <datepicker
110
+ placeholder='起始时间' style="width:60%"
111
+ :disabled-days-of-week="[]"
112
+ :format="'yyyy-MM-dd'"
113
+ :show-rest-button="reset"
114
+ :value.sync="model.f_start_time"
115
+ v-model="model.f_start_time"
116
+ condition="f_offsite_time >= '{} 00:00:00'">
117
+ </datepicker>
118
+ </div>
119
+ <div :class="$parent.$parent.style">
120
+ <label class="font_normal_body">结束时间</label>
121
+ <datepicker
122
+ placeholder='结束时间' style="width:60%"
123
+ :disabled-days-of-week="[]"
124
+ :format="'yyyy-MM-dd'"
125
+ :show-rest-button="reset"
126
+ :value.sync="model.f_end_time"
127
+ v-model="model.f_end_time"
128
+ condition="f_offsite_time <= '{} 23:59:59'">
129
+ </datepicker>
130
+ </div>
131
+ </div>
132
+ <div class="row" v-show="$parent.$parent.criteriaShow&&!$parent.$parent.$parent.showItem">
133
+
134
+ <div :class="$parent.$parent.style">
135
+ <label class="font_normal_body">维&ensp;修&ensp;员</label>
136
+ <input type="text" class="input_search" v-model="model.f_repairman"
137
+ condition="f_repairman = '{}'"
138
+ style="width: 60%" placeholder="维修员">
139
+ </div>
140
+ <div :class="$parent.$parent.style">
141
+ <label class="font_normal_body">处理查询</label>
142
+ <v-select
143
+ placeholder='处理结果查询'
144
+ :value-single="true"
145
+ class="select select_list" style="width: 60%"
146
+ v-model='model.f_is_deal'
147
+ :value.sync="model.f_is_deal"
148
+ :options='$parent.$parent.deals'
149
+ condition="f_is_deal = '{}'"
150
+ close-on-select clear-button> </v-select>
151
+ </div>
152
+ <div :class="$parent.$parent.style">
153
+ <label class="font_normal_body">是否维修</label>
154
+ <v-select
155
+ placeholder='是否维修'
156
+ :value-single="true"
157
+ class="select select_list" style="width: 60%"
158
+ v-model='model.f_repaired'
159
+ :value.sync="model.f_repaired"
160
+ :options='$parent.$parent.repairedOptions'
161
+ condition="f_repaired = '{}'"
162
+ close-on-select clear-button> </v-select>
163
+ </div>
164
+ <div :class="$parent.$parent.style">
165
+ <label class="font_normal_body">地&ensp;&ensp;&ensp;&ensp;址</label>
166
+ <input type="text" class="input_search" v-model="model.f_address"
167
+ condition="f_address like '%{}%'"
168
+ style="width: 60%" placeholder="地址">
169
+ </div>
170
+ <div :class="$parent.$parent.style">
171
+ <label class="font_normal_body">开户时间</label>
172
+ <datepicker
173
+ placeholder='起始时间' style="width:60%"
174
+ :disabled-days-of-week="[]"
175
+ :format="'yyyy-MM-dd'"
176
+ :show-rest-button="reset"
177
+ :value.sync="model.f_start_gastime"
178
+ v-model="model.f_start_gastime"
179
+ condition="f_gas_date >= '{} 00:00:00'">
180
+ </datepicker>
181
+ </div>
182
+ <div :class="$parent.$parent.style">
183
+ <label class="font_normal_body">开户时间</label>
184
+ <datepicker
185
+ placeholder='结束时间' style="width:60%"
186
+ :disabled-days-of-week="[]"
187
+ :format="'yyyy-MM-dd'"
188
+ :show-rest-button="reset"
189
+ :value.sync="model.f_end_gastime"
190
+ v-model="model.f_end_gastime"
191
+ condition="f_gas_date <= '{} 23:59:59'">
192
+ </datepicker>
193
+ </div>
194
+ <div :class="$parent.$parent.style">
195
+ <label class="font_normal_body">用户标签</label>
196
+ <v-select class="select_list select"
197
+ placeholder='请选择' style="width: 60%"
198
+ :value.sync="model.f_user_tags"
199
+ v-model="model.f_user_tags"
200
+ :options='$parent.$parent.userTags'
201
+ filer-key="name"
202
+ :multiple="true"
203
+ condition="f_user_tags in {}"
204
+ >
205
+ </v-select>
206
+ </div>
207
+ <div :class="$parent.$parent.style">
208
+ <label class="font_normal_body">用气类型</label>
209
+ <v-select class="select_list select"
210
+ placeholder='请选择' style="width: 60%"
211
+ :value.sync="model.f_user_gas_type"
212
+ v-model="model.f_user_gas_type"
213
+ :options='$parent.$parent.userGasType'
214
+ filer-key="name"
215
+ :multiple="true"
216
+ condition="f_user_gas_type in {}"
217
+ >
218
+ </v-select>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="row" v-show="$parent.$parent.$parent.showItem">
223
+ <div :class="$parent.$parent.style">
224
+ <label class="font_normal_body">安检计划</label>
225
+ <input type="text" class="input_search" v-model="$parent.$parent.f_check_plan.f_plan_name"
226
+ @click="$parent.$parent.showChooser"
227
+ style="width: 60%" placeholder="安检计划" readonly="readonly">
228
+ </div>
229
+ <div :class="$parent.$parent.style">
230
+ <label class="font_normal_body">存在隐患</label>
231
+ <v-select style="width:60% "
232
+ class="select select_list"
233
+ :value.sync="model.f_has_defect"
234
+ v-model="model.f_has_defect"
235
+ :options='$parent.$parent.hasDefectOptions'
236
+ :placeholder='model.f_has_defect'
237
+ condition="f_has_defect = '{}'"
238
+ close-on-select>
239
+ </v-select>
240
+ </div>
241
+
242
+ <div class=" col-sm-4 form-group button-range">
243
+ <div class="span" style="float: right;margin-top: 8px;margin-right: 50px">
244
+ <div style="float: right" class="button_spacing"
245
+ :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
246
+ @click="$parent.$parent.hiddenr()"></div>
247
+ <div style="float: right" class="button_spacing"
248
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
249
+ @click="$parent.$parent.hidden()"></div>
250
+ <button style="float: right" class="button_search button_spacing" @click="search">查询</button>
251
+ <!-- <button style="float: right" class="button_search button_spacing" @click="$parent.$parent.toRepair">转维修</button>-->
252
+ <div style="float: right">
253
+ <export-excel-safe :data="{condition: $parent.$parent.model.condition,f_filialeids:$parent.$parent.model.f_filialeids,f_defect_content:$parent.$parent.model.f_defect_content}"
254
+ :field="$parent.$parent.getfield"
255
+ progress="safeGetExportProgress"
256
+ sqlurl="rs/logic/SafeExportExcel" sql-name="GetCheckPaperByDefectNew2" template-name='安检计划明细' :choose-col="true"></export-excel-safe>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+
262
+
263
+ </div>
264
+ <div class="row" v-show="$parent.$parent.criteriaShow&&$parent.$parent.$parent.showItem">
265
+ <div :class="$parent.$parent.style">
266
+ <label class="font_normal_body">用户编号</label>
267
+ <input type="text" class="input_search" v-model="model.f_userinfo_code"
268
+ condition="f_userinfo_code = '{}'"
269
+ style="width: 60%" placeholder="用户编号">
270
+ </div>
271
+ <div :class="$parent.$parent.style">
272
+ <label class="font_normal_body">用户表号</label>
273
+ <input type="text" class="input_search" v-model="model.f_meternumber"
274
+ condition="f_meternumber = '{}'"
275
+ style="width: 60%" placeholder="用户表号">
276
+ </div>
277
+ <div :class="$parent.$parent.style">
278
+ <label class="font_normal_body">结果查询</label>
279
+ <v-select
280
+ placeholder='处理结果查询'
281
+ :value-single="true"
282
+ class="select select_list" style="width: 60%"
283
+ v-model='model.f_repaired'
284
+ :value.sync="model.f_repaired"
285
+ :options='$parent.$parent.repaired'
286
+ condition="f_repaired = '{}'"
287
+ close-on-select clear-button> </v-select>
288
+ </div>
289
+
290
+ <div :class="$parent.$parent.style2" style="margin: 0">
291
+ <role-selector-safe
292
+ role-name="安检员"
293
+ :resobjprop.sync="$parent.$parent.resids"
294
+ role-lable="安&nbsp;检&nbsp;员&nbsp;"
295
+ @re-res="$parent.$parent.getRes"
296
+ :value.sync="model.f_checker_id"
297
+ v-model="model.f_checker_id"
298
+ condition="f_checker_name = '{}'">
299
+ </role-selector-safe>
300
+ </div>
301
+ </div>
302
+ <div class="row" v-show="$parent.$parent.criteriaShow && $parent.$parent.$parent.showItem">
303
+ <div :class="$parent.$parent.style">
304
+ <label class="font_normal_body">片&emsp;&emsp;区</label>
305
+ <v-select class="select_list select"
306
+ placeholder='片区/管理站' style="width: 60%"
307
+ :value.sync="model.f_slice_area" v-model="model.f_slice_area"
308
+ :options='$parent.$parent.sliceArea'
309
+ filer-key="name"
310
+ close-on-select clear-button
311
+ condition="f_slice_area='{}'"
312
+ @change="$parent.$parent.getmeterbook(model.f_slice_area)"
313
+ :value-single="true">
314
+ </v-select>
315
+ </div>
316
+ <div :class="$parent.$parent.style">
317
+ <label class="font_normal_body">抄&ensp;表&ensp;册</label>
318
+ <v-select class="select_list select"
319
+ placeholder='抄表册' style="width: 60%"
320
+ :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"
321
+ :options='$parent.$parent.cbc'
322
+ filer-key="name"
323
+ close-on-select clear-button
324
+ condition="f_meter_book_num={}"
325
+ :value-single="true">
326
+ </v-select>
327
+ </div>
328
+ <div :class="$parent.$parent.style">
329
+ <label class="font_normal_body">起始时间</label>
330
+ <datepicker
331
+ placeholder='起始时间' style="width:60%"
332
+ :disabled-days-of-week="[]"
333
+ :format="'yyyy-MM-dd'"
334
+ :show-rest-button="reset"
335
+ :value.sync="model.f_start_time"
336
+ v-model="model.f_start_time"
337
+ condition="f_offsite_time >= '{} 00:00:00'">
338
+ </datepicker>
339
+ </div>
340
+ <div :class="$parent.$parent.style">
341
+ <label class="font_normal_body">结束时间</label>
342
+ <datepicker
343
+ placeholder='结束时间' style="width:60%"
344
+ :disabled-days-of-week="[]"
345
+ :format="'yyyy-MM-dd'"
346
+ :show-rest-button="reset"
347
+ :value.sync="model.f_end_time"
348
+ v-model="model.f_end_time"
349
+ condition="f_offsite_time <= '{} 23:59:59'">
350
+ </datepicker>
351
+ </div>
352
+ </div>
353
+ <div class="row" v-show="$parent.$parent.criteriaShow && $parent.$parent.$parent.showItem">
354
+
355
+ <div :class="$parent.$parent.style">
356
+ <label class="font_normal_body">维&ensp;修&ensp;员</label>
357
+ <input type="text" class="input_search" v-model="model.f_repairman"
358
+ condition="f_repairman = '{}'"
359
+ style="width: 60%" placeholder="维修员">
360
+ </div>
361
+ <div :class="$parent.$parent.style">
362
+ <label class="font_normal_body">处理查询</label>
363
+ <v-select
364
+ placeholder='处理结果查询'
365
+ :value-single="true"
366
+ class="select select_list" style="width: 60%"
367
+ v-model='model.f_is_deal'
368
+ :value.sync="model.f_is_deal"
369
+ :options='$parent.$parent.deals'
370
+ condition="f_is_deal = '{}'"
371
+ close-on-select clear-button> </v-select>
372
+ </div>
373
+ <div :class="$parent.$parent.style">
374
+ <label class="font_normal_body">地&ensp;&ensp;&ensp;&ensp;址</label>
375
+ <input type="text" class="input_search" v-model="model.f_address"
376
+ condition="f_address like '%{}%'"
377
+ style="width: 60%" placeholder="地址">
378
+ </div>
379
+ <div :class="$parent.$parent.style">
380
+ <label class="font_normal_body">开户时间</label>
381
+ <datepicker
382
+ placeholder='起始时间' style="width:60%"
383
+ :disabled-days-of-week="[]"
384
+ :format="'yyyy-MM-dd'"
385
+ :show-rest-button="reset"
386
+ :value.sync="model.f_start_gastime"
387
+ v-model="model.f_start_gastime"
388
+ condition="f_gas_date >= '{} 00:00:00'">
389
+ </datepicker>
390
+ </div>
391
+ <div :class="$parent.$parent.style">
392
+ <label class="font_normal_body">开户时间</label>
393
+ <datepicker
394
+ placeholder='结束时间' style="width:60%"
395
+ :disabled-days-of-week="[]"
396
+ :format="'yyyy-MM-dd'"
397
+ :show-rest-button="reset"
398
+ :value.sync="model.f_end_gastime"
399
+ v-model="model.f_end_gastime"
400
+ condition="f_gas_date <= '{} 23:59:59'">
401
+ </datepicker>
402
+ </div>
403
+ </div>
404
+ </div>
405
+ </criteria>
406
+ <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
407
+ <template partial='head'>
408
+ <tr>
409
+ <!-- <th><nobr><input type="checkbox" v-model="$parent.$parent.$parent.checkAll" @click.stop="()=>{return}" />全选</nobr></th>-->
410
+ <th><nobr>入户状态</nobr></th>
411
+ <th><nobr>用户编号</nobr></th>
412
+ <th><nobr>用户名</nobr></th>
413
+ <th><nobr>用户表号</nobr></th>
414
+ <th><nobr>用户电话</nobr></th>
415
+ <th><nobr>用户小区</nobr></th>
416
+ <th><nobr>用户地址</nobr></th>
417
+ <th><nobr>用户标签</nobr></th>
418
+ <th><nobr>用气类型</nobr></th>
419
+ <th><nobr>开户时间</nobr></th>
420
+ <th><nobr>安检时间</nobr></th>
421
+ <th><nobr>安检员</nobr></th>
422
+ <th><nobr>计划名</nobr></th>
423
+ <th><nobr>是否有隐患</nobr></th>
424
+ <th><nobr>隐患数</nobr></th>
425
+ <th><nobr>处理数</nobr></th>
426
+ <th><nobr>处理情况</nobr></th>
427
+ <th><nobr>维修员</nobr></th>
428
+ <th><nobr>隐患明细</nobr></th>
429
+ <!-- <th><nobr>备注</nobr></th>-->
430
+ </tr>
431
+ </template>
432
+ <template partial='body'>
433
+ <!-- <td style="text-align: center;white-space:nowrap;"><input type="checkbox" @click="$event.cancelBubble=true" :checked="$parent.$parent.$parent.isChecked(row.id)" @change="$parent.$parent.$parent.setCheckes(row.id)"></input></td>-->
434
+ <td style="text-align: center;white-space:nowrap;">{{row.f_entry_status}}</td>
435
+ <td style="text-align: center;white-space:nowrap;">{{row.f_userinfo_code}}</td>
436
+ <td style="text-align: center;white-space:nowrap;">{{row.f_user_name}}</td>
437
+ <td style="text-align: center;white-space:nowrap;">{{row.f_meternumber}}</td>
438
+ <td style="text-align: center;white-space:nowrap;">{{row.f_user_phone}}</td>
439
+ <td style="text-align: center;white-space:nowrap;">{{row.f_residential_area}}</td>
440
+ <td style="text-align: center;white-space:nowrap;">{{row.f_address}}</td>
441
+ <td style="text-align: center">{{ row.f_user_tags }}</td>
442
+ <td style="text-align: center">{{ row.f_user_gas_type }}</td>
443
+ <td style="text-align: center;white-space:nowrap;">{{row.f_gas_date}}</td>
444
+ <td style="text-align: center;white-space:nowrap;">{{row.f_offsite_time}}</td>
445
+ <td style="text-align: center;white-space:nowrap;">{{row.f_checker_name}}</td>
446
+ <td style="text-align: center;white-space:nowrap;">{{row.f_plan_name}}</td>
447
+ <td style="text-align: center;white-space:nowrap;">{{row.f_has_defect}}</td>
448
+ <td style="text-align: center;white-space:nowrap;">{{row.f_defect_count}}</td>
449
+ <td style="text-align: center;white-space:nowrap;">{{row.f_deal_count}}</td>
450
+ <td style="text-align: center;white-space:nowrap;">{{row.f_is_deal}}</td>
451
+ <td style="text-align: center;white-space:nowrap;">{{row.f_repairman}}</td>
452
+ <td style="text-align: center;white-space:nowrap;">{{ $parent.$parent.$parent.trouble(row.f_defect_content)}}</td>
453
+ <!-- <td style="text-align: center;white-space:nowrap;">{{ row.f_deal_remark}}</td>-->
454
+ </template>
455
+ </data-grid>
456
+ </criteria-paged>
457
+ <modal :show.sync="showModal" v-ref:modal backdrop="false">
458
+ <div slot="modal-header" class="modal-header">
459
+ <h4 class="modal-title">
460
+ 选择计划
461
+ </h4>
462
+ </div>
463
+ <div slot="modal-body" class="modal-body">
464
+ <plan-chooser :f.sync="$login.f" v-ref:chooser></plan-chooser>
465
+ </div>
466
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
467
+ <button class="button_search" @click="ok">确认</button>
468
+ <button class="button_search" @click="cancel">取消</button>
469
+ </div>
470
+ </modal>
471
+ <modal :show.sync="showModal2" :backdrop="false">
472
+ <div slot="modal-header" class="modal-header">
473
+ <h4 class="modal-title">
474
+ 转维修
475
+ </h4>
476
+ </div>
477
+ <div slot="modal-body" class="modal-body">
478
+ <div v-if="true">
479
+ <div class="row" style="margin-top: 10px">
480
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">派发类型</label>
481
+ <div class="col-xs-8 col-md-8">
482
+ <v-select :value.sync="selectData.dispatchType" :value-single="true" v-model="selectData.dispatchType"
483
+ :options='dispatchTypeOptions' placeholder='派发类型'
484
+ close-on-select>
485
+ </v-select>
486
+ </div>
487
+ </div>
488
+ <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给维修员'">
489
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">维&ensp;修&ensp;员</label>
490
+ <div class="col-xs-8 col-md-8">
491
+ <v-select
492
+ :value.sync="selectData.f_repairman"
493
+ :value-single="true"
494
+ :options='repairers'
495
+ placeholder='请选择维修员'
496
+ close-on-select></v-select>
497
+ </div>
498
+ </div>
499
+ <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给站点'">
500
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">站&ensp;&ensp;&ensp;&ensp;点</label>
501
+ <div class="col-xs-8 col-md-8">
502
+ <right-tree
503
+ islist
504
+ :userid="userid"
505
+ :source="'dep=this.getParentByType($organization$).getSpecialResByType($department$),tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))'"
506
+ @re-res="getSiteRes"></right-tree>
507
+ </div>
508
+ </div>
509
+ <div class="row" style="margin-top: 10px">
510
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">报修类型</label>
511
+ <div class="col-xs-8 col-md-8">
512
+ <v-select :value.sync="selectData.f_repairtype" style="width:60%"
513
+ class="select select_list"
514
+ :value-single="true"
515
+ :options='repairTypeOptions'
516
+ close-on-select>
517
+ </v-select>
518
+ </div>
519
+ </div>
520
+ <div class="row" style="margin-top: 10px">
521
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
522
+ <div class="col-xs-8 col-md-8">
523
+ <textarea style="width: 60%; height: 100px" v-model="selectData.f_remarks"></textarea>
524
+ </div>
525
+ </div>
526
+ </div>
527
+ </div>
528
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
529
+ <!-- <button class="button_search" @click="rectification">转维修</button>-->
530
+ <button class="button_search" @click="cancel1">取消</button>
531
+ </div>
532
+ </modal>
533
+ <modal :show.sync="showModal3">
534
+ <div slot="modal-header" class="modal-header">
535
+ <h4 class="modal-title">
536
+ 转维修进度{{ progressbarWidth }}%
537
+ </h4>
538
+ </div>
539
+ <div slot="modal-body" class="modal-body">
540
+ <div class="progress">
541
+ <div class="progress-bar" role="progressbar" aria-valuenow="60"
542
+ aria-valuemin="0" aria-valuemax="100" :style="'width:'+ progressbarWidth+'%'">
543
+ <!-- <span class="sr-only">40% 完成</span>-->
544
+ </div>
545
+ </div>
546
+ </div>
547
+ <div slot="modal-footer" class="modal-footer" style="text-align: center" v-show="false"></div>
548
+ </modal>
549
+ </div>
550
+ </template>
551
+ <script>
552
+ import {PagedList} from 'vue-client'
553
+ import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
554
+ import co from 'co'
555
+ import Vue from 'vue'
556
+ import * as Util from '../../Util'
557
+
558
+ let select = function* (self) {
559
+ let http = new HttpResetClass()
560
+ let getGasman = yield http.load('POST', '/rs/search', {
561
+ source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
562
+ userid: self.$login.f.id
563
+ }, {resolveMsg: null, rejectMsg: null})
564
+ //tag
565
+ self.checkersid.push({label: '全部', value: ''})
566
+ getGasman.data.forEach((checker) => {
567
+ self.checkersid.push({label: checker.name, value: checker.name})
568
+ })
569
+ }
570
+ export default {
571
+ title: '隐患查询',
572
+ data() {
573
+ let model = new PagedList('rs/sql/GetCheckPaperByDefectNew2', 20, {
574
+ f_filialeids: 'this.f_filialeids',f_defect_content: 'this.f_defect_content'
575
+ })
576
+ model.f_filialeids = '(' + this.$login.f.orgid + ')'
577
+ model.f_defect_content="CASE WHEN CHARINDEX( '\"result\":\"正常\"', f_defect_content ) > 0 THEN '无隐患' ELSE replace(replace(replace( replace( RIGHT ( f_defect_content, len( f_defect_content ) - 26 ), substring('{}',2,1), '' ), substring('{}',1,1), '' ),']',''),'\"','') END"
578
+ return {
579
+ repaired:[{label: '全部', value: ''},{label: '未完成', value: '未完成'}, {label: '已完成', value: '已完成'}],
580
+ deals:[{label: '全部', value: ''},{label: '未处理', value: '未处理'}, {label: '已处理', value: '已处理'},{label: '处理中', value: '处理中'}],
581
+ hasDefectOptions: [{label: '全部', value: ''}, {label: '有隐患', value: '有隐患'}, {label: '无隐患', value: '无隐患'}],
582
+ f: this.$login.f,
583
+ model: model,
584
+ userTags:[{label: '全部', value: ''},...this.$appdata.getParam('用户标签')],
585
+ userGasType:[{label: '全部', value: ''},...this.$appdata.getParam('用气类型')],
586
+ criteriaShow: false,
587
+ checkAll:false,
588
+ timercount:0,
589
+ showModal2:false,
590
+ repairTypeOptions:this.$appdata.getParam('转维修类型'),
591
+ dispatchTypeOptions: [{label: '派发给维修员', value: '派发给维修员'}],
592
+ checkes:[],
593
+ showModal: false,
594
+ f_check_plan: {f_plan_name: '', id: ''},
595
+ sumsmodel: {},
596
+ resids:{},
597
+ all: false,
598
+ fields: {},
599
+
600
+ selectData:{
601
+ dispatchType:'',
602
+ f_repairman:'',
603
+ f_remarks:'',
604
+ f_repairtype:''
605
+ },
606
+ progressbarWidth:'0',
607
+ modelval: [],
608
+ isbusy:false,
609
+ checkersid: [],
610
+ showModal3:false,
611
+ toRepairCount:0,
612
+ sliceArea: [],
613
+ callSends:[],
614
+ cbc:[],
615
+ repairedOptions:[{label: '全部', value: ''},{label: '已修', value: '已修'}, {label: '未修', value: '未修'}],
616
+ repairers:[],
617
+ cbcs:[],
618
+ thead: '',
619
+ headData: ['入户状态','用户编号','用户表号','用户名','用户电话','用户小区','用户地址','开户时间','安检时间','安检员','计划名','是否有隐患','隐患数','隐患明细','处理情况'],
620
+ bodyData: ['f_entry_status','f_userinfo_code','f_meternumber','f_user_name','f_user_phone','f_residential_area','f_address','f_gas_date','f_offsite_time','f_checker_name','f_plan_name','f_has_defect','f_defect_count','defecttext','f_is_deal'],
621
+ }
622
+ },
623
+ props:{
624
+ style: {
625
+ type: String,
626
+ default: 'col-sm-2 form-group'
627
+ },
628
+ style2: {
629
+ type: String,
630
+ default: 'col-sm-4 form-group'
631
+ }
632
+
633
+ },
634
+
635
+ methods: {
636
+ trouble(val) {
637
+ // return val.replaceAll("'",'')
638
+ // .replaceAll("\"",'')
639
+ // .replaceAll("{",'')
640
+ // .replaceAll("}",'')
641
+ // .replaceAll("]",'')
642
+ // .replaceAll("[",'')
643
+ // .replaceAll("result:",'')
644
+ // .replaceAll("data:",'')
645
+ // .replaceAll("有隐患",'')
646
+ // .replaceAll(",",'')
647
+
648
+
649
+ const defect_content = JSON.parse(val)
650
+ let result = ''
651
+ if (defect_content.data) {
652
+ const jsonData = defect_content.data
653
+ for (const itemdata of jsonData) {
654
+ const keys = Object.keys(itemdata)
655
+ for (const itm of keys) {
656
+ const value = itemdata[itm]
657
+ result += itm + ':' + value
658
+ }
659
+ }
660
+ }
661
+ return result
662
+ },
663
+ getEmp() {
664
+ let val = {source: 'this.getParentByType($organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$)!=null ).where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1))', userid: `${this.$login.f.id}`}
665
+ let http = new HttpResetClass()
666
+ http.load('POST', '/rs/search', {data: val}, {resolveMsg: null, rejectMsg: null}).then((res) => {
667
+ let str=''
668
+ res.data.forEach((item,idx,arr) => {
669
+ //tag
670
+ if(idx+1==arr.length){
671
+ str += item.id
672
+ }else{
673
+ str += item.id+','
674
+ }
675
+
676
+ })
677
+ let http1 = new HttpResetClass()
678
+ http1.load('POST', 'rs/sql/tel_singleTable_OrderBy', {
679
+ data: {
680
+ items: 'id,f_user_telephone',
681
+ tablename: 't_user',
682
+ condition: `id in (${str})`,
683
+ orderitem: 'id'
684
+ }
685
+ }, {resolveMsg: null, rejectMsg: null}).then((ress) => {
686
+
687
+ res.data.forEach((user)=>{
688
+ try {
689
+ ress.data.forEach((tel,tidx,arr)=>{
690
+ //tag
691
+ if(user.id==tel.id){
692
+ this.repairers.push({label: `${user.name}:${tel.f_user_telephone}`, value: user.name})
693
+ ress.data.splice(tidx,1)
694
+ //tag
695
+ throw new Error("跳出循环");
696
+ }
697
+ })
698
+ }catch (e) {
699
+ //tag
700
+ }
701
+ })
702
+ })
703
+
704
+ })
705
+ },
706
+ toRepair(){
707
+ //tag
708
+ this.showModal2=true
709
+ },
710
+ async rectification(){
711
+ this.isbusy =true
712
+ // if (this.checkAll){
713
+ let data={
714
+ f_filialeids: this.model.params.f_filialeids,
715
+ f_defect_content: this.model.params.f_defect_content,
716
+ condition:this.model.params.condition
717
+ }
718
+ let res1= await new HttpResetClass().load('post','rs/sql/GetCheckPaperByDefectNew2',{data: data })
719
+ for (let i = 0; i < res1.data.length; i++) {
720
+ let data1={
721
+ f_paper_id: res1.data[i].id,
722
+ condition:`f_repaire_type != '无隐患'`
723
+ }
724
+ let res2 = await new HttpResetClass().load('POST' , 'rs/sql/GetDefectByPaperIdNew2' , {data: data1 } )
725
+ //tag
726
+ const uploadData = {
727
+ model: {
728
+ serviceacitivity: [{
729
+ f_service_acitivity_type: '派单'
730
+ }],
731
+ f_repairitems: {},
732
+ failure: '',
733
+ f_source: '安检',
734
+ f_service_id: '',
735
+ f_contact_phone: '',
736
+ f_meetunit: '',
737
+ f_phone: '',
738
+ f_user_name: '',
739
+ f_address: '',
740
+ f_repair_date: '',
741
+ f_reciever: '',
742
+ f_remarks: '',
743
+ f_user_type: '',
744
+ f_area: '',
745
+ f_unit_name: '',
746
+ f_street: '',
747
+ f_residential_area: '',
748
+ f_building: '',
749
+ f_unit: '',
750
+ f_floor: '',
751
+ f_room: '',
752
+ aState: '',
753
+ f_repairtype: '',
754
+ f_userinfo_id: '',
755
+ f_userinfo_code: '',
756
+ f_orgstr: '',
757
+ f_outlets: '',
758
+ f_attendant: this.$login.f.name
759
+ },
760
+ loginUser: {
761
+ name: this.$login.f.name,
762
+ ename: this.$login.f.ename
763
+ },
764
+ user: {
765
+ f_userinfo_id: ''
766
+ },
767
+ callObj: null
768
+ }
769
+
770
+ uploadData.model.serviceacitivity[0].f_reciever = this.selectData.f_repairman
771
+ // uploadData.model.f_meetunit = self.$login.f.orgpathnames
772
+ // uploadData.model.f_orgstr = self.$login.f.orgpathstr
773
+ // uploadData.model.f_outlets = self.$login.f.f_parentname
774
+ uploadData.model.f_meetunit = this.$login.f.deps
775
+ uploadData.model.f_orgid = this.$login.f.orgid
776
+ uploadData.model.f_filiale = this.$login.f.org
777
+ uploadData.model.f_outlets = this.$login.f.deps
778
+ uploadData.model.f_filiale_id = this.$login.f.orgid
779
+ uploadData.toRepair = '一级派单'
780
+ let res3 = await new HttpResetClass().load('post','/rs/sql/GetUserForRepaireNew2', {data: {f_userinfo_id: res1.data[i].f_userinfo_id}})
781
+ uploadData.model = Object.assign(uploadData.model, res3.data[0])
782
+ uploadData.user.f_userinfo_id = res3.data[0].f_userinfo_id
783
+ uploadData.model.f_repair_date = Util.getNowDate()
784
+ uploadData.model.f_repairtype = res3.data[0].f_repairtype
785
+ uploadData.model.f_remarks = res3.data[0].f_remarks
786
+ let failure = []
787
+ res2.data.forEach(row => {
788
+ if (row.f_repaire_type == '隐患未处理') {
789
+ console.log('row.f_item_value',row.f_item_value)
790
+ failure.push({
791
+ f_failure_type: row.f_item_name,
792
+ failurecase: row.f_item_value?row.f_item_value.split(','):''
793
+ })
794
+ }
795
+ })
796
+ uploadData.model.failure = failure
797
+ // 拼接repairitems
798
+ let rows = JSON.parse(JSON.stringify(res2.data))
799
+ let repairitems = {
800
+ data: []
801
+ }
802
+ let safecheckOptions = [{"data": "已处理"}, {"data": "未处理"}]
803
+ // 取隐患未处理的
804
+ rows = rows.filter(row => row.f_repaire_type == '隐患未处理')
805
+ //tag)
806
+ // 开始拼接
807
+ rows.forEach(row => {
808
+ let existIndex = -1
809
+ // 判断该设备是否已经存在
810
+ for (let i = 0; i < repairitems.data.length; i++) {
811
+ if (repairitems.data[i].f_type == row.f_device_type) {
812
+ existIndex = i
813
+ break
814
+ }
815
+ }
816
+ if (existIndex == -1) {
817
+ // 不存在则新建
818
+ let newItem = {
819
+ f_type: row.f_device_type,
820
+ details: [{
821
+ f_defect_id: row.id,
822
+ f_project: `${row.f_item_name}:${row.f_item_value}`,
823
+ type: 'selector',
824
+ options: safecheckOptions
825
+ }]
826
+ }
827
+ repairitems.data.push(newItem)
828
+ } else {
829
+ // 存在则追加
830
+ repairitems.data[existIndex].details.push({
831
+ f_defect_id: row.id,
832
+ f_project: `${row.f_item_name}:${row.f_item_value}`,
833
+ type: 'selector',
834
+ options: safecheckOptions
835
+ })
836
+ }
837
+ })
838
+ uploadData.model.f_repairitems = repairitems
839
+ uploadData.rows=rows
840
+ //tag)
841
+ //tag
842
+ if (uploadData.model.f_repairitems.data.length>0){
843
+ this.callSends.push(uploadData)
844
+ }else{
845
+ //tag
846
+ }
847
+ }
848
+ //tag)
849
+ let timer = setInterval(async ()=>{
850
+ this.showModal3=true
851
+ this.isbusy=false
852
+ if (this.timercount<this.callSends.length){
853
+ //tag)
854
+ let rows=this.callSends[this.timercount].rows
855
+ //tag)
856
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
857
+ //tag)
858
+ if (result.data.f_service_id) {
859
+ const data = {
860
+ f_paper_id: rows[0].f_paper_id,
861
+ f_service_id: result.data.f_service_id,
862
+ itemsId: this.$login.convertToIn(rows.map(row => row.id))
863
+ }
864
+ //tag
865
+ let updateRes = await this.$resetpost('/rs/logic/updateDefectStateNew', data)
866
+ }
867
+ this.toRepairCount++
868
+ //tag
869
+ this.timercount++
870
+ }else{
871
+ clearInterval(timer)
872
+ //tag
873
+ this.callSends=[]
874
+ this.timercount=0
875
+ this.showModal3=false
876
+ this.cancel1()
877
+ this.$showMessage('本次转维修成功'+this.toRepairCount+'单')
878
+ this.toRepairCount=0
879
+ }
880
+ }, 3000)
881
+ },
882
+ cancel1(){
883
+ this.showModal2=false
884
+ this.selectData={
885
+ dispatchType:'',
886
+ f_repairman:'',
887
+ f_remarks:'',
888
+ f_repairtype:''
889
+ }
890
+ },
891
+ sleep(d){
892
+ //tag)
893
+ var t = Date.now()
894
+ while(Date.now - t <= d){
895
+
896
+ }
897
+ //tag)
898
+ },
899
+ isChecked(v) {
900
+ // 如果全选,不在的按选中算,否则,在的按选中算
901
+ if (this.checkAll) {
902
+ return this.checkes.indexOf(v) == -1
903
+ } else {
904
+ return this.checkes.indexOf(v) != -1
905
+ }
906
+ },
907
+ setCheckAll() {
908
+ this.checkAll=this.checkAll?false:true;
909
+ // 全选改变后,清空选中数据
910
+ this.checkes = []
911
+ },
912
+ setCheckes(id) {
913
+ let index=this.checkes.indexOf(id)
914
+ if(index<0){
915
+ this.checkes.push(id)
916
+ }else{
917
+ this.checkes.splice(index,1)
918
+ }
919
+ },
920
+
921
+ getmeterbook(val){
922
+ this.cbc=[]
923
+ this.cbc.push({
924
+ label:'全部',
925
+ value:''
926
+ })
927
+ if (val==''){
928
+
929
+ this.cbcs.forEach(res=>{
930
+ this.cbc.push({
931
+ label:res.f_book_name,
932
+ value:res.id
933
+ })
934
+ })
935
+ }else{
936
+ this.cbcs.forEach(res=>{
937
+ if (res.f_book_slice_area==val){
938
+ this.cbc.push({
939
+ label:res.f_book_name,
940
+ value:res.id
941
+ })
942
+ }
943
+ })
944
+ }
945
+ },
946
+
947
+ Mreadibook(val){
948
+ //tag
949
+ //tag
950
+ this.sliceArea=[]
951
+ if (val){
952
+ new HttpResetClass().load('POST',`/rs/sql/tel_singleTable_OrderBy`, {data: {
953
+ items: 'name',
954
+ tablename: 't_zone',
955
+ condition: `parentid in ${val}`,
956
+ orderitem: 'id'
957
+ }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
958
+ this.sliceArea.push({
959
+ label:'全部',
960
+ value:''
961
+ })
962
+ res.data.forEach(ress=>{
963
+ this.sliceArea.push({
964
+ label:ress.name,
965
+ value:ress.name
966
+ })
967
+ })
968
+
969
+ })
970
+ }
971
+ },
972
+ getAllMeterBook(val){
973
+ //tag
974
+ //tag
975
+ this.cbcs=[]
976
+ if (val){
977
+ new HttpResetClass().load('POST',`/rs/sql/tel_singleTable_OrderBy`, {data: {
978
+ items: 'f_book_name,f_book_slice_area,id',
979
+ tablename: 't_meter_book',
980
+ condition: `f_filiale_id in ${val}`,
981
+ orderitem: 'id'
982
+ }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
983
+ res.data.forEach(ress=>{
984
+ this.cbcs.push({
985
+ id:ress.id,
986
+ f_book_name:ress.f_book_name,
987
+ f_book_slice_area:ress.f_book_slice_area
988
+ })
989
+ })
990
+ this.cbc=[]
991
+ this.cbc.push({
992
+ label:'全部',
993
+ value:''
994
+ })
995
+ this.cbcs.forEach(res=>{
996
+ this.cbc.push({
997
+ label:res.f_book_name,
998
+ value:res.id
999
+ })
1000
+ })
1001
+ })
1002
+ }
1003
+ },
1004
+ hiddenr() {
1005
+ this.$parent.showItem = !this.$parent.showItem
1006
+ },
1007
+ hidden() {
1008
+ this.criteriaShow = !this.criteriaShow
1009
+ },
1010
+ search(args) {
1011
+ //tag
1012
+ if (this.f_check_plan.f_plan_name) {
1013
+ args.condition += ` and f_check_plan_id = '${this.f_check_plan.id}'`
1014
+ }
1015
+ this.checkes = []
1016
+ this.checkAll=false
1017
+ this.model.search(args.condition, args.model)
1018
+ },
1019
+ getRes(obj) {
1020
+ //tag
1021
+ this.resids = {res:obj.res[0], resids:obj.resids[0]}
1022
+ this.model.f_filialeids = this.$login.convertToIn(obj.resids);
1023
+ this.Mreadibook(this.model.f_filialeids)
1024
+ this.getAllMeterBook(this.model.f_filialeids)
1025
+ },
1026
+ showChooser() {
1027
+ this.showModal = true
1028
+ },
1029
+ ok() {
1030
+ this.showModal = false
1031
+ if (this.$refs.modal.$children[0].selectedRow.id) {
1032
+ this.f_check_plan = this.$refs.modal.$children[0].selectedRow
1033
+ }
1034
+ },
1035
+ cancel() {
1036
+ this.showModal = false
1037
+ this.f_check_plan = {f_plan_name: '', id: ''}
1038
+ }
1039
+ },
1040
+ ready() {
1041
+ //tag
1042
+
1043
+ this.$refs.paged.$refs.criteria.model.f_has_defect = '有隐患'
1044
+ this.getEmp()
1045
+ let gen = select(this)
1046
+ // this.Mreadibook(`('${this.$login.f.orgid}')`)
1047
+ co(gen)
1048
+ },
1049
+ watch:{
1050
+ 'timercount'(){
1051
+ if (this.timercount===0){
1052
+ this.progressbarWidth = '0'
1053
+ }else {
1054
+ //tag
1055
+ //tag
1056
+ this.progressbarWidth=parseInt(this.timercount*100/(this.callSends.length+1))
1057
+ }
1058
+
1059
+ }
1060
+ },
1061
+ computed: {
1062
+ selected() {
1063
+ return this.$refs.paged.$refs.grid.selected
1064
+ },
1065
+ getfield () {
1066
+ //tag
1067
+ let data = {}
1068
+ this.bodyData.forEach((value, index) => {
1069
+ data[this.bodyData[index]] = this.headData[index]
1070
+ })
1071
+ //合计字段打印
1072
+ this.tfoot = `<tr><th colspan=${this.modelval.length}>全表汇总信息: `
1073
+ if (this.sumsmodel) {
1074
+ Object.keys(this.sumsmodel).forEach((key) => {
1075
+ this.tfoot += this.fields[key] + '合计: ' + `<font color="blue">${this.sumsmodel[key]} </font>`
1076
+ })
1077
+ } else {
1078
+ this.tfoot += '暂无'
1079
+ }
1080
+ this.tfoot += '</th></tr>'
1081
+ return data
1082
+ }
1083
+ }
1084
+ }
1085
+ </script>