safecheck-client 3.0.39-14 → 3.0.39-16

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 (256) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/android.html +18 -18
  4. package/config/dev.env.js +6 -6
  5. package/config/index.js +38 -38
  6. package/config/prod.env.js +3 -3
  7. package/config/test.env.js +6 -6
  8. package/docs/AppBase.md +22 -22
  9. package/docs/Busy.md +14 -14
  10. package/docs/CriteriaPaged.md +47 -47
  11. package/docs/DataGrid.md +54 -54
  12. package/docs/DataModel.md +22 -22
  13. package/docs/Dynamic.md +42 -42
  14. package/docs/GetParams.md +11 -11
  15. package/docs/HttpBusy.md +13 -13
  16. package/docs/HttpStore.md +29 -29
  17. package/docs/MessageBox.md +28 -28
  18. package/docs/PagedList.md +29 -29
  19. package/docs/Pager.md +21 -21
  20. package/docs/Project.md +23 -23
  21. package/docs/Route.md +105 -105
  22. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  23. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  24. package/docs/Task.md +46 -46
  25. package/docs/TreeList.md +28 -28
  26. package/docs/TreeMixin.md +18 -18
  27. package/docs/all.md +10 -10
  28. package/docs/list.md +42 -42
  29. package/docs/partial.md +75 -75
  30. package/docs/selector.md +82 -82
  31. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  32. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
  33. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
  34. package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
  35. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  36. package/examples/AddressList/App.vue +13 -13
  37. package/examples/AddressList/index.html +11 -11
  38. package/examples/DispatchList/App.vue +10 -10
  39. package/examples/DispatchList/BaseTree.vue +13 -13
  40. package/examples/DispatchList/Init.vue +22 -22
  41. package/examples/DispatchList/Test.vue +20 -20
  42. package/examples/DispatchList/index.html +11 -11
  43. package/examples/DispatchList/main.js +18 -18
  44. package/home.html +16 -16
  45. package/package.json +1 -1
  46. package/publish.bat +7 -7
  47. package/release.bat +5 -5
  48. package/src/Widget.vue +13 -13
  49. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  50. package/src/android-bootstrap/less/.csscomb.json +304 -304
  51. package/src/android-bootstrap/less/.csslintrc +19 -19
  52. package/src/android-bootstrap/less/alerts.less +73 -73
  53. package/src/android-bootstrap/less/badges.less +66 -66
  54. package/src/android-bootstrap/less/bootstrap.less +56 -56
  55. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  56. package/src/android-bootstrap/less/button-groups.less +247 -247
  57. package/src/android-bootstrap/less/buttons.less +173 -173
  58. package/src/android-bootstrap/less/carousel.less +269 -269
  59. package/src/android-bootstrap/less/close.less +34 -34
  60. package/src/android-bootstrap/less/code.less +69 -69
  61. package/src/android-bootstrap/less/component-animations.less +33 -33
  62. package/src/android-bootstrap/less/grid.less +84 -84
  63. package/src/android-bootstrap/less/input-groups.less +167 -167
  64. package/src/android-bootstrap/less/jumbotron.less +52 -52
  65. package/src/android-bootstrap/less/labels.less +64 -64
  66. package/src/android-bootstrap/less/list-group.less +141 -141
  67. package/src/android-bootstrap/less/media.less +66 -66
  68. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  69. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  70. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  71. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  72. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  73. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  74. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  75. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  76. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  77. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  78. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  79. package/src/android-bootstrap/less/mixins/image.less +33 -33
  80. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  81. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  82. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  83. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  84. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  85. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  86. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  87. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  88. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  89. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  90. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  91. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  92. package/src/android-bootstrap/less/mixins/size.less +10 -10
  93. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  94. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  95. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  96. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  97. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  98. package/src/android-bootstrap/less/mixins.less +40 -40
  99. package/src/android-bootstrap/less/modals.less +151 -151
  100. package/src/android-bootstrap/less/navbar.less +660 -660
  101. package/src/android-bootstrap/less/navs.less +290 -290
  102. package/src/android-bootstrap/less/normalize.less +424 -424
  103. package/src/android-bootstrap/less/pager.less +76 -76
  104. package/src/android-bootstrap/less/pagination.less +89 -89
  105. package/src/android-bootstrap/less/panels.less +274 -274
  106. package/src/android-bootstrap/less/popovers.less +131 -131
  107. package/src/android-bootstrap/less/print.less +101 -101
  108. package/src/android-bootstrap/less/progress-bars.less +87 -87
  109. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  110. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  111. package/src/android-bootstrap/less/scaffolding.less +161 -161
  112. package/src/android-bootstrap/less/tables.less +262 -262
  113. package/src/android-bootstrap/less/theme.less +291 -291
  114. package/src/android-bootstrap/less/thumbnails.less +36 -36
  115. package/src/android-bootstrap/less/tooltip.less +102 -102
  116. package/src/android-bootstrap/less/type.less +303 -303
  117. package/src/android-bootstrap/less/utilities.less +55 -55
  118. package/src/android-bootstrap/less/variables.less +896 -896
  119. package/src/android-bootstrap/less/wells.less +29 -29
  120. package/src/bootstrap/less/.csscomb.json +304 -304
  121. package/src/bootstrap/less/.csslintrc +19 -19
  122. package/src/bootstrap/less/alerts.less +73 -73
  123. package/src/bootstrap/less/badges.less +66 -66
  124. package/src/bootstrap/less/breadcrumbs.less +26 -26
  125. package/src/bootstrap/less/button-groups.less +247 -247
  126. package/src/bootstrap/less/buttons.less +172 -172
  127. package/src/bootstrap/less/carousel.less +269 -269
  128. package/src/bootstrap/less/close.less +34 -34
  129. package/src/bootstrap/less/code.less +69 -69
  130. package/src/bootstrap/less/component-animations.less +33 -33
  131. package/src/bootstrap/less/dropdowns.less +216 -216
  132. package/src/bootstrap/less/grid.less +84 -84
  133. package/src/bootstrap/less/input-groups.less +167 -167
  134. package/src/bootstrap/less/jumbotron.less +52 -52
  135. package/src/bootstrap/less/labels.less +64 -64
  136. package/src/bootstrap/less/list-group.less +141 -141
  137. package/src/bootstrap/less/media.less +66 -66
  138. package/src/bootstrap/less/mixins/alerts.less +14 -14
  139. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  140. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  141. package/src/bootstrap/less/mixins/buttons.less +69 -69
  142. package/src/bootstrap/less/mixins/center-block.less +7 -7
  143. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  144. package/src/bootstrap/less/mixins/forms.less +90 -90
  145. package/src/bootstrap/less/mixins/gradients.less +59 -59
  146. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  147. package/src/bootstrap/less/mixins/grid.less +122 -122
  148. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  149. package/src/bootstrap/less/mixins/image.less +33 -33
  150. package/src/bootstrap/less/mixins/labels.less +12 -12
  151. package/src/bootstrap/less/mixins/list-group.less +30 -30
  152. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  153. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  154. package/src/bootstrap/less/mixins/opacity.less +8 -8
  155. package/src/bootstrap/less/mixins/pagination.less +24 -24
  156. package/src/bootstrap/less/mixins/panels.less +24 -24
  157. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  158. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  159. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  160. package/src/bootstrap/less/mixins/resize.less +6 -6
  161. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  162. package/src/bootstrap/less/mixins/size.less +10 -10
  163. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  164. package/src/bootstrap/less/mixins/table-row.less +44 -44
  165. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  166. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  167. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  168. package/src/bootstrap/less/mixins.less +40 -40
  169. package/src/bootstrap/less/modals.less +151 -151
  170. package/src/bootstrap/less/navbar.less +660 -660
  171. package/src/bootstrap/less/normalize.less +424 -424
  172. package/src/bootstrap/less/pagination.less +89 -89
  173. package/src/bootstrap/less/panels.less +275 -275
  174. package/src/bootstrap/less/popovers.less +131 -131
  175. package/src/bootstrap/less/print.less +101 -101
  176. package/src/bootstrap/less/progress-bars.less +87 -87
  177. package/src/bootstrap/less/responsive-embed.less +35 -35
  178. package/src/bootstrap/less/responsive-utilities.less +194 -194
  179. package/src/bootstrap/less/scaffolding.less +161 -161
  180. package/src/bootstrap/less/theme.less +291 -291
  181. package/src/bootstrap/less/thumbnails.less +36 -36
  182. package/src/bootstrap/less/tooltip.less +102 -102
  183. package/src/bootstrap/less/type.less +303 -303
  184. package/src/bootstrap/less/utilities.less +55 -55
  185. package/src/bootstrap/less/wells.less +29 -29
  186. package/src/components/FileUpload.vue +696 -696
  187. package/src/components/Hello.vue +39 -39
  188. package/src/components/LeftTree.vue +27 -27
  189. package/src/components/android/AttendanceTally.vue +116 -116
  190. package/src/components/android/Blank.vue +10 -10
  191. package/src/components/android/CheckUnplanPage.vue +56 -56
  192. package/src/components/android/Checker.vue +12 -12
  193. package/src/components/android/CheckerAnnual.vue +81 -81
  194. package/src/components/android/CheckerAvarta.vue +82 -82
  195. package/src/components/android/EquipmentInspection.vue +348 -348
  196. package/src/components/android/FootprintMap.vue +120 -120
  197. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  198. package/src/components/android/MasterMain.vue +77 -77
  199. package/src/components/android/Menu.vue +132 -132
  200. package/src/components/android/PaperAlarm.vue +85 -85
  201. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  202. package/src/components/android/PlumberAnnual.vue +83 -83
  203. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  204. package/src/components/android/PlumberMonthly.vue +84 -84
  205. package/src/components/android/PostMap.vue +83 -83
  206. package/src/components/android/QueryCheckHistory.vue +122 -122
  207. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  208. package/src/components/android/RepairMain.vue +60 -60
  209. package/src/components/android/Repairman.vue +12 -12
  210. package/src/components/android/StationMaster.vue +12 -12
  211. package/src/components/defects/DefectModal.vue +101 -101
  212. package/src/components/defects/DevicesAndItem.vue +39 -39
  213. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  214. package/src/components/notice/NoticeForm.vue +100 -100
  215. package/src/components/notice/NoticeIssue.vue +20 -20
  216. package/src/components/paper/PicViewer.vue +18 -18
  217. package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +248 -248
  218. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  219. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  220. package/src/components/phonestate/PostMap.vue +82 -82
  221. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  222. package/src/components/userfile/MeterFile.vue +145 -145
  223. package/src/components/userfile/MeterModify.vue +46 -46
  224. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  225. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +713 -713
  226. package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +499 -499
  227. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +578 -573
  228. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +508 -508
  229. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +595 -595
  230. package/src/filiale/hanzhong/pc/HomeEcharts.vue +153 -153
  231. package/src/filiale/kelai/android/PaperFeedback.vue +1553 -1553
  232. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +104 -38
  233. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +42 -19
  234. package/src/filiale/tongchuan/pc/AMapTrailShowZk.vue +226 -226
  235. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1091 -1091
  236. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +664 -664
  237. package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +247 -247
  238. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1094 -1094
  239. package/src/filiale/tongchuan/pc/PaperList.vue +718 -718
  240. package/src/filiale/tongchuan/pc/PersonTrack.vue +269 -269
  241. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +336 -336
  242. package/src/filiale/tongchuan/pc.js +37 -37
  243. package/src/filiale/wuan/android/SafecheckOrderV.vue +2242 -2242
  244. package/src/filiale/wuan/android/SafecheckUserInfo.vue +659 -659
  245. package/src/plugins/LoadData.js +10 -10
  246. package/src/plugins/LoadParams.js +24 -24
  247. package/src/stores/wxconfig.js +10 -10
  248. package/src/utils/getNowDate.js +33 -33
  249. package/test/e2e/custom-assertions/elementCount.js +26 -26
  250. package/test/e2e/nightwatch.conf.js +40 -40
  251. package/test/e2e/runner.js +30 -30
  252. package/test/e2e/specs/test.js +13 -13
  253. package/test/unit/.eslintrc +5 -5
  254. package/test/unit/TestUtil.js +62 -62
  255. package/test/unit/context.html +20 -20
  256. package/test/unit/index.js +13 -13
@@ -1,1094 +1,1094 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <criteria-paged :model="model" v-ref:paged @sort="sort">
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_userinfo_code"
11
- style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
12
- </div>
13
- <div class="form-group col-sm-2">
14
- <label class="font_normal_body">客户名称</label>
15
- <input type="text" class="input_search" v-model="model.f_user_name" style="width: 60%"
16
- placeholder="客户名称" condition="f_user_name like '%{}%'">
17
- </div>
18
- <div class="form-group col-sm-2">
19
- <label class="font_normal_body">客户电话</label>
20
- <input type="text" class="input_search" v-model="model.f_user_phone" style="width: 60%"
21
- placeholder="客户电话" condition="f_user_phone like '%{}%'">
22
- </div>
23
- <div class="form-group col-sm-2">
24
- <label class="font_normal_body">小&emsp;&emsp;区</label>
25
- <input type="text" class="input_search" v-model="model.f_residential_area"
26
- style="width: 60%" placeholder="小区" condition="f_residential_area like '%{}%'">
27
- </div>
28
- <div class="form-group col-sm-2">
29
- <label class="font_normal_body">详细地址</label>
30
- <input type="text" class="input_search" v-model="model.f_address" style="width: 60%"
31
- placeholder="详细地址" condition="f_address like '%{}%'">
32
- </div>
33
- <div class="form-group col-sm-2" style="width: auto;margin-top:8px;float: right">
34
-
35
- <export-excel-safe :data="$parent.$parent.searchData"
36
- :field="$parent.$parent.excelHeaders" progress="safeGetExportProgress"
37
- sqlurl="rs/logic/SafeExportExcel" sql-name="defectDetails" template-name='安检隐患明细'
38
- :choose-col="true"></export-excel-safe>
39
- <!-- <button class="button_spacing button_search" @click="$parent.$parent.showaudio()" v-if="!$parent.$parent.audioshow">录音</button>-->
40
- <button class="button_spacing button_search" @click="$parent.$parent.showaudio()"
41
- v-if="$parent.$parent.audioshow">隐藏</button>
42
- <button class="button_search" @click="$parent.$parent.toRepair"
43
- v-if="$parent.$parent.canToRepair == '是'">转维修</button>
44
-
45
- <button class="button_spacing button_search" @click="search()">查询</button>
46
- <div style="float: right" class="button_spacing"
47
- :class="{ 'button_shrink_top': $parent.$parent.criteriaShow, 'button_shrink_bottom': !$parent.$parent.criteriaShow }"
48
- @click="$parent.$parent.hidden()"></div>
49
- </div>
50
-
51
- </div>
52
- <div class="row">
53
- <div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow" style="margin: 0">
54
- <role-selector-safe role-name="安检员" role-lable="安&nbsp;检&nbsp;员&nbsp;"
55
- @re-res="$parent.$parent.getRes" :value.sync="model.f_checker_id"
56
- v-model="model.f_checker_id" condition="f_checker_name in {}"
57
- :value-multiple="true">
58
- </role-selector-safe>
59
- </div>
60
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
61
- <label class="font_normal_body">检&ensp;查&ensp;项</label>
62
- <v-select :value.sync="model.f_device_type" v-model='model.f_device_type'
63
- :value-single="true" style="width: 60%" class="select_list select"
64
- :options='$parent.$parent.device_types' placeholder='检查项' close-on-select
65
- @change="$parent.$parent.changeDefect"
66
- condition="f_device_type like '%{}%'"></v-select>
67
- <!--<input type="text" class="input_search" v-model="model.f_device_type"-->
68
- <!--style="width: 60%" placeholder="检&ensp;查&ensp;项" condition="f_device_type like '%{}%'">-->
69
- </div>
70
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
71
- <label class="font_normal_body">隐患名称</label>
72
- <v-select :value.sync="model.f_item_name" v-model='model.f_item_name'
73
- :value-single="true" style="width: 60%" class="select_list select"
74
- :options='$parent.$parent.DefectConfigs' placeholder='隐患名称' close-on-select
75
- condition="f_item_name like '%{}%'"></v-select>
76
- </div>
77
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
78
- <label class="font_normal_body">安检起始</label>
79
- <datepicker :value.sync="model.f_check_start" placeholder='安检起始时间' style="width: 60%"
80
- :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
81
- v-model="model.f_check_start" condition="f_offsite_time >='{} 00:00:00'">
82
- </datepicker>
83
- </div>
84
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
85
- <label class="font_normal_body">安检结束</label>
86
- <datepicker :value.sync="model.f_check_end" placeholder='安检结束时间' style="width: 60%"
87
- :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
88
- v-model="model.f_check_end" condition="f_offsite_time <='{} 23:59:59'">
89
- </datepicker>
90
- </div>
91
-
92
- </div>
93
- <div class="row">
94
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
95
- <label class="font_normal_body">维修结果</label>
96
- <v-select class="select_list select" placeholder='维修结果' style="width: 60%"
97
- :value.sync="model.f_repaired" v-model="model.f_repaired"
98
- :options='$parent.$parent.repaireds' filer-key="name" close-on-select clear-button
99
- condition="f_repaired='{}'" :value-single="true">
100
- </v-select>
101
- <!--<input type="text" class="input_search" v-model="model.f_device_type"-->
102
- <!--style="width: 60%" placeholder="检&ensp;查&ensp;项" condition="f_device_type like '%{}%'">-->
103
- </div>
104
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
105
- <label class="font_normal_body">用户类型</label>
106
- <v-select class="select_list select" placeholder='用户类型' style="width: 60%"
107
- :value.sync="model.f_check_type" v-model="model.f_check_type"
108
- :options='$parent.$parent.checktype' filer-key="name" close-on-select clear-button
109
- condition="f_check_type='{}'" :value-single="true">
110
- </v-select>
111
- </div>
112
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
113
- <label class="font_normal_body">片&emsp;&emsp;区</label>
114
- <v-select class="select_list select" placeholder='片区' style="width: 60%"
115
- :value.sync="model.f_slice_area" v-model="model.f_slice_area"
116
- :options='$parent.$parent.sliceArea' filer-key="name" close-on-select clear-button
117
- condition="f_slice_area='{}'" :value-single="true">
118
- </v-select>
119
- </div>
120
-
121
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
122
- <label class="font_normal_body">区&emsp;&emsp;域</label>
123
- <v-select class="select_list select" placeholder='请选择' style="width: 60%"
124
- :value.sync="model.f_pcd" v-model="model.f_pcd" :options='$parent.$parent.pcds'
125
- filer-key="name" clear-button condition="f_pcd in {}" :multiple="true">
126
- </v-select>
127
- </div>
128
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
129
- <label class="font_normal_body">处理人</label>
130
- <input type="text" class="input_search" v-model="model.f_repairman" style="width: 60%"
131
- placeholder="处理人" condition="f_repairman like '%{}%'">
132
- </div>
133
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
134
- <label class="font_normal_body">处理起始</label>
135
- <datepicker :value.sync="model.f_repair_start" placeholder='处理起始时间' style="width: 60%"
136
- :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
137
- v-model="model.f_repair_start" condition="f_repair_date >='{} 00:00:00'">
138
- </datepicker>
139
- </div>
140
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
141
- <label class="font_normal_body">处理结束</label>
142
- <datepicker :value.sync="model.f_repair_end" placeholder='处理结束时间' style="width: 60%"
143
- :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
144
- v-model="model.f_repair_end" condition="f_repair_date <='{} 23:59:59'">
145
- </datepicker>
146
- </div>
147
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
148
- <label class="font_normal_body">处理结果</label>
149
- <v-select class="select_list select" placeholder='处理结果' style="width: 60%"
150
- :value.sync="model.f_repair_result" v-model="model.f_repair_result"
151
- :options='$parent.$parent.repairresults' filer-key="name" close-on-select
152
- clear-button :value-single="true">
153
- </v-select>
154
- </div>
155
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
156
- <label class="font_normal_body">逾期起始</label>
157
- <datepicker :value.sync="model.f_handle_start" placeholder='逾期起始时间' style="width: 60%"
158
- :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
159
- v-model="model.f_handle_start" condition="f_handle_date >='{} 00:00:00'">
160
- </datepicker>
161
- </div>
162
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
163
- <label class="font_normal_body">逾期结束</label>
164
- <datepicker :value.sync="model.f_handle_end" placeholder='逾期结束时间' style="width: 60%"
165
- :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
166
- v-model="model.f_handle_end" condition="f_handle_date <='{} 23:59:59'">
167
- </datepicker>
168
- </div>
169
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
170
- <label class="font_normal_body">逾期状态</label>
171
- <v-select class="select_list select" placeholder='逾期状态' style="width: 60%"
172
- :value.sync="model.f_is_handle" v-model="model.f_is_handle"
173
- :options='$parent.$parent.ishandles' filer-key="name" close-on-select clear-button
174
- condition="f_is_handle='{}'" :value-single="true">
175
- </v-select>
176
- </div>
177
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
178
- <label class="font_normal_body">处理方式</label>
179
- <v-select class="select_list select" placeholder='处理方式' style="width: 60%"
180
- :value.sync="model.f_is_repaired" v-model="model.f_is_repaired"
181
- :options='$parent.$parent.is_repaired' filer-key="name" close-on-select clear-button
182
- condition="f_is_repaired='{}'" :value-single="true">
183
- </v-select>
184
- </div>
185
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
186
- <label class="font_normal_body">隐患状态</label>
187
- <v-select class="select_list select" placeholder='隐患状态' style="width: 60%"
188
- :value.sync="model.is_repaired" v-model="model.is_repaired"
189
- :options='$parent.$parent.is_repaireds' filer-key="name" close-on-select
190
- clear-button condition="is_repaired='{}'" :value-single="true">
191
- </v-select>
192
- </div>
193
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
194
- <label class="font_normal_body">网&ensp;格&ensp;员</label>
195
- <v-select class="select_list select"
196
- placeholder='请选择' style="width: 60%"
197
- :value.sync="model.f_book_checker" v-model="model.f_book_checker"
198
- :options='$parent.$parent.users'
199
- filer-key="name"
200
- close-on-select clear-button
201
- condition="f_book_checker like '%{}%' and f_checker_name = '{}'"
202
- :value-single="true">
203
- </v-select>
204
- </div>
205
- </div>
206
- <modal :show.sync="$parent.$parent.showModal" v-ref:modal>
207
- <div slot="modal-header" class="modal-header">
208
- <h4 class="modal-title">
209
- 选择计划
210
- </h4>
211
- </div>
212
- <div slot="modal-body" class="modal-body">
213
- <plan-chooser :f.sync="$parent.$parent.fun" v-ref:chooser></plan-chooser>
214
- </div>
215
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
216
- <button class="button_search" @click="$parent.$parent.ok">确认</button>
217
- <button class="button_search" @click="$parent.$parent.cancel">取消</button>
218
- </div>
219
- </modal>
220
- </div>
221
- </criteria>
222
- <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
223
- <template partial='head'>
224
- <tr>
225
- <th v-if="$parent.$parent.$parent.canToRepair == '是'">
226
- <nobr>选择</nobr>
227
- </th>
228
- <th>
229
- <nobr>检查项</nobr>
230
- </th>
231
- <th>
232
- <nobr>隐患原因</nobr>
233
- </th>
234
- <th>
235
- <nobr>隐患别名</nobr>
236
- </th>
237
- <th>
238
- <nobr>隐患级别</nobr>
239
- </th>
240
- <th>
241
- <nobr>客户编号</nobr>
242
- </th>
243
- <th>
244
- <nobr>客户名称</nobr>
245
- </th>
246
- <th>
247
- <nobr>客户电话</nobr>
248
- </th>
249
- <th>
250
- <nobr>客户小区</nobr>
251
- </th>
252
- <th>
253
- <data-order field="f_address" name="客户地址"></data-order>
254
- </th>
255
-
256
- <th>
257
- <data-order field="f_offsite_time" name="安检时间"></data-order>
258
- </th>
259
- <th>
260
- <nobr>逾期时间</nobr>
261
- </th>
262
- <th>
263
- <nobr>逾期状态</nobr>
264
- </th>
265
- <th>
266
- <nobr>安检员</nobr>
267
- </th>
268
- <th>
269
- <nobr>处理方式</nobr>
270
- </th>
271
- <th>
272
- <nobr>处理人</nobr>
273
- </th>
274
- <th>
275
- <nobr>处理时间</nobr>
276
- </th>
277
- <th>
278
- <nobr>处理结果</nobr>
279
- </th>
280
- <th>
281
- <nobr>操作</nobr>
282
- </th>
283
- </tr>
284
- </template>
285
- <template partial='body'>
286
- <td v-if="$parent.$parent.$parent.canToRepair == '是'"
287
- style="text-align: center;white-space:nowrap;"><input type="checkbox"
288
- v-if="['现场已处理', '维修已处理', '无隐患', '转维修'].indexOf(row.f_is_repaired) == -1"
289
- @click="$event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row)"
290
- @change="$parent.$parent.$parent.setCheckes(row)"></input></td>
291
- <td style="text-align: center">{{ row.f_device_type }}</td>
292
- <td style="text-align: center">{{ row.f_item_name }}/{{ row.f_item_value }}</td>
293
- <td style="text-align: center">{{ row.f_alias_name }}</td>
294
- <td style="text-align: center">{{ row.f_defect_level }}</td>
295
- <td style="text-align: center">{{ row.f_userinfo_code }}</td>
296
- <td style="text-align: center">{{ row.f_user_name }}</td>
297
- <td style="text-align: center">{{ row.f_user_phone }}</td>
298
- <td style="text-align: center">{{ row.f_residential_area }}</td>
299
- <td style="text-align: center">{{ row.f_address }}</td>
300
- <td style="text-align: center">{{ row.f_offsite_time }}</td>
301
- <td style="text-align: center">{{ row.f_handle_date }}</td>
302
- <td style="text-align: center">{{ row.f_is_handle }}</td>
303
- <td style="text-align: center">{{ row.f_checker_name }}</td>
304
- <td style="text-align: center">{{ row.f_is_repaired }}</td>
305
- <td style="text-align: center">{{ row.f_repairman }}</td>
306
- <td style="text-align: center">{{ row.f_repair_date }}</td>
307
- <td style="text-align: center">{{ row.f_repair_result }}</td>
308
- <td style="text-align: center">
309
- <button
310
- v-if="row.f_is_repaired == '隐患未处理' || (row.f_is_repaired == '用户自行整改' && row.f_repair_result == '未处理')"
311
- class="button_spacing button_search-1"
312
- @click="$parent.$parent.$parent.solveDefect(row, 'solve')">处理隐患</button>
313
- </td>
314
- </template>
315
- </data-grid>
316
- </criteria-paged>
317
- <check-msg v-if="showcheckmsg" :show="showcheckmsg" :data="checkInfo"></check-msg>
318
- </div>
319
- <modal :show.sync="showModal2" :backdrop="false">
320
- <div slot="modal-header" class="modal-header">
321
- <h4 class="modal-title">
322
- 转维修
323
- </h4>
324
- </div>
325
- <div slot="modal-body" class="modal-body">
326
- <div class="row" style="margin-top: 10px">
327
- <label class="control-label font text-left"
328
- style="float:left;margin-left:20%;margin-top:5px">派发类型</label>
329
- <div class="col-xs-8 col-md-8">
330
- <v-select :value.sync="selectData.dispatchType" :value-single="true"
331
- v-model="selectData.dispatchType" :options='dispatchTypeOptions' placeholder='派发类型'
332
- close-on-select>
333
- </v-select>
334
- </div>
335
- </div>
336
- <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType == '派发给维修员'">
337
- <label class="control-label font text-left"
338
- style="float:left;margin-left:20%;margin-top:5px">维&ensp;修&ensp;员</label>
339
- <div class="col-xs-8 col-md-8">
340
- <v-select :value.sync="selectData.f_repairman" :value-single="true" :options='repairers'
341
- placeholder='请选择维修员' close-on-select></v-select>
342
- </div>
343
- </div>
344
- <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType == '派发给站点'">
345
- <label class="control-label font text-left"
346
- style="float:left;margin-left:20%;margin-top:5px">站&ensp;&ensp;&ensp;&ensp;点</label>
347
- <div class="col-xs-8 col-md-8">
348
- <right-tree islist :userid="userid"
349
- :source="'dep=this.getParentByType($organization$).getSpecialResByType($department$),tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))'"
350
- @re-res="getSiteRes"></right-tree>
351
- </div>
352
- </div>
353
- <div class="row" style="margin-top: 10px"
354
- v-if="selectData.dispatchType == '派发给站点' || selectData.dispatchType == '派发给维修员'">
355
- <label class="control-label font text-left"
356
- style="float:left;margin-left:20%;margin-top:5px">报修类型</label>
357
- <div class="col-xs-8 col-md-8">
358
- <v-select :value.sync="selectData.f_repairtype" style="width:60%" class="select select_list"
359
- :value-single="true" :options='repairTypeOptions' close-on-select>
360
- </v-select>
361
- </div>
362
- </div>
363
- <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType == '派发给站点' || selectData.dispatchType == '派发给维修员'">
364
- <label class="control-label font text-left"
365
- style="float:left;margin-left:20%;margin-top:5px">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
366
- <div class="col-xs-8 col-md-8">
367
- <textarea style="width: 60%; height: 100px" v-model="selectData.f_remarks"></textarea>
368
- </div>
369
- </div>
370
- </div>
371
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
372
- <button class="button_search" @click="rectification">处理</button>
373
- <button class="button_search" @click="cancel1">取消</button>
374
- </div>
375
- </modal>
376
- <modal :show.sync="showSolveModal" v-ref:solveModal>
377
- <div slot="modal-header" class="modal-header">
378
- <h4 class="modal-title">
379
- {{ solveModal.preData.type == 'view' ? '处理详情' : '处理隐患' }}
380
- </h4>
381
- </div>
382
- <div slot="modal-body" class="modal-body">
383
- <div style="width: 100%;height: 36px;background-color: #f1f8ff;float: left">
384
- <div style="width: 8px;height: 100%;background-color: #6aa6e2;margin-right: 20px;float: left"></div>
385
- <div style="width: auto;height:100%;float: left;">
386
- <p class="title-font" style="margin-top: 5px">处理前</p>
387
- </div>
388
- </div>
389
-
390
- <div class="col-sm-6" style="margin-top: 10px">
391
- <label class="font_normal_body">安&nbsp;检&nbsp;员</label>
392
- <input class="input_search" style="width: 60%" type="text" disabled="true"
393
- v-model="check.f_checker_name" placeholder="安检员">
394
- </div>
395
- <div class="col-sm-6" style="margin-top: 10px">
396
- <label class="font_normal_body">安检时间</label>
397
- <input class="input_search" style="width: 60%" type="text" disabled="true"
398
- v-model="check.f_offsite_time" placeholder="安检时间">
399
- </div>
400
- <div class="col-sm-12" style="margin-bottom: 10px">
401
- <label class="font_normal_body">隐患图片</label>
402
- <img-self :width="200" :height="200" :src="solveModal.preData.defectImg"></img-self>
403
- </div>
404
-
405
- <div style="width: 100%;height: 36px;background-color: #f1f8ff;float: left">
406
- <div style="width: 8px;height: 100%;background-color: #6aa6e2;margin-right: 20px;float: left"></div>
407
- <div style="width: auto;height:100%;float: left;">
408
- <p class="title-font" style="margin-top: 5px">处理后</p>
409
- </div>
410
- </div>
411
- <div class="col-sm-6" style="margin-top: 10px">
412
- <label class="font_normal_body">处&nbsp;理&nbsp;人</label>
413
- <input class="input_search" style="width: 60%" disabled="true" type="text"
414
- v-model="solveModal.uploadData.f_repairman" placeholder="处理人">
415
- </div>
416
- <div class="col-sm-6" style="margin-top: 10px">
417
- <label class="font_normal_body">处理时间</label>
418
- <datepicker :disabled="solveModal.preData.type == 'view'" placeholder='处理时间' style="width:60%"
419
- :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
420
- :value.sync="solveModal.uploadData.f_repair_date">
421
- </datepicker>
422
- </div>
423
- <div v-if="solveModal.preData.type == 'solve'" class="col-sm-12" style="margin-bottom: 10px">
424
- <label class="font_normal_body">处理后图片</label>
425
- <avatar-upload :width="200" :height="200" :img-src.sync="solveModal.uploadData.imgSrc"
426
- :filename.sync="solveModal.uploadData.filename" v-ref:imginfo></avatar-upload>
427
- </div>
428
- <div v-if="solveModal.preData.type == 'view'" class="col-sm-12" style="margin-bottom: 10px">
429
- <label class="font_normal_body">处理后图片</label>
430
- <img-self :width="200" :height="200" :src="solveModal.preData.repairedImg"></img-self>
431
- </div>
432
- </div>
433
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
434
- <button class="button_search" v-if="solveModal.preData.type == 'solve'" @click="ok2">确认</button>
435
- <button class="button_search" @click="cancel2">取消</button>
436
- </div>
437
- </modal>
438
- </div>
439
- </template>
440
-
441
- <script>
442
- import { PagedList } from 'vue-client'
443
- import Vue from 'vue'
444
- import co from 'co'
445
- import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
446
- import BenzAMRRecorder from 'benz-amr-recorder'
447
- import * as Util from "../../Util";
448
-
449
- const upSolveDefect = function* (self) {
450
- let uploadData = self.solveModal.uploadData
451
- //tag)
452
- self.$resetpost('/rs/logic/pcRepairDefect', self.solveModal.uploadData, { resolveMsg: null, rejectMsg: null })
453
- .then(res => {
454
- if (res.data.code == 200) {
455
- self.$showMessage('隐患已处理。')
456
- self.showSolveModal = false
457
- self.$refs.paged.$refs.criteria.search()
458
- }
459
- })
460
- }
461
-
462
- //获取json配置文件
463
- let asyncReady = async function (self) {
464
- // 获取配置信息
465
- try {
466
- let res = await Vue.resetget(`/phone/rs/vue`, { data: {} }, { resolveMsg: null, rejectMsg: null })
467
- Vue.config = res.data
468
- self.getDefectInfoConfig(res.data)
469
- } catch (error) {
470
- // 忽略704,文件找不到异常R
471
- if (error.status !== 704) {
472
- throw error
473
- }
474
- }
475
- }
476
-
477
- let select = function* (self) {
478
- let http = new HttpResetClass()
479
- let getGasman = yield http.load('POST', '/rs/search', {
480
- source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
481
- userid: self.$login.f.id
482
- }, { resolveMsg: null, rejectMsg: null })
483
- self.checkersid.push({ label: '全部', value: '' })
484
- getGasman.data.forEach((checker) => {
485
- self.checkersid.push({ label: checker.name, value: checker.id })
486
- })
487
- }
488
-
489
- export default {
490
- title: '隐患明细查看',
491
- data() {
492
- let model = new PagedList('rs/sql/defectDetails', 20)
493
- model.f_plan_id = ''
494
- model.f_approved = ''
495
- model.f_entry = ''
496
- model.f_no_checkplan = ''
497
- model.f_filialeid = `('${this.$login.f.orgid}')`
498
- //model.f_check_type='民用'
499
- // let searchData={
500
- // f_plan_id: this.model.f_checker_id==undefined?"":this.model.f_checker_id,
501
- // f_approved: this.model.f_approved,
502
- // f_entry_status: this.model.f_entry,
503
- // f_no_checkplan:this.model.f_no_checkplan[0],
504
- // f_filialeid: this.model.f_filialeid,
505
- // //orderitem: this.model.f_offsite_time,
506
- // //condition:this.model.condition
507
- // }
508
- // model.f_subcompany = this.$login.f.f_fengongsi
509
- return {
510
- audioshow: false,
511
- showSolveModal: false,
512
- searchData: {
513
- condition: "1=1",
514
- },
515
- model: model,
516
- //searchData:searchData,
517
- excelHeaders: {
518
- 'f_device_type': '检查项',
519
- 'f_item_name': '隐患名称',
520
- 'f_item_value': '隐患原因',
521
- 'f_alias_name': '隐患别名',
522
- 'f_userinfo_code': '客户编号',
523
- 'f_user_name': '客户姓名',
524
- 'f_user_phone': '客户电话',
525
- 'f_residential_area': '小区',
526
- 'f_address': '客户地址',
527
- 'f_offsite_time': '安检时间',
528
- 'f_handle_date': '逾期时间',
529
- 'f_is_handle': '逾期状态',
530
- 'f_checker_name': '安检员',
531
- 'f_is_repaired': '处理方式',
532
- 'f_repairman': '处理人',
533
- 'f_repair_date': '处理时间',
534
- 'f_repair_result': '处理结果'
535
- },
536
- fun: this.$login.f,
537
- checkersid: [],
538
- users:[{label: '全部', value: ''}],
539
- safetype: this.getSafeParam('安检类型'),
540
- criteriaShow: false,
541
- repaireds: [{ label: '全部', value: '' }, { label: '已修', value: '已修' }, { label: '未修', value: '未修' }],
542
- checktype: [{ label: '全部', value: '' }, { label: '民用', value: '民用' }, { label: '非民用', value: '非民用' }],
543
- showModal: false,
544
- pcds: [],
545
- f_approval_states: this.getSafeParam('安检单审核状态'),
546
- f_entry_status: this.getSafeParam('安检状态'),
547
- f_checkplans: this.getSafeParam('有无计划'),
548
- is_repaired: this.getSafeParam('安检患隐处理方式'),
549
- is_repaireds: [{ label: '全部', value: '' }, { label: '已处理未消除隐患', value: '已处理未消除隐患' }, { label: '已处理已消除隐患', value: '已处理已消除隐患' }],
550
- showcheckmsg: false,
551
- checkInfo: {},
552
- repairers: [],
553
- dispatchTypeOptions: [{ label: '派发给站点', value: '派发给站点' }, { label: '派发给维修员', value: '派发给维修员' }, { label: '用户自行整改', value: '用户自行整改' }],
554
- canToRepair: this.$appdata.getSingleValue('隐患明细转维修') || '是',
555
- repairTypeOptions: this.$appdata.getParam('报修类型'),
556
- selectData: {
557
- dispatchType: '',
558
- f_repairman: '',
559
- f_remarks: '',
560
- f_repairtype: ''
561
- },
562
- checkes: [],
563
- showModal2: false,
564
- solveModal: {
565
- preData: {
566
- type: 'view',
567
- defectImg: '',
568
- repairedImg: ''
569
- },
570
- uploadData: {
571
- id: '',
572
- f_repairman: this.$login.f.name,
573
- f_repair_date: Util.getNowDate().substr(0, 10),
574
- f_repair_path: '',
575
- imgSrc: '',
576
- filename: ''
577
- }
578
- },
579
- orderDefault: "'f_offsite_time'",
580
- orderFields: {
581
- f_offsite_time: 'no'
582
- },
583
- sliceArea: [],
584
- cbc: [],
585
- DefectConfig: '',
586
- DefectConfigs: [{ label: '全部', value: '' }, { label: '气量异常差值', value: '气量异常差值' }],
587
- ishandles: [{ label: '全部', value: '' }, { label: '未逾期', value: '未逾期' }, { label: '已逾期', value: '已逾期' }],
588
- repairresults: [{ label: '全部', value: '' }, { label: '已处理', value: '已处理' }, { label: '未处理', value: '未处理' }],
589
- device_types: [{ label: '全部', value: '' }],
590
- }
591
- },
592
- methods: {
593
- ok2() {
594
- if (!(this.solveModal.uploadData.filename && this.solveModal.uploadData.filename.length > 0)) {
595
- this.$showMessage('请录入处理后照片')
596
- return
597
- }
598
- co(upSolveDefect(this))
599
- },
600
- cancel2() {
601
- this.showSolveModal = false
602
- this.showToRepairModal = false
603
- },
604
- solveDefect(row, type) {
605
- if (row.f_repair_path && row.f_repair_path.startsWith('http')) {
606
- this.solveModal.preData.repairedImg = row.f_repair_path
607
- } else {
608
- this.solveModal.preData.repairedImg = '/rs/image/file/' + row.f_repair_path
609
- }
610
- this.solveModal.preData.defectImg = '/rs/image/file/' + row.f_path
611
- this.solveModal.uploadData.id = row.id
612
- this.solveModal.preData.type = type
613
- if (type == 'view') {
614
- this.solveModal.preData.f_repair_path = '/rs/image/file/' + row.f_repair_path
615
- this.solveModal.uploadData.f_repairman = row.f_repairman
616
- this.solveModal.uploadData.f_repair_date = row.f_repair_date
617
- } else {
618
- this.solveModal.uploadData.f_repairman = this.$login.f.name
619
- this.solveModal.uploadData.f_repair_date = Util.getNowDate().substr(0, 10)
620
- }
621
- this.showSolveModal = !this.showSolveModal
622
- },
623
- getEmp() {
624
- let val = { source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1 ))', userid: `${this.$login.f.id}` }
625
- let http = new HttpResetClass()
626
- http.load('POST', '/rs/search', { data: val }, { resolveMsg: null, rejectMsg: null }).then((res) => {
627
- if (res.data.length == 0) {
628
- this.repairers = []
629
- return
630
- }
631
- res.data.forEach((user) => {
632
- this.repairers.push({ label: user.name, value: user.name })
633
- })
634
- })
635
- },
636
- getSiteRes(obj) {
637
- console.log('siteRes ---> ')
638
- console.log(obj)
639
- if (obj.resids[0]) {
640
- this.selectData.f_meetunit = obj.res.join('.')
641
- this.selectData.f_reciever = obj.resids.join('.')
642
- this.selectData.f_outlets = obj.res[obj.res.length - 1]
643
- } else {
644
- this.selectData.f_meetunit = ''
645
- this.selectData.f_reciever = ''
646
- this.selectData.f_outlets = ''
647
- }
648
- },
649
- cancel1() {
650
- this.showModal2 = false
651
- this.selectData = {
652
- dispatchType: '',
653
- f_repairman: '',
654
- f_remarks: '',
655
- f_repairtype: ''
656
- }
657
- },
658
- async rectification() {
659
- if (this.selectData.dispatchType == '用户自行整改') {
660
- let defectIdStr = ''
661
- let defectIds = []
662
- for (let i = 0; i < this.dangerGroups.length; i++) {
663
- for (let j = 0; j < this.dangerGroups[i].dangers.length; j++) {
664
- defectIds.push(`'${this.dangerGroups[i].dangers[j].f_defect_id}'`)
665
- }
666
- }
667
- defectIdStr = `(${defectIds.join(',')})`
668
- let http = new HttpResetClass()
669
- let sql = `update t_devices_items set f_deal_dispose = '自行整改' where id in ${defectIdStr}`
670
- http.load('POST', 'rs/logic/runSQL', { data: { sql: sql } },
671
- { resolveMsg: null, rejectMsg: null }).then(()=>{
672
- this.showModal3 = false
673
- this.checkes = []
674
- this.cancel1()
675
- this.$showMessage('修改成功')
676
- }).catch(()=>{
677
- this.showModal3 = false
678
- this.checkes = []
679
- this.cancel1()
680
- this.$showMessage('修改异常,请检查网络状况后重新尝试。')
681
- })
682
- } else {
683
- await this.repair()
684
- }
685
- },
686
- async repair() {
687
- if (this.selectData.dispatchType) {
688
- if (this.selectData.dispatchType == '派发给站点') {
689
- if (!this.selectData.f_reciever) {
690
- this.$showMessage('请选择部门!')
691
- return
692
- }
693
- } else {
694
- if (!this.selectData.f_repairman) {
695
- this.$showMessage('请选择维修员!')
696
- return
697
- }
698
- }
699
- } else {
700
- this.$showMessage('请选择派发类型!')
701
- return
702
- }
703
-
704
- if (!this.selectData.f_repairtype) {
705
- this.$showMessage('请选择报修类型!')
706
- return
707
- }
708
- this.showModal3 = true
709
- let act = {}
710
- let toRepair = ''
711
- let successCount = 0
712
- if (this.selectData.dispatchType == '派发给站点') {
713
- act = { f_meetunit: this.selectData.f_meetunit, f_reciever: this.selectData.f_reciever, f_service_acitivity_type: '派单' }
714
- toRepair = null
715
- } else {
716
- console.log('派发给维修员---------' + this.selectData.f_repairman)
717
- act = { f_meetunit: '', f_reciever: this.selectData.f_repairman, f_service_acitivity_type: '派单' }
718
- toRepair = '一级派单'
719
- }
720
- let rep = {
721
- loginUser: {
722
- name: this.$login.f.name,
723
- ename: this.$login.f.ename
724
- },
725
- f_meetunit: this.$login.f.deps,
726
- f_attendant: this.$login.f.name,
727
- f_outlets: this.$login.f.deps,
728
- f_remarks: this.selectData.f_remarks,
729
- f_repairtype: this.selectData.f_repairtype,
730
- toRepair: toRepair,
731
- activity: act
732
- }
733
- for (let i = 0; i < this.dangerGroups.length; i++) {
734
- let defectIdStr = ''
735
- const defectIds = []
736
- for (let j = 0; j < this.dangerGroups[i].dangers.length; j++) {
737
- defectIds.push(`'${this.dangerGroups[i].dangers[j].f_defect_id}'`)
738
- }
739
- defectIdStr = `(${defectIds.join(',')})`
740
- const data = {
741
- id: this.dangerGroups[i].dangers[0].f_paper_id,
742
- repData: rep,
743
- source: 'pc',
744
- defectIdStr: defectIdStr
745
- }
746
- console.log('data=', JSON.stringify(data))
747
- try {
748
- let result = await new HttpResetClass().load('post', '/rs/logic/phoneUploadRectification', data, { resolveMsg: null, rejectMsg: null })
749
- if (result.data.code == 200) {
750
- successCount += result.data.successcon
751
- this.progressbarWidth = Math.ceil((i + 1) * 100 / (this.dangerGroups.length))
752
- }
753
- } catch (e) {
754
- this.showModal3 = false
755
- this.$showMessage('网络异常,请稍后再试!')
756
- return
757
- }
758
- }
759
- this.showModal3 = false
760
- this.cancel1()
761
- this.$showMessage('本次转维修成功' + successCount + '单')
762
- },
763
- isChecked(row) {
764
- return this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id) != -1
765
- },
766
- setCheckes(row) {
767
- let index = this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id)
768
- if (index < 0) {
769
- this.checkes.push(row)
770
- } else {
771
- this.checkes.splice(index, 1)
772
- }
773
- console.log('this.checkes=', JSON.stringify(this.checkes))
774
- },
775
- toRepair() {
776
- console.log('this.checkes=', JSON.stringify(this.checkes))
777
- if (this.checkes.length == 0) {
778
- return this.$showMessage('请先选择需要转维修的隐患!')
779
- }
780
-
781
- const dangerGroups = []
782
- for (const danger of this.checkes) {
783
- let i = dangerGroups.findIndex(dangerGroup => dangerGroup.f_userinfo_code === danger.f_userinfo_code)
784
- if (i == -1) {
785
- dangerGroups.push({
786
- f_userinfo_code: danger.f_userinfo_code,
787
- dangers: []
788
- })
789
- i = dangerGroups.length - 1
790
- }
791
- dangerGroups[i].dangers.push(danger)
792
- }
793
- this.dangerGroups = dangerGroups
794
- console.log('this.dangerGroups=', JSON.stringify(this.dangerGroups))
795
- this.showModal2 = true
796
- },
797
- changeDefect(val) {
798
- try {
799
- if (val) {
800
- for (var Key1 in this.DefectConfig) {
801
- if (Key1 == val) {
802
- this.DefectConfigs = [{ label: '全部', value: '' }]
803
- for (var Key2 in this.DefectConfig[Key1].items) {
804
- this.DefectConfigs.push({ label: Key2, value: Key2 })
805
- }
806
- return
807
- }
808
- }
809
- } else if (val == '') {
810
- this.DefectConfigs = [{ label: '全部', value: '' }]
811
- for (var Key1 in this.DefectConfig) {
812
- for (var Key2 in this.DefectConfig[Key1].items) {
813
- this.DefectConfigs.push({ label: Key2, value: Key2 })
814
- }
815
- }
816
- }
817
- } catch (e) {
818
- //tag
819
- }
820
- },
821
- getDefectInfoConfig(val) {
822
- try {
823
- if (val.safecheck.DevicesSetConfig != undefined) {
824
- this.DefectConfig = val.safecheck.DevicesConfig
825
- // 获取到配置项,进行遍历,获取每个隐患项
826
- for (var Key1 in this.DefectConfig) {
827
- this.device_types.push({ label: Key1, value: Key1 })
828
- for (var Key2 in this.DefectConfig[Key1].items) {
829
- this.DefectConfigs.push({ label: Key2, value: Key2 })
830
- }
831
- }
832
- // 非民用或其他配置项加入,在进行遍历
833
- }
834
- } catch (e) {
835
- //tag
836
- }
837
- },
838
- showaudio() {
839
- //tag
840
- this.audioshow = !this.audioshow
841
- //tag
842
- },
843
- getmeterbook(val) {
844
- this.cbc = []
845
- this.cbc.push({
846
- label: '全部',
847
- value: ''
848
- })
849
- if (val == '') {
850
-
851
- this.cbcs.forEach(res => {
852
- this.cbc.push({
853
- label: res.f_book_name,
854
- value: res.id
855
- })
856
- })
857
- } else {
858
- this.cbcs.forEach(res => {
859
- if (res.f_book_slice_area == val) {
860
- this.cbc.push({
861
- label: res.f_book_name,
862
- value: res.id
863
- })
864
- }
865
- })
866
- }
867
- },
868
- getSafeParam(val) {
869
- if (this.$appdata.getParam(val)) {
870
- return [{ label: '全部', value: '' }, ...this.$appdata.getParam(val)]
871
- } else {
872
- return [{ label: '全部', value: '' }]
873
- }
874
-
875
- },
876
- Mreadibook(val) {
877
- if (val) {
878
- new HttpResetClass().load('POST', `/rs/sql/safe_singleTable_OrderBy`, {
879
- data: {
880
- items: 'name',
881
- tablename: 't_zone',
882
- condition: `parentid in ${val}`,
883
- orderitem: 'id'
884
- }
885
- }, { resolveMsg: null, rejectMsg: null }).then((res) => {
886
- this.sliceArea = [{
887
- label: '全部',
888
- value: ''
889
- }]
890
- res.data.forEach(ress => {
891
- this.sliceArea.push({
892
- label: ress.name,
893
- value: ress.name
894
- })
895
- })
896
-
897
- })
898
- }
899
- },
900
- getAllMeterBook(val) {
901
- this.cbcs = []
902
- if (val) {
903
- new HttpResetClass().load('POST', `/rs/sql/safe_singleTable_OrderBy`, {
904
- 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
- }
910
- }, { resolveMsg: null, rejectMsg: null }).then((res) => {
911
- res.data.forEach(ress => {
912
- this.cbcs.push({
913
- id: ress.id,
914
- f_book_name: ress.f_book_name,
915
- f_book_slice_area: ress.f_book_slice_area
916
- })
917
- })
918
- this.cbc = []
919
- this.cbc.push({
920
- label: '全部',
921
- value: ''
922
- })
923
- this.cbcs.forEach(res => {
924
- this.cbc.push({
925
- label: res.f_book_name,
926
- value: res.id
927
- })
928
- })
929
- })
930
- }
931
- },
932
- getRes(obj) {
933
- this.model.f_filialeid = this.$login.convertToIn(obj.resids);
934
- this.searchData.f_filialeid = this.$login.convertToIn(obj.resids);
935
- this.Mreadibook(this.model.f_filialeid)
936
- // this.getAllMeterBook(this.model.f_filialeid)
937
- //this.$refs.paged.$refs.criteria.search()
938
- },
939
-
940
- change(row) {
941
- // Vue.$login = {jwt: row.f_checker_id}
942
- asyncReady(this).then(() => {
943
- ////tag)
944
- row.f_upload_state = '已传'
945
- this.$goto('new-check-paper', { f_plan_id: row.f_check_plan_id, item: row, role: 'view' }, 'self')
946
- }).catch(
947
- (respanse) => {
948
- alert('获取配置文件失败')
949
- })
950
- },
951
- readConfig() {
952
- let gen = asyncReady(this)
953
- return co(gen)
954
- },
955
- showChooser() {
956
- this.showModal = true
957
- },
958
- hidden() {
959
- this.criteriaShow = !this.criteriaShow
960
- },
961
- refresh() {
962
- this.$refs.paged.$refs.criteria.search()
963
- },
964
- ok() {
965
- this.showModal = false
966
- if (this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id) {
967
- this.model.f_plan_id = this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id
968
- this.model.f_check_plan = this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow
969
- }
970
- },
971
- cancel() {
972
- this.showModal = false
973
- this.model.f_check_plan = { f_plan_name: '', id: '' }
974
- this.model.f_plan_id = ''
975
- },
976
- print(row) {
977
- this.showcheckmsg = true
978
- this.checkInfo = row
979
- },
980
-
981
- sort(field, rule) {
982
- // 将所有排序方式设为不排序,实现相互排斥
983
- for (let key in this.orderFields) {
984
- if (key === field) {
985
- this.orderFields[key] = rule
986
- } else {
987
- this.orderFields[key] = 'no'
988
- }
989
- }
990
- // 如果新规则不排序,还原为默认排序
991
- if (rule === 'no') {
992
- this.model.paramSource.orderitem = `'${this.orderDefault}'`
993
- } else {
994
- this.model.paramSource.orderitem = `'${field} ${rule}'`
995
- }
996
- this.search()
997
- },
998
- search() {
999
- this.$refs.paged.$refs.criteria.search()
1000
- },
1001
- selfSearch(args) {
1002
- ////tag
1003
- if (args.model.f_repair_result == '已处理') {
1004
- args.condition += ` and f_repair_date != '****-**-** **:**:**' `
1005
- }
1006
- if (args.model.f_repair_result == '未处理') {
1007
- args.condition += ` and f_repair_date = '****-**-** **:**:**' `
1008
- }
1009
- args.condition += ` and f_filialeid in ${this.model.f_filialeid} `
1010
- this.model.search(args.condition, args.model, args.condValue)
1011
- },
1012
- getPcds(val) {
1013
- this.pcds = [{ label: '全部', value: '' }]
1014
- new HttpResetClass().load("POST", `/rs/sql/safe_singleTable_OrderBy`,
1015
- { data: { items: "*", tablename: "t_pcd", orderitem: "id", condition: `f_orgid in ${val}` } },
1016
- { resolveMsg: null, rejectMsg: null }).then((pcdlist) => {
1017
- pcdlist.data.forEach((result) => {
1018
- this.pcds.push({ label: result.f_pcd, value: result.f_pcd })
1019
- })
1020
- })
1021
- },
1022
- initBookChecker(){
1023
- new HttpResetClass().load('POST', '/rs/search', {
1024
- data: {
1025
- source: `root.getResourceById($${this.$login.f.orgid}$,$organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$).indexOf($网格员$) != -1)`,
1026
- userid: this.$login.f.id
1027
- }
1028
- }, {resolveMsg: null, rejectMsg: null}).then(res=>{
1029
- let data = res.data
1030
- const addedNames = new Set()
1031
- this.users = []
1032
- data.forEach(user => {
1033
- if (user.state === '在职') {
1034
- if (!addedNames.has(user.name)) {
1035
- this.users.push({ label: user.name, value: user.name })
1036
- addedNames.add(user.name)
1037
- }
1038
- }
1039
- });
1040
- })
1041
- }
1042
- },
1043
-
1044
- ready() {
1045
- this.getEmp()
1046
- this.readConfig()
1047
- this.function = this.f
1048
- this.getPcds(`('${this.$login.f.orgid}')`)
1049
- this.initBookChecker()
1050
- let gen = select(this)
1051
- // this.Mreadibook(`('${this.$login.f.orgid}')`)
1052
- co(gen)
1053
- },
1054
- watch: {
1055
- 'model.f_no_checkplan'(val) {
1056
- if (this.model.f_no_checkplan) {
1057
- this.searchData.f_no_checkplan = val
1058
- }
1059
- if (this.model.f_no_checkplan == '有计划安检') {
1060
-
1061
- this.showChooser()
1062
- }
1063
- },
1064
- 'model.condition'(val) {
1065
- if (val) {
1066
- this.searchData.condition = val
1067
- }
1068
-
1069
- },
1070
- 'model.f_entry'(val) {
1071
- if (val) {
1072
- this.searchData.f_entry_status = val
1073
-
1074
- }
1075
- },
1076
- 'model.f_plan_id'(val) {
1077
- if (val) {
1078
- this.searchData.f_plan_id = val
1079
- }
1080
- },
1081
- 'model.f_slice_area'(val) {
1082
- if (val) {
1083
-
1084
- }
1085
- },
1086
- 'model.f_approved'(val) {
1087
- if (val) {
1088
- this.searchData.f_approved = val
1089
- }
1090
- },
1091
- }
1092
-
1093
- }
1094
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:paged @sort="sort">
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_userinfo_code"
11
+ style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
12
+ </div>
13
+ <div class="form-group col-sm-2">
14
+ <label class="font_normal_body">客户名称</label>
15
+ <input type="text" class="input_search" v-model="model.f_user_name" style="width: 60%"
16
+ placeholder="客户名称" condition="f_user_name like '%{}%'">
17
+ </div>
18
+ <div class="form-group col-sm-2">
19
+ <label class="font_normal_body">客户电话</label>
20
+ <input type="text" class="input_search" v-model="model.f_user_phone" style="width: 60%"
21
+ placeholder="客户电话" condition="f_user_phone like '%{}%'">
22
+ </div>
23
+ <div class="form-group col-sm-2">
24
+ <label class="font_normal_body">小&emsp;&emsp;区</label>
25
+ <input type="text" class="input_search" v-model="model.f_residential_area"
26
+ style="width: 60%" placeholder="小区" condition="f_residential_area like '%{}%'">
27
+ </div>
28
+ <div class="form-group col-sm-2">
29
+ <label class="font_normal_body">详细地址</label>
30
+ <input type="text" class="input_search" v-model="model.f_address" style="width: 60%"
31
+ placeholder="详细地址" condition="f_address like '%{}%'">
32
+ </div>
33
+ <div class="form-group col-sm-2" style="width: auto;margin-top:8px;float: right">
34
+
35
+ <export-excel-safe :data="$parent.$parent.searchData"
36
+ :field="$parent.$parent.excelHeaders" progress="safeGetExportProgress"
37
+ sqlurl="rs/logic/SafeExportExcel" sql-name="defectDetails" template-name='安检隐患明细'
38
+ :choose-col="true"></export-excel-safe>
39
+ <!-- <button class="button_spacing button_search" @click="$parent.$parent.showaudio()" v-if="!$parent.$parent.audioshow">录音</button>-->
40
+ <button class="button_spacing button_search" @click="$parent.$parent.showaudio()"
41
+ v-if="$parent.$parent.audioshow">隐藏</button>
42
+ <button class="button_search" @click="$parent.$parent.toRepair"
43
+ v-if="$parent.$parent.canToRepair == '是'">转维修</button>
44
+
45
+ <button class="button_spacing button_search" @click="search()">查询</button>
46
+ <div style="float: right" class="button_spacing"
47
+ :class="{ 'button_shrink_top': $parent.$parent.criteriaShow, 'button_shrink_bottom': !$parent.$parent.criteriaShow }"
48
+ @click="$parent.$parent.hidden()"></div>
49
+ </div>
50
+
51
+ </div>
52
+ <div class="row">
53
+ <div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow" style="margin: 0">
54
+ <role-selector-safe role-name="安检员" role-lable="安&nbsp;检&nbsp;员&nbsp;"
55
+ @re-res="$parent.$parent.getRes" :value.sync="model.f_checker_id"
56
+ v-model="model.f_checker_id" condition="f_checker_name in {}"
57
+ :value-multiple="true">
58
+ </role-selector-safe>
59
+ </div>
60
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
61
+ <label class="font_normal_body">检&ensp;查&ensp;项</label>
62
+ <v-select :value.sync="model.f_device_type" v-model='model.f_device_type'
63
+ :value-single="true" style="width: 60%" class="select_list select"
64
+ :options='$parent.$parent.device_types' placeholder='检查项' close-on-select
65
+ @change="$parent.$parent.changeDefect"
66
+ condition="f_device_type like '%{}%'"></v-select>
67
+ <!--<input type="text" class="input_search" v-model="model.f_device_type"-->
68
+ <!--style="width: 60%" placeholder="检&ensp;查&ensp;项" condition="f_device_type like '%{}%'">-->
69
+ </div>
70
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
71
+ <label class="font_normal_body">隐患名称</label>
72
+ <v-select :value.sync="model.f_item_name" v-model='model.f_item_name'
73
+ :value-single="true" style="width: 60%" class="select_list select"
74
+ :options='$parent.$parent.DefectConfigs' placeholder='隐患名称' close-on-select
75
+ condition="f_item_name like '%{}%'"></v-select>
76
+ </div>
77
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
78
+ <label class="font_normal_body">安检起始</label>
79
+ <datepicker :value.sync="model.f_check_start" placeholder='安检起始时间' style="width: 60%"
80
+ :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
81
+ v-model="model.f_check_start" condition="f_offsite_time >='{} 00:00:00'">
82
+ </datepicker>
83
+ </div>
84
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
85
+ <label class="font_normal_body">安检结束</label>
86
+ <datepicker :value.sync="model.f_check_end" placeholder='安检结束时间' style="width: 60%"
87
+ :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
88
+ v-model="model.f_check_end" condition="f_offsite_time <='{} 23:59:59'">
89
+ </datepicker>
90
+ </div>
91
+
92
+ </div>
93
+ <div class="row">
94
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
95
+ <label class="font_normal_body">维修结果</label>
96
+ <v-select class="select_list select" placeholder='维修结果' style="width: 60%"
97
+ :value.sync="model.f_repaired" v-model="model.f_repaired"
98
+ :options='$parent.$parent.repaireds' filer-key="name" close-on-select clear-button
99
+ condition="f_repaired='{}'" :value-single="true">
100
+ </v-select>
101
+ <!--<input type="text" class="input_search" v-model="model.f_device_type"-->
102
+ <!--style="width: 60%" placeholder="检&ensp;查&ensp;项" condition="f_device_type like '%{}%'">-->
103
+ </div>
104
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
105
+ <label class="font_normal_body">用户类型</label>
106
+ <v-select class="select_list select" placeholder='用户类型' style="width: 60%"
107
+ :value.sync="model.f_check_type" v-model="model.f_check_type"
108
+ :options='$parent.$parent.checktype' filer-key="name" close-on-select clear-button
109
+ condition="f_check_type='{}'" :value-single="true">
110
+ </v-select>
111
+ </div>
112
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
113
+ <label class="font_normal_body">片&emsp;&emsp;区</label>
114
+ <v-select class="select_list select" placeholder='片区' style="width: 60%"
115
+ :value.sync="model.f_slice_area" v-model="model.f_slice_area"
116
+ :options='$parent.$parent.sliceArea' filer-key="name" close-on-select clear-button
117
+ condition="f_slice_area='{}'" :value-single="true">
118
+ </v-select>
119
+ </div>
120
+
121
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
122
+ <label class="font_normal_body">区&emsp;&emsp;域</label>
123
+ <v-select class="select_list select" placeholder='请选择' style="width: 60%"
124
+ :value.sync="model.f_pcd" v-model="model.f_pcd" :options='$parent.$parent.pcds'
125
+ filer-key="name" clear-button condition="f_pcd in {}" :multiple="true">
126
+ </v-select>
127
+ </div>
128
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
129
+ <label class="font_normal_body">处理人</label>
130
+ <input type="text" class="input_search" v-model="model.f_repairman" style="width: 60%"
131
+ placeholder="处理人" condition="f_repairman like '%{}%'">
132
+ </div>
133
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
134
+ <label class="font_normal_body">处理起始</label>
135
+ <datepicker :value.sync="model.f_repair_start" placeholder='处理起始时间' style="width: 60%"
136
+ :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
137
+ v-model="model.f_repair_start" condition="f_repair_date >='{} 00:00:00'">
138
+ </datepicker>
139
+ </div>
140
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
141
+ <label class="font_normal_body">处理结束</label>
142
+ <datepicker :value.sync="model.f_repair_end" placeholder='处理结束时间' style="width: 60%"
143
+ :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
144
+ v-model="model.f_repair_end" condition="f_repair_date <='{} 23:59:59'">
145
+ </datepicker>
146
+ </div>
147
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
148
+ <label class="font_normal_body">处理结果</label>
149
+ <v-select class="select_list select" placeholder='处理结果' style="width: 60%"
150
+ :value.sync="model.f_repair_result" v-model="model.f_repair_result"
151
+ :options='$parent.$parent.repairresults' filer-key="name" close-on-select
152
+ clear-button :value-single="true">
153
+ </v-select>
154
+ </div>
155
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
156
+ <label class="font_normal_body">逾期起始</label>
157
+ <datepicker :value.sync="model.f_handle_start" placeholder='逾期起始时间' style="width: 60%"
158
+ :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
159
+ v-model="model.f_handle_start" condition="f_handle_date >='{} 00:00:00'">
160
+ </datepicker>
161
+ </div>
162
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
163
+ <label class="font_normal_body">逾期结束</label>
164
+ <datepicker :value.sync="model.f_handle_end" placeholder='逾期结束时间' style="width: 60%"
165
+ :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
166
+ v-model="model.f_handle_end" condition="f_handle_date <='{} 23:59:59'">
167
+ </datepicker>
168
+ </div>
169
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
170
+ <label class="font_normal_body">逾期状态</label>
171
+ <v-select class="select_list select" placeholder='逾期状态' style="width: 60%"
172
+ :value.sync="model.f_is_handle" v-model="model.f_is_handle"
173
+ :options='$parent.$parent.ishandles' filer-key="name" close-on-select clear-button
174
+ condition="f_is_handle='{}'" :value-single="true">
175
+ </v-select>
176
+ </div>
177
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
178
+ <label class="font_normal_body">处理方式</label>
179
+ <v-select class="select_list select" placeholder='处理方式' style="width: 60%"
180
+ :value.sync="model.f_is_repaired" v-model="model.f_is_repaired"
181
+ :options='$parent.$parent.is_repaired' filer-key="name" close-on-select clear-button
182
+ condition="f_is_repaired='{}'" :value-single="true">
183
+ </v-select>
184
+ </div>
185
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
186
+ <label class="font_normal_body">隐患状态</label>
187
+ <v-select class="select_list select" placeholder='隐患状态' style="width: 60%"
188
+ :value.sync="model.is_repaired" v-model="model.is_repaired"
189
+ :options='$parent.$parent.is_repaireds' filer-key="name" close-on-select
190
+ clear-button condition="is_repaired='{}'" :value-single="true">
191
+ </v-select>
192
+ </div>
193
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
194
+ <label class="font_normal_body">网&ensp;格&ensp;员</label>
195
+ <v-select class="select_list select"
196
+ placeholder='请选择' style="width: 60%"
197
+ :value.sync="model.f_book_checker" v-model="model.f_book_checker"
198
+ :options='$parent.$parent.users'
199
+ filer-key="name"
200
+ close-on-select clear-button
201
+ condition="f_book_checker like '%{}%' and f_checker_name = '{}'"
202
+ :value-single="true">
203
+ </v-select>
204
+ </div>
205
+ </div>
206
+ <modal :show.sync="$parent.$parent.showModal" v-ref:modal>
207
+ <div slot="modal-header" class="modal-header">
208
+ <h4 class="modal-title">
209
+ 选择计划
210
+ </h4>
211
+ </div>
212
+ <div slot="modal-body" class="modal-body">
213
+ <plan-chooser :f.sync="$parent.$parent.fun" v-ref:chooser></plan-chooser>
214
+ </div>
215
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
216
+ <button class="button_search" @click="$parent.$parent.ok">确认</button>
217
+ <button class="button_search" @click="$parent.$parent.cancel">取消</button>
218
+ </div>
219
+ </modal>
220
+ </div>
221
+ </criteria>
222
+ <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
223
+ <template partial='head'>
224
+ <tr>
225
+ <th v-if="$parent.$parent.$parent.canToRepair == '是'">
226
+ <nobr>选择</nobr>
227
+ </th>
228
+ <th>
229
+ <nobr>检查项</nobr>
230
+ </th>
231
+ <th>
232
+ <nobr>隐患原因</nobr>
233
+ </th>
234
+ <th>
235
+ <nobr>隐患别名</nobr>
236
+ </th>
237
+ <th>
238
+ <nobr>隐患级别</nobr>
239
+ </th>
240
+ <th>
241
+ <nobr>客户编号</nobr>
242
+ </th>
243
+ <th>
244
+ <nobr>客户名称</nobr>
245
+ </th>
246
+ <th>
247
+ <nobr>客户电话</nobr>
248
+ </th>
249
+ <th>
250
+ <nobr>客户小区</nobr>
251
+ </th>
252
+ <th>
253
+ <data-order field="f_address" name="客户地址"></data-order>
254
+ </th>
255
+
256
+ <th>
257
+ <data-order field="f_offsite_time" name="安检时间"></data-order>
258
+ </th>
259
+ <th>
260
+ <nobr>逾期时间</nobr>
261
+ </th>
262
+ <th>
263
+ <nobr>逾期状态</nobr>
264
+ </th>
265
+ <th>
266
+ <nobr>安检员</nobr>
267
+ </th>
268
+ <th>
269
+ <nobr>处理方式</nobr>
270
+ </th>
271
+ <th>
272
+ <nobr>处理人</nobr>
273
+ </th>
274
+ <th>
275
+ <nobr>处理时间</nobr>
276
+ </th>
277
+ <th>
278
+ <nobr>处理结果</nobr>
279
+ </th>
280
+ <th>
281
+ <nobr>操作</nobr>
282
+ </th>
283
+ </tr>
284
+ </template>
285
+ <template partial='body'>
286
+ <td v-if="$parent.$parent.$parent.canToRepair == '是'"
287
+ style="text-align: center;white-space:nowrap;"><input type="checkbox"
288
+ v-if="['现场已处理', '维修已处理', '无隐患', '转维修'].indexOf(row.f_is_repaired) == -1"
289
+ @click="$event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row)"
290
+ @change="$parent.$parent.$parent.setCheckes(row)"></input></td>
291
+ <td style="text-align: center">{{ row.f_device_type }}</td>
292
+ <td style="text-align: center">{{ row.f_item_name }}/{{ row.f_item_value }}</td>
293
+ <td style="text-align: center">{{ row.f_alias_name }}</td>
294
+ <td style="text-align: center">{{ row.f_defect_level }}</td>
295
+ <td style="text-align: center">{{ row.f_userinfo_code }}</td>
296
+ <td style="text-align: center">{{ row.f_user_name }}</td>
297
+ <td style="text-align: center">{{ row.f_user_phone }}</td>
298
+ <td style="text-align: center">{{ row.f_residential_area }}</td>
299
+ <td style="text-align: center">{{ row.f_address }}</td>
300
+ <td style="text-align: center">{{ row.f_offsite_time }}</td>
301
+ <td style="text-align: center">{{ row.f_handle_date }}</td>
302
+ <td style="text-align: center">{{ row.f_is_handle }}</td>
303
+ <td style="text-align: center">{{ row.f_checker_name }}</td>
304
+ <td style="text-align: center">{{ row.f_is_repaired }}</td>
305
+ <td style="text-align: center">{{ row.f_repairman }}</td>
306
+ <td style="text-align: center">{{ row.f_repair_date }}</td>
307
+ <td style="text-align: center">{{ row.f_repair_result }}</td>
308
+ <td style="text-align: center">
309
+ <button
310
+ v-if="row.f_is_repaired == '隐患未处理' || (row.f_is_repaired == '用户自行整改' && row.f_repair_result == '未处理')"
311
+ class="button_spacing button_search-1"
312
+ @click="$parent.$parent.$parent.solveDefect(row, 'solve')">处理隐患</button>
313
+ </td>
314
+ </template>
315
+ </data-grid>
316
+ </criteria-paged>
317
+ <check-msg v-if="showcheckmsg" :show="showcheckmsg" :data="checkInfo"></check-msg>
318
+ </div>
319
+ <modal :show.sync="showModal2" :backdrop="false">
320
+ <div slot="modal-header" class="modal-header">
321
+ <h4 class="modal-title">
322
+ 转维修
323
+ </h4>
324
+ </div>
325
+ <div slot="modal-body" class="modal-body">
326
+ <div class="row" style="margin-top: 10px">
327
+ <label class="control-label font text-left"
328
+ style="float:left;margin-left:20%;margin-top:5px">派发类型</label>
329
+ <div class="col-xs-8 col-md-8">
330
+ <v-select :value.sync="selectData.dispatchType" :value-single="true"
331
+ v-model="selectData.dispatchType" :options='dispatchTypeOptions' placeholder='派发类型'
332
+ close-on-select>
333
+ </v-select>
334
+ </div>
335
+ </div>
336
+ <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType == '派发给维修员'">
337
+ <label class="control-label font text-left"
338
+ style="float:left;margin-left:20%;margin-top:5px">维&ensp;修&ensp;员</label>
339
+ <div class="col-xs-8 col-md-8">
340
+ <v-select :value.sync="selectData.f_repairman" :value-single="true" :options='repairers'
341
+ placeholder='请选择维修员' close-on-select></v-select>
342
+ </div>
343
+ </div>
344
+ <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType == '派发给站点'">
345
+ <label class="control-label font text-left"
346
+ style="float:left;margin-left:20%;margin-top:5px">站&ensp;&ensp;&ensp;&ensp;点</label>
347
+ <div class="col-xs-8 col-md-8">
348
+ <right-tree islist :userid="userid"
349
+ :source="'dep=this.getParentByType($organization$).getSpecialResByType($department$),tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))'"
350
+ @re-res="getSiteRes"></right-tree>
351
+ </div>
352
+ </div>
353
+ <div class="row" style="margin-top: 10px"
354
+ v-if="selectData.dispatchType == '派发给站点' || selectData.dispatchType == '派发给维修员'">
355
+ <label class="control-label font text-left"
356
+ style="float:left;margin-left:20%;margin-top:5px">报修类型</label>
357
+ <div class="col-xs-8 col-md-8">
358
+ <v-select :value.sync="selectData.f_repairtype" style="width:60%" class="select select_list"
359
+ :value-single="true" :options='repairTypeOptions' close-on-select>
360
+ </v-select>
361
+ </div>
362
+ </div>
363
+ <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType == '派发给站点' || selectData.dispatchType == '派发给维修员'">
364
+ <label class="control-label font text-left"
365
+ style="float:left;margin-left:20%;margin-top:5px">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
366
+ <div class="col-xs-8 col-md-8">
367
+ <textarea style="width: 60%; height: 100px" v-model="selectData.f_remarks"></textarea>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
372
+ <button class="button_search" @click="rectification">处理</button>
373
+ <button class="button_search" @click="cancel1">取消</button>
374
+ </div>
375
+ </modal>
376
+ <modal :show.sync="showSolveModal" v-ref:solveModal>
377
+ <div slot="modal-header" class="modal-header">
378
+ <h4 class="modal-title">
379
+ {{ solveModal.preData.type == 'view' ? '处理详情' : '处理隐患' }}
380
+ </h4>
381
+ </div>
382
+ <div slot="modal-body" class="modal-body">
383
+ <div style="width: 100%;height: 36px;background-color: #f1f8ff;float: left">
384
+ <div style="width: 8px;height: 100%;background-color: #6aa6e2;margin-right: 20px;float: left"></div>
385
+ <div style="width: auto;height:100%;float: left;">
386
+ <p class="title-font" style="margin-top: 5px">处理前</p>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="col-sm-6" style="margin-top: 10px">
391
+ <label class="font_normal_body">安&nbsp;检&nbsp;员</label>
392
+ <input class="input_search" style="width: 60%" type="text" disabled="true"
393
+ v-model="check.f_checker_name" placeholder="安检员">
394
+ </div>
395
+ <div class="col-sm-6" style="margin-top: 10px">
396
+ <label class="font_normal_body">安检时间</label>
397
+ <input class="input_search" style="width: 60%" type="text" disabled="true"
398
+ v-model="check.f_offsite_time" placeholder="安检时间">
399
+ </div>
400
+ <div class="col-sm-12" style="margin-bottom: 10px">
401
+ <label class="font_normal_body">隐患图片</label>
402
+ <img-self :width="200" :height="200" :src="solveModal.preData.defectImg"></img-self>
403
+ </div>
404
+
405
+ <div style="width: 100%;height: 36px;background-color: #f1f8ff;float: left">
406
+ <div style="width: 8px;height: 100%;background-color: #6aa6e2;margin-right: 20px;float: left"></div>
407
+ <div style="width: auto;height:100%;float: left;">
408
+ <p class="title-font" style="margin-top: 5px">处理后</p>
409
+ </div>
410
+ </div>
411
+ <div class="col-sm-6" style="margin-top: 10px">
412
+ <label class="font_normal_body">处&nbsp;理&nbsp;人</label>
413
+ <input class="input_search" style="width: 60%" disabled="true" type="text"
414
+ v-model="solveModal.uploadData.f_repairman" placeholder="处理人">
415
+ </div>
416
+ <div class="col-sm-6" style="margin-top: 10px">
417
+ <label class="font_normal_body">处理时间</label>
418
+ <datepicker :disabled="solveModal.preData.type == 'view'" placeholder='处理时间' style="width:60%"
419
+ :disabled-days-of-week="[]" :format="'yyyy-MM-dd'" :show-rest-button="reset"
420
+ :value.sync="solveModal.uploadData.f_repair_date">
421
+ </datepicker>
422
+ </div>
423
+ <div v-if="solveModal.preData.type == 'solve'" class="col-sm-12" style="margin-bottom: 10px">
424
+ <label class="font_normal_body">处理后图片</label>
425
+ <avatar-upload :width="200" :height="200" :img-src.sync="solveModal.uploadData.imgSrc"
426
+ :filename.sync="solveModal.uploadData.filename" v-ref:imginfo></avatar-upload>
427
+ </div>
428
+ <div v-if="solveModal.preData.type == 'view'" class="col-sm-12" style="margin-bottom: 10px">
429
+ <label class="font_normal_body">处理后图片</label>
430
+ <img-self :width="200" :height="200" :src="solveModal.preData.repairedImg"></img-self>
431
+ </div>
432
+ </div>
433
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
434
+ <button class="button_search" v-if="solveModal.preData.type == 'solve'" @click="ok2">确认</button>
435
+ <button class="button_search" @click="cancel2">取消</button>
436
+ </div>
437
+ </modal>
438
+ </div>
439
+ </template>
440
+
441
+ <script>
442
+ import { PagedList } from 'vue-client'
443
+ import Vue from 'vue'
444
+ import co from 'co'
445
+ import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
446
+ import BenzAMRRecorder from 'benz-amr-recorder'
447
+ import * as Util from "../../Util";
448
+
449
+ const upSolveDefect = function* (self) {
450
+ let uploadData = self.solveModal.uploadData
451
+ //tag)
452
+ self.$resetpost('/rs/logic/pcRepairDefect', self.solveModal.uploadData, { resolveMsg: null, rejectMsg: null })
453
+ .then(res => {
454
+ if (res.data.code == 200) {
455
+ self.$showMessage('隐患已处理。')
456
+ self.showSolveModal = false
457
+ self.$refs.paged.$refs.criteria.search()
458
+ }
459
+ })
460
+ }
461
+
462
+ //获取json配置文件
463
+ let asyncReady = async function (self) {
464
+ // 获取配置信息
465
+ try {
466
+ let res = await Vue.resetget(`/phone/rs/vue`, { data: {} }, { resolveMsg: null, rejectMsg: null })
467
+ Vue.config = res.data
468
+ self.getDefectInfoConfig(res.data)
469
+ } catch (error) {
470
+ // 忽略704,文件找不到异常R
471
+ if (error.status !== 704) {
472
+ throw error
473
+ }
474
+ }
475
+ }
476
+
477
+ let select = function* (self) {
478
+ let http = new HttpResetClass()
479
+ let getGasman = yield http.load('POST', '/rs/search', {
480
+ source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
481
+ userid: self.$login.f.id
482
+ }, { resolveMsg: null, rejectMsg: null })
483
+ self.checkersid.push({ label: '全部', value: '' })
484
+ getGasman.data.forEach((checker) => {
485
+ self.checkersid.push({ label: checker.name, value: checker.id })
486
+ })
487
+ }
488
+
489
+ export default {
490
+ title: '隐患明细查看',
491
+ data() {
492
+ let model = new PagedList('rs/sql/defectDetails', 20)
493
+ model.f_plan_id = ''
494
+ model.f_approved = ''
495
+ model.f_entry = ''
496
+ model.f_no_checkplan = ''
497
+ model.f_filialeid = `('${this.$login.f.orgid}')`
498
+ //model.f_check_type='民用'
499
+ // let searchData={
500
+ // f_plan_id: this.model.f_checker_id==undefined?"":this.model.f_checker_id,
501
+ // f_approved: this.model.f_approved,
502
+ // f_entry_status: this.model.f_entry,
503
+ // f_no_checkplan:this.model.f_no_checkplan[0],
504
+ // f_filialeid: this.model.f_filialeid,
505
+ // //orderitem: this.model.f_offsite_time,
506
+ // //condition:this.model.condition
507
+ // }
508
+ // model.f_subcompany = this.$login.f.f_fengongsi
509
+ return {
510
+ audioshow: false,
511
+ showSolveModal: false,
512
+ searchData: {
513
+ condition: "1=1",
514
+ },
515
+ model: model,
516
+ //searchData:searchData,
517
+ excelHeaders: {
518
+ 'f_device_type': '检查项',
519
+ 'f_item_name': '隐患名称',
520
+ 'f_item_value': '隐患原因',
521
+ 'f_alias_name': '隐患别名',
522
+ 'f_userinfo_code': '客户编号',
523
+ 'f_user_name': '客户姓名',
524
+ 'f_user_phone': '客户电话',
525
+ 'f_residential_area': '小区',
526
+ 'f_address': '客户地址',
527
+ 'f_offsite_time': '安检时间',
528
+ 'f_handle_date': '逾期时间',
529
+ 'f_is_handle': '逾期状态',
530
+ 'f_checker_name': '安检员',
531
+ 'f_is_repaired': '处理方式',
532
+ 'f_repairman': '处理人',
533
+ 'f_repair_date': '处理时间',
534
+ 'f_repair_result': '处理结果'
535
+ },
536
+ fun: this.$login.f,
537
+ checkersid: [],
538
+ users:[{label: '全部', value: ''}],
539
+ safetype: this.getSafeParam('安检类型'),
540
+ criteriaShow: false,
541
+ repaireds: [{ label: '全部', value: '' }, { label: '已修', value: '已修' }, { label: '未修', value: '未修' }],
542
+ checktype: [{ label: '全部', value: '' }, { label: '民用', value: '民用' }, { label: '非民用', value: '非民用' }],
543
+ showModal: false,
544
+ pcds: [],
545
+ f_approval_states: this.getSafeParam('安检单审核状态'),
546
+ f_entry_status: this.getSafeParam('安检状态'),
547
+ f_checkplans: this.getSafeParam('有无计划'),
548
+ is_repaired: this.getSafeParam('安检患隐处理方式'),
549
+ is_repaireds: [{ label: '全部', value: '' }, { label: '已处理未消除隐患', value: '已处理未消除隐患' }, { label: '已处理已消除隐患', value: '已处理已消除隐患' }],
550
+ showcheckmsg: false,
551
+ checkInfo: {},
552
+ repairers: [],
553
+ dispatchTypeOptions: [{ label: '派发给站点', value: '派发给站点' }, { label: '派发给维修员', value: '派发给维修员' }, { label: '用户自行整改', value: '用户自行整改' }],
554
+ canToRepair: this.$appdata.getSingleValue('隐患明细转维修') || '是',
555
+ repairTypeOptions: this.$appdata.getParam('报修类型'),
556
+ selectData: {
557
+ dispatchType: '',
558
+ f_repairman: '',
559
+ f_remarks: '',
560
+ f_repairtype: ''
561
+ },
562
+ checkes: [],
563
+ showModal2: false,
564
+ solveModal: {
565
+ preData: {
566
+ type: 'view',
567
+ defectImg: '',
568
+ repairedImg: ''
569
+ },
570
+ uploadData: {
571
+ id: '',
572
+ f_repairman: this.$login.f.name,
573
+ f_repair_date: Util.getNowDate().substr(0, 10),
574
+ f_repair_path: '',
575
+ imgSrc: '',
576
+ filename: ''
577
+ }
578
+ },
579
+ orderDefault: "'f_offsite_time'",
580
+ orderFields: {
581
+ f_offsite_time: 'no'
582
+ },
583
+ sliceArea: [],
584
+ cbc: [],
585
+ DefectConfig: '',
586
+ DefectConfigs: [{ label: '全部', value: '' }, { label: '气量异常差值', value: '气量异常差值' }],
587
+ ishandles: [{ label: '全部', value: '' }, { label: '未逾期', value: '未逾期' }, { label: '已逾期', value: '已逾期' }],
588
+ repairresults: [{ label: '全部', value: '' }, { label: '已处理', value: '已处理' }, { label: '未处理', value: '未处理' }],
589
+ device_types: [{ label: '全部', value: '' }],
590
+ }
591
+ },
592
+ methods: {
593
+ ok2() {
594
+ if (!(this.solveModal.uploadData.filename && this.solveModal.uploadData.filename.length > 0)) {
595
+ this.$showMessage('请录入处理后照片')
596
+ return
597
+ }
598
+ co(upSolveDefect(this))
599
+ },
600
+ cancel2() {
601
+ this.showSolveModal = false
602
+ this.showToRepairModal = false
603
+ },
604
+ solveDefect(row, type) {
605
+ if (row.f_repair_path && row.f_repair_path.startsWith('http')) {
606
+ this.solveModal.preData.repairedImg = row.f_repair_path
607
+ } else {
608
+ this.solveModal.preData.repairedImg = '/rs/image/file/' + row.f_repair_path
609
+ }
610
+ this.solveModal.preData.defectImg = '/rs/image/file/' + row.f_path
611
+ this.solveModal.uploadData.id = row.id
612
+ this.solveModal.preData.type = type
613
+ if (type == 'view') {
614
+ this.solveModal.preData.f_repair_path = '/rs/image/file/' + row.f_repair_path
615
+ this.solveModal.uploadData.f_repairman = row.f_repairman
616
+ this.solveModal.uploadData.f_repair_date = row.f_repair_date
617
+ } else {
618
+ this.solveModal.uploadData.f_repairman = this.$login.f.name
619
+ this.solveModal.uploadData.f_repair_date = Util.getNowDate().substr(0, 10)
620
+ }
621
+ this.showSolveModal = !this.showSolveModal
622
+ },
623
+ getEmp() {
624
+ let val = { source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1 ))', userid: `${this.$login.f.id}` }
625
+ let http = new HttpResetClass()
626
+ http.load('POST', '/rs/search', { data: val }, { resolveMsg: null, rejectMsg: null }).then((res) => {
627
+ if (res.data.length == 0) {
628
+ this.repairers = []
629
+ return
630
+ }
631
+ res.data.forEach((user) => {
632
+ this.repairers.push({ label: user.name, value: user.name })
633
+ })
634
+ })
635
+ },
636
+ getSiteRes(obj) {
637
+ console.log('siteRes ---> ')
638
+ console.log(obj)
639
+ if (obj.resids[0]) {
640
+ this.selectData.f_meetunit = obj.res.join('.')
641
+ this.selectData.f_reciever = obj.resids.join('.')
642
+ this.selectData.f_outlets = obj.res[obj.res.length - 1]
643
+ } else {
644
+ this.selectData.f_meetunit = ''
645
+ this.selectData.f_reciever = ''
646
+ this.selectData.f_outlets = ''
647
+ }
648
+ },
649
+ cancel1() {
650
+ this.showModal2 = false
651
+ this.selectData = {
652
+ dispatchType: '',
653
+ f_repairman: '',
654
+ f_remarks: '',
655
+ f_repairtype: ''
656
+ }
657
+ },
658
+ async rectification() {
659
+ if (this.selectData.dispatchType == '用户自行整改') {
660
+ let defectIdStr = ''
661
+ let defectIds = []
662
+ for (let i = 0; i < this.dangerGroups.length; i++) {
663
+ for (let j = 0; j < this.dangerGroups[i].dangers.length; j++) {
664
+ defectIds.push(`'${this.dangerGroups[i].dangers[j].f_defect_id}'`)
665
+ }
666
+ }
667
+ defectIdStr = `(${defectIds.join(',')})`
668
+ let http = new HttpResetClass()
669
+ let sql = `update t_devices_items set f_deal_dispose = '自行整改' where id in ${defectIdStr}`
670
+ http.load('POST', 'rs/logic/runSQL', { data: { sql: sql } },
671
+ { resolveMsg: null, rejectMsg: null }).then(()=>{
672
+ this.showModal3 = false
673
+ this.checkes = []
674
+ this.cancel1()
675
+ this.$showMessage('修改成功')
676
+ }).catch(()=>{
677
+ this.showModal3 = false
678
+ this.checkes = []
679
+ this.cancel1()
680
+ this.$showMessage('修改异常,请检查网络状况后重新尝试。')
681
+ })
682
+ } else {
683
+ await this.repair()
684
+ }
685
+ },
686
+ async repair() {
687
+ if (this.selectData.dispatchType) {
688
+ if (this.selectData.dispatchType == '派发给站点') {
689
+ if (!this.selectData.f_reciever) {
690
+ this.$showMessage('请选择部门!')
691
+ return
692
+ }
693
+ } else {
694
+ if (!this.selectData.f_repairman) {
695
+ this.$showMessage('请选择维修员!')
696
+ return
697
+ }
698
+ }
699
+ } else {
700
+ this.$showMessage('请选择派发类型!')
701
+ return
702
+ }
703
+
704
+ if (!this.selectData.f_repairtype) {
705
+ this.$showMessage('请选择报修类型!')
706
+ return
707
+ }
708
+ this.showModal3 = true
709
+ let act = {}
710
+ let toRepair = ''
711
+ let successCount = 0
712
+ if (this.selectData.dispatchType == '派发给站点') {
713
+ act = { f_meetunit: this.selectData.f_meetunit, f_reciever: this.selectData.f_reciever, f_service_acitivity_type: '派单' }
714
+ toRepair = null
715
+ } else {
716
+ console.log('派发给维修员---------' + this.selectData.f_repairman)
717
+ act = { f_meetunit: '', f_reciever: this.selectData.f_repairman, f_service_acitivity_type: '派单' }
718
+ toRepair = '一级派单'
719
+ }
720
+ let rep = {
721
+ loginUser: {
722
+ name: this.$login.f.name,
723
+ ename: this.$login.f.ename
724
+ },
725
+ f_meetunit: this.$login.f.deps,
726
+ f_attendant: this.$login.f.name,
727
+ f_outlets: this.$login.f.deps,
728
+ f_remarks: this.selectData.f_remarks,
729
+ f_repairtype: this.selectData.f_repairtype,
730
+ toRepair: toRepair,
731
+ activity: act
732
+ }
733
+ for (let i = 0; i < this.dangerGroups.length; i++) {
734
+ let defectIdStr = ''
735
+ const defectIds = []
736
+ for (let j = 0; j < this.dangerGroups[i].dangers.length; j++) {
737
+ defectIds.push(`'${this.dangerGroups[i].dangers[j].f_defect_id}'`)
738
+ }
739
+ defectIdStr = `(${defectIds.join(',')})`
740
+ const data = {
741
+ id: this.dangerGroups[i].dangers[0].f_paper_id,
742
+ repData: rep,
743
+ source: 'pc',
744
+ defectIdStr: defectIdStr
745
+ }
746
+ console.log('data=', JSON.stringify(data))
747
+ try {
748
+ let result = await new HttpResetClass().load('post', '/rs/logic/phoneUploadRectification', data, { resolveMsg: null, rejectMsg: null })
749
+ if (result.data.code == 200) {
750
+ successCount += result.data.successcon
751
+ this.progressbarWidth = Math.ceil((i + 1) * 100 / (this.dangerGroups.length))
752
+ }
753
+ } catch (e) {
754
+ this.showModal3 = false
755
+ this.$showMessage('网络异常,请稍后再试!')
756
+ return
757
+ }
758
+ }
759
+ this.showModal3 = false
760
+ this.cancel1()
761
+ this.$showMessage('本次转维修成功' + successCount + '单')
762
+ },
763
+ isChecked(row) {
764
+ return this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id) != -1
765
+ },
766
+ setCheckes(row) {
767
+ let index = this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id)
768
+ if (index < 0) {
769
+ this.checkes.push(row)
770
+ } else {
771
+ this.checkes.splice(index, 1)
772
+ }
773
+ console.log('this.checkes=', JSON.stringify(this.checkes))
774
+ },
775
+ toRepair() {
776
+ console.log('this.checkes=', JSON.stringify(this.checkes))
777
+ if (this.checkes.length == 0) {
778
+ return this.$showMessage('请先选择需要转维修的隐患!')
779
+ }
780
+
781
+ const dangerGroups = []
782
+ for (const danger of this.checkes) {
783
+ let i = dangerGroups.findIndex(dangerGroup => dangerGroup.f_userinfo_code === danger.f_userinfo_code)
784
+ if (i == -1) {
785
+ dangerGroups.push({
786
+ f_userinfo_code: danger.f_userinfo_code,
787
+ dangers: []
788
+ })
789
+ i = dangerGroups.length - 1
790
+ }
791
+ dangerGroups[i].dangers.push(danger)
792
+ }
793
+ this.dangerGroups = dangerGroups
794
+ console.log('this.dangerGroups=', JSON.stringify(this.dangerGroups))
795
+ this.showModal2 = true
796
+ },
797
+ changeDefect(val) {
798
+ try {
799
+ if (val) {
800
+ for (var Key1 in this.DefectConfig) {
801
+ if (Key1 == val) {
802
+ this.DefectConfigs = [{ label: '全部', value: '' }]
803
+ for (var Key2 in this.DefectConfig[Key1].items) {
804
+ this.DefectConfigs.push({ label: Key2, value: Key2 })
805
+ }
806
+ return
807
+ }
808
+ }
809
+ } else if (val == '') {
810
+ this.DefectConfigs = [{ label: '全部', value: '' }]
811
+ for (var Key1 in this.DefectConfig) {
812
+ for (var Key2 in this.DefectConfig[Key1].items) {
813
+ this.DefectConfigs.push({ label: Key2, value: Key2 })
814
+ }
815
+ }
816
+ }
817
+ } catch (e) {
818
+ //tag
819
+ }
820
+ },
821
+ getDefectInfoConfig(val) {
822
+ try {
823
+ if (val.safecheck.DevicesSetConfig != undefined) {
824
+ this.DefectConfig = val.safecheck.DevicesConfig
825
+ // 获取到配置项,进行遍历,获取每个隐患项
826
+ for (var Key1 in this.DefectConfig) {
827
+ this.device_types.push({ label: Key1, value: Key1 })
828
+ for (var Key2 in this.DefectConfig[Key1].items) {
829
+ this.DefectConfigs.push({ label: Key2, value: Key2 })
830
+ }
831
+ }
832
+ // 非民用或其他配置项加入,在进行遍历
833
+ }
834
+ } catch (e) {
835
+ //tag
836
+ }
837
+ },
838
+ showaudio() {
839
+ //tag
840
+ this.audioshow = !this.audioshow
841
+ //tag
842
+ },
843
+ getmeterbook(val) {
844
+ this.cbc = []
845
+ this.cbc.push({
846
+ label: '全部',
847
+ value: ''
848
+ })
849
+ if (val == '') {
850
+
851
+ this.cbcs.forEach(res => {
852
+ this.cbc.push({
853
+ label: res.f_book_name,
854
+ value: res.id
855
+ })
856
+ })
857
+ } else {
858
+ this.cbcs.forEach(res => {
859
+ if (res.f_book_slice_area == val) {
860
+ this.cbc.push({
861
+ label: res.f_book_name,
862
+ value: res.id
863
+ })
864
+ }
865
+ })
866
+ }
867
+ },
868
+ getSafeParam(val) {
869
+ if (this.$appdata.getParam(val)) {
870
+ return [{ label: '全部', value: '' }, ...this.$appdata.getParam(val)]
871
+ } else {
872
+ return [{ label: '全部', value: '' }]
873
+ }
874
+
875
+ },
876
+ Mreadibook(val) {
877
+ if (val) {
878
+ new HttpResetClass().load('POST', `/rs/sql/safe_singleTable_OrderBy`, {
879
+ data: {
880
+ items: 'name',
881
+ tablename: 't_zone',
882
+ condition: `parentid in ${val}`,
883
+ orderitem: 'id'
884
+ }
885
+ }, { resolveMsg: null, rejectMsg: null }).then((res) => {
886
+ this.sliceArea = [{
887
+ label: '全部',
888
+ value: ''
889
+ }]
890
+ res.data.forEach(ress => {
891
+ this.sliceArea.push({
892
+ label: ress.name,
893
+ value: ress.name
894
+ })
895
+ })
896
+
897
+ })
898
+ }
899
+ },
900
+ getAllMeterBook(val) {
901
+ this.cbcs = []
902
+ if (val) {
903
+ new HttpResetClass().load('POST', `/rs/sql/safe_singleTable_OrderBy`, {
904
+ 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
+ }
910
+ }, { resolveMsg: null, rejectMsg: null }).then((res) => {
911
+ res.data.forEach(ress => {
912
+ this.cbcs.push({
913
+ id: ress.id,
914
+ f_book_name: ress.f_book_name,
915
+ f_book_slice_area: ress.f_book_slice_area
916
+ })
917
+ })
918
+ this.cbc = []
919
+ this.cbc.push({
920
+ label: '全部',
921
+ value: ''
922
+ })
923
+ this.cbcs.forEach(res => {
924
+ this.cbc.push({
925
+ label: res.f_book_name,
926
+ value: res.id
927
+ })
928
+ })
929
+ })
930
+ }
931
+ },
932
+ getRes(obj) {
933
+ this.model.f_filialeid = this.$login.convertToIn(obj.resids);
934
+ this.searchData.f_filialeid = this.$login.convertToIn(obj.resids);
935
+ this.Mreadibook(this.model.f_filialeid)
936
+ // this.getAllMeterBook(this.model.f_filialeid)
937
+ //this.$refs.paged.$refs.criteria.search()
938
+ },
939
+
940
+ change(row) {
941
+ // Vue.$login = {jwt: row.f_checker_id}
942
+ asyncReady(this).then(() => {
943
+ ////tag)
944
+ row.f_upload_state = '已传'
945
+ this.$goto('new-check-paper', { f_plan_id: row.f_check_plan_id, item: row, role: 'view' }, 'self')
946
+ }).catch(
947
+ (respanse) => {
948
+ alert('获取配置文件失败')
949
+ })
950
+ },
951
+ readConfig() {
952
+ let gen = asyncReady(this)
953
+ return co(gen)
954
+ },
955
+ showChooser() {
956
+ this.showModal = true
957
+ },
958
+ hidden() {
959
+ this.criteriaShow = !this.criteriaShow
960
+ },
961
+ refresh() {
962
+ this.$refs.paged.$refs.criteria.search()
963
+ },
964
+ ok() {
965
+ this.showModal = false
966
+ if (this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id) {
967
+ this.model.f_plan_id = this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id
968
+ this.model.f_check_plan = this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow
969
+ }
970
+ },
971
+ cancel() {
972
+ this.showModal = false
973
+ this.model.f_check_plan = { f_plan_name: '', id: '' }
974
+ this.model.f_plan_id = ''
975
+ },
976
+ print(row) {
977
+ this.showcheckmsg = true
978
+ this.checkInfo = row
979
+ },
980
+
981
+ sort(field, rule) {
982
+ // 将所有排序方式设为不排序,实现相互排斥
983
+ for (let key in this.orderFields) {
984
+ if (key === field) {
985
+ this.orderFields[key] = rule
986
+ } else {
987
+ this.orderFields[key] = 'no'
988
+ }
989
+ }
990
+ // 如果新规则不排序,还原为默认排序
991
+ if (rule === 'no') {
992
+ this.model.paramSource.orderitem = `'${this.orderDefault}'`
993
+ } else {
994
+ this.model.paramSource.orderitem = `'${field} ${rule}'`
995
+ }
996
+ this.search()
997
+ },
998
+ search() {
999
+ this.$refs.paged.$refs.criteria.search()
1000
+ },
1001
+ selfSearch(args) {
1002
+ ////tag
1003
+ if (args.model.f_repair_result == '已处理') {
1004
+ args.condition += ` and f_repair_date != '****-**-** **:**:**' `
1005
+ }
1006
+ if (args.model.f_repair_result == '未处理') {
1007
+ args.condition += ` and f_repair_date = '****-**-** **:**:**' `
1008
+ }
1009
+ args.condition += ` and f_filialeid in ${this.model.f_filialeid} `
1010
+ this.model.search(args.condition, args.model, args.condValue)
1011
+ },
1012
+ getPcds(val) {
1013
+ this.pcds = [{ label: '全部', value: '' }]
1014
+ new HttpResetClass().load("POST", `/rs/sql/safe_singleTable_OrderBy`,
1015
+ { data: { items: "*", tablename: "t_pcd", orderitem: "id", condition: `f_orgid in ${val}` } },
1016
+ { resolveMsg: null, rejectMsg: null }).then((pcdlist) => {
1017
+ pcdlist.data.forEach((result) => {
1018
+ this.pcds.push({ label: result.f_pcd, value: result.f_pcd })
1019
+ })
1020
+ })
1021
+ },
1022
+ initBookChecker(){
1023
+ new HttpResetClass().load('POST', '/rs/search', {
1024
+ data: {
1025
+ source: `root.getResourceById($${this.$login.f.orgid}$,$organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$).indexOf($网格员$) != -1)`,
1026
+ userid: this.$login.f.id
1027
+ }
1028
+ }, {resolveMsg: null, rejectMsg: null}).then(res=>{
1029
+ let data = res.data
1030
+ const addedNames = new Set()
1031
+ this.users = []
1032
+ data.forEach(user => {
1033
+ if (user.state === '在职') {
1034
+ if (!addedNames.has(user.name)) {
1035
+ this.users.push({ label: user.name, value: user.name })
1036
+ addedNames.add(user.name)
1037
+ }
1038
+ }
1039
+ });
1040
+ })
1041
+ }
1042
+ },
1043
+
1044
+ ready() {
1045
+ this.getEmp()
1046
+ this.readConfig()
1047
+ this.function = this.f
1048
+ this.getPcds(`('${this.$login.f.orgid}')`)
1049
+ this.initBookChecker()
1050
+ let gen = select(this)
1051
+ // this.Mreadibook(`('${this.$login.f.orgid}')`)
1052
+ co(gen)
1053
+ },
1054
+ watch: {
1055
+ 'model.f_no_checkplan'(val) {
1056
+ if (this.model.f_no_checkplan) {
1057
+ this.searchData.f_no_checkplan = val
1058
+ }
1059
+ if (this.model.f_no_checkplan == '有计划安检') {
1060
+
1061
+ this.showChooser()
1062
+ }
1063
+ },
1064
+ 'model.condition'(val) {
1065
+ if (val) {
1066
+ this.searchData.condition = val
1067
+ }
1068
+
1069
+ },
1070
+ 'model.f_entry'(val) {
1071
+ if (val) {
1072
+ this.searchData.f_entry_status = val
1073
+
1074
+ }
1075
+ },
1076
+ 'model.f_plan_id'(val) {
1077
+ if (val) {
1078
+ this.searchData.f_plan_id = val
1079
+ }
1080
+ },
1081
+ 'model.f_slice_area'(val) {
1082
+ if (val) {
1083
+
1084
+ }
1085
+ },
1086
+ 'model.f_approved'(val) {
1087
+ if (val) {
1088
+ this.searchData.f_approved = val
1089
+ }
1090
+ },
1091
+ }
1092
+
1093
+ }
1094
+ </script>