safecheck-client 3.0.35-3 → 3.0.35-31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. package/package.json +1 -1
  2. package/src/components/NewDefectList/DefectListNew.vue +617 -617
  3. package/src/components/Util/SafecheckUpload.vue +4 -0
  4. package/src/components/android/CheckPlanDown.vue +1 -1
  5. package/src/components/android/CivilCurrentCreate.vue +56 -41
  6. package/src/components/android/NoCivilCurrentCreate.vue +10 -0
  7. package/src/components/android/PhoneUpUserinfo.vue +25 -6
  8. package/src/components/android/SafecheckOrderV.vue +2805 -2805
  9. package/src/components/pc/SecurityCheckLedger.vue +113 -0
  10. package/src/components/planmanage/PlanManage.vue +47 -2
  11. package/src/components/report/CheckPlanAreaList.vue +25 -5
  12. package/src/components/rongcheng/AddPlanItem.vue +1 -1
  13. package/src/components/rongcheng/AspiratedAreaPlan.vue +1 -0
  14. package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +4 -0
  15. package/src/components/rongcheng/AspiratedUserInfo.vue +12 -4
  16. package/src/components/rongcheng/CheckSearchUser.vue +1 -1
  17. package/src/components/rongcheng/SafecheckOrderV.vue +1 -1
  18. package/src/components/rongcheng/SafecheckUserInfo.vue +12 -12
  19. package/src/filiale/bayan/android/AddPlanItem.vue +22 -2
  20. package/src/filiale/bayan/android/CheckPlanDown.vue +2 -2
  21. package/src/filiale/bayan/android/CurrentCreate.vue +10 -0
  22. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +908 -905
  23. package/src/filiale/bayan/android/SafecheckOrderV.vue +76 -20
  24. package/src/filiale/bayan/android/SafecheckUserInfo.vue +4 -0
  25. package/src/filiale/bayan/pc/PlanManage.vue +2 -0
  26. package/src/filiale/bayan/pc/SelectCheckPlan.vue +6 -1
  27. package/src/filiale/huaran/android/CheckPlanDown.vue +212 -0
  28. package/src/filiale/huaran/android.js +1 -0
  29. package/src/filiale/huaran/pc/PlanManage.vue +53 -6
  30. package/src/filiale/huaran/pc/checkUserList.vue +55 -22
  31. package/src/filiale/huaran/pc.js +1 -0
  32. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -2807
  33. package/src/filiale/qianneng/android/SafecheckOrderV.vue +2785 -2785
  34. package/src/filiale/shanxian/android/AddPlanItem.vue +1 -1
  35. package/src/filiale/shanxian/android/SafecheckOrderV.vue +2979 -2979
  36. package/src/filiale/shanxian/pc/checkUserList.vue +1 -1
  37. package/src/filiale/siyang/pc/CheckSearchUser.vue +1035 -1035
  38. package/src/filiale/siyang/pc/checkUserList.vue +108 -133
  39. package/src/filiale/tongchuan/android/SafecheckOrderV.vue +3 -3
  40. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +5 -13
  41. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1060 -1060
  42. package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +735 -735
  43. package/src/filiale/weinan/pc/CheckDetail.vue +278 -278
  44. package/src/filiale/weinan/pc/checkUserList.vue +712 -712
  45. package/src/filiale/xilan/android/CurrentCreate.vue +1053 -1067
  46. package/src/filiale/xilan/android.js +0 -1
  47. package/src/safecheck.js +3 -0
  48. package/src/filiale/xilan/android/AddPlanItem.vue +0 -461
@@ -0,0 +1,113 @@
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:paged>
5
+ <criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
6
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row">
8
+ <div class="form-group col-sm-2" >
9
+ <label class="font_normal_body">小区名称</label>
10
+ <input type="text" class="input_search" v-model="model.f_residential_area"
11
+ style="width: 60%" placeholder="小区名称" condition="ta.f_residential_area like '%{}%'">
12
+ </div>
13
+ <div class="form-group col-sm-2" style="width: auto;margin-top:8px;float: right">
14
+ <export-excel-safe :data="$parent.$parent.searchData"
15
+ :field="$parent.$parent.excelHeaders"
16
+ :choose-col="true"
17
+ sqlurl="rs/logic/SafeExportExcel" sql-name="securityCheckLedger" template-name='安检台账'></export-excel-safe>
18
+ <button class="button_spacing button_search" @click="search()">查询</button>
19
+ </div>
20
+ </div>
21
+ </div>
22
+ </criteria>
23
+ <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
24
+ <template partial='head'>
25
+ <tr>
26
+ <th>
27
+ <nobr>小区名称</nobr>
28
+ </th>
29
+ <th>
30
+ <nobr>小区用户数</nobr>
31
+ </th>
32
+ <th>
33
+ <nobr>所属计划</nobr>
34
+ </th>
35
+ <th>
36
+ <nobr>计划内用户数</nobr>
37
+ </th>
38
+ <th>
39
+ <nobr>计划下发时间</nobr>
40
+ </th>
41
+ <th>
42
+ <nobr>执行时间</nobr>
43
+ </th>
44
+ <th>
45
+ <nobr>执行周期</nobr>
46
+ </th>
47
+ <th>
48
+ <nobr>周期单位</nobr>
49
+ </th>
50
+ <th>
51
+ <nobr>距离下周期时间(天)</nobr>
52
+ </th>
53
+ </tr>
54
+ </template>
55
+ <template partial='body'>
56
+ <td style="text-align: center">{{row.f_residential_area}}</td>
57
+ <td style="text-align: center">{{row.area_num}}</td>
58
+ <td style="text-align: center">{{row.f_plan_name}}</td>
59
+ <td style="text-align: center">{{row.plan_num}}</td>
60
+ <td style="text-align: center">{{row.f_issue_time}}</td>
61
+ <td style="text-align: center">{{row.first_check_date}}</td>
62
+ <td style="text-align: center">{{row.zq_value}}</td>
63
+ <td style="text-align: center">{{row.dw_value}}</td>
64
+ <td style="text-align: center">{{row.difference_day}}</td>
65
+ </template>
66
+ </data-grid>
67
+ </criteria-paged>
68
+ </div>
69
+ </div>
70
+ </template>
71
+
72
+ <script>
73
+ import {PagedList} from 'vue-client'
74
+
75
+ export default {
76
+ title: '安检台账',
77
+ data() {
78
+ return {
79
+ model: new PagedList('rs/sql/securityCheckLedger', 20),
80
+ searchData: {
81
+ condition: "1=1"
82
+ },
83
+ excelHeaders: {
84
+ 'f_residential_area': '小区名称',
85
+ 'area_num': '小区用户数',
86
+ 'f_plan_name': '所属计划',
87
+ 'plan_num': '计划内用户数',
88
+ 'f_issue_time': '计划下发时间',
89
+ 'first_check_date': '执行时间',
90
+ 'zq_value': '执行周期',
91
+ 'dw_value': '周期单位',
92
+ 'difference_day': '距离下周期时间(天)'
93
+ }
94
+ }
95
+ },
96
+ methods: {
97
+ selfSearch(args) {
98
+ this.model.search(args.condition, args.model, args.condValue)
99
+ }
100
+ },
101
+ ready() {
102
+
103
+ },
104
+ watch: {
105
+ 'model.condition'(val) {
106
+ if (val) {
107
+ this.searchData.condition = val
108
+ }
109
+ }
110
+ }
111
+
112
+ }
113
+ </script>
@@ -251,6 +251,18 @@
251
251
  >
252
252
  </v-select>
253
253
  </div>
254
+ <div class="form-group col-sm-4" v-show="createPlan.isShare=='是' && ismulchecker">
255
+ <label class="font_normal_body">安&ensp;检&ensp;员:</label>
256
+ <v-select
257
+ class="select select_list"
258
+ :value.sync="createPlan.checkers"
259
+ v-model="createPlan.checkers"
260
+ :options='checker'
261
+ placeholder='请选择'
262
+ :multiple="true"
263
+ >
264
+ </v-select>
265
+ </div>
254
266
  <div class="form-group col-sm-4" v-show="createPlan.isShare=='否'">
255
267
  <label class="font_normal_body">安&ensp;检&ensp;员:</label>
256
268
  <v-select
@@ -350,6 +362,18 @@
350
362
  >
351
363
  </v-select>
352
364
  </div>
365
+ <div class="form-group col-sm-4" v-show="upCheckPlan.isShare=='是' && ismulchecker">
366
+ <label class="font_normal_body">安&ensp;检&ensp;员:</label>
367
+ <v-select
368
+ class="select select_list"
369
+ :value.sync="upCheckPlan.checkers"
370
+ v-model="upCheckPlan.checkers"
371
+ :options='checker'
372
+ placeholder='请选择'
373
+ :multiple="true"
374
+ >
375
+ </v-select>
376
+ </div>
353
377
  <div class="form-group col-sm-4" v-show="upCheckPlan.isShare=='否'">
354
378
  <label class="font_normal_body">安&ensp;检&ensp;员:</label>
355
379
  <v-select
@@ -396,6 +420,7 @@
396
420
  title: '计划管理',
397
421
  data() {
398
422
  return {
423
+ ismulchecker:this.$appdata.getSingleValue('计划安检员多选')?true:false,
399
424
  a:'1',
400
425
  opt:[{label:"按时间降序",value:"按时间降序"},{label:"按时间升序",value:"按时间升序"}],
401
426
  currentorder:'按时间降序',
@@ -410,7 +435,9 @@
410
435
  f_checker_id:'',
411
436
  isShare:'',
412
437
  f_checker:'',
413
- checker:{}
438
+ f_checkerstr:'',
439
+ checker:{},
440
+ checkers:[]
414
441
  },
415
442
  isSend:false,
416
443
  createPlan:{
@@ -421,7 +448,9 @@
421
448
  f_issued:'否',
422
449
  f_checker_id:null,
423
450
  checker:{},
451
+ checkers:[],
424
452
  f_checker:null,
453
+ f_checkerstr:null,
425
454
  f_safecheck_type:'',
426
455
  },
427
456
  planCondition:{},
@@ -523,6 +552,12 @@
523
552
  return
524
553
  }
525
554
  if(this.createPlan.isShare=="是"){
555
+ if(this.ismulchecker && this.createPlan.checkers.length > 0){
556
+ this.createPlan.checkers.forEach((value) => {
557
+ this.createPlan.f_checkerstr += `${value.name},`
558
+ })
559
+ this.createPlan.f_checkerstr = this.createPlan.f_checkerstr.slice(0, -1)
560
+ }
526
561
  this.createPlan.f_checker_id=null
527
562
  this.createPlan.f_checker=null
528
563
  }else{
@@ -545,7 +580,9 @@
545
580
  f_issued:'否',
546
581
  f_checker_id:null,
547
582
  checker:{},
583
+ checkers:[],
548
584
  f_checker:null,
585
+ f_checkerstr:null,
549
586
  f_safecheck_type:'',
550
587
  f_create_operator:''
551
588
  }
@@ -608,7 +645,7 @@
608
645
  //按条件查询所有安检计划
609
646
  async loadCheckPlan() {
610
647
  this.isSend=true
611
- this.checkplan.check.checkes=[]
648
+ this.checkplan.check.checkescheckes=[]
612
649
  let fieldValue=''
613
650
  switch(this.currentorder){
614
651
  case "按时间降序":
@@ -677,6 +714,12 @@
677
714
  console.log(this.upCheckPlan)
678
715
 
679
716
  if(this.upCheckPlan.isShare=="是"){
717
+ if(this.ismulchecker && this.upCheckPlan.checkers.length > 0){
718
+ this.upCheckPlan.checkers.forEach((value) => {
719
+ this.upCheckPlan.f_checkerstr += `${value.name},`
720
+ })
721
+ this.upCheckPlan.f_checkerstr = this.upCheckPlan.f_checkerstr.slice(0, -1)
722
+ }
680
723
  this.upCheckPlan.f_checker_id=null
681
724
  this.upCheckPlan.f_checker=null
682
725
  }else{
@@ -686,6 +729,8 @@
686
729
  this.isSend=true
687
730
  let res=await new HttpResetClass().load("POST", "/rs/logic/updateCheckPlan", {
688
731
  data:{
732
+ checkers:this.createPlan.checkers,
733
+ f_checkerstr:this.createPlan.f_checkerstr,
689
734
  f_checker:this.upCheckPlan.f_checker,
690
735
  f_safecheck_type:this.upCheckPlan.f_safecheck_type,
691
736
  f_checker_id:this.upCheckPlan.f_checker_id,
@@ -172,12 +172,21 @@
172
172
  <td style="text-align:center">{{row.f_buyu}}</td>
173
173
  <td style="text-align:center"><nobr>{{row.f_jujian}}</nobr></td>
174
174
  <td style="text-align:center"><nobr>{{row.f_check_bv}}</nobr></td>
175
- <!--<td style="text-align: center;">-->
176
- <!--<button class="btn btn-link" @click.stop="$parent.$parent.$parent.showhistory(row)">查看</button>-->
177
- <!--</td>-->
178
175
  </tr>
179
176
  </template>
180
- <template partial='foot'></template>
177
+ <template partial="foot">
178
+ <tr>
179
+ <td style="text-align:center"><strong>合计:</strong></td>
180
+ <td style="text-align:center" :colspan="$parent.$parent.$parent.nameForSql.length"></td>
181
+ <td style="text-align:center"><strong>{{model.sums.f_plan_total}}</strong></td>
182
+ <td style="text-align:center"><strong>{{model.sums.f_weijian}}</strong></td>
183
+ <td style="text-align:center"><nobr><strong>{{model.sums.f_yijian}}</strong></nobr></td>
184
+ <td style="text-align:center"><nobr><strong>{{model.sums.f_ruhu}}</strong></nobr></td>
185
+ <td style="text-align:center"><nobr><strong>{{model.sums.f_buyu}}</strong></nobr></td>
186
+ <td style="text-align:center"><nobr><strong>{{model.sums.f_jujian}}</strong></nobr></td>
187
+ <td style="text-align:center"><strong>{{model.sums.f_plan_total>0?(model.sums.f_yijian/model.sums.f_plan_total*100).toFixed(2)+'%':0}}</strong></td>
188
+ </tr >
189
+ </template>
181
190
  </data-grid>
182
191
  </criteria-paged>
183
192
  </div>
@@ -194,7 +203,7 @@
194
203
  export default {
195
204
  data () {
196
205
  return {
197
- model: new PagedList('rs/sql/getCheckPlanAreaList', 99999),
206
+ model: new PagedList('rs/sql/getCheckPlanAreaList', 99999,{},{f_plan_total:'',f_weijian:'',f_yijian:'',f_ruhu:'',f_buyu:'',f_jujian:''}),
198
207
  // 公司下拉
199
208
  curorgid: [this.$login.f.orgid],
200
209
  row: {},
@@ -437,7 +446,18 @@
437
446
  }
438
447
  //tag
439
448
  this.model.rows=JSON.parse(JSON.stringify(temp))
449
+ },
450
+ 'model.rows.length'() {
451
+ // 如果查询无结果,将合计置为0
452
+ if(this.model.rows.length < 1){
453
+ this.model.sums.f_plan_total = 0
454
+ this.model.sums.f_weijian = 0
455
+ this.model.sums.f_yijian = 0
456
+ this.model.sums.f_ruhu = 0
457
+ this.model.sums.f_buyu = 0
458
+ this.model.sums.f_jujian = 0
440
459
  }
460
+ }
441
461
  },
442
462
  computed:{
443
463
  exportParameter(){
@@ -168,7 +168,7 @@
168
168
  </div>
169
169
  <div class="col-xs-12">
170
170
  <p class="panel-title col-xs-5 text-left font"><b>隐患情况:</b></p>
171
- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_last_check_result }}</p>
171
+ <p class="panel-title col-xs-7 text-left input-font">{{ row.f_defect_text }}</p>
172
172
  </div>
173
173
  </div>
174
174
  </div>
@@ -334,6 +334,7 @@
334
334
  </div>
335
335
  <div slot="modal-footer" class="modal-footer">
336
336
  <button type="button" class="btn btn-default" @click="uploadPic">上传</button>
337
+ <button type="button" class="btn btn-default" @click="imgUpModalShow = false">取消</button>
337
338
  </div>
338
339
  </modal>
339
340
  <!--<back-page :need-back='true' @flag="$back()"></back-page>-->
@@ -456,6 +456,10 @@
456
456
  let temp = getFile.data[i].f_downloadpath
457
457
  if (temp) {
458
458
  let URL = temp.substring(temp.lastIndexOf(":\\") + 2)
459
+ if (temp.startsWith('E:')){
460
+ URL = `rs/image/file/${getFile.data[i].f_filename}`
461
+ }
462
+ console.log(URL)
459
463
  getFile.data[i].f_downloadURL = "http://" + location.host + "/" + URL
460
464
  }
461
465
  }
@@ -32,7 +32,7 @@
32
32
  <p class="panel-title text-left input-font" style="width: 79%">{{ userinfo.f_address }}</p>
33
33
  </div>
34
34
  <div class="col-xs-12" style="margin-left: 20px">
35
- <p class="panel-title col-xs-7 text-left input-font"><a @click="searchDevices(userinfo.f_userinfoid)">设备信息维护</a></p>
35
+ <p class="panel-title col-xs-7 text-left input-font"><a @click="upuserinfo(userinfo.f_userinfoid)">设备信息维护</a></p>
36
36
  </div>
37
37
  <!--<div class="col-xs-12">
38
38
  <p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p>
@@ -157,13 +157,21 @@
157
157
  })
158
158
  this.$parent.$parent.$goto('phone-sell-info', {f_userinfo_id: f_userinfo_id})
159
159
  },
160
- searchDevices(f_userinfo_id) {
160
+ // searchDevices(f_userinfo_id) {
161
+ // this.$dispatch('gotoson', {
162
+ // _this: this.$parent.$parent,
163
+ // title: '设备查看',
164
+ // safe: false
165
+ // })
166
+ // this.$parent.$parent.$goto('PhoneDevicesInfo', {f_userinfo_id: f_userinfo_id,f_user_type:this.userinfo.f_check_type})
167
+ // },
168
+ upuserinfo (f_userinfo_id) {
161
169
  this.$dispatch('gotoson', {
162
170
  _this: this.$parent.$parent,
163
- title: '设备查看',
171
+ title: '档案信息变更',
164
172
  safe: false
165
173
  })
166
- this.$parent.$parent.$goto('PhoneDevicesInfo', {f_userinfo_id: f_userinfo_id,f_user_type:this.userinfo.f_check_type})
174
+ this.$parent.$parent.$goto('PhoneUpUserinfo', {f_userinfo_id: f_userinfo_id, f_source: '安检'})
167
175
  },
168
176
  cameraCallBack(prop, fileName) {
169
177
  HostApp.__this__.$set(prop, fileName + '?' + Math.random())
@@ -644,7 +644,7 @@ export default {
644
644
  //args.condition += " and ( f_last_check_date > '"+ args.model.f_check_end + " 23:59:00' or f_last_check_date < '"+ args.model.f_check_start + " 00:00:00' or f_last_check_date is null)"
645
645
  } else if(this.SafeCheckXZ == '未入户') {
646
646
  args.condition += " and r < 1"
647
- args.condition += " and f_last_check_state != '入户'"
647
+ // args.condition += " and f_last_check_state != '入户'"
648
648
  con1 += ` and f_offsite_time > '${args.model.f_check_start}' and f_offsite_time < '${args.model.f_check_end}'`
649
649
  con2 += ` and f_offsite_time > '${args.model.f_check_start}' and f_offsite_time < '${args.model.f_check_end}'`
650
650
  if(args.model.f_check_state=='到访不遇'){
@@ -1786,7 +1786,7 @@ export default {
1786
1786
  this.$set('data.f_user_name', this.item.f_user_name)
1787
1787
  this.$set('data.f_user_phone', this.item.f_user_phone)
1788
1788
  this.$set('data.f_used_name', this.item.f_plan_meters[0].f_used_name)
1789
- this.$set('data.f_rent_phone',this.item.f_plan_meters[0].f_rent_phone)
1789
+ this.$set('data.f_rent_phone',this.item.f_rent_phone)
1790
1790
  this.$set('data.f_remark', '')
1791
1791
  this.$set('data.f_user_phone2',this.item.f_plan_meters[0].f_user_phone2)
1792
1792
  this.$set('data.f_userinfoid', this.item.f_userinfoid)
@@ -55,10 +55,10 @@
55
55
  :options="f_usetypes"
56
56
  clear-button></v-select>
57
57
  </div>
58
- <div class="col-xs-12" style="margin-left: 20px">
59
- <!-- <p class="panel-title col-xs-7 text-left input-font"><a @click="searchDevices(userinfo.f_userinfoid)"></a></p>-->
60
- <a class="panel-title col-xs-8 text-left input-font" style="width: 79%;color: blue;text-decoration:underline" v-if="userinfo.f_safecheck_type=='送气类型'" @click="searchDevices(userinfo.f_userinfoid)">设备信息维护</a>
61
- </div>
58
+ <!-- <div class="col-xs-12" style="margin-left: 20px">-->
59
+ <!-- &lt;!&ndash; <p class="panel-title col-xs-7 text-left input-font"><a @click="searchDevices(userinfo.f_userinfoid)"></a></p>&ndash;&gt;-->
60
+ <!-- <a class="panel-title col-xs-8 text-left input-font" style="width: 79%;color: blue;text-decoration:underline" v-if="userinfo.f_safecheck_type=='送气类型'" @click="searchDevices(userinfo.f_userinfoid)">设备信息维护</a>-->
61
+ <!-- </div>-->
62
62
  </div>
63
63
  <div class="panel-body">
64
64
  <div v-show="false" class="row repair-info-content auto">
@@ -753,14 +753,14 @@
753
753
  })
754
754
  this.$parent.$parent.$goto('phone-sell-info', {f_userinfo_id: f_userinfo_id})
755
755
  },
756
- searchDevices(f_userinfo_id) {
757
- this.$dispatch('gotoson', {
758
- _this: this.$parent.$parent,
759
- title: '设备查看',
760
- safe: false
761
- })
762
- this.$parent.$parent.$goto('PhoneDevicesInfo', {f_userinfo_id: f_userinfo_id})
763
- },
756
+ // searchDevices(f_userinfo_id) {
757
+ // this.$dispatch('gotoson', {
758
+ // _this: this.$parent.$parent,
759
+ // title: '设备查看',
760
+ // safe: false
761
+ // })
762
+ // this.$parent.$parent.$goto('PhoneDevicesInfo', {f_userinfo_id: f_userinfo_id})
763
+ // },
764
764
  cameraCallBack(prop, fileName) {
765
765
  HostApp.__this__.$set(prop, fileName + '?' + Math.random())
766
766
  //tag
@@ -81,6 +81,15 @@
81
81
  <input style="width: 100%" class="search_input input-font" v-model="model.f_address" placeholder="请输入用户地址(可模糊查询)">
82
82
  </div>
83
83
  </div>
84
+ <div class="row app-row">
85
+ <div class="col-xs-4">
86
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
87
+ <label class="font text-left">区/期:</label>
88
+ </div>
89
+ <div class="col-xs-8" >
90
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_area_period" placeholder="请输入" condition="ua.f_area_period like '%{}%'">
91
+ </div>
92
+ </div>
84
93
  <div class="row app-row">
85
94
  <div class="col-xs-4">
86
95
  <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
@@ -154,10 +163,21 @@
154
163
  </div>
155
164
  <div class="row">
156
165
  <p class="panel-title col-xs-4 text-left font">用户电话</p>
157
- <p class="panel-title col-xs-8 text-left input-font" style="width: 77%">{{ row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone }}
166
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone }}
158
167
  <img src="../../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone)'></img></p>
159
168
  </div>
169
+ <div class="row">
170
+ <p class="panel-title col-xs-4 text-left font">租户电话</p>
171
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_zuhu_phone }}
172
+ <img src="../../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_zuhu_phone)'></img></p>
173
+
174
+ </div>
175
+ <div class="row">
176
+ <p class="panel-title col-xs-4 text-left font">临时联系电话</p>
177
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_rent_phone }}
178
+ <img src="../../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_rent_phone)'></img></p>
160
179
 
180
+ </div>
161
181
  <div class="row">
162
182
  <p class="panel-title col-xs-4 text-left font">小区名称</p>
163
183
  <p class="panel-title col-xs-8 text-left input-font">{{ row.f_residential_area }}</p>
@@ -180,7 +200,7 @@
180
200
  </div>
181
201
  <div class="row" v-if="row.f_table_state = '停用'">
182
202
  <p class="panel-title col-xs-4 text-left font">原因</p>
183
- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_table_state }}</p>
203
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_black_comments }}</p>
184
204
  </div>
185
205
  </div>
186
206
  </div>
@@ -111,7 +111,7 @@ export default {
111
111
  })
112
112
  let classes_str = classes_arr.data.map(item => { return `'${item.name}'` }).join()
113
113
  if (classes_arr.data && classes_arr.data.length >0){
114
- this.condition += ` and ( f_class in (${classes_str}) or f_class is null)`
114
+ this.condition += ` and ( f_class in (${classes_str}) or f_class = '')`
115
115
  }
116
116
  let outlets_arr = await new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`, {
117
117
  data: {
@@ -119,7 +119,7 @@ export default {
119
119
  }
120
120
  })
121
121
  if (outlets_arr.data && outlets_arr.data.length >0){
122
- this.condition += ` and ( f_outlets in (${outlets_arr.data.map(outlets => { return `'${outlets.name.substring(3)}'` }).join()}) or f_outlets is null )`
122
+ this.condition += ` and ( f_outlets in (${outlets_arr.data.map(outlets => { return `'${outlets.name.substring(3)}'` }).join()}) or f_outlets = '' )`
123
123
  }
124
124
  },
125
125
  reload() {
@@ -104,6 +104,16 @@
104
104
  close-on-select clear-button>
105
105
  </v-select>
106
106
  </div>
107
+ <div class="row app-row">
108
+ <div class="col-xs-4">
109
+ <img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
110
+ <label for="f_area_period" class="font text-left">区/期:</label>
111
+ </div>
112
+ <div class="col-xs-8" >
113
+ <input id="f_area_period" class="search_input input-font"
114
+ v-model=model.f_area_period condition="f_area_period like '%{}%'" />
115
+ </div>
116
+ </div>
107
117
  <div class="row app-row">
108
118
  <div class="col-xs-4">
109
119
  <img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">