safecheck-client 4.0.1-46 → 4.0.1-48

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,1026 +1,1026 @@
1
- <template>
2
- <div class="flex">
3
- <criteria-paged :model="model" v-ref:paged>
4
- <criteria partial='criteria' @condition-changed='$parent.search' v-ref:criteria>
5
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
- <div class="row" v-show="!$parent.$parent.$parent.showItem">
7
- <div :class="$parent.$parent.style">
8
- <label class="font_normal_body">用户编号</label>
9
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_userinfo_code"
10
- id="f_userinfo_code"
11
-
12
- placeholder="用户编号" condition="f_userinfo_code like '%{}%'">
13
- </div>
14
- <div :class="$parent.$parent.style">
15
- <label class="font_normal_body">用户姓名</label>
16
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_user_name" id="f_user_name"
17
- placeholder="用户姓名" condition="f_user_name like '%{}%'">
18
- </div>
19
- <div :class="$parent.$parent.style">
20
- <label class="font_normal_body">小&emsp;&emsp;区</label>
21
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_residential_area"
22
- id="f_residential_area"
23
- placeholder="小区" condition="f_residential_area like '%{}%'">
24
- </div>
25
- <div :class="$parent.$parent.style">
26
- <label class="font_normal_body">地&emsp;&emsp;址</label>
27
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_address" id="f_address"
28
- placeholder="地址" condition="f_address like '%{}%'">
29
- </div>
30
-
31
- <div :class="$parent.$parent.style" style="width: auto;margin-top:8px;float: right">
32
- <export-excel :data="$parent.$parent.searchData"
33
- :field="$parent.$parent.excelHeaders"
34
- :choose-col="true"
35
- sqlurl="api/af-safecheck/logic/exportfile" sql-name="根据安检员查询用户档案"
36
- template-name='用户安检情况'></export-excel>
37
- <button type="button" class="button_search button_spacing" @click="search()">查询</button>
38
- <div style="float: right" class="button_spacing"
39
- :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
40
- @click="$parent.$parent.hiddenr()"></div>
41
- <div style="float: right" class="button_spacing"
42
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
43
- @click="$parent.$parent.hidden()">
44
-
45
- </div>
46
- </div>
47
-
48
-
49
- </div>
50
- <!-- 展开条件 -->
51
- <div class="row" v-show="!$parent.$parent.$parent.showItem">
52
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
53
- <label class="font_normal_body" style="color: red;">安检筛选</label>
54
- <v-select
55
- placeholder='安检筛选'
56
- :value-single="true"
57
- class="select select_list"
58
- :value.sync="$parent.$parent.SafeCheckXZ"
59
- :options='$parent.$parent.SafeCheckXZs'
60
- v-model="$parent.$parent.SafeCheckXZ"
61
- close-on-select clear-button></v-select>
62
- </div>
63
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
64
- <label class="font_normal_body">安检起始</label>
65
- <datepicker
66
- :value.sync="model.f_check_start"
67
- placeholder='最后安检时间起始'
68
- style="width: 60%"
69
- :format="'yyyy-MM-dd 00:00:00'"
70
- :show-rest-button="reset"
71
- condition="f_last_check_date >= '{}'"
72
- v-model="model.f_check_start">
73
- </datepicker>
74
- </div>
75
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
76
- <label class="font_normal_body">安检结束</label>
77
- <datepicker
78
- :value.sync="model.f_check_end"
79
- placeholder='最后安检时间结束'
80
- style="width: 60%"
81
- :format="'yyyy-MM-dd 23:59:59'"
82
- :show-rest-button="reset"
83
- condition="f_last_check_date <= '{}'"
84
- v-model="model.f_check_end">
85
- </datepicker>
86
- </div>
87
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
88
- <label class="font_normal_body">建档起始</label>
89
- <datepicker
90
- :value.sync="model.f_check_start_file"
91
- placeholder='建档起始时间'
92
- style="width: 60%"
93
- :format="'yyyy-MM-dd 00:00:00'"
94
- :show-rest-button="reset"
95
- condition="f_createfile_date >= '{}'"
96
- v-model="model.f_check_start_file">
97
- </datepicker>
98
- </div>
99
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
100
- <label class="font_normal_body">建档结束</label>
101
- <datepicker
102
- :value.sync="model.f_check_end_file"
103
- placeholder='建档结束时间'
104
- style="width: 60%"
105
- :format="'yyyy-MM-dd 23:59:59'"
106
- :show-rest-button="reset"
107
- condition="f_createfile_date <= '{}'"
108
- v-model="model.f_check_end_file">
109
- </datepicker>
110
- </div>
111
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
112
- <label class="font_normal_body">入户次数</label>
113
- <input style="width: 60%" type="number" class="input_search" v-model="model.rhcon"
114
- id="rhcon"
115
- placeholder="入户次数" condition="rhcon >'{}'">
116
- </div>
117
- <!-- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
118
- <label class="font_normal_body">安检状态</label>
119
- <v-select id="f_entry"
120
- placeholder='安检状态'
121
- class="select select_list"
122
- :value.sync="model.f_last_check_state"
123
- :value-single="true"
124
- :options='$parent.$parent.checkstatus'
125
- v-model="model.f_last_check_state"
126
- condition="f_last_check_state = '{}'"
127
- close-on-select clear-button></v-select>
128
- </div>-->
129
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
130
- <label class="font_normal_body">隐患情况</label>
131
- <v-select
132
- placeholder='隐患情况'
133
- class="select select_list"
134
- :value-single="true"
135
- v-model='model.f_check_result'
136
- :value.sync="model.f_check_result"
137
- :options='$parent.$parent.f_check_results'
138
- condition="f_defect_content like '%{}%'"
139
- close-on-select clear-button></v-select>
140
- </div>
141
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
142
- <label class="font_normal_body">用户状态</label>
143
- <v-select class="select_list select"
144
- placeholder='用户状态' style="width: 60%"
145
- :value.sync="model.f_user_state" v-model="model.f_user_state"
146
- :options='$parent.$parent.userstates'
147
- close-on-select clear-button
148
- condition="f_user_state = '{}'"
149
- :value-single="true">
150
- </v-select>
151
- </div>
152
- <!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow && !$parent.$parent.$parent.showItem"></div>-->
153
- </div>
154
- <div class="row" v-show="!$parent.$parent.$parent.showItem">
155
-
156
- <div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow" style="margin: 0">
157
- <role-selector-safe
158
- role-name="安检员"
159
- role-lable="安&nbsp;检&nbsp;员&nbsp;"
160
- @re-res="$parent.$parent.getRes"
161
- :value.sync="model.f_checker_id"
162
- v-model="model.f_checker_id"
163
- :value-multiple="false"
164
- condition=" f_checker_name = '{}'">
165
- </role-selector-safe>
166
- </div>
167
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
168
- <label class="font_normal_body">片&emsp;&emsp;区</label>
169
- <v-select class="select_list select"
170
- placeholder='片区/管理站' style="width: 60%"
171
- :value.sync="model.f_slice_area" v-model="model.f_slice_area"
172
- :options='$parent.$parent.sliceArea'
173
- filer-key="name"
174
- close-on-select clear-button
175
- condition="f_slice_area='{}'"
176
- @change="$parent.$parent.getmeterbook(model.f_slice_area)"
177
- :value-single="true">
178
- </v-select>
179
- </div>
180
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
181
- <label class="font_normal_body">抄&ensp;表&ensp;册</label>
182
- <v-select class="select_list select"
183
- placeholder='抄表册' style="width: 60%"
184
- :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"
185
- :options='$parent.$parent.cbc'
186
- filer-key="name"
187
- close-on-select clear-button
188
- condition="f_meter_book_num={}"
189
- :value-single="true">
190
- </v-select>
191
- </div>
192
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
193
- <label class="font_normal_body">用户类型</label>
194
- <v-select id="f_usertype"
195
- placeholder='用户类型'
196
- class="select select_list"
197
- :value.sync="model.f_usertype"
198
- :value-single="true"
199
- :options='$parent.$parent.usertypes'
200
- v-model="model.f_usertype"
201
- condition="f_user_type = '{}'"
202
- close-on-select clear-button></v-select>
203
- </div>
204
-
205
- </div>
206
- <!-- 合起条件 -->
207
- <div class="row" v-show="$parent.$parent.$parent.showItem">
208
- <div :class="$parent.$parent.style">
209
- <label class="font_normal_body">用户编号</label>
210
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_userinfo_code"
211
-
212
- placeholder="用户编号" condition="f_userinfo_code like '%{}%'">
213
- </div>
214
- <div :class="$parent.$parent.style">
215
- <label class="font_normal_body">用户姓名</label>
216
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_user_name"
217
- placeholder="用户姓名" condition="f_user_name like '%{}%'">
218
- </div>
219
- <div :class="$parent.$parent.style" style="width: auto;margin-top:8px;float: right">
220
- <export-excel :data="$parent.$parent.searchData"
221
- :field="$parent.$parent.excelHeaders"
222
- sqlurl="api/af-safecheck/logic/exportfile" sql-name="根据安检员查询用户档案"
223
- template-name='用户安检情况'></export-excel>
224
- <button type="button" class="button_search button_spacing" @click="search()">查询</button>
225
- <div style="float: right" class="button_spacing"
226
- :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
227
- @click="$parent.$parent.hiddenr()"></div>
228
- <div style="float: right" class="button_spacing"
229
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
230
- @click="$parent.$parent.hidden()">
231
-
232
- </div>
233
- </div>
234
-
235
- </div>
236
- <div class="row" v-show="$parent.$parent.$parent.showItem">
237
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
238
- <label class="font_normal_body">小&emsp;&emsp;区</label>
239
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_residential_area"
240
-
241
- placeholder="小区" condition="f_residential_area like '%{}%'">
242
- </div>
243
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
244
- <label class="font_normal_body">地&emsp;&emsp;址</label>
245
- <input style="width: 60%" type="text" class="input_search" v-model="model.f_address"
246
-
247
- placeholder="地址" condition="f_address like '%{}%'">
248
- </div>
249
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
250
- <label class="font_normal_body">用户类型</label>
251
- <v-select
252
- placeholder='用户类型'
253
- class="select select_list"
254
-
255
- :value.sync="model.f_usertype"
256
- :value-single="true"
257
- :options='$parent.$parent.usertypes'
258
- v-model="model.f_usertype"
259
- condition="f_user_type = '{}'"
260
- close-on-select clear-button></v-select>
261
- </div>
262
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
263
- <label class="font_normal_body">用户状态</label>
264
- <v-select class="select_list select"
265
- placeholder='用户状态' style="width: 60%"
266
- :value.sync="model.f_user_state" v-model="model.f_user_state"
267
- :options='$parent.$parent.userstates'
268
- close-on-select clear-button
269
- condition="f_user_state = '{}'"
270
- :value-single="true">
271
- </v-select>
272
- </div>
273
- <!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow && !$parent.$parent.$parent.showItem"></div>-->
274
-
275
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
276
- <label class="font_normal_body" style="color: red;">安检筛选</label>
277
- <v-select
278
- placeholder='安检筛选'
279
- :value-single="true"
280
- class="select select_list"
281
- :value.sync="$parent.$parent.SafeCheckXZ"
282
- :options='$parent.$parent.SafeCheckXZs'
283
- v-model="$parent.$parent.SafeCheckXZ"
284
- close-on-select clear-button></v-select>
285
- </div>
286
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
287
- <label class="font_normal_body">安检起始</label>
288
- <datepicker
289
- :value.sync="model.f_check_start"
290
- placeholder='最后安检时间起始'
291
- :disabled-days-of-week="[]"
292
- style="width: 60%"
293
- :format="'yyyy-MM-dd'"
294
- :show-rest-button="reset"
295
- v-model="model.f_check_start">
296
- </datepicker>
297
- </div>
298
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
299
- <label class="font_normal_body">安检结束</label>
300
- <datepicker
301
- :value.sync="model.f_check_end"
302
- placeholder='最后安检时间结束'
303
- style="width: 60%"
304
- :disabled-days-of-week="[]"
305
- :format="'yyyy-MM-dd'"
306
- :show-rest-button="reset"
307
- v-model="model.f_check_end">
308
- </datepicker>
309
- </div>
310
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
311
- <label class="font_normal_body">建档起始</label>
312
- <datepicker
313
- :value.sync="model.f_check_start_file"
314
- placeholder='建档起始时间'
315
- :disabled-days-of-week="[]"
316
- style="width: 60%"
317
- :format="'yyyy-MM-dd 00:00:00'"
318
- :show-rest-button="reset"
319
- condition="f_createfile_date > '{}'"
320
- v-model="model.f_check_start_file">
321
- </datepicker>
322
- </div>
323
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
324
- <label class="font_normal_body">建档结束</label>
325
- <datepicker
326
- :value.sync="model.f_check_end_file"
327
- placeholder='建档结束时间'
328
- style="width: 60%"
329
- :disabled-days-of-week="[]"
330
- :format="'yyyy-MM-dd 23:59:59'"
331
- condition="f_createfile_date < '{}'"
332
- :show-rest-button="reset"
333
- v-model="model.f_check_end_file">
334
- </datepicker>
335
- </div>
336
-
337
- <!-- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
338
- <label class="font_normal_body">安检状态</label>
339
- <v-select
340
- placeholder='安检状态'
341
- class="select select_list"
342
-
343
- :value.sync="model.f_last_check_state"
344
- :value-single="true"
345
- :options='$parent.$parent.checkstatus'
346
- v-model="model.f_last_check_state"
347
- condition="f_last_check_state = '{}'"
348
- close-on-select clear-button></v-select>
349
- </div>-->
350
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
351
- <label class="font_normal_body">隐患情况</label>
352
- <v-select
353
- placeholder='隐患情况'
354
- class="select select_list"
355
-
356
- :value-single="true"
357
- v-model='model.f_check_result'
358
- :value.sync="model.f_check_result"
359
- :options='$parent.$parent.f_check_results'
360
- condition="f_defect_content like '%{}%'"
361
- close-on-select clear-button></v-select>
362
- </div>
363
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
364
- <label class="font_normal_body">入户次数</label>
365
- <input style="width: 60%" type="number" class="input_search" v-model="model.rhcon"
366
- id="rhcon"
367
- placeholder="入户次数" condition="rhcon >'{}'">
368
- </div>
369
- </div>
370
- <div class="row" v-show="$parent.$parent.$parent.showItem">
371
-
372
- </div>
373
- <!--<div class="row" v-show="$parent.$parent.$parent.showItem">
374
- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
375
- <label class="font_normal_body">公&emsp;&emsp;司</label>
376
- <right-tree @re-res="$parent.$parent.getRes" :initresid="$parent.$parent.$login.f.orgid">
377
- </right-tree>
378
- </div>
379
-
380
- </div>-->
381
- </div>
382
- </criteria>
383
- <data-grid :model="model" partial="list" class="list_area table_sy" v-ref:grid>
384
- <template partial='head'>
385
- <tr>
386
- <th>
387
- <nobr>用户编号</nobr>
388
- </th>
389
- <th>
390
- <nobr>用户名称</nobr>
391
- </th>
392
- <th>
393
- <nobr>用户电话</nobr>
394
- </th>
395
- <th>
396
- <nobr>用户表号</nobr>
397
- </th>
398
- <th>
399
- <nobr>气表品牌</nobr>
400
- </th>
401
- <th>
402
- <nobr>用户类型</nobr>
403
- </th>
404
- <!-- <th>-->
405
- <!-- <nobr>壁挂炉</nobr>-->
406
- <!-- </th>-->
407
- <!-- <th>-->
408
- <!-- <nobr>灶具</nobr>-->
409
- <!-- </th>-->
410
- <th>
411
- <nobr>小区名称</nobr>
412
- </th>
413
- <th style="padding: 0 40px">
414
- <nobr>地址</nobr>
415
- </th>
416
- <th>
417
- <nobr>安检员</nobr>
418
- </th>
419
- <!-- <th>-->
420
- <!-- <nobr>安检员备注</nobr>-->
421
- <!-- </th>-->
422
- <th>
423
- <nobr>安检日期</nobr>
424
- </th>
425
- <th>
426
- <nobr>安检状态</nobr>
427
- </th>
428
- <th>
429
- <nobr>安检结果</nobr>
430
- </th>
431
- <th>
432
- <nobr>安检入户次数</nobr>
433
- </th>
434
- <th>
435
- <nobr>建档日期</nobr>
436
- </th>
437
- </tr>
438
- </template>
439
- <template partial='body'>
440
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{ row.f_userinfo_code }}</td>
441
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{ row.f_user_name }}</td>
442
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{ row.f_user_phone }}</td>
443
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{row.f_meternumber}}</td>
444
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{row.f_meter_brand}}</td>
445
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_user_type }}</td>
446
- <!-- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_safe_hasfurnace }}</td>-->
447
- <!-- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_safe_haskitchen }}</td>-->
448
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_residential_area }}</td>
449
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_address }}</td>
450
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_checker_name }}</td>
451
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_last_check_date }}</td>
452
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_last_check_state }}</td>
453
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">
454
- {{row.f_last_check_result }}
455
- </td>
456
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{row.rhcon }}</td>
457
- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_createfile_date }}</td>
458
- </template>
459
- </data-grid>
460
- </criteria-paged>
461
- </div>
462
- </template>
463
-
464
- <script>
465
- import {PagedList} from 'vue-client'
466
- import {HttpResetClass} from 'vue-client'
467
- import co from 'co'
468
- import * as Util from '../../Util'
469
- import Vue from 'vue'
470
- // let select = function * (self,userid) {
471
- // let http = new HttpResetClass()
472
- // let getGasman = yield http.load('POST','/rs/search', {
473
- // source: 'this.getChildByName($安检员$).getUsers()',
474
- // userid: userid
475
- // }, {resolveMsg: null, rejectMsg: null})
476
- // //tag
477
- // getGasman.data.forEach((checker)=>{
478
- // self.checkersid.push({label:checker.name,value:checker.id})
479
- // })
480
- // self.checkersid.push({label:'全部',value:''})
481
- // }
482
-
483
-
484
- export default {
485
- title: '用户安检情况',
486
- data() {
487
- let options = []
488
- let year = (new Date()).getFullYear()
489
- for (let i = year; i <= year + 3; i++)
490
- options.push({label: i + '', value: i + ''})
491
- let moptions = []
492
- for (let i = 1; i <= 12; i++)
493
- moptions.push({label: i + '', value: i + ''})
494
-
495
- return {
496
- searchData: {
497
- condition: '1=1',
498
- orderitem: "f_userinfo_code",
499
- timetype: "dd",
500
- f_defect_content: "CASE WHEN CHARINDEX( '\"result\":\"正常\"', tp.f_defect_content ) > 0 THEN '正常' ELSE replace(replace(replace( replace( RIGHT ( tp.f_defect_content, len( tp.f_defect_content ) - 26 ), substring('{}',2,1), '' ), substring('{}',1,1), '' ),']',''),'\"','') END"
501
-
502
- },
503
- excelHeaders: {
504
- //用户编号 用户名称 用户电话 安检次数 用户类型 小区名称 地址 安检日期 安检状态 安检结果
505
- 'f_userinfo_code': '用户编号',
506
- 'f_user_name': '用户名称',
507
- 'f_user_phone': '用户电话',
508
- 'f_meternumber': '用户表号',
509
- 'f_meter_brand': '气表品牌',
510
- 'f_user_type': '用户类型',
511
- 'f_checker_name': '安检员',
512
- 'f_residential_area': '小区名称',
513
- 'f_address': '地址',
514
- 'f_last_check_date': '安检日期',
515
- 'f_last_check_state': '安检状态',
516
- 'f_last_check_result': '安检结果',
517
- 'f_createfile_date': '建档日期'
518
- },
519
- model: new PagedList('api/af-safecheck/sql/根据安检员查询用户档案', 20, {
520
- orderitem: "'f_last_check_date'",
521
- timetype: "'dd'",
522
- f_defect_content: 'this.f_defect_content'
523
- }),
524
- f_defect_content:"CASE WHEN CHARINDEX( '\"result\":\"正常\"', tp.f_defect_content ) > 0 THEN '无隐患' ELSE replace(replace(replace( replace( RIGHT ( tp.f_defect_content, len( tp.f_defect_content ) - 26 ), substring('{}',2,1), '' ), substring('{}',1,1), '' ),']',''),'\"','') END",
525
- orgstrs: [{label: '全部', value: ''}],
526
- checkersid: [],
527
- SafeCheckXZ: '',
528
- civil: '', //民用安检周期
529
- civilian: '', //非民用安检周期
530
- SafeCheckXZs: [{label: '全部', value: ''}, {label: '未安检', value: '未安检'}, {label: '已安检', value: '已安检'}], // 安检筛选选项
531
- SafeCheckSXs: [{label: '是', value: '是'}, {label: '否', value: '否'}, {label: '全部', value: ''}],
532
- // user_states:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')],
533
- IsShares: [{label: '是', value: '是'}, {label: '否', value: '否'}],
534
- IsShare: '否',
535
- checker: {},
536
- NoBuys: [{label: '是', value: '是'}, {label: '否', value: '否'}],
537
- criteriaShow: false,
538
- checkers: [],
539
- chosenOrg: {id: 0},
540
- showModal: false,
541
- checkedAll: false,
542
- checkrows: [],
543
- adjustables: [],
544
- f_plan_year: year + '',
545
- f_plan_month: moptions[new Date().getMonth()].value,
546
- f_effective_start_time: '', //计划有效起始时间
547
- f_effective_end_time: '', //计划有效结束时间
548
- checkboxModel: {},
549
- c_year_list: options,
550
- c_month_list: moptions,
551
- areas: this.areas(),
552
- checkstatus: this.checkstatus(),
553
- usertypes: this.usertypes(),
554
- userstates: this.userstates(),
555
- sqlname: '',
556
- f_check_results: [{label: '全部', value: ''}, {label: '正常', value: '正常'}, {label: '有隐患', value: '有隐患'}],
557
- creatPlanWay: '',
558
- sliceArea: [],
559
- cbcs:[],
560
- cbc:[],
561
- pcds:[]
562
-
563
- }
564
- },
565
- props: {
566
- style: {
567
- type: String,
568
- default: 'col-sm-2 form-group'
569
- },
570
- style2: {
571
- type: String,
572
- default: 'col-sm-4 form-group'
573
- },
574
- checkplan: { // 传入一条安检计划信息
575
- type: Object
576
- },
577
- additemshow: {
578
- type: Boolean,
579
- default: false
580
- }
581
- },
582
- ready() {
583
- // 获取分公司信息
584
- this.model.f_defect_content=this.f_defect_content
585
-
586
- //this.getfengongsi()
587
- this.model.chosenOrg = {id: 0}
588
- this.model.f_filialeids = this.$login.f.f_orgids
589
- this.model.f_filiale = this.$login.f.f_fengongsi
590
- this.model.f_OrgStr = this.$login.f.orgpathstr
591
- this.Mreadibook(`('${this.$login.f.orgid}')`)
592
- this.getAllMeterBook(`('${this.$login.f.orgid}')`)
593
- },
594
- methods: {
595
- //获取省市区列表
596
- getPcd(val){
597
- this.pcds = [{label:'全部',value:''}]
598
- new HttpResetClass().load("POST", `/api/af-safecheck/sql/safe_singleTable_OrderBy`,
599
- {data:{items:"*",tablename:"t_pcd",orderitem:"id",condition:`f_orgid in ${val}`}},
600
- {resolveMsg: null, rejectMsg: null}).then((pcdlist)=>{
601
- pcdlist.data.forEach((result)=>{
602
- this.pcds.push({label:result.f_pcd,value:result.f_pcd})
603
- })
604
- })
605
- },
606
- getmeterbook(val){
607
-
608
- //tag
609
- this.cbc=[]
610
- this.cbc.push({
611
- label:'全部',
612
- value:''
613
- })
614
- if (val==''){
615
-
616
- this.cbcs.forEach(res=>{
617
- this.cbc.push({
618
- label:res.f_book_name,
619
- value:res.id
620
- })
621
- })
622
- }else{
623
- this.cbcs.forEach(res=>{
624
- if (res.f_book_slice_area==val){
625
- this.cbc.push({
626
- label:res.f_book_name,
627
- value:res.id
628
- })
629
- }
630
- })
631
- }
632
- },
633
- Mreadibook(val){
634
- ////tag
635
- ////tag
636
- if (val){
637
- new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
638
- items: 'name',
639
- tablename: 't_zone',
640
- condition: `parentid in ${val}`,
641
- orderitem: 'id'
642
- }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
643
- this.sliceArea=[]
644
- this.sliceArea.push({
645
- label:'全部',
646
- value:''
647
- })
648
- res.data.forEach(ress=>{
649
- this.sliceArea.push({
650
- label:ress.name,
651
- value:ress.name
652
- })
653
- })
654
-
655
- })
656
- }
657
- },
658
- // 获取县域分公司内容
659
- getfengongsi() {
660
- let val = {
661
- source: 'this.getParentByType($organization$).getSpecialResByType($organization$)',
662
- userid: `${this.$login.f.id}`
663
- }
664
- let http = new HttpResetClass()
665
- http.load('POST', '/rs/search', {data: val}, {resolveMsg: null, rejectMsg: null}).then((res) => {
666
- res.data.forEach((item) => {
667
- this.orgstrs.push({label: item.name, value: item.id})
668
- })
669
- //tag
670
- })
671
- },
672
- // 县域分公司发生改变
673
- // orgstrchange(val){
674
- // if(val == undefined || val == ''){
675
- // return
676
- // }else {
677
- // this.checkersid = []
678
- // let gen = select(this,val)
679
- // return co(gen)
680
- // }
681
- // },
682
- getDefect(val) {
683
- if (val) {
684
- try {
685
- var defect = JSON.parse(val)
686
- return defect.result
687
- } catch (e) {
688
- //tag
689
- return '正常'
690
- }
691
- }
692
- return '正常'
693
- },
694
- checkerchange(val) {
695
- this.checkboxModel.f_checker = val.name
696
- this.checkboxModel.f_checker_id = val.id
697
- },
698
- search(args) {
699
- if (this.SafeCheckXZ && (args.model.f_check_start == '' || args.model.f_check_end == '')) {
700
- this.$showMessage('如果选择 已安检/未安检 选项,需要选择 安检起始时间!')
701
- return
702
- }
703
- /*if (this.SafeCheckXZ == '未安检') {
704
- args.condition += " and ( f_last_check_date >= '" + args.model.f_check_end + "' or f_last_check_date <= '" + args.model.f_check_start + "' or f_last_check_date is null)"
705
- } else {
706
- if (args.model.f_check_start) {
707
- args.condition += " and f_last_check_date >= '" + args.model.f_check_start + "'"
708
- }
709
- if (args.model.f_check_end) {
710
- args.condition += " and f_last_check_date <= '" + args.model.f_check_end + "'"
711
- }
712
- }*/
713
- args.condition += " and f_filialeid in " + (this.model.f_filialeids ? this.model.f_filialeids : `(${this.$login.f.orgid})`)
714
- let con = ' f_filialeid in ' + (this.model.f_filialeids ? this.model.f_filialeids : `(${this.$login.f.orgid})`)
715
- con += args.model.f_userinfo_code ? ` and f_userinfo_code like '%${args.model.f_userinfo_code}%'`:''
716
- // con += args.model.f_user_name ? ` and f_user_name like '%${args.model.f_user_name}%'` : ''
717
- // con += args.model.f_residential_area ? ` and f_residential_area like '%${args.model.f_residential_area}%'` : ''
718
- // con += args.model.f_address ? ` and f_address like '%${args.model.f_address}%'` : ''
719
- // con += args.model.f_usertype ? ` and f_check_type = '${args.model.f_usertype}'` : ''
720
- if (this.SafeCheckXZ) {
721
- con += ` and f_offsite_time >= '${args.model.f_check_start}' and f_offsite_time <= '${args.model.f_check_end}' `
722
- if (this.SafeCheckXZ == '未安检'){
723
- args.condition += ' and rhcon < 1'
724
- }else{
725
- args.condition += ' and rhcon >= 1'
726
- }
727
- }
728
- con += args.model.f_last_check_state ? ` and f_entry_status = '${args.model.f_last_check_state}'` : ''
729
- // con += args.model.f_checker_id ? ` and f_checker_name in ${args.model.f_checker_id}` : ''
730
- let times=' 1 = 1'
731
- /*if(args.model.f_check_start == '' || args.model.f_check_end == ''){
732
- let date=new Date()
733
- let year=date.getFullYear()
734
- args.model.f_check_start = year + '-01-01 00:00:00'
735
- args.model.f_check_end = year + 1 + '-01-01 00:00:00'
736
- times = " (f_offsite_time >= '" + args.model.f_check_start + "' or f_offsite_time <= '" + args.model.f_check_end + "')"
737
- }else{
738
- times = " (f_offsite_time >= '" + args.model.f_check_start + "' or f_offsite_time <= '" + args.model.f_check_end + "')"
739
- }*/
740
- let condition = {
741
- condition1: args.condition,
742
- condition2: con,
743
- condition3:times
744
- }
745
- //tag
746
- this.searchData.condition = condition
747
- return this.model.search(condition, args.model)
748
- },
749
- checkstatus() {
750
- return this.$appdata.getParam('安检状态') ? [{
751
- label: '全部',
752
- value: ''
753
- }, ...this.$appdata.getParam('安检状态')] : [{label: '全部', value: ''}]
754
- },
755
- usertypes() {
756
- return this.$appdata.getParam('用户类型') ? [{
757
- label: '全部',
758
- value: ''
759
- }, ...this.$appdata.getParam('用户类型')] : [{label: '全部', value: ''}]
760
- },
761
- userstates() {
762
- return this.$appdata.getParam('用户状态') ? [{
763
- label: '全部',
764
- value: ''
765
- }, ...this.$appdata.getParam('用户状态')] : [{label: '全部', value: ''}]
766
- },
767
- hiddenr() {
768
- this.$parent.showItem = !this.$parent.showItem
769
- },
770
- hidden() {
771
- this.criteriaShow = !this.criteriaShow
772
- },
773
- confirm() {
774
- if (!this.checkboxModel.f_plan_name) {
775
- this.$showMessage('请填写安检计划名称!')
776
- return
777
- }
778
- // if(this.f_effective_start_time == ''){
779
- // this.$showMessage('请选择有效起始日期!')
780
- // return
781
- // }
782
- // if(this.f_effective_end_time == ''){
783
- // this.$showMessage('请选择有效结束日期!')
784
- // return
785
- // }
786
- if (this.IsShare == '否') {
787
- if (!this.checkboxModel.f_checker_id) {
788
- this.$showMessage('请选择安检员!')
789
- return
790
- }
791
- }
792
- let gen = saveGen(this)
793
- return co(gen)
794
- },
795
- changeStates() {
796
- if (this.checkedAll) {//实现反选/
797
- this.checkrows = [];
798
- for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
799
- this.$set('$refs.paged.model.rows[' + i + '].checked', false)
800
- }
801
- } else {//实现全选
802
- for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
803
- this.$set('$refs.paged.model.rows[' + i + '].checked', true)
804
- }
805
- let _this = this
806
- let condition = this.$refs.paged.$refs.criteria.condition
807
- let url = this.model.url
808
- this.$resetpost(`${url}?pageSize=9999999`, {
809
- data: {
810
- condition: condition,
811
- groupitem: '',
812
- orderitem: 'f_residential_area',
813
- f_usertype: this.model.f_usertype,
814
- f_filialeids: this.model.f_filialeids,
815
- month: this.model.month,
816
- safeCycle: this.model.safeCycle,
817
- f_checktime_start: this.model.f_checktime_start,
818
- f_checktime_end: this.model.f_checktime_end,
819
- SafeCheckSX: this.model.SafeCheckSX,
820
- f_last_check_state: this.model.f_last_check_state
821
- },
822
- }, {resolveMsg: null, rejectMsg: null}, -1).then(
823
- (respanse) => {
824
- if (respanse.data.length >= 5000) {
825
- this.$showMessage("数据量太大,请重新选择")
826
- } else {
827
- _this.checkrows = []
828
- for (let j = 0; j < respanse.data.length; j++) {
829
- _this.checkrows.push(respanse.data[j])
830
- }
831
- //tag;
832
- }
833
- })
834
- }
835
- },
836
- addChecked(item) {
837
- //tag;
838
- if (!item.checked) {
839
- this.checkrows.push(item);
840
- //tag;
841
- } else {
842
- for (let i = 0; i < this.checkrows.length; i++) {
843
- if (item.f_userinfo_id == this.checkrows[i].f_userinfo_id) {
844
- this.checkrows.splice(i, 1)
845
- }
846
- }
847
- }
848
- },
849
- ToshowModal() {
850
- this.creatPlanWay = 'single'
851
- if (this.checkrows.length > 0) {
852
- this.showModal = true
853
- } else {
854
- this.$showMessage("请选择需要安检的用户!")
855
- }
856
- },
857
- FiltrationPlan() {
858
- if (this.model.rows.length == 0) {
859
- this.$showMessage("暂无可生成的计划!")
860
- return
861
- }
862
- this.creatPlanWay = 'filtration'
863
- this.showModal = true
864
- },
865
- AllPlan() {
866
- if (this.model.rows.length == 0) {
867
- this.$showMessage("暂无可生成的计划!")
868
- return
869
- }
870
- this.creatPlanWay = 'all'
871
- this.showModal = true
872
- },
873
- cancel() {
874
- this.showModal = false
875
- },
876
- areas() {
877
- let rs = []
878
- for (let i = 0; i < this.$login.f.f_allArea.length; i++) {
879
- let temp = {
880
- label: this.$login.f.f_allArea[i].label,
881
- value: this.$login.f.f_allArea[i].label
882
- }
883
- rs.push(temp)
884
- }
885
- return [{label: '全部', value: ''}, ...rs]
886
- },
887
- initAdjustables() {
888
- //tag
889
- let arr = []
890
- let filter = this.$login.f.f_orgids
891
- this.$GetSaleParam.getAdjustable(filter).forEach((item) => {
892
- let temp = {}
893
- temp.label = `[${item.value.f_adjustable_id}]-${item.label}`
894
- temp.value = `${item.value.id}`
895
- arr.push(temp)
896
- })
897
- this.adjustables = [{label: '全部', value: ''}, ...arr]
898
- },
899
- getAllMeterBook(val){
900
- ////tag
901
- ////tag
902
- this.cbcs=[]
903
- if (val){
904
- new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
905
- items: 'f_book_name,f_book_slice_area,id',
906
- tablename: 't_meter_book',
907
- condition: `f_filiale_id in ${val}`,
908
- orderitem: 'id'
909
- }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
910
- res.data.forEach(ress=>{
911
- this.cbcs.push({
912
- id:ress.id,
913
- f_book_name:ress.f_book_name,
914
- f_book_slice_area:ress.f_book_slice_area
915
- })
916
- })
917
- this.cbc=[]
918
- this.cbc.push({
919
- label:'全部',
920
- value:''
921
- })
922
- this.cbcs.forEach(res=>{
923
- this.cbc.push({
924
- label:res.f_book_name,
925
- value:res.id
926
- })
927
- })
928
- })
929
- }
930
- },
931
- getRes(obj) {
932
- this.model.f_filialeids = this.$login.convertToIn(obj.resids);
933
- this.Mreadibook(this.model.f_filialeids)
934
- this.getAllMeterBook(this.model.f_filialeids)
935
- this.getPcd(this.model.f_filialeids)
936
- }
937
- },
938
-
939
- watch: {
940
- 'model.f_usertype'(val) {
941
- if (val == '民用') {
942
- this.model.safeCycle = this.civil
943
- } else if (val == '非民用') {
944
- this.model.safeCycle = this.civilian
945
- }
946
- },
947
- 'model.SafeCheckXZ'(val) {
948
- this.model.SafeCheckSC = ''
949
- if (val == '已安检') {
950
- this.model.SafeCheckCQ = ''
951
- this.model.SafeCheckSX = {
952
- f_check_end: '', // 安检时间 查询起始条件
953
- f_check_start: ''// 安检时间 查询终止条件
954
- }
955
- } else {
956
- // 当使用筛选条件时,清空不需要的条件选项
957
- this.model.f_issue_start = ''
958
- this.model.f_issue_end = ''
959
- this.$refs.paged.$refs.criteria.model.f_check_start = ''
960
- this.$refs.paged.$refs.criteria.model.f_check_end = ''
961
- this.$refs.paged.$refs.criteria.model.f_last_check_state = ''
962
- this.model.month = ''
963
- if (val == '应安检') {
964
- this.model.SafeCheckSC = '否'
965
-
966
- this.model.f_issue_start = Util.toStartDateString()
967
- this.model.f_issue_end = Util.toStandardDateString()
968
- }
969
- // this.model.f_checktime_start = ''
970
- // this.model.f_checktime_end = ''
971
- }
972
- },
973
- 'model.SafeCheckSC'(val) {
974
- if (val == '') {
975
- this.model.f_issue_start = ''
976
- this.model.f_issue_end = ''
977
- }
978
- },
979
- // 'checker'(val){
980
- // //tag
981
- // if(val){
982
- // this.checkboxModel.f_checker = this.checker[0].name
983
- // this.checkboxModel.f_checker_id = this.checker[0].id
984
- // }
985
- // },
986
- 'model.rows'() {
987
- // if (!this.checkedAll) {//实现反选/
988
- // this.checkrows = [];
989
- for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
990
- var k = false
991
- for (let j = 0; j < this.checkrows.length; j++) {
992
- if (this.$refs.paged.model.rows[i].f_userinfo_id == this.checkrows[j].f_userinfo_id) {
993
- this.$set('$refs.paged.model.rows[' + i + '].checked', true)
994
- k = true
995
- continue
996
- }
997
- }
998
- if (!k) {
999
- this.$set('$refs.paged.model.rows[' + i + '].checked', false)
1000
- }
1001
- }
1002
- // } else {//实现全选
1003
- // // this.checkboxModel = {};
1004
- // for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
1005
- // this.$set('$refs.paged.model.rows[' + i + '].checked', true)
1006
- // }
1007
- // }
1008
- }
1009
- },
1010
- computed: {
1011
- selected() {
1012
- return this.$refs.paged.$refs.grid.selected
1013
- }
1014
- }
1015
- }
1016
- </script>
1017
- <style scoped>
1018
- .newcolor {
1019
- color: red;
1020
- }
1021
-
1022
- .table th {
1023
- background-color: #f2f6fa;
1024
- color: black;
1025
- }
1026
- </style>
1
+ <template>
2
+ <div class="flex">
3
+ <criteria-paged :model="model" v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.search' v-ref:criteria>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row" v-show="!$parent.$parent.$parent.showItem">
7
+ <div :class="$parent.$parent.style">
8
+ <label class="font_normal_body">用户编号</label>
9
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_userinfo_code"
10
+ id="f_userinfo_code"
11
+
12
+ placeholder="用户编号" condition="f_userinfo_code like '%{}%'">
13
+ </div>
14
+ <div :class="$parent.$parent.style">
15
+ <label class="font_normal_body">用户姓名</label>
16
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_user_name" id="f_user_name"
17
+ placeholder="用户姓名" condition="f_user_name like '%{}%'">
18
+ </div>
19
+ <div :class="$parent.$parent.style">
20
+ <label class="font_normal_body">小&emsp;&emsp;区</label>
21
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_residential_area"
22
+ id="f_residential_area"
23
+ placeholder="小区" condition="f_residential_area like '%{}%'">
24
+ </div>
25
+ <div :class="$parent.$parent.style">
26
+ <label class="font_normal_body">地&emsp;&emsp;址</label>
27
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_address" id="f_address"
28
+ placeholder="地址" condition="f_address like '%{}%'">
29
+ </div>
30
+
31
+ <div :class="$parent.$parent.style" style="width: auto;margin-top:8px;float: right">
32
+ <export-excel :data="$parent.$parent.searchData"
33
+ :field="$parent.$parent.excelHeaders"
34
+ :choose-col="true"
35
+ sqlurl="api/af-safecheck/logic/exportfile" sql-name="根据安检员查询用户档案"
36
+ template-name='用户安检情况'></export-excel>
37
+ <button type="button" class="button_search button_spacing" @click="search()">查询</button>
38
+ <div style="float: right" class="button_spacing"
39
+ :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
40
+ @click="$parent.$parent.hiddenr()"></div>
41
+ <div style="float: right" class="button_spacing"
42
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
43
+ @click="$parent.$parent.hidden()">
44
+
45
+ </div>
46
+ </div>
47
+
48
+
49
+ </div>
50
+ <!-- 展开条件 -->
51
+ <div class="row" v-show="!$parent.$parent.$parent.showItem">
52
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
53
+ <label class="font_normal_body" style="color: red;">安检筛选</label>
54
+ <v-select
55
+ placeholder='安检筛选'
56
+ :value-single="true"
57
+ class="select select_list"
58
+ :value.sync="$parent.$parent.SafeCheckXZ"
59
+ :options='$parent.$parent.SafeCheckXZs'
60
+ v-model="$parent.$parent.SafeCheckXZ"
61
+ close-on-select clear-button></v-select>
62
+ </div>
63
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
64
+ <label class="font_normal_body">安检起始</label>
65
+ <datepicker
66
+ :value.sync="model.f_check_start"
67
+ placeholder='最后安检时间起始'
68
+ style="width: 60%"
69
+ :format="'yyyy-MM-dd 00:00:00'"
70
+ :show-rest-button="reset"
71
+ condition="f_last_check_date >= '{}'"
72
+ v-model="model.f_check_start">
73
+ </datepicker>
74
+ </div>
75
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
76
+ <label class="font_normal_body">安检结束</label>
77
+ <datepicker
78
+ :value.sync="model.f_check_end"
79
+ placeholder='最后安检时间结束'
80
+ style="width: 60%"
81
+ :format="'yyyy-MM-dd 23:59:59'"
82
+ :show-rest-button="reset"
83
+ condition="f_last_check_date <= '{}'"
84
+ v-model="model.f_check_end">
85
+ </datepicker>
86
+ </div>
87
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
88
+ <label class="font_normal_body">建档起始</label>
89
+ <datepicker
90
+ :value.sync="model.f_check_start_file"
91
+ placeholder='建档起始时间'
92
+ style="width: 60%"
93
+ :format="'yyyy-MM-dd 00:00:00'"
94
+ :show-rest-button="reset"
95
+ condition="f_createfile_date >= '{}'"
96
+ v-model="model.f_check_start_file">
97
+ </datepicker>
98
+ </div>
99
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
100
+ <label class="font_normal_body">建档结束</label>
101
+ <datepicker
102
+ :value.sync="model.f_check_end_file"
103
+ placeholder='建档结束时间'
104
+ style="width: 60%"
105
+ :format="'yyyy-MM-dd 23:59:59'"
106
+ :show-rest-button="reset"
107
+ condition="f_createfile_date <= '{}'"
108
+ v-model="model.f_check_end_file">
109
+ </datepicker>
110
+ </div>
111
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
112
+ <label class="font_normal_body">入户次数</label>
113
+ <input style="width: 60%" type="number" class="input_search" v-model="model.rhcon"
114
+ id="rhcon"
115
+ placeholder="入户次数" condition="rhcon >'{}'">
116
+ </div>
117
+ <!-- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
118
+ <label class="font_normal_body">安检状态</label>
119
+ <v-select id="f_entry"
120
+ placeholder='安检状态'
121
+ class="select select_list"
122
+ :value.sync="model.f_last_check_state"
123
+ :value-single="true"
124
+ :options='$parent.$parent.checkstatus'
125
+ v-model="model.f_last_check_state"
126
+ condition="f_last_check_state = '{}'"
127
+ close-on-select clear-button></v-select>
128
+ </div>-->
129
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
130
+ <label class="font_normal_body">隐患情况</label>
131
+ <v-select
132
+ placeholder='隐患情况'
133
+ class="select select_list"
134
+ :value-single="true"
135
+ v-model='model.f_check_result'
136
+ :value.sync="model.f_check_result"
137
+ :options='$parent.$parent.f_check_results'
138
+ condition="f_defect_content like '%{}%'"
139
+ close-on-select clear-button></v-select>
140
+ </div>
141
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
142
+ <label class="font_normal_body">用户状态</label>
143
+ <v-select class="select_list select"
144
+ placeholder='用户状态' style="width: 60%"
145
+ :value.sync="model.f_user_state" v-model="model.f_user_state"
146
+ :options='$parent.$parent.userstates'
147
+ close-on-select clear-button
148
+ condition="f_user_state = '{}'"
149
+ :value-single="true">
150
+ </v-select>
151
+ </div>
152
+ <!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow && !$parent.$parent.$parent.showItem"></div>-->
153
+ </div>
154
+ <div class="row" v-show="!$parent.$parent.$parent.showItem">
155
+
156
+ <div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow" style="margin: 0">
157
+ <role-selector-safe
158
+ role-name="安检员"
159
+ role-lable="安&nbsp;检&nbsp;员&nbsp;"
160
+ @re-res="$parent.$parent.getRes"
161
+ :value.sync="model.f_checker_id"
162
+ v-model="model.f_checker_id"
163
+ :value-multiple="false"
164
+ condition=" f_checker_name = '{}'">
165
+ </role-selector-safe>
166
+ </div>
167
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
168
+ <label class="font_normal_body">片&emsp;&emsp;区</label>
169
+ <v-select class="select_list select"
170
+ placeholder='片区/管理站' style="width: 60%"
171
+ :value.sync="model.f_slice_area" v-model="model.f_slice_area"
172
+ :options='$parent.$parent.sliceArea'
173
+ filer-key="name"
174
+ close-on-select clear-button
175
+ condition="f_slice_area='{}'"
176
+ @change="$parent.$parent.getmeterbook(model.f_slice_area)"
177
+ :value-single="true">
178
+ </v-select>
179
+ </div>
180
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
181
+ <label class="font_normal_body">抄&ensp;表&ensp;册</label>
182
+ <v-select class="select_list select"
183
+ placeholder='抄表册' style="width: 60%"
184
+ :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"
185
+ :options='$parent.$parent.cbc'
186
+ filer-key="name"
187
+ close-on-select clear-button
188
+ condition="f_meter_book_num={}"
189
+ :value-single="true">
190
+ </v-select>
191
+ </div>
192
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
193
+ <label class="font_normal_body">用户类型</label>
194
+ <v-select id="f_usertype"
195
+ placeholder='用户类型'
196
+ class="select select_list"
197
+ :value.sync="model.f_usertype"
198
+ :value-single="true"
199
+ :options='$parent.$parent.usertypes'
200
+ v-model="model.f_usertype"
201
+ condition="f_user_type = '{}'"
202
+ close-on-select clear-button></v-select>
203
+ </div>
204
+
205
+ </div>
206
+ <!-- 合起条件 -->
207
+ <div class="row" v-show="$parent.$parent.$parent.showItem">
208
+ <div :class="$parent.$parent.style">
209
+ <label class="font_normal_body">用户编号</label>
210
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_userinfo_code"
211
+
212
+ placeholder="用户编号" condition="f_userinfo_code like '%{}%'">
213
+ </div>
214
+ <div :class="$parent.$parent.style">
215
+ <label class="font_normal_body">用户姓名</label>
216
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_user_name"
217
+ placeholder="用户姓名" condition="f_user_name like '%{}%'">
218
+ </div>
219
+ <div :class="$parent.$parent.style" style="width: auto;margin-top:8px;float: right">
220
+ <export-excel :data="$parent.$parent.searchData"
221
+ :field="$parent.$parent.excelHeaders"
222
+ sqlurl="api/af-safecheck/logic/exportfile" sql-name="根据安检员查询用户档案"
223
+ template-name='用户安检情况'></export-excel>
224
+ <button type="button" class="button_search button_spacing" @click="search()">查询</button>
225
+ <div style="float: right" class="button_spacing"
226
+ :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
227
+ @click="$parent.$parent.hiddenr()"></div>
228
+ <div style="float: right" class="button_spacing"
229
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
230
+ @click="$parent.$parent.hidden()">
231
+
232
+ </div>
233
+ </div>
234
+
235
+ </div>
236
+ <div class="row" v-show="$parent.$parent.$parent.showItem">
237
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
238
+ <label class="font_normal_body">小&emsp;&emsp;区</label>
239
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_residential_area"
240
+
241
+ placeholder="小区" condition="f_residential_area like '%{}%'">
242
+ </div>
243
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
244
+ <label class="font_normal_body">地&emsp;&emsp;址</label>
245
+ <input style="width: 60%" type="text" class="input_search" v-model="model.f_address"
246
+
247
+ placeholder="地址" condition="f_address like '%{}%'">
248
+ </div>
249
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
250
+ <label class="font_normal_body">用户类型</label>
251
+ <v-select
252
+ placeholder='用户类型'
253
+ class="select select_list"
254
+
255
+ :value.sync="model.f_usertype"
256
+ :value-single="true"
257
+ :options='$parent.$parent.usertypes'
258
+ v-model="model.f_usertype"
259
+ condition="f_user_type = '{}'"
260
+ close-on-select clear-button></v-select>
261
+ </div>
262
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
263
+ <label class="font_normal_body">用户状态</label>
264
+ <v-select class="select_list select"
265
+ placeholder='用户状态' style="width: 60%"
266
+ :value.sync="model.f_user_state" v-model="model.f_user_state"
267
+ :options='$parent.$parent.userstates'
268
+ close-on-select clear-button
269
+ condition="f_user_state = '{}'"
270
+ :value-single="true">
271
+ </v-select>
272
+ </div>
273
+ <!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow && !$parent.$parent.$parent.showItem"></div>-->
274
+
275
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
276
+ <label class="font_normal_body" style="color: red;">安检筛选</label>
277
+ <v-select
278
+ placeholder='安检筛选'
279
+ :value-single="true"
280
+ class="select select_list"
281
+ :value.sync="$parent.$parent.SafeCheckXZ"
282
+ :options='$parent.$parent.SafeCheckXZs'
283
+ v-model="$parent.$parent.SafeCheckXZ"
284
+ close-on-select clear-button></v-select>
285
+ </div>
286
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
287
+ <label class="font_normal_body">安检起始</label>
288
+ <datepicker
289
+ :value.sync="model.f_check_start"
290
+ placeholder='最后安检时间起始'
291
+ :disabled-days-of-week="[]"
292
+ style="width: 60%"
293
+ :format="'yyyy-MM-dd'"
294
+ :show-rest-button="reset"
295
+ v-model="model.f_check_start">
296
+ </datepicker>
297
+ </div>
298
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
299
+ <label class="font_normal_body">安检结束</label>
300
+ <datepicker
301
+ :value.sync="model.f_check_end"
302
+ placeholder='最后安检时间结束'
303
+ style="width: 60%"
304
+ :disabled-days-of-week="[]"
305
+ :format="'yyyy-MM-dd'"
306
+ :show-rest-button="reset"
307
+ v-model="model.f_check_end">
308
+ </datepicker>
309
+ </div>
310
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
311
+ <label class="font_normal_body">建档起始</label>
312
+ <datepicker
313
+ :value.sync="model.f_check_start_file"
314
+ placeholder='建档起始时间'
315
+ :disabled-days-of-week="[]"
316
+ style="width: 60%"
317
+ :format="'yyyy-MM-dd 00:00:00'"
318
+ :show-rest-button="reset"
319
+ condition="f_createfile_date > '{}'"
320
+ v-model="model.f_check_start_file">
321
+ </datepicker>
322
+ </div>
323
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
324
+ <label class="font_normal_body">建档结束</label>
325
+ <datepicker
326
+ :value.sync="model.f_check_end_file"
327
+ placeholder='建档结束时间'
328
+ style="width: 60%"
329
+ :disabled-days-of-week="[]"
330
+ :format="'yyyy-MM-dd 23:59:59'"
331
+ condition="f_createfile_date < '{}'"
332
+ :show-rest-button="reset"
333
+ v-model="model.f_check_end_file">
334
+ </datepicker>
335
+ </div>
336
+
337
+ <!-- <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
338
+ <label class="font_normal_body">安检状态</label>
339
+ <v-select
340
+ placeholder='安检状态'
341
+ class="select select_list"
342
+
343
+ :value.sync="model.f_last_check_state"
344
+ :value-single="true"
345
+ :options='$parent.$parent.checkstatus'
346
+ v-model="model.f_last_check_state"
347
+ condition="f_last_check_state = '{}'"
348
+ close-on-select clear-button></v-select>
349
+ </div>-->
350
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
351
+ <label class="font_normal_body">隐患情况</label>
352
+ <v-select
353
+ placeholder='隐患情况'
354
+ class="select select_list"
355
+
356
+ :value-single="true"
357
+ v-model='model.f_check_result'
358
+ :value.sync="model.f_check_result"
359
+ :options='$parent.$parent.f_check_results'
360
+ condition="f_defect_content like '%{}%'"
361
+ close-on-select clear-button></v-select>
362
+ </div>
363
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
364
+ <label class="font_normal_body">入户次数</label>
365
+ <input style="width: 60%" type="number" class="input_search" v-model="model.rhcon"
366
+ id="rhcon"
367
+ placeholder="入户次数" condition="rhcon >'{}'">
368
+ </div>
369
+ </div>
370
+ <div class="row" v-show="$parent.$parent.$parent.showItem">
371
+
372
+ </div>
373
+ <!--<div class="row" v-show="$parent.$parent.$parent.showItem">
374
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
375
+ <label class="font_normal_body">公&emsp;&emsp;司</label>
376
+ <right-tree @re-res="$parent.$parent.getRes" :initresid="$parent.$parent.$login.f.orgid">
377
+ </right-tree>
378
+ </div>
379
+
380
+ </div>-->
381
+ </div>
382
+ </criteria>
383
+ <data-grid :model="model" partial="list" class="list_area table_sy" v-ref:grid>
384
+ <template partial='head'>
385
+ <tr>
386
+ <th>
387
+ <nobr>用户编号</nobr>
388
+ </th>
389
+ <th>
390
+ <nobr>用户名称</nobr>
391
+ </th>
392
+ <th>
393
+ <nobr>用户电话</nobr>
394
+ </th>
395
+ <th>
396
+ <nobr>用户表号</nobr>
397
+ </th>
398
+ <th>
399
+ <nobr>气表品牌</nobr>
400
+ </th>
401
+ <th>
402
+ <nobr>用户类型</nobr>
403
+ </th>
404
+ <!-- <th>-->
405
+ <!-- <nobr>壁挂炉</nobr>-->
406
+ <!-- </th>-->
407
+ <!-- <th>-->
408
+ <!-- <nobr>灶具</nobr>-->
409
+ <!-- </th>-->
410
+ <th>
411
+ <nobr>小区名称</nobr>
412
+ </th>
413
+ <th style="padding: 0 40px">
414
+ <nobr>地址</nobr>
415
+ </th>
416
+ <th>
417
+ <nobr>安检员</nobr>
418
+ </th>
419
+ <!-- <th>-->
420
+ <!-- <nobr>安检员备注</nobr>-->
421
+ <!-- </th>-->
422
+ <th>
423
+ <nobr>安检日期</nobr>
424
+ </th>
425
+ <th>
426
+ <nobr>安检状态</nobr>
427
+ </th>
428
+ <th>
429
+ <nobr>安检结果</nobr>
430
+ </th>
431
+ <th>
432
+ <nobr>安检入户次数</nobr>
433
+ </th>
434
+ <th>
435
+ <nobr>建档日期</nobr>
436
+ </th>
437
+ </tr>
438
+ </template>
439
+ <template partial='body'>
440
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{ row.f_userinfo_code }}</td>
441
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{ row.f_user_name }}</td>
442
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{ row.f_user_phone }}</td>
443
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{row.f_meternumber}}</td>
444
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center;">{{row.f_meter_brand}}</td>
445
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_user_type }}</td>
446
+ <!-- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_safe_hasfurnace }}</td>-->
447
+ <!-- <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_safe_haskitchen }}</td>-->
448
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_residential_area }}</td>
449
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_address }}</td>
450
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_checker_name }}</td>
451
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_last_check_date }}</td>
452
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_last_check_state }}</td>
453
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">
454
+ {{row.f_last_check_result }}
455
+ </td>
456
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{row.rhcon }}</td>
457
+ <td v-bind:class="{newcolor:row.code==1}" style="text-align: center">{{ row.f_createfile_date }}</td>
458
+ </template>
459
+ </data-grid>
460
+ </criteria-paged>
461
+ </div>
462
+ </template>
463
+
464
+ <script>
465
+ import {PagedList} from 'vue-client'
466
+ import {HttpResetClass} from 'vue-client'
467
+ import co from 'co'
468
+ import * as Util from '../../Util'
469
+ import Vue from 'vue'
470
+ // let select = function * (self,userid) {
471
+ // let http = new HttpResetClass()
472
+ // let getGasman = yield http.load('POST','/rs/search', {
473
+ // source: 'this.getChildByName($安检员$).getUsers()',
474
+ // userid: userid
475
+ // }, {resolveMsg: null, rejectMsg: null})
476
+ // //tag
477
+ // getGasman.data.forEach((checker)=>{
478
+ // self.checkersid.push({label:checker.name,value:checker.id})
479
+ // })
480
+ // self.checkersid.push({label:'全部',value:''})
481
+ // }
482
+
483
+
484
+ export default {
485
+ title: '用户安检情况',
486
+ data() {
487
+ let options = []
488
+ let year = (new Date()).getFullYear()
489
+ for (let i = year; i <= year + 3; i++)
490
+ options.push({label: i + '', value: i + ''})
491
+ let moptions = []
492
+ for (let i = 1; i <= 12; i++)
493
+ moptions.push({label: i + '', value: i + ''})
494
+
495
+ return {
496
+ searchData: {
497
+ condition: '1=1',
498
+ orderitem: "f_userinfo_code",
499
+ timetype: "dd",
500
+ f_defect_content: "CASE WHEN CHARINDEX( '\"result\":\"正常\"', tp.f_defect_content ) > 0 THEN '正常' ELSE replace(replace(replace( replace( RIGHT ( tp.f_defect_content, len( tp.f_defect_content ) - 26 ), substring('{}',2,1), '' ), substring('{}',1,1), '' ),']',''),'\"','') END"
501
+
502
+ },
503
+ excelHeaders: {
504
+ //用户编号 用户名称 用户电话 安检次数 用户类型 小区名称 地址 安检日期 安检状态 安检结果
505
+ 'f_userinfo_code': '用户编号',
506
+ 'f_user_name': '用户名称',
507
+ 'f_user_phone': '用户电话',
508
+ 'f_meternumber': '用户表号',
509
+ 'f_meter_brand': '气表品牌',
510
+ 'f_user_type': '用户类型',
511
+ 'f_checker_name': '安检员',
512
+ 'f_residential_area': '小区名称',
513
+ 'f_address': '地址',
514
+ 'f_last_check_date': '安检日期',
515
+ 'f_last_check_state': '安检状态',
516
+ 'f_last_check_result': '安检结果',
517
+ 'f_createfile_date': '建档日期'
518
+ },
519
+ model: new PagedList('api/af-safecheck/sql/根据安检员查询用户档案', 20, {
520
+ orderitem: "'f_last_check_date'",
521
+ timetype: "'dd'",
522
+ f_defect_content: 'this.f_defect_content'
523
+ }),
524
+ f_defect_content:"CASE WHEN CHARINDEX( '\"result\":\"正常\"', tp.f_defect_content ) > 0 THEN '无隐患' ELSE replace(replace(replace( replace( RIGHT ( tp.f_defect_content, len( tp.f_defect_content ) - 26 ), substring('{}',2,1), '' ), substring('{}',1,1), '' ),']',''),'\"','') END",
525
+ orgstrs: [{label: '全部', value: ''}],
526
+ checkersid: [],
527
+ SafeCheckXZ: '',
528
+ civil: '', //民用安检周期
529
+ civilian: '', //非民用安检周期
530
+ SafeCheckXZs: [{label: '全部', value: ''}, {label: '未安检', value: '未安检'}, {label: '已安检', value: '已安检'}], // 安检筛选选项
531
+ SafeCheckSXs: [{label: '是', value: '是'}, {label: '否', value: '否'}, {label: '全部', value: ''}],
532
+ // user_states:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')],
533
+ IsShares: [{label: '是', value: '是'}, {label: '否', value: '否'}],
534
+ IsShare: '否',
535
+ checker: {},
536
+ NoBuys: [{label: '是', value: '是'}, {label: '否', value: '否'}],
537
+ criteriaShow: false,
538
+ checkers: [],
539
+ chosenOrg: {id: 0},
540
+ showModal: false,
541
+ checkedAll: false,
542
+ checkrows: [],
543
+ adjustables: [],
544
+ f_plan_year: year + '',
545
+ f_plan_month: moptions[new Date().getMonth()].value,
546
+ f_effective_start_time: '', //计划有效起始时间
547
+ f_effective_end_time: '', //计划有效结束时间
548
+ checkboxModel: {},
549
+ c_year_list: options,
550
+ c_month_list: moptions,
551
+ // areas: this.areas(),
552
+ checkstatus: this.checkstatus(),
553
+ usertypes: this.usertypes(),
554
+ userstates: this.userstates(),
555
+ sqlname: '',
556
+ f_check_results: [{label: '全部', value: ''}, {label: '正常', value: '正常'}, {label: '有隐患', value: '有隐患'}],
557
+ creatPlanWay: '',
558
+ sliceArea: [],
559
+ cbcs:[],
560
+ cbc:[],
561
+ pcds:[]
562
+
563
+ }
564
+ },
565
+ props: {
566
+ style: {
567
+ type: String,
568
+ default: 'col-sm-2 form-group'
569
+ },
570
+ style2: {
571
+ type: String,
572
+ default: 'col-sm-4 form-group'
573
+ },
574
+ checkplan: { // 传入一条安检计划信息
575
+ type: Object
576
+ },
577
+ additemshow: {
578
+ type: Boolean,
579
+ default: false
580
+ }
581
+ },
582
+ ready() {
583
+ // 获取分公司信息
584
+ this.model.f_defect_content=this.f_defect_content
585
+
586
+ //this.getfengongsi()
587
+ this.model.chosenOrg = {id: 0}
588
+ this.model.f_filialeids = this.$login.f.f_orgids
589
+ this.model.f_filiale = this.$login.f.f_fengongsi
590
+ this.model.f_OrgStr = this.$login.f.orgpathstr
591
+ this.Mreadibook(`('${this.$login.f.orgid}')`)
592
+ this.getAllMeterBook(`('${this.$login.f.orgid}')`)
593
+ },
594
+ methods: {
595
+ //获取省市区列表
596
+ getPcd(val){
597
+ this.pcds = [{label:'全部',value:''}]
598
+ new HttpResetClass().load("POST", `/api/af-safecheck/sql/safe_singleTable_OrderBy`,
599
+ {data:{items:"*",tablename:"t_pcd",orderitem:"id",condition:`f_orgid in ${val}`}},
600
+ {resolveMsg: null, rejectMsg: null}).then((pcdlist)=>{
601
+ pcdlist.data.forEach((result)=>{
602
+ this.pcds.push({label:result.f_pcd,value:result.f_pcd})
603
+ })
604
+ })
605
+ },
606
+ getmeterbook(val){
607
+
608
+ //tag
609
+ this.cbc=[]
610
+ this.cbc.push({
611
+ label:'全部',
612
+ value:''
613
+ })
614
+ if (val==''){
615
+
616
+ this.cbcs.forEach(res=>{
617
+ this.cbc.push({
618
+ label:res.f_book_name,
619
+ value:res.id
620
+ })
621
+ })
622
+ }else{
623
+ this.cbcs.forEach(res=>{
624
+ if (res.f_book_slice_area==val){
625
+ this.cbc.push({
626
+ label:res.f_book_name,
627
+ value:res.id
628
+ })
629
+ }
630
+ })
631
+ }
632
+ },
633
+ Mreadibook(val){
634
+ ////tag
635
+ ////tag
636
+ if (val){
637
+ new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
638
+ items: 'name',
639
+ tablename: 't_zone',
640
+ condition: `parentid in ${val}`,
641
+ orderitem: 'id'
642
+ }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
643
+ this.sliceArea=[]
644
+ this.sliceArea.push({
645
+ label:'全部',
646
+ value:''
647
+ })
648
+ res.data.forEach(ress=>{
649
+ this.sliceArea.push({
650
+ label:ress.name,
651
+ value:ress.name
652
+ })
653
+ })
654
+
655
+ })
656
+ }
657
+ },
658
+ // 获取县域分公司内容
659
+ getfengongsi() {
660
+ let val = {
661
+ source: 'this.getParentByType($organization$).getSpecialResByType($organization$)',
662
+ userid: `${this.$login.f.id}`
663
+ }
664
+ let http = new HttpResetClass()
665
+ http.load('POST', '/rs/search', {data: val}, {resolveMsg: null, rejectMsg: null}).then((res) => {
666
+ res.data.forEach((item) => {
667
+ this.orgstrs.push({label: item.name, value: item.id})
668
+ })
669
+ //tag
670
+ })
671
+ },
672
+ // 县域分公司发生改变
673
+ // orgstrchange(val){
674
+ // if(val == undefined || val == ''){
675
+ // return
676
+ // }else {
677
+ // this.checkersid = []
678
+ // let gen = select(this,val)
679
+ // return co(gen)
680
+ // }
681
+ // },
682
+ getDefect(val) {
683
+ if (val) {
684
+ try {
685
+ var defect = JSON.parse(val)
686
+ return defect.result
687
+ } catch (e) {
688
+ //tag
689
+ return '正常'
690
+ }
691
+ }
692
+ return '正常'
693
+ },
694
+ checkerchange(val) {
695
+ this.checkboxModel.f_checker = val.name
696
+ this.checkboxModel.f_checker_id = val.id
697
+ },
698
+ search(args) {
699
+ if (this.SafeCheckXZ && (args.model.f_check_start == '' || args.model.f_check_end == '')) {
700
+ this.$showMessage('如果选择 已安检/未安检 选项,需要选择 安检起始时间!')
701
+ return
702
+ }
703
+ /*if (this.SafeCheckXZ == '未安检') {
704
+ args.condition += " and ( f_last_check_date >= '" + args.model.f_check_end + "' or f_last_check_date <= '" + args.model.f_check_start + "' or f_last_check_date is null)"
705
+ } else {
706
+ if (args.model.f_check_start) {
707
+ args.condition += " and f_last_check_date >= '" + args.model.f_check_start + "'"
708
+ }
709
+ if (args.model.f_check_end) {
710
+ args.condition += " and f_last_check_date <= '" + args.model.f_check_end + "'"
711
+ }
712
+ }*/
713
+ args.condition += " and f_filialeid in " + (this.model.f_filialeids ? this.model.f_filialeids : `(${this.$login.f.orgid})`)
714
+ let con = ' f_filialeid in ' + (this.model.f_filialeids ? this.model.f_filialeids : `(${this.$login.f.orgid})`)
715
+ con += args.model.f_userinfo_code ? ` and f_userinfo_code like '%${args.model.f_userinfo_code}%'`:''
716
+ // con += args.model.f_user_name ? ` and f_user_name like '%${args.model.f_user_name}%'` : ''
717
+ // con += args.model.f_residential_area ? ` and f_residential_area like '%${args.model.f_residential_area}%'` : ''
718
+ // con += args.model.f_address ? ` and f_address like '%${args.model.f_address}%'` : ''
719
+ // con += args.model.f_usertype ? ` and f_check_type = '${args.model.f_usertype}'` : ''
720
+ if (this.SafeCheckXZ) {
721
+ con += ` and f_offsite_time >= '${args.model.f_check_start}' and f_offsite_time <= '${args.model.f_check_end}' `
722
+ if (this.SafeCheckXZ == '未安检'){
723
+ args.condition += ' and rhcon < 1'
724
+ }else{
725
+ args.condition += ' and rhcon >= 1'
726
+ }
727
+ }
728
+ con += args.model.f_last_check_state ? ` and f_entry_status = '${args.model.f_last_check_state}'` : ''
729
+ // con += args.model.f_checker_id ? ` and f_checker_name in ${args.model.f_checker_id}` : ''
730
+ let times=' 1 = 1'
731
+ /*if(args.model.f_check_start == '' || args.model.f_check_end == ''){
732
+ let date=new Date()
733
+ let year=date.getFullYear()
734
+ args.model.f_check_start = year + '-01-01 00:00:00'
735
+ args.model.f_check_end = year + 1 + '-01-01 00:00:00'
736
+ times = " (f_offsite_time >= '" + args.model.f_check_start + "' or f_offsite_time <= '" + args.model.f_check_end + "')"
737
+ }else{
738
+ times = " (f_offsite_time >= '" + args.model.f_check_start + "' or f_offsite_time <= '" + args.model.f_check_end + "')"
739
+ }*/
740
+ let condition = {
741
+ condition1: args.condition,
742
+ condition2: con,
743
+ condition3:times
744
+ }
745
+ //tag
746
+ this.searchData.condition = condition
747
+ return this.model.search(condition, args.model)
748
+ },
749
+ checkstatus() {
750
+ return this.$appdata.getParam('安检状态') ? [{
751
+ label: '全部',
752
+ value: ''
753
+ }, ...this.$appdata.getParam('安检状态')] : [{label: '全部', value: ''}]
754
+ },
755
+ usertypes() {
756
+ return this.$appdata.getParam('用户类型') ? [{
757
+ label: '全部',
758
+ value: ''
759
+ }, ...this.$appdata.getParam('用户类型')] : [{label: '全部', value: ''}]
760
+ },
761
+ userstates() {
762
+ return this.$appdata.getParam('用户状态') ? [{
763
+ label: '全部',
764
+ value: ''
765
+ }, ...this.$appdata.getParam('用户状态')] : [{label: '全部', value: ''}]
766
+ },
767
+ hiddenr() {
768
+ this.$parent.showItem = !this.$parent.showItem
769
+ },
770
+ hidden() {
771
+ this.criteriaShow = !this.criteriaShow
772
+ },
773
+ confirm() {
774
+ if (!this.checkboxModel.f_plan_name) {
775
+ this.$showMessage('请填写安检计划名称!')
776
+ return
777
+ }
778
+ // if(this.f_effective_start_time == ''){
779
+ // this.$showMessage('请选择有效起始日期!')
780
+ // return
781
+ // }
782
+ // if(this.f_effective_end_time == ''){
783
+ // this.$showMessage('请选择有效结束日期!')
784
+ // return
785
+ // }
786
+ if (this.IsShare == '否') {
787
+ if (!this.checkboxModel.f_checker_id) {
788
+ this.$showMessage('请选择安检员!')
789
+ return
790
+ }
791
+ }
792
+ let gen = saveGen(this)
793
+ return co(gen)
794
+ },
795
+ changeStates() {
796
+ if (this.checkedAll) {//实现反选/
797
+ this.checkrows = [];
798
+ for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
799
+ this.$set('$refs.paged.model.rows[' + i + '].checked', false)
800
+ }
801
+ } else {//实现全选
802
+ for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
803
+ this.$set('$refs.paged.model.rows[' + i + '].checked', true)
804
+ }
805
+ let _this = this
806
+ let condition = this.$refs.paged.$refs.criteria.condition
807
+ let url = this.model.url
808
+ this.$resetpost(`${url}?pageSize=9999999`, {
809
+ data: {
810
+ condition: condition,
811
+ groupitem: '',
812
+ orderitem: 'f_residential_area',
813
+ f_usertype: this.model.f_usertype,
814
+ f_filialeids: this.model.f_filialeids,
815
+ month: this.model.month,
816
+ safeCycle: this.model.safeCycle,
817
+ f_checktime_start: this.model.f_checktime_start,
818
+ f_checktime_end: this.model.f_checktime_end,
819
+ SafeCheckSX: this.model.SafeCheckSX,
820
+ f_last_check_state: this.model.f_last_check_state
821
+ },
822
+ }, {resolveMsg: null, rejectMsg: null}, -1).then(
823
+ (respanse) => {
824
+ if (respanse.data.length >= 5000) {
825
+ this.$showMessage("数据量太大,请重新选择")
826
+ } else {
827
+ _this.checkrows = []
828
+ for (let j = 0; j < respanse.data.length; j++) {
829
+ _this.checkrows.push(respanse.data[j])
830
+ }
831
+ //tag;
832
+ }
833
+ })
834
+ }
835
+ },
836
+ addChecked(item) {
837
+ //tag;
838
+ if (!item.checked) {
839
+ this.checkrows.push(item);
840
+ //tag;
841
+ } else {
842
+ for (let i = 0; i < this.checkrows.length; i++) {
843
+ if (item.f_userinfo_id == this.checkrows[i].f_userinfo_id) {
844
+ this.checkrows.splice(i, 1)
845
+ }
846
+ }
847
+ }
848
+ },
849
+ ToshowModal() {
850
+ this.creatPlanWay = 'single'
851
+ if (this.checkrows.length > 0) {
852
+ this.showModal = true
853
+ } else {
854
+ this.$showMessage("请选择需要安检的用户!")
855
+ }
856
+ },
857
+ FiltrationPlan() {
858
+ if (this.model.rows.length == 0) {
859
+ this.$showMessage("暂无可生成的计划!")
860
+ return
861
+ }
862
+ this.creatPlanWay = 'filtration'
863
+ this.showModal = true
864
+ },
865
+ AllPlan() {
866
+ if (this.model.rows.length == 0) {
867
+ this.$showMessage("暂无可生成的计划!")
868
+ return
869
+ }
870
+ this.creatPlanWay = 'all'
871
+ this.showModal = true
872
+ },
873
+ cancel() {
874
+ this.showModal = false
875
+ },
876
+ // areas() {
877
+ // let rs = []
878
+ // for (let i = 0; i < this.$login.f.f_allArea.length; i++) {
879
+ // let temp = {
880
+ // label: this.$login.f.f_allArea[i].label,
881
+ // value: this.$login.f.f_allArea[i].label
882
+ // }
883
+ // rs.push(temp)
884
+ // }
885
+ // return [{label: '全部', value: ''}, ...rs]
886
+ // },
887
+ initAdjustables() {
888
+ //tag
889
+ let arr = []
890
+ let filter = this.$login.f.f_orgids
891
+ this.$GetSaleParam.getAdjustable(filter).forEach((item) => {
892
+ let temp = {}
893
+ temp.label = `[${item.value.f_adjustable_id}]-${item.label}`
894
+ temp.value = `${item.value.id}`
895
+ arr.push(temp)
896
+ })
897
+ this.adjustables = [{label: '全部', value: ''}, ...arr]
898
+ },
899
+ getAllMeterBook(val){
900
+ ////tag
901
+ ////tag
902
+ this.cbcs=[]
903
+ if (val){
904
+ new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
905
+ items: 'f_book_name,f_book_slice_area,id',
906
+ tablename: 't_meter_book',
907
+ condition: `f_filiale_id in ${val}`,
908
+ orderitem: 'id'
909
+ }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
910
+ res.data.forEach(ress=>{
911
+ this.cbcs.push({
912
+ id:ress.id,
913
+ f_book_name:ress.f_book_name,
914
+ f_book_slice_area:ress.f_book_slice_area
915
+ })
916
+ })
917
+ this.cbc=[]
918
+ this.cbc.push({
919
+ label:'全部',
920
+ value:''
921
+ })
922
+ this.cbcs.forEach(res=>{
923
+ this.cbc.push({
924
+ label:res.f_book_name,
925
+ value:res.id
926
+ })
927
+ })
928
+ })
929
+ }
930
+ },
931
+ getRes(obj) {
932
+ this.model.f_filialeids = this.$login.convertToIn(obj.resids);
933
+ this.Mreadibook(this.model.f_filialeids)
934
+ this.getAllMeterBook(this.model.f_filialeids)
935
+ this.getPcd(this.model.f_filialeids)
936
+ }
937
+ },
938
+
939
+ watch: {
940
+ 'model.f_usertype'(val) {
941
+ if (val == '民用') {
942
+ this.model.safeCycle = this.civil
943
+ } else if (val == '非民用') {
944
+ this.model.safeCycle = this.civilian
945
+ }
946
+ },
947
+ 'model.SafeCheckXZ'(val) {
948
+ this.model.SafeCheckSC = ''
949
+ if (val == '已安检') {
950
+ this.model.SafeCheckCQ = ''
951
+ this.model.SafeCheckSX = {
952
+ f_check_end: '', // 安检时间 查询起始条件
953
+ f_check_start: ''// 安检时间 查询终止条件
954
+ }
955
+ } else {
956
+ // 当使用筛选条件时,清空不需要的条件选项
957
+ this.model.f_issue_start = ''
958
+ this.model.f_issue_end = ''
959
+ this.$refs.paged.$refs.criteria.model.f_check_start = ''
960
+ this.$refs.paged.$refs.criteria.model.f_check_end = ''
961
+ this.$refs.paged.$refs.criteria.model.f_last_check_state = ''
962
+ this.model.month = ''
963
+ if (val == '应安检') {
964
+ this.model.SafeCheckSC = '否'
965
+
966
+ this.model.f_issue_start = Util.toStartDateString()
967
+ this.model.f_issue_end = Util.toStandardDateString()
968
+ }
969
+ // this.model.f_checktime_start = ''
970
+ // this.model.f_checktime_end = ''
971
+ }
972
+ },
973
+ 'model.SafeCheckSC'(val) {
974
+ if (val == '') {
975
+ this.model.f_issue_start = ''
976
+ this.model.f_issue_end = ''
977
+ }
978
+ },
979
+ // 'checker'(val){
980
+ // //tag
981
+ // if(val){
982
+ // this.checkboxModel.f_checker = this.checker[0].name
983
+ // this.checkboxModel.f_checker_id = this.checker[0].id
984
+ // }
985
+ // },
986
+ 'model.rows'() {
987
+ // if (!this.checkedAll) {//实现反选/
988
+ // this.checkrows = [];
989
+ for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
990
+ var k = false
991
+ for (let j = 0; j < this.checkrows.length; j++) {
992
+ if (this.$refs.paged.model.rows[i].f_userinfo_id == this.checkrows[j].f_userinfo_id) {
993
+ this.$set('$refs.paged.model.rows[' + i + '].checked', true)
994
+ k = true
995
+ continue
996
+ }
997
+ }
998
+ if (!k) {
999
+ this.$set('$refs.paged.model.rows[' + i + '].checked', false)
1000
+ }
1001
+ }
1002
+ // } else {//实现全选
1003
+ // // this.checkboxModel = {};
1004
+ // for (let i = 0; i < this.$refs.paged.model.rows.length; i++) {
1005
+ // this.$set('$refs.paged.model.rows[' + i + '].checked', true)
1006
+ // }
1007
+ // }
1008
+ }
1009
+ },
1010
+ computed: {
1011
+ selected() {
1012
+ return this.$refs.paged.$refs.grid.selected
1013
+ }
1014
+ }
1015
+ }
1016
+ </script>
1017
+ <style scoped>
1018
+ .newcolor {
1019
+ color: red;
1020
+ }
1021
+
1022
+ .table th {
1023
+ background-color: #f2f6fa;
1024
+ color: black;
1025
+ }
1026
+ </style>