safecheck-client 3.0.34-1 → 3.0.34-100

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.
Files changed (183) hide show
  1. package/package.json +1 -1
  2. package/src/App-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.vue +55 -0
  3. package/src/assets/123.png +0 -0
  4. package/src/assets/f8632d3c8c4c1cb68e99da754cab1a7.png +0 -0
  5. package/src/components/LoadData.vue +62 -0
  6. package/src/components/NewDefectList/DefectListNew.vue +1 -0
  7. package/src/components/android/AddPlanItemYy.vue +451 -0
  8. package/src/components/android/AndroidDefectDeal.vue +1 -0
  9. package/src/components/android/AndroidDefectDealBeforeSafe.vue +502 -0
  10. package/src/components/android/AreaPlan.vue +1 -7
  11. package/src/components/android/AreaSelect.vue +198 -0
  12. package/src/components/android/BuildingSelect.vue +192 -0
  13. package/src/components/android/CheckPlanSelect.vue +229 -0
  14. package/src/components/android/CurrentCreateYy.vue +1051 -0
  15. package/src/components/android/ImgSelfAndroid.vue +181 -181
  16. package/src/components/android/PaperFeedback.vue +34 -1
  17. package/src/components/android/PaperFeedbackTemp.vue +1 -1
  18. package/src/components/android/QRCode/QRCodeBinding.vue +300 -0
  19. package/src/components/android/QRCode/QRCodePage.vue +212 -0
  20. package/src/components/android/SafecheckDevices.vue +4 -4
  21. package/src/components/android/SafecheckDevicesTemp.vue +1 -1
  22. package/src/components/android/SafecheckOrderV.vue +8 -12
  23. package/src/components/android/UserinfoSelect.vue +714 -0
  24. package/src/components/android/examples/410.png +0 -0
  25. package/src/components/android/examples/SafeListExamples.vue +296 -0
  26. package/src/components/android/examples/UserExamples.vue +137 -0
  27. package/src/components/android/examples/ViewDetailsExamples.vue +1235 -0
  28. package/src/components/android/examples/touxiang.png +0 -0
  29. package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
  30. package/src/components/pc/SafeVisitInfo.vue +261 -0
  31. package/src/components/rongcheng/AddPlanItem.vue +8 -0
  32. package/src/components/rongcheng/AspiratedAreaPlan.vue +574 -464
  33. package/src/components/rongcheng/AspiratedUserInfo.vue +1 -1
  34. package/src/components/rongcheng/CheckSearchUser.vue +46 -16
  35. package/src/components/rongcheng/PaperStatem.vue +6 -1
  36. package/src/components/rongcheng/PhoneDevicesInfo.vue +16 -1
  37. package/src/components/rongcheng/PhoneUpUserinfo.vue +1236 -1328
  38. package/src/components/rongcheng/SafecheckOrderV.vue +12 -3
  39. package/src/components/rongcheng/SafecheckOrderVCli.vue +9 -0
  40. package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -633
  41. package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -0
  42. package/src/filiale/baiyin/android.js +11 -10
  43. package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -485
  44. package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -1067
  45. package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
  46. package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -63
  47. package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -1052
  48. package/src/filiale/baiyin/pc/PaperList.vue +790 -790
  49. package/src/filiale/baiyin/pc/PlanChooser.vue +167 -167
  50. package/src/filiale/baiyin/pc/PlanManage.vue +834 -834
  51. package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -348
  52. package/src/filiale/baiyin/pc/RoleSelector.vue +160 -160
  53. package/src/filiale/bayan/android/AddPlanItem.vue +8 -0
  54. package/src/filiale/bayan/android/PaperFeedback.vue +68 -50
  55. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +40 -40
  56. package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
  57. package/src/filiale/bayan/android/SafecheckOrderV.vue +58 -58
  58. package/src/filiale/bayan/android/SafecheckUserInfo.vue +6 -1
  59. package/src/filiale/bayan/pc/NewCheckpaper.vue +50 -46
  60. package/src/filiale/bayan/pc/PaperList.vue +1 -0
  61. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  62. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +35 -15
  63. package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
  64. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
  65. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
  66. package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -0
  67. package/src/filiale/huaran/android.js +12 -0
  68. package/src/filiale/huaran/pc/CheckBook.vue +313 -0
  69. package/src/filiale/huaran/pc/CheckBookAll.vue +69 -0
  70. package/src/filiale/huaran/pc/CheckBookArea.vue +170 -0
  71. package/src/filiale/huaran/pc/CheckBookCompany.vue +166 -0
  72. package/src/filiale/huaran/pc/CheckBookDetails.vue +196 -0
  73. package/src/filiale/huaran/pc/CheckBookEntry.vue +61 -0
  74. package/src/filiale/huaran/pc/CheckBookList.vue +386 -0
  75. package/src/filiale/huaran/pc/CheckBookSearchArea.vue +564 -0
  76. package/src/filiale/huaran/pc/CheckBookSearchUnit.vue +229 -0
  77. package/src/filiale/huaran/pc/CheckBookSearchUser.vue +604 -0
  78. package/src/filiale/huaran/pc/CheckBookUser.vue +112 -0
  79. package/src/filiale/huaran/pc/PaperList.vue +822 -0
  80. package/src/filiale/huaran/pc/PlanManage.vue +887 -0
  81. package/src/filiale/huaran/pc/checkPlanList.vue +419 -0
  82. package/src/filiale/huaran/pc/checkUserList.vue +867 -0
  83. package/src/filiale/huaran/pc.js +27 -0
  84. package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -0
  85. package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1229 -0
  86. package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -1298
  87. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -0
  88. package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -0
  89. package/src/filiale/jiaxian/android.js +14 -10
  90. package/src/filiale/jiaxian/pc.js +12 -12
  91. package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
  92. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
  93. package/src/filiale/kelai/pc/CheckPlanAreaList.vue +15 -7
  94. package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
  95. package/src/filiale/qianneng/android/SafecheckOrderV.vue +1 -1
  96. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -1270
  97. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  98. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
  99. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
  100. package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -0
  101. package/src/filiale/qingtongxia/android/CurrentCreate.vue +1053 -0
  102. package/src/filiale/qingtongxia/android/PhoneUpUserinfo.vue +1230 -0
  103. package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -0
  104. package/src/filiale/qingtongxia/android.js +4 -0
  105. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -0
  106. package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -0
  107. package/src/filiale/ruihua/android.js +11 -0
  108. package/src/filiale/shanxian/android/AddPlanItem.vue +447 -0
  109. package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
  110. package/src/filiale/shanxian/android.js +1 -0
  111. package/src/filiale/shanxian/pc/PaperList.vue +785 -0
  112. package/src/filiale/shanxian/pc/checkUserList.vue +4 -4
  113. package/src/filiale/shanxian/pc.js +2 -2
  114. package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
  115. package/src/filiale/siyang/android/AddPlanItem.vue +450 -0
  116. package/src/filiale/siyang/android/AppCheckPlan.vue +246 -0
  117. package/src/filiale/siyang/android/CurrentCreate.vue +1051 -0
  118. package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
  119. package/src/filiale/siyang/android.js +4 -0
  120. package/src/filiale/siyang/pc/CheckBookList.vue +396 -0
  121. package/src/filiale/siyang/pc/CheckBookSearchArea.vue +667 -0
  122. package/src/filiale/siyang/pc/CheckPlanAreaList.vue +512 -0
  123. package/src/filiale/siyang/pc/CheckSearchUser.vue +1035 -0
  124. package/src/filiale/siyang/pc/HiddenSituation.vue +167 -0
  125. package/src/filiale/siyang/pc/checkPlanList.vue +367 -0
  126. package/src/filiale/siyang/pc/checkUserList.vue +22 -18
  127. package/src/filiale/siyang/pc.js +6 -0
  128. package/src/filiale/tongchuan/android/SafecheckDevices.vue +2 -2
  129. package/src/filiale/tongchuan/android/Select.vue +421 -0
  130. package/src/filiale/tongchuan/android.js +1 -0
  131. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +3 -1
  132. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +6 -2
  133. package/src/filiale/tongchuan/pc/HiddenSituation.vue +3 -1
  134. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +13 -22
  135. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1 -1
  136. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +5 -2
  137. package/src/filiale/tongchuan/pc/checkUserList.vue +30 -0
  138. package/src/filiale/tongchuan/utils/EventListener.js +29 -0
  139. package/src/filiale/tongchuan/utils/coerceBoolean.js +7 -0
  140. package/src/filiale/weinan/android/SafecheckDevices.vue +1 -1
  141. package/src/filiale/weinan/android/SafecheckOrderV.vue +6 -2
  142. package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +75 -62
  143. package/src/filiale/weinan/pc/CheckDetail.vue +11 -11
  144. package/src/filiale/weinan/pc/DefectPaperNew.vue +31 -0
  145. package/src/filiale/weinan/pc/DeviceChange.vue +1088 -0
  146. package/src/filiale/weinan/pc/checkUserList.vue +49 -113
  147. package/src/filiale/weinan/pc.js +1 -0
  148. package/src/filiale/wuan/android/SafecheckOrderV.vue +5 -1
  149. package/src/filiale/wuan/android/SafecheckUserInfo.vue +10 -5
  150. package/src/filiale/xilan/android/AddPlanItem.vue +457 -0
  151. package/src/filiale/xilan/android/CurrentCreate.vue +1063 -0
  152. package/src/filiale/xilan/android.js +11 -0
  153. package/src/filiale/xilan/pc/checkUserList.vue +772 -0
  154. package/src/filiale/xilan/pc.js +12 -0
  155. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +8 -11
  156. package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +8 -13
  157. package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -1362
  158. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -1731
  159. package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -1235
  160. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1336 -1332
  161. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2865 -2845
  162. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
  163. package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +8 -13
  164. package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +23 -11
  165. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +9 -9
  166. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +96 -30
  167. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -1192
  168. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +54 -3
  169. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1046 -944
  170. package/src/filiale/yangchunboneng/pc/PaperList.vue +29 -0
  171. package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
  172. package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
  173. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
  174. package/src/filiale/yuansheng/android/SafecheckDevices.vue +11 -1
  175. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +10 -2
  176. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
  177. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
  178. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
  179. package/src/main-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.js +24 -0
  180. package/src/main.js +33 -33
  181. package/src/safecheck-android.js +307 -296
  182. package/src/safecheck-page.js +12 -0
  183. package/src/safecheck.js +3 -0
@@ -303,15 +303,7 @@ export default {
303
303
  {label: '左表', value: '左表'},
304
304
  {label: '右表', value: '右表'}
305
305
  ],
306
- check_states: [
307
- {label: '请选择安检状态', value: ''},
308
- {label: '入户', value: '入户'},
309
- {label: '到访不遇', value: '到访不遇'},
310
- {label: '拒检', value: '拒检'},
311
- {label: '停用', value: '停用'},
312
- {label: '未通气', value: '未通气'},
313
- {label: '拆除', value: '拆除'}
314
- ],
306
+ check_states: Vue.$appdata.getParam('安检状态'),
315
307
  last_check_states: [
316
308
  {label: '请选择上次安检状态', value: ''},
317
309
  {label: '入户', value: '入户'},
@@ -437,10 +429,13 @@ export default {
437
429
  condition += " and f_offsite_time < '"+this.$refs.paged.$refs.cri.model.f_end_date +"'"
438
430
  }
439
431
  }
440
- if(this.$refs.paged.$refs.cri.model.f_state){
441
- if(this.$refs.paged.$refs.cri.model.f_state.toString().trim()){
442
- condition += " and f_entry_status = '"+this.$refs.paged.$refs.cri.model.f_state +"'"
443
- }
432
+ if(this.$refs.paged.$refs.cri.model.f_state.length > 0){
433
+ let last_check_state = ''
434
+ this.$refs.paged.$refs.cri.model.f_state.forEach((item) => {
435
+ last_check_state = last_check_state + `'${item}',`
436
+ })
437
+ last_check_state = last_check_state.slice(0, -1)
438
+ condition += " and f_entry_status in ("+last_check_state+")"
444
439
  }
445
440
  if(this.$refs.paged.$refs.cri.model.f_user_type){
446
441
  if(this.$refs.paged.$refs.cri.model.f_user_type.toString().trim()){
@@ -68,10 +68,11 @@
68
68
  </div>
69
69
  <div class="row">
70
70
  <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
71
- <label class="font_normal_body">通气开始</label>
71
+ <label class="font_normal_body">首次通气开始</label>
72
72
  <datepicker
73
73
  :value.sync="model.f_gas_date_str"
74
74
  style="width: 60%"
75
+ placeholder='首次通气开始日期'
75
76
  :format="'yyyy-MM-dd 00:00:00'"
76
77
  v-model="model.f_gas_date_str"
77
78
  condition="f_uservent_date > '{}'"
@@ -79,40 +80,50 @@
79
80
  </datepicker>
80
81
  </div>
81
82
  <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
82
- <label class="font_normal_body">通气结束</label>
83
+ <label class="font_normal_body">首次通气结束</label>
83
84
  <datepicker
84
85
  :value.sync="model.f_gas_date_end"
85
86
  style="width: 60%"
87
+ placeholder='首次通气结束日期'
86
88
  :format="'yyyy-MM-dd 23:59:59'"
87
89
  v-model="model.f_gas_date_end"
88
90
  condition="f_uservent_date < '{}'"
89
91
  >
90
92
  </datepicker>
91
93
  </div>
92
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
93
- <label class="font_normal_body">开始时间</label>
94
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow" >
95
+ <label class="font_normal_body">表具通气开始</label>
94
96
  <datepicker
95
97
  :value.sync="model.f_check_start"
96
- placeholder='首次通气时间' style="width: 60%"
98
+ placeholder='表具通气开始时间' style="width: 60%"
97
99
  :disabled-days-of-week="[]"
98
100
  :format="'yyyy-MM-dd'"
99
101
  :show-rest-button="reset"
100
102
  v-model="model.f_check_start"
101
- condition="f_uservent_date > ='{} 00:00:00'">
103
+ condition="f_gas_date > ='{} 00:00:00'">
102
104
  </datepicker>
103
105
  </div>
104
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
105
- <label class="font_normal_body">结束时间</label>
106
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow" >
107
+ <label class="font_normal_body">表具通气结束</label>
106
108
  <datepicker
107
109
  :value.sync="model.f_check_end"
108
- placeholder='首次通气时间' style="width: 60%"
110
+ placeholder='表具通气结束时间' style="width: 60%"
109
111
  :disabled-days-of-week="[]"
110
112
  :format="'yyyy-MM-dd'"
111
113
  :show-rest-button="reset"
112
114
  v-model="model.f_check_end"
113
- condition="f_uservent_date <= '{} 23:59:59'">
115
+ condition="f_gas_date <= '{} 23:59:59'">
114
116
  </datepicker>
115
117
  </div>
118
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
119
+ <label class="font_normal_body">用户状态</label>
120
+ <v-select :value.sync="model.f_user_state" v-model='model.f_user_state'
121
+ :value-single="true" style="width: 60%"
122
+ class="select_list select"
123
+ :options='$parent.$parent.userstates'
124
+ close-on-select
125
+ condition="f_user_state = '{}'"></v-select>
126
+ </div>
116
127
  </div>
117
128
  </div>
118
129
  </criteria>
@@ -291,6 +302,7 @@ export default {
291
302
  f_orgid: '',
292
303
  bookAll: false,
293
304
  bookList: [],
305
+ userstates:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')],
294
306
  selectBook:'',
295
307
  userTypes: [{label: '全部', value: ''},{label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
296
308
  // init:false,
@@ -635,7 +647,7 @@ export default {
635
647
  // this.$refs.paged.$refs.criteria.model.f_is_checkbook = 'f_check_book_name is null'
636
648
  // //tag
637
649
  // // this.init=true
638
- // this.freshCheckBook()
650
+ this.freshCheckBook()
639
651
  }
640
652
  }
641
653
  </script>
@@ -36,27 +36,27 @@
36
36
  condition="tuf.f_user_type ='{}'"></v-select>
37
37
  </div>
38
38
  <div class="form-group col-sm-3">
39
- <label class="font_normal_body">通气开始</label>
39
+ <label class="font_normal_body">首次通气开始</label>
40
40
  <datepicker
41
41
  :value.sync="model.f_gas_start"
42
- placeholder='开始时间' style="width: 60%"
42
+ placeholder='首次通气开始' style="width: 60%"
43
43
  :disabled-days-of-week="[]"
44
44
  :format="'yyyy-MM-dd'"
45
45
  :show-rest-button="reset"
46
46
  v-model="model.f_gas_start"
47
- condition="f_gas_date > ='{} 00:00:00'">
47
+ condition="tui.f_uservent_date > ='{} 00:00:00'">
48
48
  </datepicker>
49
49
  </div>
50
50
  <div class="form-group col-sm-3">
51
- <label class="font_normal_body">通气结束</label>
51
+ <label class="font_normal_body">首次通气结束</label>
52
52
  <datepicker
53
53
  :value.sync="model.f_gas_end"
54
- placeholder='结束时间' style="width: 60%"
54
+ placeholder='首次通气结束' style="width: 60%"
55
55
  :disabled-days-of-week="[]"
56
56
  :format="'yyyy-MM-dd'"
57
57
  :show-rest-button="reset"
58
58
  v-model="model.f_gas_end"
59
- condition="f_gas_date <= '{} 23:59:59'">
59
+ condition="tui.f_uservent_date <= '{} 23:59:59'">
60
60
  </datepicker>
61
61
  </div>
62
62
  </div>
@@ -83,7 +83,7 @@
83
83
  <th><nobr>用户姓名</nobr></th>
84
84
  <th><nobr>用户电话</nobr></th>
85
85
  <th><nobr>用户地址</nobr></th>
86
- <th><nobr>通气日期</nobr></th>
86
+ <th><nobr>首次通气日期</nobr></th>
87
87
  <th><nobr>操作</nobr></th>
88
88
  </tr>
89
89
  </template>
@@ -99,7 +99,7 @@
99
99
  <td style="text-align:center">{{row.f_user_name}}</td>
100
100
  <td style="text-align:center">{{row.f_user_phone}}</td>
101
101
  <td style="text-align:center">{{row.f_address}}</td>
102
- <td style="text-align:center">{{row.f_gas_date}}</td>
102
+ <td style="text-align:center">{{row.f_uservent_date}}</td>
103
103
  <td style="text-align: center">
104
104
  <button class="button_spacing button_search-1" @click='$parent.$parent.$parent.remove(row)'>移出安检册</button>
105
105
  </td>
@@ -131,7 +131,7 @@ export default {
131
131
  'f_user_name': '客户姓名',
132
132
  'f_user_phone':'客户电话',
133
133
  'f_address': '客户地址',
134
- 'f_gas_date': '通气日期'
134
+ 'f_uservent_date': '首次通气日期'
135
135
  },
136
136
  userTypes: [{label: '全部', value: ''},{label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
137
137
  model: new PagedList('rs/sql/getUserByCheckBook', 50)
@@ -161,19 +161,22 @@
161
161
  <nobr>计划总数</nobr>
162
162
  </th>
163
163
  <th>
164
- <nobr>未检</nobr>
164
+ <nobr>未上门</nobr>
165
165
  </th>
166
166
  <th>
167
- <nobr>已检</nobr>
167
+ <nobr>未安检</nobr>
168
168
  </th>
169
169
  <th>
170
- <nobr>入户</nobr>
170
+ <nobr>已上门</nobr>
171
171
  </th>
172
172
  <th>
173
- <nobr>到访不遇</nobr>
173
+ <nobr>已安检</nobr>
174
174
  </th>
175
175
  <th>
176
- <nobr>拒检</nobr>
176
+ <nobr>已完成</nobr>
177
+ </th>
178
+ <th>
179
+ <nobr>入户</nobr>
177
180
  </th>
178
181
  <th>
179
182
  <nobr>拆除</nobr>
@@ -184,9 +187,30 @@
184
187
  <th>
185
188
  <nobr>未通气</nobr>
186
189
  </th>
190
+ <th>
191
+ <nobr>拒检</nobr>
192
+ </th>
193
+ <th>
194
+ <nobr>到访不遇1</nobr>
195
+ </th>
196
+ <th>
197
+ <nobr>到访不遇2</nobr>
198
+ </th>
199
+ <th>
200
+ <nobr>到访不遇3</nobr>
201
+ </th>
202
+ <th>
203
+ <nobr>到访不遇3+</nobr>
204
+ </th>
205
+ <th>
206
+ <nobr>上门率</nobr>
207
+ </th>
187
208
  <th>
188
209
  <nobr>安检率</nobr>
189
210
  </th>
211
+ <th>
212
+ <nobr>完成率</nobr>
213
+ </th>
190
214
  <!--<th>-->
191
215
  <!--<nobr>查看</nobr>-->
192
216
  <!--</th>-->
@@ -209,15 +233,23 @@
209
233
  <td style="text-align:center" :class="{'td-0':row && !row.department,'td-1':model.rows && model.rows.length!=($index+1)&&row.department && row.department.indexOf('*&')==-1,'td-2':model.rows && model.rows.length!=($index+1)&&row.department &&row.department.indexOf('*&')!=-1,'td-3':model.rows && model.rows.length==($index+1)&&row.department &&row.department.indexOf('*&')!=-1,'td-4':model.rows && model.rows.length==($index+1)&&row.department &&row.department.indexOf('*&')==-1}" v-if="$parent.$parent.$parent.nameForSql && $parent.$parent.$parent.nameForSql.includes('department')">{{row.department && row.department.indexOf('*&')!=-1?'':row.department}}</td>
210
234
  <td style="text-align:center" v-if="$parent.$parent.$parent.nameForSql.includes('f_user_number')">{{row.f_user_number}}</td>
211
235
  <td style="text-align:center">{{row.f_plan_total}}</td>
236
+ <td style="text-align:center">{{row.f_weishangmen}}</td>
212
237
  <td style="text-align:center">{{row.f_weijian}}</td>
213
- <td style="text-align:center"><nobr>{{row.f_yijian}}</nobr></td>
238
+ <td style="text-align:center">{{row.f_yishangmen}}</td>
239
+ <td style="text-align:center">{{row.f_yijian}}</td>
240
+ <td style="text-align:center"><nobr>{{row.f_yiwancheng}}</nobr></td>
214
241
  <td style="text-align:center"><nobr>{{row.f_ruhu}}</nobr></td>
215
- <td style="text-align:center">{{row.f_buyu}}</td>
216
- <td style="text-align:center"><nobr>{{row.f_jujian}}</nobr></td>
217
242
  <td style="text-align:center"><nobr>{{row.f_chaichu}}</nobr></td>
218
243
  <td style="text-align:center"><nobr>{{row.f_tingyong}}</nobr></td>
219
244
  <td style="text-align:center"><nobr>{{row.f_weitongqi}}</nobr></td>
245
+ <td style="text-align:center"><nobr>{{row.f_jujian}}</nobr></td>
246
+ <td style="text-align:center">{{row.f_buyu}}</td>
247
+ <td style="text-align:center">{{row.f_buyu2}}</td>
248
+ <td style="text-align:center">{{row.f_buyu3}}</td>
249
+ <td style="text-align:center">{{row.f_buyu4}}</td>
250
+ <td style="text-align:center"><nobr>{{row.f_shangmen_bv}}</nobr></td>
220
251
  <td style="text-align:center"><nobr>{{row.f_check_bv}}</nobr></td>
252
+ <td style="text-align:center"><nobr>{{row.f_wangcheng_bv}}</nobr></td>
221
253
  <!--<td style="text-align: center;">-->
222
254
  <!--<button class="btn btn-link" @click.stop="$parent.$parent.$parent.showhistory(row)">查看</button>-->
223
255
  <!--</td>-->
@@ -234,15 +266,23 @@
234
266
  <th v-if="$parent.$parent.$parent.nameForSql.includes('department')"></th>
235
267
  <th v-if="$parent.$parent.$parent.nameForSql.includes('f_user_number')"></th>
236
268
  <td style="text-align: center">{{model.sums.f_plan_total}}</td>
269
+ <td style="text-align: center">{{model.sums.f_weishangmen}}</td>
237
270
  <td style="text-align: center">{{model.sums.f_weijian}}</td>
271
+ <td style="text-align: center">{{model.sums.f_yishangmen}}</td>
238
272
  <td style="text-align: center">{{model.sums.f_yijian}}</td>
273
+ <td style="text-align: center">{{model.sums.f_yiwancheng}}</td>
239
274
  <td style="text-align: center">{{model.sums.f_ruhu}}</td>
240
- <td style="text-align: center">{{model.sums.f_buyu}}</td>
241
- <td style="text-align: center">{{model.sums.f_jujian}}</td>
242
275
  <td style="text-align: center">{{model.sums.f_chaichu}}</td>
243
276
  <td style="text-align: center">{{model.sums.f_tingyong}}</td>
244
277
  <td style="text-align: center">{{model.sums.f_weitongqi}}</td>
245
- <td style="text-align: center">{{(parseFloat(model.sums.f_yijian) / parseFloat(model.sums.f_plan_total) * 100).toFixed(2) + '%'}}</td>
278
+ <td style="text-align: center">{{model.sums.f_tingyong}}</td>
279
+ <td style="text-align: center">{{model.sums.f_buyu}}</td>
280
+ <td style="text-align: center">{{model.sums.f_buyu2}}</td>
281
+ <td style="text-align: center">{{model.sums.f_buyu3}}</td>
282
+ <td style="text-align: center">{{model.sums.f_buyu4}}</td>
283
+ <td style="text-align: center">{{(parseFloat(model.sums.f_yishangmen) / parseFloat(model.sums.f_plan_total) * 100).toFixed(2) + '%'}}</td>
284
+ <td style="text-align: center">{{(parseFloat(model.sums.f_ruhu) / parseFloat(model.sums.f_plan_total) * 100).toFixed(2) + '%'}}</td>
285
+ <td style="text-align: center">{{(parseFloat(model.sums.f_yiwancheng) / parseFloat(model.sums.f_plan_total) * 100).toFixed(2) + '%'}}</td>
246
286
 
247
287
  </template>
248
288
  </data-grid>
@@ -262,14 +302,20 @@
262
302
  return {
263
303
  model: new PagedList('rs/sql/getCheckPlanAreaList', 99999,{},{
264
304
  f_plan_total:'',
305
+ f_weishangmen:'',
265
306
  f_weijian:'',
307
+ f_yishangmen:'',
266
308
  f_yijian:'',
309
+ f_yiwancheng:'',
267
310
  f_ruhu:'',
268
- f_buyu:'',
269
- f_jujian:'',
270
311
  f_chaichu:'',
271
312
  f_tingyong:'',
272
- f_weitongqi:''
313
+ f_weitongqi:'',
314
+ f_jujian:'',
315
+ f_buyu:'',
316
+ f_buyu2:'',
317
+ f_buyu3:'',
318
+ f_buyu4:'',
273
319
  }),
274
320
  // 公司下拉
275
321
  curorgid: [this.$login.f.orgid],
@@ -286,15 +332,24 @@
286
332
  f_safe_end:'',
287
333
  planName:[{label: '全部', value: ''}],
288
334
  exportExcelField: {
289
- 'f_weijian':'未检',
290
- 'f_yijian':'已检',
291
- 'f_ruhu':'入户',
292
- 'f_buyu':'到访不遇',
293
- 'f_jujian':'拒检',
294
- 'f_chaichu':'拆除',
295
- 'f_tingyong':'停用',
296
- 'f_weitongqi':'未通气',
297
- 'f_check_bv':'安检率'
335
+ f_plan_total:'计划总数',
336
+ f_weishangmen:'未上门',
337
+ f_weijian:'未安检',
338
+ f_yishangmen:'已上门',
339
+ f_yijian:'已安检',
340
+ f_yiwancheng:'已完成',
341
+ f_ruhu:'入户',
342
+ f_chaichu:'拆除',
343
+ f_tingyong:'停用',
344
+ f_weitongqi:'未通气',
345
+ f_jujian:'拒检',
346
+ f_buyu:'到访不遇1',
347
+ f_buyu2:'到访不遇2',
348
+ f_buyu3:'到访不遇3',
349
+ f_buyu4:'到访不遇3+',
350
+ f_shangmen_bv:'上门率',
351
+ f_check_bv:'安检率',
352
+ f_wangcheng_bv:'完成率'
298
353
  }
299
354
  }
300
355
  },
@@ -329,13 +384,24 @@
329
384
  // 获取导出列
330
385
  getexportExcelField(){
331
386
  this.exportExcelField = {
332
- 'f_weijian':'未检',
333
- 'f_yijian':'已检',
334
- 'f_ruhu':'入户',
335
- 'f_buyu':'到访不遇',
336
- 'f_jujian':'拒检',
337
- 'f_check_bv':'安检率',
338
- 'f_plan_total':'计划总数'
387
+ f_plan_total:'计划总数',
388
+ f_weishangmen:'未上门',
389
+ f_weijian:'未安检',
390
+ f_yishangmen:'已上门',
391
+ f_yijian:'已安检',
392
+ f_yiwancheng:'已完成',
393
+ f_ruhu:'入户',
394
+ f_chaichu:'拆除',
395
+ f_tingyong:'停用',
396
+ f_weitongqi:'未通气',
397
+ f_jujian:'拒检',
398
+ f_buyu:'到访不遇1',
399
+ f_buyu2:'到访不遇2',
400
+ f_buyu3:'到访不遇3',
401
+ f_buyu4:'到访不遇3+',
402
+ f_shangmen_bv:'上门率',
403
+ f_check_bv:'安检率',
404
+ f_wangcheng_bv:'完成率'
339
405
  }
340
406
  let forName = this.groupNameForSql.split(",")
341
407
  for (let i = 0; i < forName.length; i++) {