safecheck-client 3.0.39-65 → 3.0.39-66

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 (242) 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/index.html +2 -2
  46. package/package.json +134 -134
  47. package/publish.bat +7 -7
  48. package/release.bat +5 -5
  49. package/src/App.vue +2 -2
  50. package/src/Widget.vue +13 -13
  51. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  52. package/src/android-bootstrap/less/.csscomb.json +304 -304
  53. package/src/android-bootstrap/less/.csslintrc +19 -19
  54. package/src/android-bootstrap/less/alerts.less +73 -73
  55. package/src/android-bootstrap/less/badges.less +66 -66
  56. package/src/android-bootstrap/less/bootstrap.less +56 -56
  57. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  58. package/src/android-bootstrap/less/button-groups.less +247 -247
  59. package/src/android-bootstrap/less/buttons.less +173 -173
  60. package/src/android-bootstrap/less/carousel.less +269 -269
  61. package/src/android-bootstrap/less/close.less +34 -34
  62. package/src/android-bootstrap/less/code.less +69 -69
  63. package/src/android-bootstrap/less/component-animations.less +33 -33
  64. package/src/android-bootstrap/less/grid.less +84 -84
  65. package/src/android-bootstrap/less/input-groups.less +167 -167
  66. package/src/android-bootstrap/less/jumbotron.less +52 -52
  67. package/src/android-bootstrap/less/labels.less +64 -64
  68. package/src/android-bootstrap/less/list-group.less +141 -141
  69. package/src/android-bootstrap/less/media.less +66 -66
  70. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  71. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  72. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  73. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  74. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  75. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  76. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  77. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  78. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  79. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  80. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  81. package/src/android-bootstrap/less/mixins/image.less +33 -33
  82. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  83. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  84. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  85. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  86. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  87. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  88. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  89. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  90. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  91. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  92. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  93. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  94. package/src/android-bootstrap/less/mixins/size.less +10 -10
  95. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  96. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  97. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  98. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  99. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  100. package/src/android-bootstrap/less/mixins.less +40 -40
  101. package/src/android-bootstrap/less/modals.less +151 -151
  102. package/src/android-bootstrap/less/navbar.less +660 -660
  103. package/src/android-bootstrap/less/navs.less +290 -290
  104. package/src/android-bootstrap/less/normalize.less +424 -424
  105. package/src/android-bootstrap/less/pager.less +76 -76
  106. package/src/android-bootstrap/less/pagination.less +89 -89
  107. package/src/android-bootstrap/less/panels.less +274 -274
  108. package/src/android-bootstrap/less/popovers.less +131 -131
  109. package/src/android-bootstrap/less/print.less +101 -101
  110. package/src/android-bootstrap/less/progress-bars.less +87 -87
  111. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  112. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  113. package/src/android-bootstrap/less/scaffolding.less +161 -161
  114. package/src/android-bootstrap/less/tables.less +262 -262
  115. package/src/android-bootstrap/less/theme.less +291 -291
  116. package/src/android-bootstrap/less/thumbnails.less +36 -36
  117. package/src/android-bootstrap/less/tooltip.less +102 -102
  118. package/src/android-bootstrap/less/type.less +303 -303
  119. package/src/android-bootstrap/less/utilities.less +55 -55
  120. package/src/android-bootstrap/less/variables.less +896 -896
  121. package/src/android-bootstrap/less/wells.less +29 -29
  122. package/src/bootstrap/less/.csscomb.json +304 -304
  123. package/src/bootstrap/less/.csslintrc +19 -19
  124. package/src/bootstrap/less/alerts.less +73 -73
  125. package/src/bootstrap/less/badges.less +66 -66
  126. package/src/bootstrap/less/breadcrumbs.less +26 -26
  127. package/src/bootstrap/less/button-groups.less +247 -247
  128. package/src/bootstrap/less/buttons.less +172 -172
  129. package/src/bootstrap/less/carousel.less +269 -269
  130. package/src/bootstrap/less/close.less +34 -34
  131. package/src/bootstrap/less/code.less +69 -69
  132. package/src/bootstrap/less/component-animations.less +33 -33
  133. package/src/bootstrap/less/dropdowns.less +216 -216
  134. package/src/bootstrap/less/grid.less +84 -84
  135. package/src/bootstrap/less/input-groups.less +167 -167
  136. package/src/bootstrap/less/jumbotron.less +52 -52
  137. package/src/bootstrap/less/labels.less +64 -64
  138. package/src/bootstrap/less/list-group.less +141 -141
  139. package/src/bootstrap/less/media.less +66 -66
  140. package/src/bootstrap/less/mixins/alerts.less +14 -14
  141. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  142. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  143. package/src/bootstrap/less/mixins/buttons.less +69 -69
  144. package/src/bootstrap/less/mixins/center-block.less +7 -7
  145. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  146. package/src/bootstrap/less/mixins/forms.less +90 -90
  147. package/src/bootstrap/less/mixins/gradients.less +59 -59
  148. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  149. package/src/bootstrap/less/mixins/grid.less +122 -122
  150. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  151. package/src/bootstrap/less/mixins/image.less +33 -33
  152. package/src/bootstrap/less/mixins/labels.less +12 -12
  153. package/src/bootstrap/less/mixins/list-group.less +30 -30
  154. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  155. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  156. package/src/bootstrap/less/mixins/opacity.less +8 -8
  157. package/src/bootstrap/less/mixins/pagination.less +24 -24
  158. package/src/bootstrap/less/mixins/panels.less +24 -24
  159. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  160. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  161. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  162. package/src/bootstrap/less/mixins/resize.less +6 -6
  163. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  164. package/src/bootstrap/less/mixins/size.less +10 -10
  165. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  166. package/src/bootstrap/less/mixins/table-row.less +44 -44
  167. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  168. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  169. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  170. package/src/bootstrap/less/mixins.less +40 -40
  171. package/src/bootstrap/less/modals.less +151 -151
  172. package/src/bootstrap/less/navbar.less +660 -660
  173. package/src/bootstrap/less/normalize.less +424 -424
  174. package/src/bootstrap/less/pagination.less +89 -89
  175. package/src/bootstrap/less/panels.less +275 -275
  176. package/src/bootstrap/less/popovers.less +131 -131
  177. package/src/bootstrap/less/print.less +101 -101
  178. package/src/bootstrap/less/progress-bars.less +87 -87
  179. package/src/bootstrap/less/responsive-embed.less +35 -35
  180. package/src/bootstrap/less/responsive-utilities.less +194 -194
  181. package/src/bootstrap/less/scaffolding.less +161 -161
  182. package/src/bootstrap/less/theme.less +291 -291
  183. package/src/bootstrap/less/thumbnails.less +36 -36
  184. package/src/bootstrap/less/tooltip.less +102 -102
  185. package/src/bootstrap/less/type.less +303 -303
  186. package/src/bootstrap/less/utilities.less +55 -55
  187. package/src/bootstrap/less/wells.less +29 -29
  188. package/src/components/FileUpload.vue +696 -696
  189. package/src/components/Hello.vue +39 -39
  190. package/src/components/LeftTree.vue +27 -27
  191. package/src/components/android/AttendanceTally.vue +116 -116
  192. package/src/components/android/Blank.vue +10 -10
  193. package/src/components/android/CheckUnplanPage.vue +56 -56
  194. package/src/components/android/Checker.vue +12 -12
  195. package/src/components/android/CheckerAnnual.vue +81 -81
  196. package/src/components/android/CheckerAvarta.vue +82 -82
  197. package/src/components/android/EquipmentInspection.vue +348 -348
  198. package/src/components/android/FootprintMap.vue +120 -120
  199. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  200. package/src/components/android/MasterMain.vue +77 -77
  201. package/src/components/android/Menu.vue +132 -132
  202. package/src/components/android/PaperAlarm.vue +85 -85
  203. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  204. package/src/components/android/PlumberAnnual.vue +83 -83
  205. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  206. package/src/components/android/PlumberMonthly.vue +84 -84
  207. package/src/components/android/PostMap.vue +83 -83
  208. package/src/components/android/QueryCheckHistory.vue +122 -122
  209. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  210. package/src/components/android/RepairMain.vue +60 -60
  211. package/src/components/android/Repairman.vue +12 -12
  212. package/src/components/android/StationMaster.vue +12 -12
  213. package/src/components/defects/DefectModal.vue +101 -101
  214. package/src/components/defects/DevicesAndItem.vue +39 -39
  215. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  216. package/src/components/notice/NoticeForm.vue +100 -100
  217. package/src/components/notice/NoticeIssue.vue +20 -20
  218. package/src/components/paper/PicViewer.vue +18 -18
  219. package/src/components/pc/NewCheckpaper.vue +2114 -2020
  220. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  221. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  222. package/src/components/phonestate/PostMap.vue +82 -82
  223. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  224. package/src/components/userfile/MeterFile.vue +145 -145
  225. package/src/components/userfile/MeterModify.vue +46 -46
  226. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  227. package/src/filiale/shanxian/pc/NewCheckpaper.vue +1526 -1526
  228. package/src/main.js +1 -1
  229. package/src/plugins/LoadData.js +10 -10
  230. package/src/plugins/LoadParams.js +24 -24
  231. package/src/stores/wxconfig.js +10 -10
  232. package/src/utils/getNowDate.js +33 -33
  233. package/test/e2e/custom-assertions/elementCount.js +26 -26
  234. package/test/e2e/nightwatch.conf.js +40 -40
  235. package/test/e2e/runner.js +30 -30
  236. package/test/e2e/specs/test.js +13 -13
  237. package/test/unit/.eslintrc +5 -5
  238. package/test/unit/TestUtil.js +62 -62
  239. package/test/unit/context.html +20 -20
  240. package/test/unit/index.js +13 -13
  241. package/.trae/.ignore +0 -0
  242. package/.vscode/settings.json +0 -3
@@ -1,2020 +1,2114 @@
1
- <style scoped id="printStyle">
2
- .img {
3
- border: 1px solid #9773ed;
4
- width: auto;
5
- height: auto;
6
- float: left;
7
- text-align: center;
8
- margin: 6px;
9
- }
10
-
11
- img {
12
- margin: 6px;
13
- }
14
-
15
-
16
- .container {
17
- margin: 10px auto;
18
- width: 80%;
19
- height: auto;
20
- }
21
-
22
- div::-webkit-scrollbar {
23
- width: 0 !important;
24
- height: 0 !important;
25
- }
26
-
27
- div {
28
- -ms-overflow-style: none;
29
- overflow: -moz-scrollbars-none;
30
- }
31
-
32
- .divmask {
33
- pointer-events: none;
34
- }
35
-
36
- .app-header {
37
- border-radius: 50%;
38
- background: rgba(73, 158, 223, 0.4);
39
- color: #FFF;
40
- padding: 20px;
41
- text-align: center;
42
- font-size: 1.2em;
43
- z-index: 10;
44
- opacity: 0.5;
45
- bottom: 50px;
46
- margin-top: -20px;
47
- position: absolute;
48
- top: 10%;
49
- right: 2%;
50
- height: 8%;
51
- }
52
- </style>
53
-
54
- <template>
55
- <div class="basic-main" style="height: 100%">
56
- <div class="page-header app-header auto" style="padding: 15px;margin-right: 10px;right: 0%;height: 7%">
57
- <div @click="back()">
58
- <img src="../../assets/back.png" style="margin: 0px"/>
59
- </div>
60
- </div>
61
- <div v-show="showPdfDownload" class="page-header app-header auto"
62
- style="padding: 15px;margin-right: 3.7%;right: 0%;height: 7%">
63
- <div @click="exportToPDF()">
64
- <img src="../../assets/下载_.png" style="margin: 0px;width: 30px"/>
65
- </div>
66
- </div>
67
- <work-busy :is-busy="loading"></work-busy>
68
- <div class="container-fluid" style="overflow: scroll">
69
- <div class="row">
70
- <div class="col-md-5" style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
71
- <div style="width: 100%;margin: auto">
72
- <table class="table table-striped table-bordered" style="margin-bottom: 6px;margin-top: 35px">
73
- <thead>
74
- <tr>
75
- <th colspan="6" style="text-align: center">用户基本信息</th>
76
- </tr>
77
- </thead>
78
- <tbody>
79
- <tr>
80
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户编号:</td>
81
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_userinfo_code }}</td>
82
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户名称:</td>
83
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_user_name }}</td>
84
- </tr>
85
- <tr>
86
- <td style="text-align: center;border: #E9E9E9 solid 1px">证件号码:</td>
87
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_idnumber }}</td>
88
- <td style="text-align: center;border: #E9E9E9 solid 1px">用户类型:</td>
89
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_check_type }}</td>
90
- </tr>
91
- <tr>
92
- <td style="text-align: center;border: #E9E9E9 solid 1px">用户电话:</td>
93
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_user_phone }}</td>
94
- <td style="text-align: center;border: #E9E9E9 solid 1px">区 / 县:</td>
95
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_slice_area }}</td>
96
- </tr>
97
- <tr>
98
- <td style="text-align: center;border: #E9E9E9 solid 1px">街 道:</td>
99
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_street }}</td>
100
- <td style="text-align: center;border: #E9E9E9 solid 1px">楼 号:</td>
101
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_building }}</td>
102
- </tr>
103
- <tr>
104
- <td style="text-align: center;border: #E9E9E9 solid 1px">单 元:</td>
105
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_unit }}</td>
106
- <td style="text-align: center;border: #E9E9E9 solid 1px">楼 层:</td>
107
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_floor }}</td>
108
- </tr>
109
- <tr>
110
- <td style="text-align: center;border: #E9E9E9 solid 1px">门 牌 号 :</td>
111
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_room }}</td>
112
- <td style="text-align: center;border: #E9E9E9 solid 1px">用户性质:</td>
113
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_userproperties }}</td>
114
- </tr>
115
- <tr>
116
- <td style="text-align: center;border: #E9E9E9 solid 1px">备注信息:</td>
117
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_comments }}</td>
118
- <td style="text-align: center;border: #E9E9E9 solid 1px">小区名称:</td>
119
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_residential_area }}</td>
120
- </tr>
121
- <tr>
122
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px">详细住址:</td>
123
- <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_address }}</td>
124
- </tr>
125
- </tbody>
126
- </table>
127
- <table class="table table-striped table-bordered" style="margin-top: 40px"
128
- v-show="paperdata.f_entry_status=='入户'">
129
- <thead>
130
- <tr>
131
- <th colspan="4" style="text-align: center">用户安检概况</th>
132
- </tr>
133
- </thead>
134
- <tbody>
135
- <tr>
136
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
137
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
138
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
139
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_offsite_time }}</td>
140
- </tr>
141
- <tr>
142
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
143
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_entry_status }}</td>
144
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">燃气使用:</td>
145
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_usegas }}</td>
146
- </tr>
147
- <tr>
148
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">用户满意度:</td>
149
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">{{
150
- paperdata.f_client_evaluation
151
- }}
152
- </td>
153
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">安检结果:</td>
154
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;"
155
- :style="{'color':ajresult=='有隐患'?'red':''}">{{ ajresult }}
156
- </td>
157
- </tr>
158
- <tr>
159
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">备注:</td>
160
- <td colspan="3"
161
- style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
162
- {{ paperdata.f_repair_approved_note }}
163
- </td>
164
- </tr>
165
- <tr>
166
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">隐患详情:</td>
167
- <td colspan="3"
168
- style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
169
- <span v-for="deviceCollect in deviceCollects">
170
- <span class="li-font">
171
- {{ deviceCollect.name }}:{{ deviceCollect.value }}&nbsp;&nbsp;&nbsp;
172
- </span>
173
- <br>
174
- <span v-if="deviceCollect.value == '有隐患'">
175
- <lable>
176
- 隐患:
177
- </lable>
178
- <span v-for="val in deviceCollect.devices">
179
- {{ val }}
180
- </span><br>
181
- </span>
182
-
183
- </span>
184
- </td>
185
- </tr>
186
-
187
- </tbody>
188
- </table>
189
- <table class="table table-striped table-bordered" style="margin-top: 40px"
190
- v-show="paperdata.f_entry_status!='入户'">
191
- <thead>
192
- <tr>
193
- <th colspan="4" style="text-align: center">用户安检概况</th>
194
- </tr>
195
- </thead>
196
- <tbody>
197
- <tr>
198
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
199
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
200
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
201
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_offsite_time }}</td>
202
- </tr>
203
- <tr>
204
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
205
- <td colspan="2" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
206
- {{ paperdata.f_entry_status }}
207
- </td>
208
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">
209
- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">
210
- {{ dev.lname }}
211
- 查看{{ data.f_entry_status }}照片
212
- </button-link>
213
- </td>
214
- </tr>
215
-
216
- </tbody>
217
- </table>
218
- <table class="table table-striped table-bordered" style="margin-top: 40px"
219
- v-show="item.f_no_checkplan == '复检'">
220
- <thead>
221
- <tr>
222
- <th colspan="4" style="text-align: center">上次安检情况</th>
223
- </tr>
224
- </thead>
225
- <tbody>
226
- <tr>
227
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检到达时间:</td>
228
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
229
- lastCheckData.f_onsite_time
230
- }}
231
- </td>
232
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检离开时间:</td>
233
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
234
- lastCheckData.f_offsite_time
235
- }}
236
- </td>
237
- </tr>
238
- <tr>
239
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检员:</td>
240
- <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
241
- {{ lastCheckData.f_checker_name }}
242
- </td>
243
- </tr>
244
- <tr>
245
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">安检结果:</td>
246
- <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
247
- {{ lastCheckData.f_defect_text }}
248
- </td>
249
- </tr>
250
-
251
- </tbody>
252
- </table>
253
- <table class="table table-striped table-bordered" style="margin-top: 35px"
254
- v-show="paperdata.f_entry_status=='入户' && paperdata.f_usegas == '未用气'">
255
- <thead>
256
- <tr>
257
- <th style="text-align: center">未用气照片</th>
258
- </tr>
259
- </thead>
260
- <tbody>
261
- <tr>
262
- <td style="margin: auto;text-align: center">
263
- <div class="container" style="max-width: 550px;background: #FFFFFF">
264
- <div class="img">
265
- <img-self-plus :src="paperdata.f_nongasuser_path" style="float: left" width="150"
266
- height="200"></img-self-plus>
267
- </div>
268
- </div>
269
- </td>
270
- </tr>
271
- </tbody>
272
- </table>
273
- <table class="table table-striped table-bordered" style="margin-top: 35px"
274
- v-show="showPdfImg && paperdata.f_entry_status=='入户' && ajresult=='有隐患'">
275
- <thead>
276
- <tr>
277
- <th style="text-align: center">隐患照片</th>
278
- </tr>
279
- </thead>
280
- <tbody>
281
- <tr>
282
- <td style="margin: auto;text-align: center">
283
- <div class="container" style="max-width: 550px;background: #FFFFFF">
284
- <div class="img" v-for="img in deviceImgs">
285
- <img-self-plus :list="deviceCollect.imgs " :src="img.f_overall_path" style="float: left"
286
- width="150"
287
- height="200"></img-self-plus>
288
- </div>
289
- </div>
290
-
291
-
292
- </td>
293
-
294
- </tr>
295
- </tbody>
296
- </table>
297
- <table class="table table-striped table-bordered" style="margin-top: 35px"
298
- v-show="paperdata.f_entry_status=='入户'">
299
- <thead>
300
- <tr>
301
- <th style="text-align: center">总体安检照片</th>
302
- </tr>
303
- </thead>
304
- <tbody>
305
- <tr>
306
- <td style="margin: auto;text-align: center">
307
- <div class="container" style="max-width: 550px;background: #FFFFFF">
308
- <div class="img" v-for="img in paperdata.f_overall_imgs">
309
- <img-self-plus :list="paperdata.f_overall_imgs " :src="img.f_overall_path" style="float: left"
310
- width="150"
311
- height="200"></img-self-plus>
312
- </div>
313
- </div>
314
-
315
-
316
- </td>
317
-
318
- </tr>
319
- </tbody>
320
- </table>
321
- <table class="table table-striped table-bordered" style="width: 100%"
322
- v-show="paperdata.f_entry_status=='入户' && (paperdata.f_sign_path || f_user_path) ">
323
- <thead>
324
- <tr>
325
- <th style="text-align: center">用户签名照片</th>
326
- </tr>
327
- </thead>
328
- <tbody>
329
- <tr>
330
- <td style="margin: auto;text-align: center" v-if="paperdata.f_sign_path">
331
- <div class="container" style="max-width: 500px;background: #FFFFFF" >
332
- <div class="img" style="float: none">
333
- <img-self-plus :src="paperdata.f_sign_path" width="200" height="200"></img-self-plus>
334
- </div>
335
- </div>
336
- </td>
337
- <td style="margin: auto;text-align: center" v-if="f_user_path">
338
- <div class="container" style="max-width: 550px;background: #FFFFFF" >
339
- <div class="img" style="float: none">
340
- <img-self-plus :src="'rs/image/file/'+f_user_path"
341
- width="200"
342
- height="200"></img-self-plus>
343
- </div>
344
- </div>
345
- </td>
346
- </tr>
347
- </tbody>
348
- </table>
349
- <table class="table table-striped table-bordered"
350
- v-show="paperdata.f_entry_status=='入户' && paperdata.f_defect_notified">
351
- <thead>
352
- <tr>
353
- <th style="text-align: center">安检通知书/隐患整改通知书</th>
354
- </tr>
355
- </thead>
356
- <tbody>
357
- <tr>
358
- <td style="margin: auto;text-align: center">
359
- <div class="container" style="max-width: 500px;background: #FFFFFF">
360
- <div class="img" style="float: none">
361
- <img-self-plus :src="paperdata.f_notified_path" width="486" height="300"></img-self-plus>
362
- </div>
363
- </div>
364
- </td>
365
- </tr>
366
- </tbody>
367
- </table>
368
- <table class="table table-striped table-bordered"
369
- v-show="paperdata.f_entry_status=='入户'&& paperdata.f_video_path">
370
- <thead>
371
- <tr>
372
- <th style="text-align: center">安检视频</th>
373
- </tr>
374
- </thead>
375
- <tbody>
376
- <tr>
377
- <td style="margin: auto;text-align: center">
378
- <div class="container" style="max-width: 500px;background: #FFFFFF">
379
- <video width="320" height="200" controls v-if="paperdata.f_video_path">
380
- <source :src="paperdata.f_video_path" type="video/mp4">
381
- </video>
382
- </div>
383
- </td>
384
- </tr>
385
- </tbody>
386
- </table>
387
- <table class="table table-striped table-bordered"
388
- v-show="item.f_recording1_path">
389
- <thead>
390
- <tr>
391
- <th style="text-align: center">录音文件</th>
392
- </tr>
393
- </thead>
394
- <tbody>
395
- <tr>
396
- <td style="margin: auto;text-align: center">
397
- <div class="container" style="max-width: 500px;background: #FFFFFF">
398
- <a class="button_spacing button_search-1"
399
- :download="item.f_user_name+'-'+item.f_check_type+'-'+'录音文件.arm'"
400
- :href="'rs/image/file/'+item.f_recording1_path">录音下载</a>
401
- </div>
402
- </td>
403
- </tr>
404
- </tbody>
405
- </table>
406
- </div>
407
- </div>
408
- <div class style="width: 1%;height: 100%;background-color: #F1F8FF;float: left;"></div>
409
- <div class="col-md-6" style="height: 100%;overflow: scroll">
410
- <div style="width: 95%;margin-left: 5%">
411
- <table class="table table-striped table-bordered" v-for="config in deviceconfig2" style="margin-top: 35px">
412
- <thead v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
413
- <tr>
414
- <th style="text-align: center">{{ config.checkname }}</th>
415
- </tr>
416
- </thead>
417
- <tbody v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
418
- <tr v-for="dev in config.items">
419
- <td v-if="dev.type!='text' && dev.isshow != false">
420
- <div class="row">
421
- <div class="col-md-8" style="text-align: center;">
422
- <label>
423
- <button-link type="button" class="btn btn-link" @click="showpicture(config.checkname,dev.lname)"
424
- :style="isred(config.checkname,dev.lname)?'color:red':'color:black'">
425
- {{ dev.lname }}
426
- </button-link>
427
- </label>
428
- </div>
429
- <div class="col-md-4" style="text-align: center">
430
- <label style="font-weight: normal"
431
- v-if="dev.type!='picture'">{{
432
- getDeviceValue(config.checkname, dev.lname) ? getDeviceValue(config.checkname, dev.lname) : '无'
433
- }}</label>
434
- <label style="font-weight: normal" v-if="dev.type=='picture'">
435
- <div v-show="getDevicePath(config.checkname,dev.lname)">
436
- <button-link style="color: black" type="button" class="btn btn-link"
437
- @click="showpath(getDevicePath(config.checkname,dev.lname),dev.lname)">查看照片
438
- </button-link>
439
- </div>
440
- <div v-show="!getDevicePath(config.checkname,dev.lname)">无照片</div>
441
- </label>
442
- </div>
443
- </div>
444
- </td>
445
- <td v-if="dev.type==='text' && dev.isshow != false">
446
- <label style="width: 100%;text-align: center">{{ dev.lname }}</label>
447
- </td>
448
- </tr>
449
- </tbody>
450
- </table>
451
- <div v-show="showButton">
452
- <button class="button_spacing button_search" @click="auditSuccesss()">通过</button>
453
- <button class="button_spacing button_search" @click="auditFail()">不通过</button>
454
- </div>
455
- </div>
456
- </div>
457
-
458
- </div>
459
- </div>
460
- <div v-show="false">
461
- <div class="container-fluid" id="toPdf" style="overflow: scroll">
462
- <div class="row">
463
- <div style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
464
- <div style="width: 100%;margin: auto">
465
- <table class="table table-striped table-bordered" style="margin-bottom: 6px;margin-top: 35px">
466
- <thead>
467
- <tr>
468
- <th colspan="6" style="text-align: center">用户基本信息</th>
469
- </tr>
470
- </thead>
471
- <tbody>
472
- <tr>
473
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户编号:</td>
474
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
475
- paperdata.f_userinfo_code
476
- }}
477
- </td>
478
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户名称:</td>
479
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_user_name }}</td>
480
- </tr>
481
- <tr>
482
- <td style="text-align: center;border: #E9E9E9 solid 1px">证件号码:</td>
483
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_idnumber }}</td>
484
- <td style="text-align: center;border: #E9E9E9 solid 1px">用户类型:</td>
485
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_check_type }}</td>
486
- </tr>
487
- <tr>
488
- <td style="text-align: center;border: #E9E9E9 solid 1px">用户电话:</td>
489
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_user_phone }}</td>
490
- <td style="text-align: center;border: #E9E9E9 solid 1px">区 / 县:</td>
491
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_slice_area }}</td>
492
- </tr>
493
- <tr>
494
- <td style="text-align: center;border: #E9E9E9 solid 1px">街 道:</td>
495
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_street }}</td>
496
- <td style="text-align: center;border: #E9E9E9 solid 1px">楼 号:</td>
497
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_building }}</td>
498
- </tr>
499
- <tr>
500
- <td style="text-align: center;border: #E9E9E9 solid 1px">单 元:</td>
501
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_unit }}</td>
502
- <td style="text-align: center;border: #E9E9E9 solid 1px">楼 层:</td>
503
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_floor }}</td>
504
- </tr>
505
- <tr>
506
- <td style="text-align: center;border: #E9E9E9 solid 1px">门 牌 号 :</td>
507
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_room }}</td>
508
- <td style="text-align: center;border: #E9E9E9 solid 1px">用户性质:</td>
509
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_userproperties }}</td>
510
- </tr>
511
- <tr>
512
- <td style="text-align: center;border: #E9E9E9 solid 1px">备注信息:</td>
513
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_comments }}</td>
514
- <td style="text-align: center;border: #E9E9E9 solid 1px">小区名称:</td>
515
- <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_residential_area }}</td>
516
- </tr>
517
- <tr>
518
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px">详细住址:</td>
519
- <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_address }}</td>
520
- </tr>
521
- </tbody>
522
- </table>
523
- <table class="table table-striped table-bordered" style="margin-top: 40px"
524
- v-show="paperdata.f_entry_status=='入户'">
525
- <thead>
526
- <tr>
527
- <th colspan="4" style="text-align: center">用户安检概况</th>
528
- </tr>
529
- </thead>
530
- <tbody>
531
- <tr>
532
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
533
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
534
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
535
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
536
- paperdata.f_offsite_time
537
- }}
538
- </td>
539
- </tr>
540
- <tr>
541
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
542
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
543
- paperdata.f_entry_status
544
- }}
545
- </td>
546
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">燃气使用:</td>
547
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_usegas }}</td>
548
- </tr>
549
- <tr>
550
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">用户满意度:</td>
551
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">{{
552
- paperdata.f_client_evaluation
553
- }}
554
- </td>
555
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">安检结果:</td>
556
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;"
557
- :style="{'color':ajresult=='有隐患'?'red':''}">{{ ajresult }}
558
- </td>
559
- </tr>
560
- <tr>
561
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">备注:</td>
562
- <td colspan="3"
563
- style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
564
- {{ paperdata.f_repair_approved_note }}
565
- </td>
566
- </tr>
567
- <tr>
568
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">隐患详情:</td>
569
- <td colspan="3"
570
- style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
571
- <span v-for="deviceCollect in deviceCollects">
572
- <span class="li-font">
573
- {{ deviceCollect.name }}:{{ deviceCollect.value }}&nbsp;&nbsp;&nbsp;
574
- </span>
575
- <br>
576
- <span v-if="deviceCollect.value == '有隐患'">
577
- <lable>
578
- 隐患:
579
- </lable>
580
- <span v-for="val in deviceCollect.devices">
581
- {{ val }}
582
- </span><br>
583
- </span>
584
-
585
- </span>
586
- </td>
587
- </tr>
588
-
589
- </tbody>
590
- </table>
591
- <table class="table table-striped table-bordered" style="margin-top: 40px"
592
- v-show="paperdata.f_entry_status!='入户'">
593
- <thead>
594
- <tr>
595
- <th colspan="4" style="text-align: center">用户安检概况</th>
596
- </tr>
597
- </thead>
598
- <tbody>
599
- <tr>
600
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
601
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
602
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
603
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
604
- paperdata.f_offsite_time
605
- }}
606
- </td>
607
- </tr>
608
- <tr>
609
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
610
- <td colspan="2" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
611
- {{ paperdata.f_entry_status }}
612
- </td>
613
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">
614
- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">
615
- {{ dev.lname }}
616
- 查看{{ data.f_entry_status }}照片
617
- </button-link>
618
- </td>
619
- </tr>
620
-
621
- </tbody>
622
- </table>
623
- <table class="table table-striped table-bordered" style="margin-top: 40px"
624
- v-show="item.f_no_checkplan == '复检'">
625
- <thead>
626
- <tr>
627
- <th colspan="4" style="text-align: center">上次安检情况</th>
628
- </tr>
629
- </thead>
630
- <tbody>
631
- <tr>
632
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检到达时间:</td>
633
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
634
- lastCheckData.f_onsite_time
635
- }}
636
- </td>
637
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检离开时间:</td>
638
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
639
- lastCheckData.f_offsite_time
640
- }}
641
- </td>
642
- </tr>
643
- <tr>
644
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检员:</td>
645
- <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
646
- {{ lastCheckData.f_checker_name }}
647
- </td>
648
- </tr>
649
- <tr>
650
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">安检结果:</td>
651
- <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
652
- {{ lastCheckData.f_defect_text }}
653
- </td>
654
- </tr>
655
-
656
- </tbody>
657
- </table>
658
- <table class="table table-striped table-bordered" style="margin-top: 35px"
659
- v-show="showPdfImg && paperdata.f_entry_status=='入户' && ajresult=='有隐患'">
660
- <thead>
661
- <tr>
662
- <th style="text-align: center">隐患照片</th>
663
- </tr>
664
- </thead>
665
- <tbody>
666
- <tr>
667
- <td style="margin: auto;text-align: center">
668
- <div class="container" style="max-width: 550px;background: #FFFFFF">
669
- <div class="img" v-for="img in deviceImgs">
670
- <img-self-plus :list="deviceCollect.imgs " :src="img.f_overall_path" style="float: left"
671
- width="150"
672
- height="200"></img-self-plus>
673
- </div>
674
- </div>
675
-
676
-
677
- </td>
678
-
679
- </tr>
680
- </tbody>
681
- </table>
682
- <table class="table table-striped table-bordered" style="margin-top: 35px"
683
- v-show="paperdata.f_entry_status=='入户'">
684
- <thead>
685
- <tr>
686
- <th style="text-align: center">总体安检照片</th>
687
- </tr>
688
- </thead>
689
- <tbody>
690
- <tr>
691
- <td style="margin: auto;text-align: center">
692
- <div class="container" style="max-width: 550px;background: #FFFFFF">
693
- <div class="img" v-for="img in paperdata.f_overall_imgs">
694
- <img-self-plus :list="paperdata.f_overall_imgs " :src="img.f_overall_path" style="float: left"
695
- width="150"
696
- height="200"></img-self-plus>
697
- </div>
698
- </div>
699
-
700
-
701
- </td>
702
-
703
- </tr>
704
- </tbody>
705
- </table>
706
- <table class="table table-striped table-bordered" style="width: 100%"
707
- v-show="paperdata.f_entry_status=='入户'">
708
- <thead>
709
- <tr>
710
- <th style="text-align: center">用户签名照片</th>
711
- </tr>
712
- </thead>
713
- <tbody>
714
- <tr>
715
- <td style="margin: auto;text-align: center">
716
- <div class="container" style="max-width: 500px;background: #FFFFFF">
717
- <div class="img" style="float: none">
718
- <img-self-plus :src="paperdata.f_sign_path" width="200" height="200"></img-self-plus>
719
- </div>
720
- </div>
721
- </td>
722
- <td style="margin: auto;text-align: center">
723
- <div class="container" style="max-width: 550px;background: #FFFFFF" v-if="f_user_path">
724
- <div class="img" style="float: none">
725
- <img-self-plus :src="'rs/image/file/'+f_user_path"
726
- width="200"
727
- height="200"></img-self-plus>
728
- </div>
729
- </div>
730
- </td>
731
- </tr>
732
- </tbody>
733
- </table>
734
- <table class="table table-striped table-bordered"
735
- v-show="paperdata.f_entry_status=='入户' && paperdata.f_defect_notified">
736
- <thead>
737
- <tr>
738
- <th style="text-align: center">安检通知书/隐患整改通知书</th>
739
- </tr>
740
- </thead>
741
- <tbody>
742
- <tr>
743
- <td style="margin: auto;text-align: center">
744
- <div class="container" style="max-width: 500px;background: #FFFFFF">
745
- <div class="img" style="float: none">
746
- <img-self-plus :src="paperdata.f_notified_path" width="486" height="300"></img-self-plus>
747
- </div>
748
- </div>
749
- </td>
750
- </tr>
751
- </tbody>
752
- </table>
753
- <table class="table table-striped table-bordered"
754
- v-show="paperdata.f_entry_status=='入户'&& paperdata.f_video_path">
755
- <thead>
756
- <tr>
757
- <th style="text-align: center">安检视频</th>
758
- </tr>
759
- </thead>
760
- <tbody>
761
- <tr>
762
- <td style="margin: auto;text-align: center">
763
- <div class="container" style="max-width: 500px;background: #FFFFFF">
764
- <video width="320" height="200" controls v-if="paperdata.f_video_path">
765
- <source :src="paperdata.f_video_path" type="video/mp4">
766
- </video>
767
- </div>
768
- </td>
769
- </tr>
770
- </tbody>
771
- </table>
772
- <table class="table table-striped table-bordered"
773
- v-show="item.f_recording1_path">
774
- <thead>
775
- <tr>
776
- <th style="text-align: center">录音文件</th>
777
- </tr>
778
- </thead>
779
- <tbody>
780
- <tr>
781
- <td style="margin: auto;text-align: center">
782
- <div class="container" style="max-width: 500px;background: #FFFFFF">
783
- <a class="button_spacing button_search-1"
784
- :download="item.f_user_name+'-'+item.f_check_type+'-'+'录音文件.arm'"
785
- :href="'rs/image/file/'+item.f_recording1_path">录音下载</a>
786
- </div>
787
- </td>
788
- </tr>
789
- </tbody>
790
- </table>
791
- </div>
792
- </div>
793
- <div style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
794
- <div style="width: 95%;margin-left: 5%">
795
- <table class="table table-striped table-bordered" v-for="config in deviceconfig2"
796
- style="margin-top: 35px">
797
- <thead v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
798
- <tr>
799
- <th style="text-align: center">{{ config.checkname }}</th>
800
- </tr>
801
- </thead>
802
- <tbody v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
803
- <tr v-for="dev in config.items">
804
- <td v-if="dev.type!='text' && dev.isshow != false">
805
- <div class="row">
806
- <div class="col-md-8" style="text-align: center;">
807
- <label>
808
- <button-link type="button" class="btn btn-link"
809
- @click="showpicture(config.checkname,dev.lname)"
810
- :style="isred(config.checkname,dev.lname)?'color:red':'color:black'">
811
- {{ dev.lname }}
812
- </button-link>
813
- </label>
814
- </div>
815
- <div class="col-md-4" style="text-align: center">
816
- <label style="font-weight: normal"
817
- v-if="dev.type!='picture'">{{
818
- getDeviceValue(config.checkname, dev.lname) ? getDeviceValue(config.checkname, dev.lname) : '无'
819
- }}</label>
820
- <label style="font-weight: normal" v-if="dev.type=='picture'">
821
- <div v-show="getDevicePath(config.checkname,dev.lname)">
822
- <button-link style="color: black" type="button" class="btn btn-link"
823
- @click="showpath(getDevicePath(config.checkname,dev.lname),dev.lname)">查看照片
824
- </button-link>
825
- </div>
826
- <div v-show="!getDevicePath(config.checkname,dev.lname)">无照片</div>
827
- </label>
828
- </div>
829
- </div>
830
- </td>
831
- <td v-if="dev.type==='text' && dev.isshow != false">
832
- <label style="width: 100%;text-align: center">{{ dev.lname }}</label>
833
- </td>
834
- </tr>
835
- </tbody>
836
- </table>
837
- </div>
838
- </div>
839
-
840
- </div>
841
- </div>
842
- </div>
843
- </div>
844
- <modal :show.sync="imgshow" v-ref:modal backdrop="true">
845
- <header slot="modal-header" class="modal-header">
846
- {{ picturename }}
847
- </header>
848
- <article slot="modal-body" class="modal-body">
849
- <div class="from-group">
850
- <div class="row">
851
- <div class="col-md-6">
852
- <img-self-plus v-if="showimg1" :src="showimg1" width="240" height="300"></img-self-plus>
853
- </div>
854
- <div class="col-md-6">
855
- <img-self-plus v-if="showimg2" :src="showimg2" width="240" height="300"></img-self-plus>
856
- </div>
857
- <div class="col-md-6" v-for="item in otherDarginShowImgs">
858
- <img-self-plus v-if="item.path" :src="item.path" width="240" height="300"></img-self-plus>
859
- </div>
860
- </div>
861
- </div>
862
- </article>
863
- <footer slot="modal-footer" class="modal-footer" v-show="false">
864
- <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
865
- </footer>
866
- </modal>
867
- <modal :show.sync="imgshow2" v-ref:modal backdrop="true">
868
- <header slot="modal-header" class="modal-header">
869
- {{ paperdata.f_entry_status }}照片
870
- </header>
871
- <article slot="modal-body" class="modal-body">
872
- <div class="from-group">
873
- <div class="row">
874
- <div class="col-md-6">
875
- <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer_path" :src="showimg3"
876
- width="282"
877
- height="400"></img-self-plus>
878
- </div>
879
- <div class="col-md-6">
880
- <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer1_path"
881
- :src="showimg5" width="282"
882
- height="400"></img-self-plus>
883
- </div>
884
- <div class="col-md-6">
885
- <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer2_path"
886
- :src="showimg6" width="282"
887
- height="400"></img-self-plus>
888
- </div>
889
- <div class="col-md-6">
890
- <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck_path"
891
- :src="showimg4" width="282"
892
- height="400"></img-self-plus>
893
- </div>
894
- <div class="col-md-6">
895
- <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck1_path"
896
- :src="showimg7" width="282"
897
- height="400"></img-self-plus>
898
- </div>
899
- <div class="col-md-6">
900
- <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck2_path"
901
- :src="showimg8" width="282"
902
- height="400"></img-self-plus>
903
- </div>
904
- </div>
905
- </div>
906
- </article>
907
- <footer slot="modal-footer" class="modal-footer" v-show="false">
908
- <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
909
- </footer>
910
- </modal>
911
- <modal :show.sync="showModel" :width="'50%'" :backdrop="false">
912
- <div slot="modal-header" class="modal-header">
913
- <h4 class="modal-title">
914
- 安检审核备注
915
- </h4>
916
- </div>
917
- <div slot="modal-body" class="modal-body">
918
- <div class="row">
919
- <div class="form-group col-sm-4">
920
- <label class="font_normal_body">审核备注:</label>
921
- <textarea v-model="message"></textarea>
922
- </div>
923
- </div>
924
- </div>
925
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
926
- <button class="button_search" style="margin-right: 15px" @click="auditFailOK()">确定</button>
927
- <button class="button_search" style="margin-right: 15px" @click="auditFailCancel()">取消</button>
928
- </div>
929
- </modal>
930
- </template>
931
-
932
- <script>
933
- // import PaperUserm from './PaperUserm'
934
- // import PaperStatem from './PaperStatem'
935
- // import Devicesm from './Devicesm'
936
- // import PaperFeedbackm from './PaperFeedbackm'
937
- import html2pdf from 'html2pdf.js'
938
- import ObjConfig from '../../utils/GerJsonObjectConfig'
939
- import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
940
- import Radio from 'vue-client/src/vue-strap/src/radioBtn'
941
- import Vue from 'vue'
942
- import * as Util from '../Util'
943
- import {jsonSort} from '../../utils/LdapHelper'
944
- import {HttpResetClass} from "vue-client";
945
- import {forEach} from "mocha/lib/utils";
946
-
947
- let asyncReady = async function (self) {
948
- // 获取配置信息
949
- try {
950
- let res = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
951
- data: {
952
- items: 'f_dir',
953
- tablename: 't_organization',
954
- condition: `id = '${self.item.f_filialeid}'`,
955
- orderitem: 'id'
956
- }
957
- })/*.then(res=>{*/
958
- //tag
959
- //tag)
960
- console.log(res)
961
- if (!res.data[0].f_dir) {
962
- self.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
963
- } else {
964
- //this.f_dir=res.data[0].f_dir
965
- let url = self.newConfig == '是' ? '/safecheck/rs/safe_vue' : '/safecheck/rs/vue'
966
- try {
967
- let res1 = await new HttpResetClass().load('GET', `${url}/${self.DevicesConfig}.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
968
- resolveMsg: '获取居民配置项成功!',
969
- rejectMsg: '获取居民配置项出错!'
970
- })/*.then(res=>{*/
971
- //tag
972
- //this.safeConfig["民用配置项"]=Object.assign({},res.data)
973
- if (!Vue.config.safecheck) {
974
- Vue.config = {safecheck: {}}
975
- }
976
- Vue.config.safecheck.DevicesConfig = res1.data
977
- console.log(Vue.config.safecheck.DevicesConfig)
978
- /*})*/
979
- let res2 = await new HttpResetClass().load('GET', `${url}/${self.DevicesSetConfig}.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
980
- resolveMsg: '获取非居民配置项成功!',
981
- rejectMsg: '获取非居民配置项出错!'
982
- })/*.then(res=>{*/
983
- //tag
984
- //this.safeConfig["非民用配置项"]=Object.assign({},res.data)
985
- Vue.config.safecheck.DevicesSetConfig = res2.data
986
- /*}).then(res=> {
987
- })*/
988
-
989
- } catch (e) {
990
- self.$showMessage("获取配置文件失败" + e)
991
- self.loading = false
992
- }
993
- }
994
- if (self.data.f_recheck_id) {
995
- let res3 = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
996
- data: {
997
- items: '*',
998
- tablename: 't_check_paper',
999
- condition: `id = '${self.data.f_recheck_id}'`,
1000
- orderitem: 'id'
1001
- }
1002
- })
1003
- self.lastCheckData = res3.data[0]
1004
- }
1005
- } catch (error) {
1006
- // 忽略704,文件找不到异常R
1007
- if (error.status !== 704) {
1008
- throw error
1009
- }
1010
- this.loading = false
1011
- }
1012
- }
1013
- export default {
1014
- title: '安检单',
1015
- props: ['f_plan_id', 'item', 'role'],
1016
- data() {
1017
- return {
1018
- f_user_path:'',
1019
- message: '',
1020
- showButton: false,
1021
- showModel: false,
1022
- data: {
1023
- f_devices: [],
1024
- f_defect_content: ''
1025
- },
1026
- showPdfDownload: this.$appdata.getSingleValue('安检结果pdf下载') ? this.$appdata.getSingleValue('安检结果pdf下载') : false,
1027
- showPdfImg: this.$appdata.getSingleValue('安检结果pdf展示隐患照片') ? this.$appdata.getSingleValue('安检结果pdf展示隐患照片') : false,
1028
- lastCheckData: {},
1029
- paperdata: {},
1030
- picturename: '隐患照片',
1031
- defectDevice: {},
1032
- hasDevice: false,
1033
- deviceCollect: {},
1034
- deviceCollects: [],
1035
- deviceImgs:[],
1036
- isshow: false,
1037
- ajresult: '',
1038
- loading: true,
1039
- imgshow: false,
1040
- imgshow2: false,
1041
- isUpload: false,
1042
- livedispose: '',
1043
- showimg1: '',
1044
- showimg2: '',
1045
- showimg3: '',
1046
- showimg4: '',
1047
- showimg5: '',
1048
- showimg6: '',
1049
- showimg7: '',
1050
- showimg8: '',
1051
- hiddenDangerImgNumber: 0, //配置项中隐患照片数
1052
- otherDarginShowImgs: [],//其他隐患图片
1053
- startClick: false, //开始安检按钮是否可点击
1054
- isStrat: false, //是否开始安检
1055
- checkResult: {},//查询结果
1056
- newcheckResult: {},
1057
- timer: null,
1058
- showModal: false,
1059
- pic_to_be_viewed: '',
1060
- showBack: true,
1061
- devices: [],
1062
- devicesAll: [],
1063
- configAJ: [],
1064
- configRQ: [],
1065
- deviceconfig: {},
1066
- newConfig: '',
1067
- DevicesConfig:'DevicesConfig',
1068
- DevicesSetConfig:'DevicesSetConfig',
1069
- deviceconfig2: [],
1070
- f_devices: [],
1071
- config: {
1072
- "燃气表": {
1073
- "checkmust": true,
1074
- "index": 1,
1075
- "items": {
1076
- "基表编号": {"index": 1, "type": "string", "readonly": true},
1077
- "气表型号": {"index": 2, "type": "string", "readonly": true},
1078
- "气表品牌": {"index": 3, "type": "string", "readonly": true},
1079
- "进气方向": {"index": 4, "type": "string", "readonly": true},
1080
- "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
1081
- "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
1082
- "累购气量": {"index": 7, "type": "number", "readonly": true},
1083
- "已用气量": {"index": 8, "type": "number", "checkmust": false},//基表数
1084
- "剩余气量": {"index": 9, "type": "number", "checkmust": false},//累购-已用
1085
- //显示屏数 --实际剩余气量
1086
- "气量异常差值": {"index": 10, "type": "number", "readonly": true},
1087
- "表箱号": {"index": 11, "type": "string", "readonly": true},
1088
- "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
1089
- }
1090
- // 注意,配置项的index必须与上面的固定配置保持'顺序'
1091
- }
1092
- },
1093
- //金额
1094
- config2: {
1095
- "燃气表": {
1096
- "checkmust": true,
1097
- "index": 1,
1098
- "items": {
1099
- "基表编号": {"index": 1, "type": "string", "readonly": true},
1100
- "气表型号": {"index": 2, "type": "string", "readonly": true},
1101
- "气表品牌": {"index": 3, "type": "string", "readonly": true},
1102
- "进气方向": {"index": 4, "type": "string", "readonly": true},
1103
- "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
1104
- "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
1105
- "累购金额": {"index": 7, "type": "number", "readonly": true},
1106
- "已用金额": {"index": 8, "type": "number", "checkmust": false},
1107
- //显示屏数 --实际剩余气量
1108
- "剩余金额": {"index": 9, "type": "number", "checkmust": false},
1109
- "金额异常差值": {"index": 10, "type": "number", "readonly": true},
1110
- "表箱号": {"index": 11, "type": "string", "readonly": true},
1111
- "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
1112
- }
1113
- }
1114
- },
1115
- }
1116
- },
1117
- components: {
1118
- RadioGroup,
1119
- Radio,
1120
- },
1121
- computed: {
1122
- isRecodrDownloadBtn() {
1123
- // 投诉单下派还是处理
1124
- let res = this.$appdata.getSingleValue('无限制录音');
1125
- if (res == 'true') {
1126
- return true;
1127
- } else {
1128
- return false;
1129
- }
1130
- },
1131
- selector: {
1132
- get() {
1133
- return 'paper-state'
1134
- },
1135
- set(val) {
1136
- if (this.isStrat) {
1137
- this.$goto(val, {userinfo: this.data}, 'paper-router')
1138
- } else {
1139
- this.$showMessage('未开始安检!')
1140
- }
1141
- }
1142
- },
1143
- actionEnabled: {
1144
- get() {
1145
- return this.role == 'inspect'
1146
- }
1147
- }
1148
- },
1149
- methods: {
1150
- exportToPDF() {
1151
- const element = document.getElementById('toPdf') // 替换为您要导出的页面元素的ID
1152
- html2pdf(element)
1153
- },
1154
-
1155
- showAudit() {
1156
- var audit = this.$appdata.getSingleValue('安检审核');
1157
- if (audit == '是' && (this.item.f_approved == '未审核' || !this.item.f_approved)) {
1158
- this.showButton = true
1159
- }
1160
- },
1161
- //安检审核成功
1162
- auditSuccesss() {
1163
- this.loading = true;
1164
- var reqdata = {
1165
- audit_result: '通过',
1166
- operator: "success",
1167
- audit_time: Util.getNowDate(),
1168
- user_name: this.$login.f.name,
1169
- id: this.item.id,
1170
- f_check_item_id: this.item.f_check_item_id
1171
- }
1172
- new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
1173
- resolveMsg: '安检审核成功!',
1174
- rejectMsg: '安检审核出错!'
1175
- }).then((res) => {
1176
- if (res.data.code == 200) {
1177
- this.loading = false;
1178
- this.$back()
1179
- }
1180
- })
1181
- },
1182
- auditFail() {
1183
- this.showModel = true;
1184
- },
1185
- auditFailOK() {
1186
-
1187
- this.loading = true;
1188
- var reqdata = {
1189
- message: this.message,
1190
- audit_result: '不通过',
1191
- operator: "fail",
1192
- audit_time: Util.getNowDate(),
1193
- user_name: this.$login.f.name,
1194
- id: this.item.id,
1195
- f_check_item_id: this.item.f_check_item_id
1196
- }
1197
- new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
1198
- resolveMsg: '安检审核成功!',
1199
- rejectMsg: '安检审核出错!'
1200
- }).then((res) => {
1201
- if (res.data.code == 200) {
1202
- this.loading = false;
1203
- this.message = '';
1204
- this.showModel = false;
1205
- this.$back()
1206
- }
1207
- })
1208
- },
1209
- auditFailCancel() {
1210
- this.showModel = false;
1211
- this.message = '';
1212
- },
1213
-
1214
- devicesCollect() {
1215
- //tag
1216
- //tag)
1217
- //tag)
1218
- //tag
1219
- this.deviceCollects = []
1220
- this.deviceImgs = []
1221
- let checkResult = '正常'
1222
- this.result = '正常'
1223
- let codata = JSON.parse(JSON.stringify(this.data))
1224
- //tag)
1225
- for (let device in this.data) {
1226
- let f_device_type
1227
- if (device.startsWith("device")) {
1228
- for (let item in this.data[device]) {
1229
- if (this.data[device].length > 1) {
1230
- let j = Number.parseInt(item) + 1
1231
- f_device_type = `${this.data[device][item].f_device_type}${j}`
1232
- } else {
1233
- f_device_type = this.data[device][item].f_device_type
1234
- }
1235
- // //tag
1236
- let deviceelse = []
1237
- let deviceInfos = []
1238
-
1239
- for (let i in this.data[device][item].f_items) {
1240
- let defects = ''
1241
-
1242
- let items = this.data[device][item].f_items[i]
1243
-
1244
-
1245
- if ((items.type === 'selector' || items.type === 'radio' || items.type === 'checkbox' || items.type === 'picture') && items.f_item_value != null && items.f_item_value instanceof Array) {
1246
- for (let i in items.f_item_value) {
1247
- let f_item_value = items.f_item_value[i]
1248
-
1249
- //tag)
1250
- //tag)
1251
- //tag)
1252
- //tag)
1253
-
1254
- if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name] && (items.isdefect && (items.isdefect == 'true' || items.isdefect == true))) {
1255
- continue
1256
- }
1257
- /*if(items.f_is_defect != true && items.f_is_defect != 'true'){
1258
- continue
1259
- }*/
1260
- if (items.f_is_defect == 'true' || items.f_is_defect == true) {
1261
- checkResult = '有隐患'
1262
- this.result = '有隐患'
1263
- defects = `${defects}:${items.f_item_value}/`
1264
- }
1265
- /*let options = this.config[this.data[device][item].f_device_type].items[items.f_item_name].options
1266
- for (let option in options) {
1267
- if (options[option].data == f_item_value) {
1268
- if (options[option].isdefect == 'true' || options[option].isdefect == true) {
1269
- checkResult = '有隐患'
1270
- this.result = '有隐患'
1271
- defects = `${defects}:${options[option].data}/`
1272
- // let level = options[option].level
1273
- }
1274
- }
1275
- }*/
1276
- //tag)
1277
- }
1278
- if (defects != '') {
1279
- console.log('有隐患items', items)
1280
- deviceInfos.push(`${items.f_item_name}${defects.substring(0, defects.length - 1)}${items.f_else ? items.f_else : ''}`)
1281
- this.deviceImgs.push({f_overall_path:items.f_path})
1282
- }
1283
- } else if ((items.type === 'string' || items.type === 'number') && items.f_is_defect && items.f_item_value[0]) {
1284
- checkResult = '有隐患'
1285
- this.result = '有隐患'
1286
- deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
1287
- this.deviceImgs.push({f_overall_path:items.f_path})
1288
-
1289
- } else if (items.f_item_name == '金额异常差值') {
1290
- var deviation = this.$appdata.getSingleValue('金额异常差值允许误差')
1291
- //tag
1292
- if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
1293
- if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
1294
- checkResult = '有隐患'
1295
- this.result = '有隐患'
1296
- deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
1297
- }
1298
- }
1299
- } else if (items.f_item_name == '气量异常差值') {
1300
- var deviation = this.$appdata.getSingleValue('气量异常差值允许误差')
1301
- //tag
1302
- if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
1303
- if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
1304
- checkResult = '有隐患'
1305
- this.result = '有隐患'
1306
- deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
1307
- }
1308
- }
1309
- }
1310
- if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name]) {
1311
- // console.log('this.config[this.data[device][item].f_device_type]', this.config[this.data[device][item].f_device_type])
1312
- // console.log('this.deviceconfig2', this.deviceconfig2)
1313
- for (let dev in this.deviceconfig2) {
1314
- if (this.deviceconfig2[dev].checkname == this.data[device][item].f_device_type) {
1315
- this.deviceconfig2[dev].items.push({
1316
- lname: items.f_item_name
1317
- })
1318
- }
1319
- }
1320
- }
1321
- //tag)
1322
- //tag
1323
- //tag
1324
- if (items.type === 'selector') {
1325
- items.selected = []
1326
- } else if (items.type === 'inputSelector') {
1327
- items.selected = ''
1328
- }
1329
- }
1330
-
1331
-
1332
- //tag
1333
- this.$set('deviceCollect.name', f_device_type)
1334
- this.$set('deviceCollect.value', checkResult)
1335
- this.$set('deviceCollect.devices', deviceInfos)
1336
- this.$set('deviceCollect.else', deviceelse)
1337
- console.log('deviceCollect.devices', this.deviceCollect.devices)
1338
- console.log('deviceCollect.else', this.deviceCollect.else)
1339
- console.log('deviceCollect.imgs', this.deviceCollect.imgs)
1340
- //tag)
1341
- if (this.deviceCollect.name) {
1342
- //tag
1343
- this.deviceCollects.push(JSON.parse(JSON.stringify(this.deviceCollect)))
1344
- }
1345
-
1346
- checkResult = '正常'
1347
- this.deviceCollect = {}
1348
- }
1349
- }
1350
- }
1351
- if (this.deviceCollects.length > 0) {
1352
- this.hasDevice = true
1353
- }
1354
- this.deviceconfig2 = this.deviceconfig2.filter(row => {
1355
- return !(row.checkname == '$configProp' || row.checkname == '$globalProp');
1356
- })
1357
- this.ajresult = JSON.parse(this.data.f_defect_content).result
1358
- this.showimg3 = this.data.f_noanswer_path
1359
- this.showimg5 = this.data.f_noanswer1_path
1360
- this.showimg6 = this.data.f_noanswer2_path
1361
- this.showimg4 = this.data.f_rejectcheck_path
1362
- this.showimg7 = this.data.f_rejectcheck1_path
1363
- this.showimg8 = this.data.f_rejectcheck2_path
1364
- this.paperdata = this.data
1365
- this.f_user_path = this.paperdata.f_user_pictures ? JSON.parse(this.paperdata.f_user_pictures)[0].f_user_path : ''
1366
- this.loading = false
1367
- },
1368
- imgclose() {
1369
- this.imgshow = false
1370
- },
1371
- putDevices() {
1372
- ////tag
1373
- this.$set('data.approve', "true")
1374
- this.$set('data.writeback', "false")
1375
- if (Vue.config.safecheck.ApproveConfig != undefined) {
1376
- if (Vue.config.safecheck.ApproveConfig.approve != undefined) {
1377
- this.$set('data.approve', Vue.config.safecheck.ApproveConfig.approve)
1378
- }
1379
- if (Vue.config.safecheck.ApproveConfig.writeback != undefined) {
1380
- this.$set('data.writeback', Vue.config.safecheck.ApproveConfig.writeback)
1381
- }
1382
- if (Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
1383
- this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
1384
- }
1385
- if (Vue.config.safecheck.ApproveConfig.hiddendanger != undefined) {
1386
- if (parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger) >= 5) {
1387
- this.hiddenDangerImgNumber = 5
1388
- } else {
1389
- this.hiddenDangerImgNumber = parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger)
1390
- }
1391
- }
1392
- }
1393
- //tag
1394
- //tag)
1395
- if (!this.item.f_safecheck_type && Vue.config.safecheck.SafecheckType) {
1396
- this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType['年度普检'][this.item.f_check_type]])
1397
- } else if (Vue.config.safecheck.SafecheckType){
1398
- this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_check_type]])
1399
- this.DevicesConfig = Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type]['民用']
1400
- this.DevicesSetConfig = Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type]['非民用']
1401
- }else {
1402
- if(this.item.f_check_type == '民用'){
1403
- this.config = this.extend(this.config, Vue.config.safecheck.DevicesConfig)
1404
- }else {
1405
- this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
1406
- }
1407
- }
1408
- //遍历安检项配置
1409
- for (let i in this.config) {
1410
- //取得安检项索引值
1411
- let n = this.config[i].index
1412
- this.devices[n - 1] = {device: i, n: n, checkmust: this.config[i].checkmust}
1413
- this.$set('data.' + 'device' + n, [])
1414
- let items = []
1415
- for (let it in this.config[i].items) {
1416
- //赋值下拉选项
1417
- if (this.config[i].items[it].type == 'selector') {
1418
- for (let op in this.config[i].items[it].options)
1419
- if (this.config[i].items[it].options[op].isdefault == true) {
1420
- items.push({
1421
- f_defect_level: this.config[i].items[it].options[op].level,
1422
- f_is_defect: this.config[i].items[it].options[op].isdefect,
1423
- f_item_name: it,
1424
- f_item_value: this.config[i].items[it].options[op].data,
1425
- f_path: "",
1426
- type: "selector"
1427
- })
1428
- }
1429
- }
1430
- }
1431
- n = n + 1
1432
- }
1433
-
1434
- },
1435
- showpath(val1, val2) {
1436
- //tag
1437
- //tag
1438
-
1439
- if (typeof val1 === 'string') {
1440
- this.showimg1 = val1
1441
- this.picturename = val2
1442
- this.imgshow = true
1443
- }else {
1444
- this.showimg1 = val1[0]
1445
- this.showimg2 = val1[1]
1446
- this.picturename = val2
1447
- this.imgshow = true
1448
- }
1449
- },
1450
- showpicture(val1, val2) {
1451
- //tag
1452
- if (val2 == '气量异常差值' || val2 == '金额异常差值') {
1453
- return
1454
- }
1455
- for (let i = 0; i < this.devicesAll.length; i++) {
1456
- for (let j = 0; j < this.devicesAll[i].length; j++) {
1457
- if (this.devicesAll[i][j].f_device_type == val1) {
1458
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1459
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1460
- if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
1461
- return false
1462
- } else {
1463
- this.showimg1 = this.devicesAll[i][j].f_items[k].f_path
1464
- this.showimg2 = this.devicesAll[i][j].f_items[k].f_second_path || this.devicesAll[i][j].f_items[k].f_p1_path
1465
- this.otherDarginShowImgs = []
1466
- for (let l = 0; l < this.hiddenDangerImgNumber; l++) {
1467
- let img = {path: ''}
1468
- if (this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path']) {
1469
- img.path = this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path'] + '?' + Math.random()
1470
- this.otherDarginShowImgs.push(img)
1471
- }
1472
- }
1473
- this.picturename = '隐患照片'
1474
- this.imgshow = true
1475
- return true
1476
- }
1477
- }
1478
- }
1479
-
1480
- }
1481
- }
1482
- }
1483
- },
1484
- isred(val1, val2) {
1485
- //tag
1486
- if (val2 == '气量异常差值' || val2 == '金额异常差值') {
1487
- return
1488
- }
1489
- for (let i = 0; i < this.devicesAll.length; i++) {
1490
- for (let j = 0; j < this.devicesAll[i].length; j++) {
1491
- if (this.devicesAll[i][j].f_device_type == val1) {
1492
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1493
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1494
- if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
1495
- return false
1496
- } else {
1497
- return true
1498
- }
1499
- }
1500
- }
1501
-
1502
- }
1503
- }
1504
- }
1505
- },
1506
- showpicture2() {
1507
- this.imgshow2 = true
1508
- },
1509
- getDeviceValue(val1, val2) {
1510
- let aa = ''
1511
- for (let i = 0; i < this.devicesAll.length; i++) {
1512
- for (let j = 0; j < this.devicesAll[i].length; j++) {
1513
- if (this.devicesAll[i][j].f_device_type == val1) {
1514
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1515
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1516
- if (this.devicesAll[i][j].f_items[k].f_item_lists[0]) {
1517
- for (let l = 0; l < this.devicesAll[i][j].f_items[k].f_item_lists.length; l++) {
1518
- let val = this.devicesAll[i][j].f_items[k].f_item_lists[l].f_item_value
1519
- aa += (val === null ? '空' : val) + ' '
1520
- }
1521
- return aa
1522
- }
1523
- }
1524
- }
1525
-
1526
- }
1527
- }
1528
- }
1529
-
1530
- },
1531
- getDevicePath(val1, val2) {
1532
- for (let i = 0; i < this.devicesAll.length; i++) {
1533
- for (let j = 0; j < this.devicesAll[i].length; j++) {
1534
- if (this.devicesAll[i][j].f_device_type == val1) {
1535
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1536
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1537
- if (this.devicesAll[i][j].f_items[k].f_p1_path){
1538
- return [this.devicesAll[i][j].f_items[k].f_path,this.devicesAll[i][j].f_items[k].f_p1_path]
1539
- }else {
1540
- return this.devicesAll[i][j].f_items[k].f_path
1541
- }
1542
- }
1543
- }
1544
-
1545
- }
1546
- }
1547
- }
1548
-
1549
- },
1550
- getDeviceAll() {
1551
- let keyall = Object.keys(this.data)
1552
- for (let i = 0; i < keyall.length; i++) {
1553
- //tag)
1554
- if ((keyall[i].startsWith('f_devices') || keyall[i].startsWith('devices')) && keyall[i] != 'deviceundefined') {
1555
- this.devicesAll.push(this.data[keyall[i]])
1556
- //tag
1557
- }
1558
- }
1559
- //tag
1560
- //tag)
1561
- this.devicesCollect()
1562
-
1563
- },
1564
-
1565
- back() {
1566
- if (this.role == 'inspect') {
1567
- if (!this.isStrat) {
1568
- this.$back()
1569
- return
1570
- } else {
1571
- this.savePaper(true).then(() => {
1572
- this.$back()
1573
- this.isStrat = false
1574
- })
1575
- }
1576
- } else {
1577
- this.$back()
1578
- }
1579
- },
1580
- checkIsStart() {
1581
- alert('asdad')
1582
- return
1583
- },
1584
-
1585
- viewPic(fileName) {
1586
- //tag
1587
- if (this.role == 'view') {
1588
- if (!fileName.endsWith('nopic.png')) {
1589
- this.pic_to_be_viewed = fileName
1590
- this.showModal = true
1591
- }
1592
- } else {
1593
- HostApp.viewPic(fileName)
1594
- }
1595
- },
1596
- tick() {
1597
- this.timer = null
1598
- this.data.f_offsite_time = Util.toStandardTimeString()
1599
- this.timer = window.setTimeout(this.tick, 1000)
1600
- },
1601
- getRepairState() {
1602
- let repaired = true
1603
- this.data.f_defects.forEach((defect) => {
1604
- repaired = repaired & (defect.f_ratification == '已处理')
1605
- })
1606
- return repaired
1607
- },
1608
- verifyRepairDefects() {
1609
- this.data.f_repair_date = Util.toStandardTimeString()
1610
- this.data.f_repaired = this.getRepairState() ? '已修' : '在修'
1611
- },
1612
- genuineSave(saveOnly) {
1613
- HostApp.__this__.save(saveOnly)
1614
- if (!saveOnly)
1615
- HostApp.__this__.disableTimer()
1616
- HostApp.__callback__ = null
1617
- HostApp.__this__ = null
1618
- },
1619
- setUrgency() {
1620
- this.data.f_defect_urgency = 'Z'
1621
- let that = this
1622
- this.data.f_defects.forEach(function (defect) {
1623
- if (that.data.f_defect_urgency > defect.f_defect_level.charAt(0))
1624
- that.data.f_defect_urgency = defect.f_defect_level.charAt(0)
1625
- })
1626
- if (this.data.f_defect_urgency == 'Z')
1627
- this.data.f_defect_urgency = null
1628
- },
1629
- disableTimer() {
1630
- if (this.timer) {
1631
- window.clearTimeout(this.timer)
1632
- this.timer = null
1633
- }
1634
- },
1635
- loaded(paper) {
1636
- if (!paper.hasOwnProperty('id')) {
1637
- this.$showMessage("该安检单在手机上已经不存在,可能是卸载过程序。可以进入重新安检,或返回安检计划。")
1638
- this.init()
1639
- } else {
1640
- Util.booleanFilter(paper)
1641
- HostApp.__this__.$set('data', paper)
1642
- HostApp.__this__.$goto('paper-state', {}, 'paper-router')
1643
- // 如果打回重检则重新计时
1644
- //tag
1645
- if (HostApp.__this__.role == 'inspect'
1646
- && HostApp.__this__.data.f_approved
1647
- && HostApp.__this__.data.f_approved == '打回') {
1648
- //tag
1649
- HostApp.__this__.data.f_onsite_time = Util.toStandardTimeString()
1650
- HostApp.__this__.tick()
1651
- }
1652
- }
1653
- HostApp.__callback__ = null
1654
- HostApp.__this__ = null
1655
- },
1656
- S4() {
1657
- return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
1658
- },
1659
- init() {
1660
- this.data.f_noplan_item_id = this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4()
1661
- this.data.ename = Vue.user.ename
1662
- this.data.f_outlets = Vue.user.f_parentname
1663
- this.data.f_meetunit = Vue.user.orgpathnames
1664
- this.data.orgpathstr = Vue.user.orgpathstr
1665
- this.data.f_check_item_id = this.item.id
1666
- this.data.f_check_plan_id = this.f_plan_id
1667
- this.data.f_checker_id = Vue.user.id
1668
- this.data.f_checker_name = Vue.user.name
1669
- this.data.f_check_type = this.item.f_user_type
1670
- this.data.f_subcompany = this.item.f_subcompany
1671
- this.data.f_approved = this.item.f_approved
1672
- this.data.f_repair_approved = this.item.f_repair_approved
1673
- this.data.f_no_checkplan = this.item.f_no_checkplan
1674
- this.data.f_approved = this.item.f_approved
1675
- this.data.f_filialeid = this.item.f_filialeid
1676
- this.data.f_orgstr = this.item.f_orgstr
1677
- this.data.version = this.item.version
1678
- this.$set('data.f_meters', this.item.f_plan_meters)
1679
- this.$set('data.f_userinfo_code', this.item.f_userinfo_code)
1680
- // 安检状态
1681
- this.$set('data.f_entry_status', '入户')
1682
- this.$set('data.f_usegas', '已使用')
1683
- this.$set('data.f_state', this.item.f_state)
1684
- // 用户信息
1685
- this.$set('data.f_user_name', this.item.f_user_name)
1686
- this.$set('data.f_user_phone', this.item.f_user_phone)
1687
- this.$set('data.f_userinfoid', this.item.f_userinfoid)
1688
- this.$set('data.f_address', this.item.f_address)
1689
- this.$set('data.f_card_id', this.item.f_card_id)
1690
- this.$set('data.f_area', this.item.f_area)
1691
- this.$set('data.f_street', this.item.f_street)
1692
- this.$set('data.f_room', this.item.f_room)
1693
- this.$set('data.f_building', this.item.f_building)
1694
- this.$set('data.f_unit', this.item.f_unit)
1695
- this.$set('data.f_floor', this.item.f_floor)
1696
- this.$set('data.f_residential_area', this.item.f_residential_area)
1697
- this.$set('data.f_idnumber', this.item.f_idnumber)
1698
- this.$set('data.f_comments', this.item.f_comments)
1699
- this.$set('data.f_userproperties', this.item.f_userproperties)
1700
- // 处置方式
1701
- this.$set('data.f_no_gas_device', false)
1702
- this.$set('data.f_close_valve', false)
1703
- this.$set('data.f_unload_battery', false)
1704
- if (this.data.f_check_item_id == '' && this.item.f_no_checkplan == '无计划安检') {
1705
- this.data.f_check_item_id = this.data.f_noplan_item_id
1706
- }
1707
-
1708
- //房屋结构
1709
- // this.$set('data.f_room_style', '多层')
1710
- //供暖方式
1711
- // this.$set('data.f_heating_style', '热力公司集中供暖')
1712
- if (this.item.f_plan_meters) {
1713
- for (let de in this.devices) {
1714
- this.$set('data.device' + this.devices[de].n, [])
1715
- for (let i = 0; i < this.item.f_plan_meters.length; i++) {
1716
- if (this.item.f_plan_meters[i].f_meter_type) {
1717
- if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
1718
- delete this.config['燃气表']['items']['累计购气量']
1719
- this.data['device' + this.devices[de].n].push({
1720
- f_device_type: "燃气表",
1721
- f_items: [{
1722
- f_defect_level: null,
1723
- f_device_id: "",
1724
- f_is_defect: "",
1725
- f_item_name: "表品牌",
1726
- f_item_value: this.item.f_plan_meters[i].f_aliasname,
1727
- f_path: "",
1728
- type: "string"
1729
- },
1730
- {
1731
- f_defect_level: null,
1732
- f_device_id: "",
1733
- f_is_defect: "",
1734
- f_item_name: "位置",
1735
- f_item_value: this.item.f_plan_meters[i].f_weizhi,
1736
- f_path: "",
1737
- type: "selector"
1738
- },
1739
- {
1740
- f_defect_level: null,
1741
- f_device_id: "",
1742
- f_is_defect: "",
1743
- f_item_name: "表号",
1744
- f_item_value: this.item.f_plan_meters[i].f_meter_no,
1745
- f_path: "",
1746
- type: "number"
1747
- },
1748
- {
1749
- f_defect_level: null,
1750
- f_device_id: "",
1751
- f_is_defect: "",
1752
- f_item_name: "表封号",
1753
- f_item_value: this.item.f_plan_meters[i].f_metertitles,
1754
- f_path: "",
1755
- type: "number"
1756
- },
1757
- {
1758
- f_defect_level: null,
1759
- f_device_id: "",
1760
- f_is_defect: "",
1761
- f_item_name: "表型号",
1762
- f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1763
- f_path: "",
1764
- type: "selector"
1765
- },
1766
- {
1767
- f_defect_level: null,
1768
- f_device_id: "",
1769
- f_is_defect: "",
1770
- f_item_name: "表底数",
1771
- f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1772
- f_path: "",
1773
- type: "number"
1774
- }
1775
- ]
1776
- })
1777
- } else if (this.devices[de].device == "燃气表") {
1778
- delete this.config['燃气表']['items']['表底数']
1779
- this.data['device' + this.devices[de].n].push({
1780
- f_device_type: "燃气表",
1781
- f_items: [{
1782
- f_defect_level: null,
1783
- f_device_id: "",
1784
- f_is_defect: "",
1785
- f_item_name: "表品牌",
1786
- f_item_value: this.item.f_plan_meters[i].f_aliasname,
1787
- f_path: "",
1788
- type: "string"
1789
- },
1790
- {
1791
- f_defect_level: null,
1792
- f_device_id: "",
1793
- f_is_defect: "",
1794
- f_item_name: "位置",
1795
- f_item_value: this.item.f_plan_meters[i].f_weizhi,
1796
- f_path: "",
1797
- type: "selector"
1798
- },
1799
- {
1800
- f_defect_level: null,
1801
- f_device_id: "",
1802
- f_is_defect: "",
1803
- f_item_name: "表号",
1804
- f_item_value: this.item.f_plan_meters[i].f_meter_no,
1805
- f_path: "",
1806
- type: "number"
1807
- },
1808
- {
1809
- f_defect_level: null,
1810
- f_device_id: "",
1811
- f_is_defect: "",
1812
- f_item_name: "表封号",
1813
- f_item_value: this.item.f_plan_meters[i].f_metertitles,
1814
- f_path: "",
1815
- type: "number"
1816
- },
1817
- {
1818
- f_defect_level: null,
1819
- f_device_id: "",
1820
- f_is_defect: "",
1821
- f_item_name: "表型号",
1822
- f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1823
- f_path: "",
1824
- type: "selector"
1825
- },
1826
- {
1827
- f_defect_level: null,
1828
- f_device_id: "",
1829
- f_is_defect: "",
1830
- f_item_name: "累计购气量",
1831
- f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1832
- f_path: "",
1833
- type: "number"
1834
- }
1835
- ]
1836
- })
1837
- }
1838
- }
1839
- }
1840
- }
1841
- }
1842
-
1843
- this.$goto('paper-state', {}, 'paper-router')
1844
- },
1845
- extend(initalObj, finalObj) {
1846
- var obj = finalObj || {};
1847
- for (var i in initalObj) {
1848
- var prop = initalObj[i];
1849
-
1850
- // 避免相互引用对象导致死循环,如initalObj.a = initalObj的情况
1851
- if (prop === obj) {
1852
- continue;
1853
- }
1854
-
1855
- if (typeof prop === 'object') {
1856
- if (obj[i]) {
1857
- this.extend(obj[i], prop)
1858
- } else {
1859
- obj[i] = prop;
1860
- }
1861
- }
1862
- }
1863
- return obj;
1864
- },
1865
- //获取当前时间
1866
- getNowFormatDate() {
1867
- var date = new Date();
1868
- var seperator1 = "-";
1869
- var seperator2 = ":";
1870
- var month = date.getMonth() + 1;
1871
- var strDate = date.getDate();
1872
- if (month >= 1 && month <= 9) {
1873
- month = "0" + month;
1874
- }
1875
- if (strDate >= 0 && strDate <= 9) {
1876
- strDate = "0" + strDate;
1877
- }
1878
- var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
1879
- + " " + date.getHours() + seperator2 + date.getMinutes()
1880
- + seperator2 + date.getSeconds();
1881
- return currentdate;
1882
- }
1883
- },
1884
- ready() {
1885
- setTimeout(() => {
1886
- this.loading = false;
1887
- }, 10000)
1888
- this.putDevices()
1889
- this.showAudit()
1890
- this.newConfig = this.$appdata.getSingleValue('配置中心获取文件') ? this.$appdata.getSingleValue('配置中心获取文件') : '否';
1891
- if (this.item.f_state != '未检' || this.item.f_no_checkplan == '无计划安检' || this.item.f_no_checkplan == '复检') {
1892
- if (this.role != 'inspect') {
1893
- let that = this
1894
- let id
1895
- if (this.role == 'view') {
1896
- id = this.item.id
1897
- } else if (this.role == 'androidview') {
1898
- id = this.item.f_paper_id
1899
- }
1900
- this.$resetpost(`rs/logic/getUserinfomation`, {data: {condition: `id = '${id}'`}}).then((respanse) => {
1901
- //tag
1902
- if (respanse.data.length != 0) {
1903
- // 包含 其它 特殊处理的数组
1904
- // 对应位置
1905
- that.data = Object.assign(that.data, respanse.data[0])
1906
- if (respanse.data[0].f_devices) {
1907
- for (let da in that.devices) {
1908
- that.$set('data.device' + that.devices[da].n, [])
1909
- }
1910
- respanse.data[0].f_devices.forEach((item) => {
1911
- for (let de in that.devices) {
1912
- if (that.devices[de].device == item.f_device_type) {
1913
- item.f_items.forEach((f_item) => {
1914
- //tag
1915
- //tag
1916
- let itemValues = []
1917
- f_item.f_item_lists.forEach((tempItem) => {
1918
- //tag
1919
- if (tempItem.f_item_value !== 'null') {
1920
- itemValues.push(tempItem.f_item_value)
1921
- }
1922
- })
1923
- f_item.f_item_value = itemValues
1924
- })
1925
- that.data['device' + that.devices[de].n].push({
1926
- f_device_type: item.f_device_type,
1927
- f_items: item.f_items
1928
- })
1929
- }
1930
- }
1931
- })
1932
- }
1933
- Util.replaceFalse(that.data)
1934
- Util.booleanFilter(that.data)
1935
- if (this.role == 'view') {
1936
- Util.ratifyPics(that.data)
1937
- Util.ratifyPics(that.picture)
1938
- } else {
1939
- Util.androidRatifyPics(that.data, this.$androidUtil.getProxyUrl())
1940
- }
1941
- //tag
1942
- }
1943
- // this.$goto('paper-message-blank', {userinfo:this.data,devices:this.devices,config:this.config,role:this.role}, 'self')
1944
- this.isshow = true
1945
- asyncReady(this).then(() => {
1946
- //tag
1947
- //tag)
1948
- console.log('Vue.config.safecheck.DevicesConfig', Vue.config.safecheck.DevicesConfig)
1949
- // 如果没有用户类型 默认按民用配置走
1950
- if (this.data.f_check_type == '非民用') {
1951
- this.deviceconfig = Vue.config.safecheck.DevicesSetConfig
1952
- if (typeof this.deviceconfig === 'string') {
1953
- this.deviceconfig = JSON.parse(this.deviceconfig)
1954
- }
1955
- }else{
1956
- this.deviceconfig = Vue.config.safecheck.DevicesConfig
1957
- if (typeof this.deviceconfig === 'string') {
1958
- this.deviceconfig = JSON.parse(this.deviceconfig)
1959
- }
1960
- }
1961
-
1962
- console.log(this.deviceconfig["燃气表"])
1963
- console.log(this.deviceconfig)
1964
- console.log(this.config)
1965
- console.log(this.config["燃气表"])
1966
- console.log(this.config["燃气表"].items)
1967
- if (this.data.f_collection_type == '按金额') {
1968
- if (this.deviceconfig["燃气表"]){
1969
- let aaa = Object.assign({}, this.config2["燃气表"].items, this.deviceconfig["燃气表"].items)
1970
- this.deviceconfig["燃气表"].items = aaa
1971
- }else {
1972
- this.deviceconfig["燃气表"] = this.config2["燃气表"]
1973
- }
1974
- } else {
1975
- if (this.deviceconfig["燃气表"]){
1976
- let aaa = Object.assign({}, this.config["燃气表"].items, this.deviceconfig["燃气表"].items)
1977
- this.deviceconfig["燃气表"].items = aaa
1978
- }else {
1979
- this.deviceconfig["燃气表"] = this.config["燃气表"]
1980
- }
1981
- }
1982
- this.deviceconfig2 = ObjConfig.getObjConfig(this.deviceconfig)
1983
- this.deviceconfig2 = jsonSort(this.deviceconfig2, "index")
1984
- this.getDeviceAll()
1985
- })
1986
- }
1987
- ).catch(
1988
- (respanse) => {
1989
- //tag
1990
- alert('查找安检单失败')
1991
- this.loading = false
1992
- })
1993
- }
1994
- }
1995
-
1996
- },
1997
- watch: {
1998
- // 'isUpload'(val){
1999
- // //tag
2000
- // }
2001
- },
2002
- destroyed() {
2003
- //tag
2004
- this.disableTimer()
2005
- }
2006
- }
2007
-
2008
- </script>
2009
- <style scoped>
2010
- .table-striped thead tr th {
2011
- background-color: rgb(223, 237, 251);
2012
- padding: 10px;
2013
- border-left: solid 0px #dae4f2;
2014
- border-top: solid 1px #dae4f2;
2015
- border-right: none;
2016
- border-bottom: none;
2017
- text-align: center;
2018
- color: black;
2019
- }
2020
- </style>
1
+ <style scoped id="printStyle">
2
+ .img {
3
+ border: 1px solid #9773ed;
4
+ width: auto;
5
+ height: auto;
6
+ float: left;
7
+ text-align: center;
8
+ margin: 6px;
9
+ }
10
+
11
+ img {
12
+ margin: 6px;
13
+ }
14
+
15
+
16
+ .container {
17
+ margin: 10px auto;
18
+ width: 80%;
19
+ height: auto;
20
+ }
21
+
22
+ div::-webkit-scrollbar {
23
+ width: 0 !important;
24
+ height: 0 !important;
25
+ }
26
+
27
+ div {
28
+ -ms-overflow-style: none;
29
+ overflow: -moz-scrollbars-none;
30
+ }
31
+
32
+ .divmask {
33
+ pointer-events: none;
34
+ }
35
+
36
+ .app-header {
37
+ border-radius: 50%;
38
+ background: rgba(73, 158, 223, 0.4);
39
+ color: #FFF;
40
+ padding: 20px;
41
+ text-align: center;
42
+ font-size: 1.2em;
43
+ z-index: 10;
44
+ opacity: 0.5;
45
+ bottom: 50px;
46
+ margin-top: -20px;
47
+ position: absolute;
48
+ top: 10%;
49
+ right: 2%;
50
+ height: 8%;
51
+ }
52
+ </style>
53
+
54
+ <template>
55
+ <div class="basic-main" style="height: 100%">
56
+ <div class="page-header app-header auto" style="padding: 15px;margin-right: 10px;right: 0%;height: 7%">
57
+ <div @click="back()">
58
+ <img src="../../assets/back.png" style="margin: 0px"/>
59
+ </div>
60
+ </div>
61
+ <div v-show="showPdfDownload" class="page-header app-header auto"
62
+ style="padding: 15px;margin-right: 3.7%;right: 0%;height: 7%">
63
+ <div @click="exportToPDF()">
64
+ <img src="../../assets/下载_.png" style="margin: 0px;width: 30px"/>
65
+ </div>
66
+ </div>
67
+ <work-busy :is-busy="loading"></work-busy>
68
+ <div class="container-fluid" style="overflow: scroll">
69
+ <div class="row">
70
+ <div class="col-md-5" style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
71
+ <div style="width: 100%;margin: auto">
72
+ <table class="table table-striped table-bordered" style="margin-bottom: 6px;margin-top: 35px">
73
+ <thead>
74
+ <tr>
75
+ <th colspan="6" style="text-align: center">用户基本信息</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户编号:</td>
81
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_userinfo_code }}</td>
82
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户名称:</td>
83
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_user_name }}</td>
84
+ </tr>
85
+ <tr>
86
+ <td style="text-align: center;border: #E9E9E9 solid 1px">证件号码:</td>
87
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_idnumber }}</td>
88
+ <td style="text-align: center;border: #E9E9E9 solid 1px">用户类型:</td>
89
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_check_type }}</td>
90
+ </tr>
91
+ <tr>
92
+ <td style="text-align: center;border: #E9E9E9 solid 1px">用户电话:</td>
93
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_user_phone }}</td>
94
+ <td style="text-align: center;border: #E9E9E9 solid 1px">区 / 县:</td>
95
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_slice_area }}</td>
96
+ </tr>
97
+ <tr>
98
+ <td style="text-align: center;border: #E9E9E9 solid 1px">街 道:</td>
99
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_street }}</td>
100
+ <td style="text-align: center;border: #E9E9E9 solid 1px">楼 号:</td>
101
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_building }}</td>
102
+ </tr>
103
+ <tr>
104
+ <td style="text-align: center;border: #E9E9E9 solid 1px">单 元:</td>
105
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_unit }}</td>
106
+ <td style="text-align: center;border: #E9E9E9 solid 1px">楼 层:</td>
107
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_floor }}</td>
108
+ </tr>
109
+ <tr>
110
+ <td style="text-align: center;border: #E9E9E9 solid 1px">门 牌 号 :</td>
111
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_room }}</td>
112
+ <td style="text-align: center;border: #E9E9E9 solid 1px">用户性质:</td>
113
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_userproperties }}</td>
114
+ </tr>
115
+ <tr>
116
+ <td style="text-align: center;border: #E9E9E9 solid 1px">备注信息:</td>
117
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_comments }}</td>
118
+ <td style="text-align: center;border: #E9E9E9 solid 1px">小区名称:</td>
119
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_residential_area }}</td>
120
+ </tr>
121
+ <tr>
122
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px">详细住址:</td>
123
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_address }}</td>
124
+ </tr>
125
+ </tbody>
126
+ </table>
127
+ <table class="table table-striped table-bordered" style="margin-top: 40px"
128
+ v-show="paperdata.f_entry_status=='入户'">
129
+ <thead>
130
+ <tr>
131
+ <th colspan="4" style="text-align: center">用户安检概况</th>
132
+ </tr>
133
+ </thead>
134
+ <tbody>
135
+ <tr>
136
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
137
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
138
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
139
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_offsite_time }}</td>
140
+ </tr>
141
+ <tr>
142
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
143
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_entry_status }}</td>
144
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">燃气使用:</td>
145
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_usegas }}</td>
146
+ </tr>
147
+ <tr>
148
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">用户满意度:</td>
149
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">{{
150
+ paperdata.f_client_evaluation
151
+ }}
152
+ </td>
153
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">安检结果:</td>
154
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;"
155
+ :style="{'color':ajresult=='有隐患'?'red':''}">{{ ajresult }}
156
+ </td>
157
+ </tr>
158
+ <tr>
159
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">备注:</td>
160
+ <td colspan="3"
161
+ style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
162
+ {{ paperdata.f_repair_approved_note }}
163
+ </td>
164
+ </tr>
165
+ <tr>
166
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">隐患详情:</td>
167
+ <td colspan="3"
168
+ style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
169
+ <span v-for="deviceCollect in deviceCollects">
170
+ <span class="li-font">
171
+ {{ deviceCollect.name }}:{{ deviceCollect.value }}&nbsp;&nbsp;&nbsp;
172
+ </span>
173
+ <br>
174
+ <span v-if="deviceCollect.value == '有隐患'">
175
+ <lable>
176
+ 隐患:
177
+ </lable>
178
+ <span v-for="val in deviceCollect.devices">
179
+ {{ val }}
180
+ </span><br>
181
+ </span>
182
+
183
+ </span>
184
+ </td>
185
+ </tr>
186
+
187
+ </tbody>
188
+ </table>
189
+ <table class="table table-striped table-bordered" style="margin-top: 40px"
190
+ v-show="paperdata.f_entry_status!='入户'">
191
+ <thead>
192
+ <tr>
193
+ <th colspan="4" style="text-align: center">用户安检概况</th>
194
+ </tr>
195
+ </thead>
196
+ <tbody>
197
+ <tr>
198
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
199
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
200
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
201
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_offsite_time }}</td>
202
+ </tr>
203
+ <tr>
204
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
205
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
206
+ {{ paperdata.f_entry_status }}
207
+ </td>
208
+ <!-- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">-->
209
+ <!-- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">-->
210
+ <!-- {{ dev.lname }}-->
211
+ <!-- 查看{{ data.f_entry_status }}照片-->
212
+ <!-- </button-link>-->
213
+ <!-- </td>-->
214
+ </tr>
215
+
216
+ </tbody>
217
+ </table>
218
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
219
+ v-show="paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='拒检'" >
220
+ <thead>
221
+ <tr>
222
+ <th style="text-align: center">{{paperdata.f_entry_status}}照片</th>
223
+ </tr>
224
+ </thead>
225
+ <tbody>
226
+ <tr>
227
+ <td style="margin: auto;text-align: center">
228
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
229
+
230
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer_path">
231
+ <img-self-plus :src="paperdata.f_noanswer_path" style="float: left"
232
+ width="150"
233
+ height="200"></img-self-plus>
234
+ </div>
235
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer1_path">
236
+ <img-self-plus :src="paperdata.f_noanswer1_path" style="float: left"
237
+ width="150"
238
+ height="200"></img-self-plus>
239
+ </div>
240
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer2_path">
241
+ <img-self-plus :src="paperdata.f_noanswer2_path" style="float: left"
242
+ width="150"
243
+ height="200"></img-self-plus>
244
+ </div>
245
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck_path">
246
+ <img-self-plus :src="paperdata.f_rejectcheck_path" style="float: left"
247
+ width="150"
248
+ height="200"></img-self-plus>
249
+ </div>
250
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck1_path">
251
+ <img-self-plus :src="paperdata.f_rejectcheck1_path" style="float: left"
252
+ width="150"
253
+ height="200"></img-self-plus>
254
+ </div>
255
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck2_path">
256
+ <img-self-plus :src="paperdata.f_rejectcheck2_path" style="float: left"
257
+ width="150"
258
+ height="200"></img-self-plus>
259
+ </div>
260
+ </div>
261
+ </td>
262
+ </tr>
263
+ </tbody>
264
+ </table>
265
+ <table class="table table-striped table-bordered" style="margin-top: 40px"
266
+ v-show="item.f_no_checkplan == '复检'">
267
+ <thead>
268
+ <tr>
269
+ <th colspan="4" style="text-align: center">上次安检情况</th>
270
+ </tr>
271
+ </thead>
272
+ <tbody>
273
+ <tr>
274
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检到达时间:</td>
275
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
276
+ lastCheckData.f_onsite_time
277
+ }}
278
+ </td>
279
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检离开时间:</td>
280
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
281
+ lastCheckData.f_offsite_time
282
+ }}
283
+ </td>
284
+ </tr>
285
+ <tr>
286
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检员:</td>
287
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
288
+ {{ lastCheckData.f_checker_name }}
289
+ </td>
290
+ </tr>
291
+ <tr>
292
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">安检结果:</td>
293
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
294
+ {{ lastCheckData.f_defect_text }}
295
+ </td>
296
+ </tr>
297
+
298
+ </tbody>
299
+ </table>
300
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
301
+ v-show="paperdata.f_entry_status=='入户' && paperdata.f_usegas == '未用气'">
302
+ <thead>
303
+ <tr>
304
+ <th style="text-align: center">未用气照片</th>
305
+ </tr>
306
+ </thead>
307
+ <tbody>
308
+ <tr>
309
+ <td style="margin: auto;text-align: center">
310
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
311
+ <div class="img">
312
+ <img-self-plus :src="paperdata.f_nongasuser_path" style="float: left" width="150"
313
+ height="200"></img-self-plus>
314
+ </div>
315
+ </div>
316
+ </td>
317
+ </tr>
318
+ </tbody>
319
+ </table>
320
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
321
+ v-show="showPdfImg && paperdata.f_entry_status=='入户' && ajresult=='有隐患'">
322
+ <thead>
323
+ <tr>
324
+ <th style="text-align: center">隐患照片</th>
325
+ </tr>
326
+ </thead>
327
+ <tbody>
328
+ <tr>
329
+ <td style="margin: auto;text-align: center">
330
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
331
+ <div class="img" v-for="img in deviceImgs">
332
+ <img-self-plus :list="deviceCollect.imgs " :src="img.f_overall_path" style="float: left"
333
+ width="150"
334
+ height="200"></img-self-plus>
335
+ </div>
336
+ </div>
337
+
338
+
339
+ </td>
340
+
341
+ </tr>
342
+ </tbody>
343
+ </table>
344
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
345
+ v-show="paperdata.f_entry_status=='入户'">
346
+ <thead>
347
+ <tr>
348
+ <th style="text-align: center">总体安检照片</th>
349
+ </tr>
350
+ </thead>
351
+ <tbody>
352
+ <tr>
353
+ <td style="margin: auto;text-align: center">
354
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
355
+ <div class="img" v-for="img in paperdata.f_overall_imgs">
356
+ <img-self-plus :list="paperdata.f_overall_imgs " :src="img.f_overall_path" style="float: left"
357
+ width="150"
358
+ height="200"></img-self-plus>
359
+ </div>
360
+ </div>
361
+
362
+
363
+ </td>
364
+
365
+ </tr>
366
+ </tbody>
367
+ </table>
368
+ <table class="table table-striped table-bordered" style="width: 100%"
369
+ v-show="paperdata.f_entry_status=='入户' && (paperdata.f_sign_path || f_user_path) ">
370
+ <thead>
371
+ <tr>
372
+ <th style="text-align: center">用户签名照片</th>
373
+ </tr>
374
+ </thead>
375
+ <tbody>
376
+ <tr>
377
+ <td style="margin: auto;text-align: center" v-if="paperdata.f_sign_path">
378
+ <div class="container" style="max-width: 500px;background: #FFFFFF" >
379
+ <div class="img" style="float: none">
380
+ <img-self-plus :src="paperdata.f_sign_path" width="200" height="200"></img-self-plus>
381
+ </div>
382
+ </div>
383
+ </td>
384
+ <td style="margin: auto;text-align: center" v-if="f_user_path">
385
+ <div class="container" style="max-width: 550px;background: #FFFFFF" >
386
+ <div class="img" style="float: none">
387
+ <img-self-plus :src="'rs/image/file/'+f_user_path"
388
+ width="200"
389
+ height="200"></img-self-plus>
390
+ </div>
391
+ </div>
392
+ </td>
393
+ </tr>
394
+ </tbody>
395
+ </table>
396
+ <table class="table table-striped table-bordered"
397
+ v-show="paperdata.f_entry_status=='入户' && paperdata.f_defect_notified">
398
+ <thead>
399
+ <tr>
400
+ <th style="text-align: center">安检通知书/隐患整改通知书</th>
401
+ </tr>
402
+ </thead>
403
+ <tbody>
404
+ <tr>
405
+ <td style="margin: auto;text-align: center">
406
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
407
+ <div class="img" style="float: none">
408
+ <img-self-plus :src="paperdata.f_notified_path" width="486" height="300"></img-self-plus>
409
+ </div>
410
+ </div>
411
+ </td>
412
+ </tr>
413
+ </tbody>
414
+ </table>
415
+ <table class="table table-striped table-bordered"
416
+ v-show="paperdata.f_entry_status=='入户'&& paperdata.f_video_path">
417
+ <thead>
418
+ <tr>
419
+ <th style="text-align: center">安检视频</th>
420
+ </tr>
421
+ </thead>
422
+ <tbody>
423
+ <tr>
424
+ <td style="margin: auto;text-align: center">
425
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
426
+ <video width="320" height="200" controls v-if="paperdata.f_video_path">
427
+ <source :src="paperdata.f_video_path" type="video/mp4">
428
+ </video>
429
+ </div>
430
+ </td>
431
+ </tr>
432
+ </tbody>
433
+ </table>
434
+ <table class="table table-striped table-bordered"
435
+ v-show="item.f_recording1_path">
436
+ <thead>
437
+ <tr>
438
+ <th style="text-align: center">录音文件</th>
439
+ </tr>
440
+ </thead>
441
+ <tbody>
442
+ <tr>
443
+ <td style="margin: auto;text-align: center">
444
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
445
+ <a class="button_spacing button_search-1"
446
+ :download="item.f_user_name+'-'+item.f_check_type+'-'+'录音文件.arm'"
447
+ :href="'rs/image/file/'+item.f_recording1_path">录音下载</a>
448
+ </div>
449
+ </td>
450
+ </tr>
451
+ </tbody>
452
+ </table>
453
+ </div>
454
+ </div>
455
+ <div class style="width: 1%;height: 100%;background-color: #F1F8FF;float: left;"></div>
456
+ <div class="col-md-6" style="height: 100%;overflow: scroll">
457
+ <div style="width: 95%;margin-left: 5%">
458
+ <table class="table table-striped table-bordered" v-for="config in deviceconfig2" style="margin-top: 35px">
459
+ <thead v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
460
+ <tr>
461
+ <th style="text-align: center">{{ config.checkname }}</th>
462
+ </tr>
463
+ </thead>
464
+ <tbody v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
465
+ <tr v-for="dev in config.items">
466
+ <td v-if="dev.type!='text' && dev.isshow != false">
467
+ <div class="row">
468
+ <div class="col-md-8" style="text-align: center;">
469
+ <label>
470
+ <button-link type="button" class="btn btn-link" @click="showpicture(config.checkname,dev.lname)"
471
+ :style="isred(config.checkname,dev.lname)?'color:red':'color:black'">
472
+ {{ dev.lname }}
473
+ </button-link>
474
+ </label>
475
+ </div>
476
+ <div class="col-md-4" style="text-align: center">
477
+ <label style="font-weight: normal"
478
+ v-if="dev.type!='picture'">{{
479
+ getDeviceValue(config.checkname, dev.lname) ? getDeviceValue(config.checkname, dev.lname) : '无'
480
+ }}</label>
481
+ <label style="font-weight: normal" v-if="dev.type=='picture'">
482
+ <div v-show="getDevicePath(config.checkname,dev.lname)">
483
+ <button-link style="color: black" type="button" class="btn btn-link"
484
+ @click="showpath(getDevicePath(config.checkname,dev.lname),dev.lname)">查看照片
485
+ </button-link>
486
+ </div>
487
+ <div v-show="!getDevicePath(config.checkname,dev.lname)">无照片</div>
488
+ </label>
489
+ </div>
490
+ </div>
491
+ </td>
492
+ <td v-if="dev.type==='text' && dev.isshow != false">
493
+ <label style="width: 100%;text-align: center">{{ dev.lname }}</label>
494
+ </td>
495
+ </tr>
496
+ </tbody>
497
+ </table>
498
+ <div v-show="showButton">
499
+ <button class="button_spacing button_search" @click="auditSuccesss()">通过</button>
500
+ <button class="button_spacing button_search" @click="auditFail()">不通过</button>
501
+ </div>
502
+ </div>
503
+ </div>
504
+
505
+ </div>
506
+ </div>
507
+ <div v-show="false">
508
+ <div class="container-fluid" id="toPdf" style="overflow: scroll">
509
+ <div class="row">
510
+ <div style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
511
+ <div style="width: 100%;margin: auto">
512
+ <table class="table table-striped table-bordered" style="margin-bottom: 6px;margin-top: 35px">
513
+ <thead>
514
+ <tr>
515
+ <th colspan="6" style="text-align: center">用户基本信息</th>
516
+ </tr>
517
+ </thead>
518
+ <tbody>
519
+ <tr>
520
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户编号:</td>
521
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
522
+ paperdata.f_userinfo_code
523
+ }}
524
+ </td>
525
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">用户名称:</td>
526
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_user_name }}</td>
527
+ </tr>
528
+ <tr>
529
+ <td style="text-align: center;border: #E9E9E9 solid 1px">证件号码:</td>
530
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_idnumber }}</td>
531
+ <td style="text-align: center;border: #E9E9E9 solid 1px">用户类型:</td>
532
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_check_type }}</td>
533
+ </tr>
534
+ <tr>
535
+ <td style="text-align: center;border: #E9E9E9 solid 1px">用户电话:</td>
536
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_user_phone }}</td>
537
+ <td style="text-align: center;border: #E9E9E9 solid 1px">区 / 县:</td>
538
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_slice_area }}</td>
539
+ </tr>
540
+ <tr>
541
+ <td style="text-align: center;border: #E9E9E9 solid 1px">街 道:</td>
542
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_street }}</td>
543
+ <td style="text-align: center;border: #E9E9E9 solid 1px">楼 号:</td>
544
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_building }}</td>
545
+ </tr>
546
+ <tr>
547
+ <td style="text-align: center;border: #E9E9E9 solid 1px">单 元:</td>
548
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_unit }}</td>
549
+ <td style="text-align: center;border: #E9E9E9 solid 1px">楼 层:</td>
550
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_floor }}</td>
551
+ </tr>
552
+ <tr>
553
+ <td style="text-align: center;border: #E9E9E9 solid 1px">门 牌 号 :</td>
554
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_room }}</td>
555
+ <td style="text-align: center;border: #E9E9E9 solid 1px">用户性质:</td>
556
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_userproperties }}</td>
557
+ </tr>
558
+ <tr>
559
+ <td style="text-align: center;border: #E9E9E9 solid 1px">备注信息:</td>
560
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_comments }}</td>
561
+ <td style="text-align: center;border: #E9E9E9 solid 1px">小区名称:</td>
562
+ <td style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_residential_area }}</td>
563
+ </tr>
564
+ <tr>
565
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px">详细住址:</td>
566
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px">{{ paperdata.f_address }}</td>
567
+ </tr>
568
+ </tbody>
569
+ </table>
570
+ <table class="table table-striped table-bordered" style="margin-top: 40px"
571
+ v-show="paperdata.f_entry_status=='入户'">
572
+ <thead>
573
+ <tr>
574
+ <th colspan="4" style="text-align: center">用户安检概况</th>
575
+ </tr>
576
+ </thead>
577
+ <tbody>
578
+ <tr>
579
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
580
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
581
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
582
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
583
+ paperdata.f_offsite_time
584
+ }}
585
+ </td>
586
+ </tr>
587
+ <tr>
588
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
589
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
590
+ paperdata.f_entry_status
591
+ }}
592
+ </td>
593
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">燃气使用:</td>
594
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_usegas }}</td>
595
+ </tr>
596
+ <tr>
597
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">用户满意度:</td>
598
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">{{
599
+ paperdata.f_client_evaluation
600
+ }}
601
+ </td>
602
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">安检结果:</td>
603
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;"
604
+ :style="{'color':ajresult=='有隐患'?'red':''}">{{ ajresult }}
605
+ </td>
606
+ </tr>
607
+ <tr>
608
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">备注:</td>
609
+ <td colspan="3"
610
+ style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
611
+ {{ paperdata.f_repair_approved_note }}
612
+ </td>
613
+ </tr>
614
+ <tr>
615
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">隐患详情:</td>
616
+ <td colspan="3"
617
+ style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
618
+ <span v-for="deviceCollect in deviceCollects">
619
+ <span class="li-font">
620
+ {{ deviceCollect.name }}:{{ deviceCollect.value }}&nbsp;&nbsp;&nbsp;
621
+ </span>
622
+ <br>
623
+ <span v-if="deviceCollect.value == '有隐患'">
624
+ <lable>
625
+ 隐患:
626
+ </lable>
627
+ <span v-for="val in deviceCollect.devices">
628
+ {{ val }}
629
+ </span><br>
630
+ </span>
631
+
632
+ </span>
633
+ </td>
634
+ </tr>
635
+
636
+ </tbody>
637
+ </table>
638
+ <table class="table table-striped table-bordered" style="margin-top: 40px"
639
+ v-show="paperdata.f_entry_status!='入户'">
640
+ <thead>
641
+ <tr>
642
+ <th colspan="4" style="text-align: center">用户安检概况</th>
643
+ </tr>
644
+ </thead>
645
+ <tbody>
646
+ <tr>
647
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
648
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
649
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
650
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
651
+ paperdata.f_offsite_time
652
+ }}
653
+ </td>
654
+ </tr>
655
+ <tr>
656
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
657
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
658
+ {{ paperdata.f_entry_status }}
659
+ </td>
660
+ <!-- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">-->
661
+ <!-- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">-->
662
+ <!-- {{ dev.lname }}-->
663
+ <!-- 查看{{ data.f_entry_status }}照片-->
664
+ <!-- </button-link>-->
665
+ <!-- </td>-->
666
+ </tr>
667
+
668
+ </tbody>
669
+ </table>
670
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
671
+ v-show="paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='拒检'" >
672
+ <thead>
673
+ <tr>
674
+ <th style="text-align: center">{{paperdata.f_entry_status}}照片</th>
675
+ </tr>
676
+ </thead>
677
+ <tbody>
678
+ <tr>
679
+ <td style="margin: auto;text-align: center">
680
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
681
+
682
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer_path">
683
+ <img-self-plus :src="paperdata.f_noanswer_path" style="float: left"
684
+ width="150"
685
+ height="200"></img-self-plus>
686
+ </div>
687
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer1_path">
688
+ <img-self-plus :src="paperdata.f_noanswer1_path" style="float: left"
689
+ width="150"
690
+ height="200"></img-self-plus>
691
+ </div>
692
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer2_path">
693
+ <img-self-plus :src="paperdata.f_noanswer2_path" style="float: left"
694
+ width="150"
695
+ height="200"></img-self-plus>
696
+ </div>
697
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck_path">
698
+ <img-self-plus :src="paperdata.f_rejectcheck_path" style="float: left"
699
+ width="150"
700
+ height="200"></img-self-plus>
701
+ </div>
702
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck1_path">
703
+ <img-self-plus :src="paperdata.f_rejectcheck1_path" style="float: left"
704
+ width="150"
705
+ height="200"></img-self-plus>
706
+ </div>
707
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck2_path">
708
+ <img-self-plus :src="paperdata.f_rejectcheck2_path" style="float: left"
709
+ width="150"
710
+ height="200"></img-self-plus>
711
+ </div>
712
+ </div>
713
+ </td>
714
+ </tr>
715
+ </tbody>
716
+ </table>
717
+ <table class="table table-striped table-bordered" style="margin-top: 40px"
718
+ v-show="item.f_no_checkplan == '复检'">
719
+ <thead>
720
+ <tr>
721
+ <th colspan="4" style="text-align: center">上次安检情况</th>
722
+ </tr>
723
+ </thead>
724
+ <tbody>
725
+ <tr>
726
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检到达时间:</td>
727
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
728
+ lastCheckData.f_onsite_time
729
+ }}
730
+ </td>
731
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检离开时间:</td>
732
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{
733
+ lastCheckData.f_offsite_time
734
+ }}
735
+ </td>
736
+ </tr>
737
+ <tr>
738
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">上次安检员:</td>
739
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
740
+ {{ lastCheckData.f_checker_name }}
741
+ </td>
742
+ </tr>
743
+ <tr>
744
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">安检结果:</td>
745
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
746
+ {{ lastCheckData.f_defect_text }}
747
+ </td>
748
+ </tr>
749
+
750
+ </tbody>
751
+ </table>
752
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
753
+ v-show="showPdfImg && paperdata.f_entry_status=='入户' && ajresult=='有隐患'">
754
+ <thead>
755
+ <tr>
756
+ <th style="text-align: center">隐患照片</th>
757
+ </tr>
758
+ </thead>
759
+ <tbody>
760
+ <tr>
761
+ <td style="margin: auto;text-align: center">
762
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
763
+ <div class="img" v-for="img in deviceImgs">
764
+ <img-self-plus :list="deviceCollect.imgs " :src="img.f_overall_path" style="float: left"
765
+ width="150"
766
+ height="200"></img-self-plus>
767
+ </div>
768
+ </div>
769
+
770
+
771
+ </td>
772
+
773
+ </tr>
774
+ </tbody>
775
+ </table>
776
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
777
+ v-show="paperdata.f_entry_status=='入户'">
778
+ <thead>
779
+ <tr>
780
+ <th style="text-align: center">总体安检照片</th>
781
+ </tr>
782
+ </thead>
783
+ <tbody>
784
+ <tr>
785
+ <td style="margin: auto;text-align: center">
786
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
787
+ <div class="img" v-for="img in paperdata.f_overall_imgs">
788
+ <img-self-plus :list="paperdata.f_overall_imgs " :src="img.f_overall_path" style="float: left"
789
+ width="150"
790
+ height="200"></img-self-plus>
791
+ </div>
792
+ </div>
793
+
794
+
795
+ </td>
796
+
797
+ </tr>
798
+ </tbody>
799
+ </table>
800
+ <table class="table table-striped table-bordered" style="width: 100%"
801
+ v-show="paperdata.f_entry_status=='入户'">
802
+ <thead>
803
+ <tr>
804
+ <th style="text-align: center">用户签名照片</th>
805
+ </tr>
806
+ </thead>
807
+ <tbody>
808
+ <tr>
809
+ <td style="margin: auto;text-align: center">
810
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
811
+ <div class="img" style="float: none">
812
+ <img-self-plus :src="paperdata.f_sign_path" width="200" height="200"></img-self-plus>
813
+ </div>
814
+ </div>
815
+ </td>
816
+ <td style="margin: auto;text-align: center">
817
+ <div class="container" style="max-width: 550px;background: #FFFFFF" v-if="f_user_path">
818
+ <div class="img" style="float: none">
819
+ <img-self-plus :src="'rs/image/file/'+f_user_path"
820
+ width="200"
821
+ height="200"></img-self-plus>
822
+ </div>
823
+ </div>
824
+ </td>
825
+ </tr>
826
+ </tbody>
827
+ </table>
828
+ <table class="table table-striped table-bordered"
829
+ v-show="paperdata.f_entry_status=='入户' && paperdata.f_defect_notified">
830
+ <thead>
831
+ <tr>
832
+ <th style="text-align: center">安检通知书/隐患整改通知书</th>
833
+ </tr>
834
+ </thead>
835
+ <tbody>
836
+ <tr>
837
+ <td style="margin: auto;text-align: center">
838
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
839
+ <div class="img" style="float: none">
840
+ <img-self-plus :src="paperdata.f_notified_path" width="486" height="300"></img-self-plus>
841
+ </div>
842
+ </div>
843
+ </td>
844
+ </tr>
845
+ </tbody>
846
+ </table>
847
+ <table class="table table-striped table-bordered"
848
+ v-show="paperdata.f_entry_status=='入户'&& paperdata.f_video_path">
849
+ <thead>
850
+ <tr>
851
+ <th style="text-align: center">安检视频</th>
852
+ </tr>
853
+ </thead>
854
+ <tbody>
855
+ <tr>
856
+ <td style="margin: auto;text-align: center">
857
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
858
+ <video width="320" height="200" controls v-if="paperdata.f_video_path">
859
+ <source :src="paperdata.f_video_path" type="video/mp4">
860
+ </video>
861
+ </div>
862
+ </td>
863
+ </tr>
864
+ </tbody>
865
+ </table>
866
+ <table class="table table-striped table-bordered"
867
+ v-show="item.f_recording1_path">
868
+ <thead>
869
+ <tr>
870
+ <th style="text-align: center">录音文件</th>
871
+ </tr>
872
+ </thead>
873
+ <tbody>
874
+ <tr>
875
+ <td style="margin: auto;text-align: center">
876
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
877
+ <a class="button_spacing button_search-1"
878
+ :download="item.f_user_name+'-'+item.f_check_type+'-'+'录音文件.arm'"
879
+ :href="'rs/image/file/'+item.f_recording1_path">录音下载</a>
880
+ </div>
881
+ </td>
882
+ </tr>
883
+ </tbody>
884
+ </table>
885
+ </div>
886
+ </div>
887
+ <div style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
888
+ <div style="width: 95%;margin-left: 5%">
889
+ <table class="table table-striped table-bordered" v-for="config in deviceconfig2"
890
+ style="margin-top: 35px">
891
+ <thead v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
892
+ <tr>
893
+ <th style="text-align: center">{{ config.checkname }}</th>
894
+ </tr>
895
+ </thead>
896
+ <tbody v-show="!(config.checkname!='燃气表'&&paperdata.f_entry_status!='入户')">
897
+ <tr v-for="dev in config.items">
898
+ <td v-if="dev.type!='text' && dev.isshow != false">
899
+ <div class="row">
900
+ <div class="col-md-8" style="text-align: center;">
901
+ <label>
902
+ <button-link type="button" class="btn btn-link"
903
+ @click="showpicture(config.checkname,dev.lname)"
904
+ :style="isred(config.checkname,dev.lname)?'color:red':'color:black'">
905
+ {{ dev.lname }}
906
+ </button-link>
907
+ </label>
908
+ </div>
909
+ <div class="col-md-4" style="text-align: center">
910
+ <label style="font-weight: normal"
911
+ v-if="dev.type!='picture'">{{
912
+ getDeviceValue(config.checkname, dev.lname) ? getDeviceValue(config.checkname, dev.lname) : '无'
913
+ }}</label>
914
+ <label style="font-weight: normal" v-if="dev.type=='picture'">
915
+ <div v-show="getDevicePath(config.checkname,dev.lname)">
916
+ <button-link style="color: black" type="button" class="btn btn-link"
917
+ @click="showpath(getDevicePath(config.checkname,dev.lname),dev.lname)">查看照片
918
+ </button-link>
919
+ </div>
920
+ <div v-show="!getDevicePath(config.checkname,dev.lname)">无照片</div>
921
+ </label>
922
+ </div>
923
+ </div>
924
+ </td>
925
+ <td v-if="dev.type==='text' && dev.isshow != false">
926
+ <label style="width: 100%;text-align: center">{{ dev.lname }}</label>
927
+ </td>
928
+ </tr>
929
+ </tbody>
930
+ </table>
931
+ </div>
932
+ </div>
933
+
934
+ </div>
935
+ </div>
936
+ </div>
937
+ </div>
938
+ <modal :show.sync="imgshow" v-ref:modal backdrop="true">
939
+ <header slot="modal-header" class="modal-header">
940
+ {{ picturename }}
941
+ </header>
942
+ <article slot="modal-body" class="modal-body">
943
+ <div class="from-group">
944
+ <div class="row">
945
+ <div class="col-md-6">
946
+ <img-self-plus v-if="showimg1" :src="showimg1" width="240" height="300"></img-self-plus>
947
+ </div>
948
+ <div class="col-md-6">
949
+ <img-self-plus v-if="showimg2" :src="showimg2" width="240" height="300"></img-self-plus>
950
+ </div>
951
+ <div class="col-md-6" v-for="item in otherDarginShowImgs">
952
+ <img-self-plus v-if="item.path" :src="item.path" width="240" height="300"></img-self-plus>
953
+ </div>
954
+ </div>
955
+ </div>
956
+ </article>
957
+ <footer slot="modal-footer" class="modal-footer" v-show="false">
958
+ <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
959
+ </footer>
960
+ </modal>
961
+ <modal :show.sync="imgshow2" v-ref:modal backdrop="true">
962
+ <header slot="modal-header" class="modal-header">
963
+ {{ paperdata.f_entry_status }}照片
964
+ </header>
965
+ <article slot="modal-body" class="modal-body">
966
+ <div class="from-group">
967
+ <div class="row">
968
+ <div class="col-md-6">
969
+ <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer_path" :src="showimg3"
970
+ width="282"
971
+ height="400"></img-self-plus>
972
+ </div>
973
+ <div class="col-md-6">
974
+ <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer1_path"
975
+ :src="showimg5" width="282"
976
+ height="400"></img-self-plus>
977
+ </div>
978
+ <div class="col-md-6">
979
+ <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer2_path"
980
+ :src="showimg6" width="282"
981
+ height="400"></img-self-plus>
982
+ </div>
983
+ <div class="col-md-6">
984
+ <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck_path"
985
+ :src="showimg4" width="282"
986
+ height="400"></img-self-plus>
987
+ </div>
988
+ <div class="col-md-6">
989
+ <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck1_path"
990
+ :src="showimg7" width="282"
991
+ height="400"></img-self-plus>
992
+ </div>
993
+ <div class="col-md-6">
994
+ <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck2_path"
995
+ :src="showimg8" width="282"
996
+ height="400"></img-self-plus>
997
+ </div>
998
+ </div>
999
+ </div>
1000
+ </article>
1001
+ <footer slot="modal-footer" class="modal-footer" v-show="false">
1002
+ <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
1003
+ </footer>
1004
+ </modal>
1005
+ <modal :show.sync="showModel" :width="'50%'" :backdrop="false">
1006
+ <div slot="modal-header" class="modal-header">
1007
+ <h4 class="modal-title">
1008
+ 安检审核备注
1009
+ </h4>
1010
+ </div>
1011
+ <div slot="modal-body" class="modal-body">
1012
+ <div class="row">
1013
+ <div class="form-group col-sm-4">
1014
+ <label class="font_normal_body">审核备注:</label>
1015
+ <textarea v-model="message"></textarea>
1016
+ </div>
1017
+ </div>
1018
+ </div>
1019
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
1020
+ <button class="button_search" style="margin-right: 15px" @click="auditFailOK()">确定</button>
1021
+ <button class="button_search" style="margin-right: 15px" @click="auditFailCancel()">取消</button>
1022
+ </div>
1023
+ </modal>
1024
+ </template>
1025
+
1026
+ <script>
1027
+ // import PaperUserm from './PaperUserm'
1028
+ // import PaperStatem from './PaperStatem'
1029
+ // import Devicesm from './Devicesm'
1030
+ // import PaperFeedbackm from './PaperFeedbackm'
1031
+ import html2pdf from 'html2pdf.js'
1032
+ import ObjConfig from '../../utils/GerJsonObjectConfig'
1033
+ import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
1034
+ import Radio from 'vue-client/src/vue-strap/src/radioBtn'
1035
+ import Vue from 'vue'
1036
+ import * as Util from '../Util'
1037
+ import {jsonSort} from '../../utils/LdapHelper'
1038
+ import {HttpResetClass} from "vue-client";
1039
+ import {forEach} from "mocha/lib/utils";
1040
+
1041
+ let asyncReady = async function (self) {
1042
+ // 获取配置信息
1043
+ try {
1044
+ let res = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
1045
+ data: {
1046
+ items: 'f_dir',
1047
+ tablename: 't_organization',
1048
+ condition: `id = '${self.item.f_filialeid}'`,
1049
+ orderitem: 'id'
1050
+ }
1051
+ })/*.then(res=>{*/
1052
+ //tag
1053
+ //tag)
1054
+ console.log(res)
1055
+ if (!res.data[0].f_dir) {
1056
+ self.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
1057
+ } else {
1058
+ //this.f_dir=res.data[0].f_dir
1059
+ let url = self.newConfig == '是' ? '/safecheck/rs/safe_vue' : '/safecheck/rs/vue'
1060
+ try {
1061
+ let res1 = await new HttpResetClass().load('GET', `${url}/${self.DevicesConfig}.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
1062
+ resolveMsg: '获取居民配置项成功!',
1063
+ rejectMsg: '获取居民配置项出错!'
1064
+ })/*.then(res=>{*/
1065
+ //tag
1066
+ //this.safeConfig["民用配置项"]=Object.assign({},res.data)
1067
+ if (!Vue.config.safecheck) {
1068
+ Vue.config = {safecheck: {}}
1069
+ }
1070
+ Vue.config.safecheck.DevicesConfig = res1.data
1071
+ console.log(Vue.config.safecheck.DevicesConfig)
1072
+ /*})*/
1073
+ let res2 = await new HttpResetClass().load('GET', `${url}/${self.DevicesSetConfig}.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
1074
+ resolveMsg: '获取非居民配置项成功!',
1075
+ rejectMsg: '获取非居民配置项出错!'
1076
+ })/*.then(res=>{*/
1077
+ //tag
1078
+ //this.safeConfig["非民用配置项"]=Object.assign({},res.data)
1079
+ Vue.config.safecheck.DevicesSetConfig = res2.data
1080
+ /*}).then(res=> {
1081
+ })*/
1082
+
1083
+ } catch (e) {
1084
+ self.$showMessage("获取配置文件失败" + e)
1085
+ self.loading = false
1086
+ }
1087
+ }
1088
+ if (self.data.f_recheck_id) {
1089
+ let res3 = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
1090
+ data: {
1091
+ items: '*',
1092
+ tablename: 't_check_paper',
1093
+ condition: `id = '${self.data.f_recheck_id}'`,
1094
+ orderitem: 'id'
1095
+ }
1096
+ })
1097
+ self.lastCheckData = res3.data[0]
1098
+ }
1099
+ } catch (error) {
1100
+ // 忽略704,文件找不到异常R
1101
+ if (error.status !== 704) {
1102
+ throw error
1103
+ }
1104
+ this.loading = false
1105
+ }
1106
+ }
1107
+ export default {
1108
+ title: '安检单',
1109
+ props: ['f_plan_id', 'item', 'role'],
1110
+ data() {
1111
+ return {
1112
+ f_user_path:'',
1113
+ message: '',
1114
+ showButton: false,
1115
+ showModel: false,
1116
+ data: {
1117
+ f_devices: [],
1118
+ f_defect_content: ''
1119
+ },
1120
+ showPdfDownload: this.$appdata.getSingleValue('安检结果pdf下载') ? this.$appdata.getSingleValue('安检结果pdf下载') : false,
1121
+ showPdfImg: this.$appdata.getSingleValue('安检结果pdf展示隐患照片') ? this.$appdata.getSingleValue('安检结果pdf展示隐患照片') : false,
1122
+ lastCheckData: {},
1123
+ paperdata: {},
1124
+ picturename: '隐患照片',
1125
+ defectDevice: {},
1126
+ hasDevice: false,
1127
+ deviceCollect: {},
1128
+ deviceCollects: [],
1129
+ deviceImgs:[],
1130
+ isshow: false,
1131
+ ajresult: '',
1132
+ loading: true,
1133
+ imgshow: false,
1134
+ imgshow2: false,
1135
+ isUpload: false,
1136
+ livedispose: '',
1137
+ showimg1: '',
1138
+ showimg2: '',
1139
+ showimg3: '',
1140
+ showimg4: '',
1141
+ showimg5: '',
1142
+ showimg6: '',
1143
+ showimg7: '',
1144
+ showimg8: '',
1145
+ hiddenDangerImgNumber: 0, //配置项中隐患照片数
1146
+ otherDarginShowImgs: [],//其他隐患图片
1147
+ startClick: false, //开始安检按钮是否可点击
1148
+ isStrat: false, //是否开始安检
1149
+ checkResult: {},//查询结果
1150
+ newcheckResult: {},
1151
+ timer: null,
1152
+ showModal: false,
1153
+ pic_to_be_viewed: '',
1154
+ showBack: true,
1155
+ devices: [],
1156
+ devicesAll: [],
1157
+ configAJ: [],
1158
+ configRQ: [],
1159
+ deviceconfig: {},
1160
+ newConfig: '',
1161
+ DevicesConfig:'DevicesConfig',
1162
+ DevicesSetConfig:'DevicesSetConfig',
1163
+ deviceconfig2: [],
1164
+ f_devices: [],
1165
+ config: {
1166
+ "燃气表": {
1167
+ "checkmust": true,
1168
+ "index": 1,
1169
+ "items": {
1170
+ "基表编号": {"index": 1, "type": "string", "readonly": true},
1171
+ "气表型号": {"index": 2, "type": "string", "readonly": true},
1172
+ "气表品牌": {"index": 3, "type": "string", "readonly": true},
1173
+ "进气方向": {"index": 4, "type": "string", "readonly": true},
1174
+ "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
1175
+ "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
1176
+ "累购气量": {"index": 7, "type": "number", "readonly": true},
1177
+ "已用气量": {"index": 8, "type": "number", "checkmust": false},//基表数
1178
+ "剩余气量": {"index": 9, "type": "number", "checkmust": false},//累购-已用
1179
+ //显示屏数 --实际剩余气量
1180
+ "气量异常差值": {"index": 10, "type": "number", "readonly": true},
1181
+ "表箱号": {"index": 11, "type": "string", "readonly": true},
1182
+ "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
1183
+ }
1184
+ // 注意,配置项的index必须与上面的固定配置保持'顺序'
1185
+ }
1186
+ },
1187
+ //金额
1188
+ config2: {
1189
+ "燃气表": {
1190
+ "checkmust": true,
1191
+ "index": 1,
1192
+ "items": {
1193
+ "基表编号": {"index": 1, "type": "string", "readonly": true},
1194
+ "气表型号": {"index": 2, "type": "string", "readonly": true},
1195
+ "气表品牌": {"index": 3, "type": "string", "readonly": true},
1196
+ "进气方向": {"index": 4, "type": "string", "readonly": true},
1197
+ "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
1198
+ "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
1199
+ "累购金额": {"index": 7, "type": "number", "readonly": true},
1200
+ "已用金额": {"index": 8, "type": "number", "checkmust": false},
1201
+ //显示屏数 --实际剩余气量
1202
+ "剩余金额": {"index": 9, "type": "number", "checkmust": false},
1203
+ "金额异常差值": {"index": 10, "type": "number", "readonly": true},
1204
+ "表箱号": {"index": 11, "type": "string", "readonly": true},
1205
+ "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
1206
+ }
1207
+ }
1208
+ },
1209
+ }
1210
+ },
1211
+ components: {
1212
+ RadioGroup,
1213
+ Radio,
1214
+ },
1215
+ computed: {
1216
+ isRecodrDownloadBtn() {
1217
+ // 投诉单下派还是处理
1218
+ let res = this.$appdata.getSingleValue('无限制录音');
1219
+ if (res == 'true') {
1220
+ return true;
1221
+ } else {
1222
+ return false;
1223
+ }
1224
+ },
1225
+ selector: {
1226
+ get() {
1227
+ return 'paper-state'
1228
+ },
1229
+ set(val) {
1230
+ if (this.isStrat) {
1231
+ this.$goto(val, {userinfo: this.data}, 'paper-router')
1232
+ } else {
1233
+ this.$showMessage('未开始安检!')
1234
+ }
1235
+ }
1236
+ },
1237
+ actionEnabled: {
1238
+ get() {
1239
+ return this.role == 'inspect'
1240
+ }
1241
+ }
1242
+ },
1243
+ methods: {
1244
+ exportToPDF() {
1245
+ const element = document.getElementById('toPdf') // 替换为您要导出的页面元素的ID
1246
+ html2pdf(element)
1247
+ },
1248
+
1249
+ showAudit() {
1250
+ var audit = this.$appdata.getSingleValue('安检审核');
1251
+ if (audit == '是' && (this.item.f_approved == '未审核' || !this.item.f_approved)) {
1252
+ this.showButton = true
1253
+ }
1254
+ },
1255
+ //安检审核成功
1256
+ auditSuccesss() {
1257
+ this.loading = true;
1258
+ var reqdata = {
1259
+ audit_result: '通过',
1260
+ operator: "success",
1261
+ audit_time: Util.getNowDate(),
1262
+ user_name: this.$login.f.name,
1263
+ id: this.item.id,
1264
+ f_check_item_id: this.item.f_check_item_id
1265
+ }
1266
+ new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
1267
+ resolveMsg: '安检审核成功!',
1268
+ rejectMsg: '安检审核出错!'
1269
+ }).then((res) => {
1270
+ if (res.data.code == 200) {
1271
+ this.loading = false;
1272
+ this.$back()
1273
+ }
1274
+ })
1275
+ },
1276
+ auditFail() {
1277
+ this.showModel = true;
1278
+ },
1279
+ auditFailOK() {
1280
+
1281
+ this.loading = true;
1282
+ var reqdata = {
1283
+ message: this.message,
1284
+ audit_result: '不通过',
1285
+ operator: "fail",
1286
+ audit_time: Util.getNowDate(),
1287
+ user_name: this.$login.f.name,
1288
+ id: this.item.id,
1289
+ f_check_item_id: this.item.f_check_item_id
1290
+ }
1291
+ new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
1292
+ resolveMsg: '安检审核成功!',
1293
+ rejectMsg: '安检审核出错!'
1294
+ }).then((res) => {
1295
+ if (res.data.code == 200) {
1296
+ this.loading = false;
1297
+ this.message = '';
1298
+ this.showModel = false;
1299
+ this.$back()
1300
+ }
1301
+ })
1302
+ },
1303
+ auditFailCancel() {
1304
+ this.showModel = false;
1305
+ this.message = '';
1306
+ },
1307
+
1308
+ devicesCollect() {
1309
+ //tag
1310
+ //tag)
1311
+ //tag)
1312
+ //tag
1313
+ this.deviceCollects = []
1314
+ this.deviceImgs = []
1315
+ let checkResult = '正常'
1316
+ this.result = '正常'
1317
+ let codata = JSON.parse(JSON.stringify(this.data))
1318
+ //tag)
1319
+ for (let device in this.data) {
1320
+ let f_device_type
1321
+ if (device.startsWith("device")) {
1322
+ for (let item in this.data[device]) {
1323
+ if (this.data[device].length > 1) {
1324
+ let j = Number.parseInt(item) + 1
1325
+ f_device_type = `${this.data[device][item].f_device_type}${j}`
1326
+ } else {
1327
+ f_device_type = this.data[device][item].f_device_type
1328
+ }
1329
+ // //tag
1330
+ let deviceelse = []
1331
+ let deviceInfos = []
1332
+
1333
+ for (let i in this.data[device][item].f_items) {
1334
+ let defects = ''
1335
+
1336
+ let items = this.data[device][item].f_items[i]
1337
+
1338
+
1339
+ if ((items.type === 'selector' || items.type === 'radio' || items.type === 'checkbox' || items.type === 'picture') && items.f_item_value != null && items.f_item_value instanceof Array) {
1340
+ for (let i in items.f_item_value) {
1341
+ let f_item_value = items.f_item_value[i]
1342
+
1343
+ //tag)
1344
+ //tag)
1345
+ //tag)
1346
+ //tag)
1347
+
1348
+ if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name] && (items.isdefect && (items.isdefect == 'true' || items.isdefect == true))) {
1349
+ continue
1350
+ }
1351
+ /*if(items.f_is_defect != true && items.f_is_defect != 'true'){
1352
+ continue
1353
+ }*/
1354
+ if (items.f_is_defect == 'true' || items.f_is_defect == true) {
1355
+ checkResult = '有隐患'
1356
+ this.result = '有隐患'
1357
+ defects = `${defects}:${items.f_item_value}/`
1358
+ }
1359
+ /*let options = this.config[this.data[device][item].f_device_type].items[items.f_item_name].options
1360
+ for (let option in options) {
1361
+ if (options[option].data == f_item_value) {
1362
+ if (options[option].isdefect == 'true' || options[option].isdefect == true) {
1363
+ checkResult = '有隐患'
1364
+ this.result = '有隐患'
1365
+ defects = `${defects}:${options[option].data}/`
1366
+ // let level = options[option].level
1367
+ }
1368
+ }
1369
+ }*/
1370
+ //tag)
1371
+ }
1372
+ if (defects != '') {
1373
+ console.log('有隐患items', items)
1374
+ deviceInfos.push(`${items.f_item_name}${defects.substring(0, defects.length - 1)}${items.f_else ? items.f_else : ''}`)
1375
+ this.deviceImgs.push({f_overall_path:items.f_path})
1376
+ }
1377
+ } else if ((items.type === 'string' || items.type === 'number') && items.f_is_defect && items.f_item_value[0]) {
1378
+ checkResult = '有隐患'
1379
+ this.result = '有隐患'
1380
+ deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
1381
+ this.deviceImgs.push({f_overall_path:items.f_path})
1382
+
1383
+ } else if (items.f_item_name == '金额异常差值') {
1384
+ var deviation = this.$appdata.getSingleValue('金额异常差值允许误差')
1385
+ //tag
1386
+ if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
1387
+ if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
1388
+ checkResult = '有隐患'
1389
+ this.result = '有隐患'
1390
+ deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
1391
+ }
1392
+ }
1393
+ } else if (items.f_item_name == '气量异常差值') {
1394
+ var deviation = this.$appdata.getSingleValue('气量异常差值允许误差')
1395
+ //tag
1396
+ if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
1397
+ if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
1398
+ checkResult = '有隐患'
1399
+ this.result = '有隐患'
1400
+ deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
1401
+ }
1402
+ }
1403
+ }
1404
+ if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name]) {
1405
+ // console.log('this.config[this.data[device][item].f_device_type]', this.config[this.data[device][item].f_device_type])
1406
+ // console.log('this.deviceconfig2', this.deviceconfig2)
1407
+ for (let dev in this.deviceconfig2) {
1408
+ if (this.deviceconfig2[dev].checkname == this.data[device][item].f_device_type) {
1409
+ this.deviceconfig2[dev].items.push({
1410
+ lname: items.f_item_name
1411
+ })
1412
+ }
1413
+ }
1414
+ }
1415
+ //tag)
1416
+ //tag
1417
+ //tag
1418
+ if (items.type === 'selector') {
1419
+ items.selected = []
1420
+ } else if (items.type === 'inputSelector') {
1421
+ items.selected = ''
1422
+ }
1423
+ }
1424
+
1425
+
1426
+ //tag
1427
+ this.$set('deviceCollect.name', f_device_type)
1428
+ this.$set('deviceCollect.value', checkResult)
1429
+ this.$set('deviceCollect.devices', deviceInfos)
1430
+ this.$set('deviceCollect.else', deviceelse)
1431
+ console.log('deviceCollect.devices', this.deviceCollect.devices)
1432
+ console.log('deviceCollect.else', this.deviceCollect.else)
1433
+ console.log('deviceCollect.imgs', this.deviceCollect.imgs)
1434
+ //tag)
1435
+ if (this.deviceCollect.name) {
1436
+ //tag
1437
+ this.deviceCollects.push(JSON.parse(JSON.stringify(this.deviceCollect)))
1438
+ }
1439
+
1440
+ checkResult = '正常'
1441
+ this.deviceCollect = {}
1442
+ }
1443
+ }
1444
+ }
1445
+ if (this.deviceCollects.length > 0) {
1446
+ this.hasDevice = true
1447
+ }
1448
+ this.deviceconfig2 = this.deviceconfig2.filter(row => {
1449
+ return !(row.checkname == '$configProp' || row.checkname == '$globalProp');
1450
+ })
1451
+ this.ajresult = JSON.parse(this.data.f_defect_content).result
1452
+ this.showimg3 = this.data.f_noanswer_path
1453
+ this.showimg5 = this.data.f_noanswer1_path
1454
+ this.showimg6 = this.data.f_noanswer2_path
1455
+ this.showimg4 = this.data.f_rejectcheck_path
1456
+ this.showimg7 = this.data.f_rejectcheck1_path
1457
+ this.showimg8 = this.data.f_rejectcheck2_path
1458
+ this.paperdata = this.data
1459
+ this.f_user_path = this.paperdata.f_user_pictures ? JSON.parse(this.paperdata.f_user_pictures)[0].f_user_path : ''
1460
+ this.loading = false
1461
+ },
1462
+ imgclose() {
1463
+ this.imgshow = false
1464
+ },
1465
+ putDevices() {
1466
+ ////tag
1467
+ this.$set('data.approve', "true")
1468
+ this.$set('data.writeback', "false")
1469
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
1470
+ if (Vue.config.safecheck.ApproveConfig.approve != undefined) {
1471
+ this.$set('data.approve', Vue.config.safecheck.ApproveConfig.approve)
1472
+ }
1473
+ if (Vue.config.safecheck.ApproveConfig.writeback != undefined) {
1474
+ this.$set('data.writeback', Vue.config.safecheck.ApproveConfig.writeback)
1475
+ }
1476
+ if (Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
1477
+ this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
1478
+ }
1479
+ if (Vue.config.safecheck.ApproveConfig.hiddendanger != undefined) {
1480
+ if (parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger) >= 5) {
1481
+ this.hiddenDangerImgNumber = 5
1482
+ } else {
1483
+ this.hiddenDangerImgNumber = parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger)
1484
+ }
1485
+ }
1486
+ }
1487
+ //tag
1488
+ //tag)
1489
+ if (!this.item.f_safecheck_type && Vue.config.safecheck.SafecheckType) {
1490
+ this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType['年度普检'][this.item.f_check_type]])
1491
+ } else if (Vue.config.safecheck.SafecheckType){
1492
+ this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_check_type]])
1493
+ this.DevicesConfig = Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type]['民用']
1494
+ this.DevicesSetConfig = Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type]['非民用']
1495
+ }else {
1496
+ if(this.item.f_check_type == '民用'){
1497
+ this.config = this.extend(this.config, Vue.config.safecheck.DevicesConfig)
1498
+ }else {
1499
+ this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
1500
+ }
1501
+ }
1502
+ //遍历安检项配置
1503
+ for (let i in this.config) {
1504
+ //取得安检项索引值
1505
+ let n = this.config[i].index
1506
+ this.devices[n - 1] = {device: i, n: n, checkmust: this.config[i].checkmust}
1507
+ this.$set('data.' + 'device' + n, [])
1508
+ let items = []
1509
+ for (let it in this.config[i].items) {
1510
+ //赋值下拉选项
1511
+ if (this.config[i].items[it].type == 'selector') {
1512
+ for (let op in this.config[i].items[it].options)
1513
+ if (this.config[i].items[it].options[op].isdefault == true) {
1514
+ items.push({
1515
+ f_defect_level: this.config[i].items[it].options[op].level,
1516
+ f_is_defect: this.config[i].items[it].options[op].isdefect,
1517
+ f_item_name: it,
1518
+ f_item_value: this.config[i].items[it].options[op].data,
1519
+ f_path: "",
1520
+ type: "selector"
1521
+ })
1522
+ }
1523
+ }
1524
+ }
1525
+ n = n + 1
1526
+ }
1527
+
1528
+ },
1529
+ showpath(val1, val2) {
1530
+ //tag
1531
+ //tag
1532
+
1533
+ if (typeof val1 === 'string') {
1534
+ this.showimg1 = val1
1535
+ this.picturename = val2
1536
+ this.imgshow = true
1537
+ }else {
1538
+ this.showimg1 = val1[0]
1539
+ this.showimg2 = val1[1]
1540
+ this.picturename = val2
1541
+ this.imgshow = true
1542
+ }
1543
+ },
1544
+ showpicture(val1, val2) {
1545
+ //tag
1546
+ if (val2 == '气量异常差值' || val2 == '金额异常差值') {
1547
+ return
1548
+ }
1549
+ for (let i = 0; i < this.devicesAll.length; i++) {
1550
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
1551
+ if (this.devicesAll[i][j].f_device_type == val1) {
1552
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1553
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1554
+ if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
1555
+ return false
1556
+ } else {
1557
+ this.showimg1 = this.devicesAll[i][j].f_items[k].f_path
1558
+ this.showimg2 = this.devicesAll[i][j].f_items[k].f_second_path || this.devicesAll[i][j].f_items[k].f_p1_path
1559
+ this.otherDarginShowImgs = []
1560
+ for (let l = 0; l < this.hiddenDangerImgNumber; l++) {
1561
+ let img = {path: ''}
1562
+ if (this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path']) {
1563
+ img.path = this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path'] + '?' + Math.random()
1564
+ this.otherDarginShowImgs.push(img)
1565
+ }
1566
+ }
1567
+ this.picturename = '隐患照片'
1568
+ this.imgshow = true
1569
+ return true
1570
+ }
1571
+ }
1572
+ }
1573
+
1574
+ }
1575
+ }
1576
+ }
1577
+ },
1578
+ isred(val1, val2) {
1579
+ //tag
1580
+ if (val2 == '气量异常差值' || val2 == '金额异常差值') {
1581
+ return
1582
+ }
1583
+ for (let i = 0; i < this.devicesAll.length; i++) {
1584
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
1585
+ if (this.devicesAll[i][j].f_device_type == val1) {
1586
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1587
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1588
+ if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
1589
+ return false
1590
+ } else {
1591
+ return true
1592
+ }
1593
+ }
1594
+ }
1595
+
1596
+ }
1597
+ }
1598
+ }
1599
+ },
1600
+ showpicture2() {
1601
+ this.imgshow2 = true
1602
+ },
1603
+ getDeviceValue(val1, val2) {
1604
+ let aa = ''
1605
+ for (let i = 0; i < this.devicesAll.length; i++) {
1606
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
1607
+ if (this.devicesAll[i][j].f_device_type == val1) {
1608
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1609
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1610
+ if (this.devicesAll[i][j].f_items[k].f_item_lists[0]) {
1611
+ for (let l = 0; l < this.devicesAll[i][j].f_items[k].f_item_lists.length; l++) {
1612
+ let val = this.devicesAll[i][j].f_items[k].f_item_lists[l].f_item_value
1613
+ aa += (val === null ? '空' : val) + ' '
1614
+ }
1615
+ return aa
1616
+ }
1617
+ }
1618
+ }
1619
+
1620
+ }
1621
+ }
1622
+ }
1623
+
1624
+ },
1625
+ getDevicePath(val1, val2) {
1626
+ for (let i = 0; i < this.devicesAll.length; i++) {
1627
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
1628
+ if (this.devicesAll[i][j].f_device_type == val1) {
1629
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
1630
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
1631
+ if (this.devicesAll[i][j].f_items[k].f_p1_path){
1632
+ return [this.devicesAll[i][j].f_items[k].f_path,this.devicesAll[i][j].f_items[k].f_p1_path]
1633
+ }else {
1634
+ return this.devicesAll[i][j].f_items[k].f_path
1635
+ }
1636
+ }
1637
+ }
1638
+
1639
+ }
1640
+ }
1641
+ }
1642
+
1643
+ },
1644
+ getDeviceAll() {
1645
+ let keyall = Object.keys(this.data)
1646
+ for (let i = 0; i < keyall.length; i++) {
1647
+ //tag)
1648
+ if ((keyall[i].startsWith('f_devices') || keyall[i].startsWith('devices')) && keyall[i] != 'deviceundefined') {
1649
+ this.devicesAll.push(this.data[keyall[i]])
1650
+ //tag
1651
+ }
1652
+ }
1653
+ //tag
1654
+ //tag)
1655
+ this.devicesCollect()
1656
+
1657
+ },
1658
+
1659
+ back() {
1660
+ if (this.role == 'inspect') {
1661
+ if (!this.isStrat) {
1662
+ this.$back()
1663
+ return
1664
+ } else {
1665
+ this.savePaper(true).then(() => {
1666
+ this.$back()
1667
+ this.isStrat = false
1668
+ })
1669
+ }
1670
+ } else {
1671
+ this.$back()
1672
+ }
1673
+ },
1674
+ checkIsStart() {
1675
+ alert('asdad')
1676
+ return
1677
+ },
1678
+
1679
+ viewPic(fileName) {
1680
+ //tag
1681
+ if (this.role == 'view') {
1682
+ if (!fileName.endsWith('nopic.png')) {
1683
+ this.pic_to_be_viewed = fileName
1684
+ this.showModal = true
1685
+ }
1686
+ } else {
1687
+ HostApp.viewPic(fileName)
1688
+ }
1689
+ },
1690
+ tick() {
1691
+ this.timer = null
1692
+ this.data.f_offsite_time = Util.toStandardTimeString()
1693
+ this.timer = window.setTimeout(this.tick, 1000)
1694
+ },
1695
+ getRepairState() {
1696
+ let repaired = true
1697
+ this.data.f_defects.forEach((defect) => {
1698
+ repaired = repaired & (defect.f_ratification == '已处理')
1699
+ })
1700
+ return repaired
1701
+ },
1702
+ verifyRepairDefects() {
1703
+ this.data.f_repair_date = Util.toStandardTimeString()
1704
+ this.data.f_repaired = this.getRepairState() ? '已修' : '在修'
1705
+ },
1706
+ genuineSave(saveOnly) {
1707
+ HostApp.__this__.save(saveOnly)
1708
+ if (!saveOnly)
1709
+ HostApp.__this__.disableTimer()
1710
+ HostApp.__callback__ = null
1711
+ HostApp.__this__ = null
1712
+ },
1713
+ setUrgency() {
1714
+ this.data.f_defect_urgency = 'Z'
1715
+ let that = this
1716
+ this.data.f_defects.forEach(function (defect) {
1717
+ if (that.data.f_defect_urgency > defect.f_defect_level.charAt(0))
1718
+ that.data.f_defect_urgency = defect.f_defect_level.charAt(0)
1719
+ })
1720
+ if (this.data.f_defect_urgency == 'Z')
1721
+ this.data.f_defect_urgency = null
1722
+ },
1723
+ disableTimer() {
1724
+ if (this.timer) {
1725
+ window.clearTimeout(this.timer)
1726
+ this.timer = null
1727
+ }
1728
+ },
1729
+ loaded(paper) {
1730
+ if (!paper.hasOwnProperty('id')) {
1731
+ this.$showMessage("该安检单在手机上已经不存在,可能是卸载过程序。可以进入重新安检,或返回安检计划。")
1732
+ this.init()
1733
+ } else {
1734
+ Util.booleanFilter(paper)
1735
+ HostApp.__this__.$set('data', paper)
1736
+ HostApp.__this__.$goto('paper-state', {}, 'paper-router')
1737
+ // 如果打回重检则重新计时
1738
+ //tag
1739
+ if (HostApp.__this__.role == 'inspect'
1740
+ && HostApp.__this__.data.f_approved
1741
+ && HostApp.__this__.data.f_approved == '打回') {
1742
+ //tag
1743
+ HostApp.__this__.data.f_onsite_time = Util.toStandardTimeString()
1744
+ HostApp.__this__.tick()
1745
+ }
1746
+ }
1747
+ HostApp.__callback__ = null
1748
+ HostApp.__this__ = null
1749
+ },
1750
+ S4() {
1751
+ return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
1752
+ },
1753
+ init() {
1754
+ this.data.f_noplan_item_id = this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4()
1755
+ this.data.ename = Vue.user.ename
1756
+ this.data.f_outlets = Vue.user.f_parentname
1757
+ this.data.f_meetunit = Vue.user.orgpathnames
1758
+ this.data.orgpathstr = Vue.user.orgpathstr
1759
+ this.data.f_check_item_id = this.item.id
1760
+ this.data.f_check_plan_id = this.f_plan_id
1761
+ this.data.f_checker_id = Vue.user.id
1762
+ this.data.f_checker_name = Vue.user.name
1763
+ this.data.f_check_type = this.item.f_user_type
1764
+ this.data.f_subcompany = this.item.f_subcompany
1765
+ this.data.f_approved = this.item.f_approved
1766
+ this.data.f_repair_approved = this.item.f_repair_approved
1767
+ this.data.f_no_checkplan = this.item.f_no_checkplan
1768
+ this.data.f_approved = this.item.f_approved
1769
+ this.data.f_filialeid = this.item.f_filialeid
1770
+ this.data.f_orgstr = this.item.f_orgstr
1771
+ this.data.version = this.item.version
1772
+ this.$set('data.f_meters', this.item.f_plan_meters)
1773
+ this.$set('data.f_userinfo_code', this.item.f_userinfo_code)
1774
+ // 安检状态
1775
+ this.$set('data.f_entry_status', '入户')
1776
+ this.$set('data.f_usegas', '已使用')
1777
+ this.$set('data.f_state', this.item.f_state)
1778
+ // 用户信息
1779
+ this.$set('data.f_user_name', this.item.f_user_name)
1780
+ this.$set('data.f_user_phone', this.item.f_user_phone)
1781
+ this.$set('data.f_userinfoid', this.item.f_userinfoid)
1782
+ this.$set('data.f_address', this.item.f_address)
1783
+ this.$set('data.f_card_id', this.item.f_card_id)
1784
+ this.$set('data.f_area', this.item.f_area)
1785
+ this.$set('data.f_street', this.item.f_street)
1786
+ this.$set('data.f_room', this.item.f_room)
1787
+ this.$set('data.f_building', this.item.f_building)
1788
+ this.$set('data.f_unit', this.item.f_unit)
1789
+ this.$set('data.f_floor', this.item.f_floor)
1790
+ this.$set('data.f_residential_area', this.item.f_residential_area)
1791
+ this.$set('data.f_idnumber', this.item.f_idnumber)
1792
+ this.$set('data.f_comments', this.item.f_comments)
1793
+ this.$set('data.f_userproperties', this.item.f_userproperties)
1794
+ // 处置方式
1795
+ this.$set('data.f_no_gas_device', false)
1796
+ this.$set('data.f_close_valve', false)
1797
+ this.$set('data.f_unload_battery', false)
1798
+ if (this.data.f_check_item_id == '' && this.item.f_no_checkplan == '无计划安检') {
1799
+ this.data.f_check_item_id = this.data.f_noplan_item_id
1800
+ }
1801
+
1802
+ //房屋结构
1803
+ // this.$set('data.f_room_style', '多层')
1804
+ //供暖方式
1805
+ // this.$set('data.f_heating_style', '热力公司集中供暖')
1806
+ if (this.item.f_plan_meters) {
1807
+ for (let de in this.devices) {
1808
+ this.$set('data.device' + this.devices[de].n, [])
1809
+ for (let i = 0; i < this.item.f_plan_meters.length; i++) {
1810
+ if (this.item.f_plan_meters[i].f_meter_type) {
1811
+ if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
1812
+ delete this.config['燃气表']['items']['累计购气量']
1813
+ this.data['device' + this.devices[de].n].push({
1814
+ f_device_type: "燃气表",
1815
+ f_items: [{
1816
+ f_defect_level: null,
1817
+ f_device_id: "",
1818
+ f_is_defect: "",
1819
+ f_item_name: "表品牌",
1820
+ f_item_value: this.item.f_plan_meters[i].f_aliasname,
1821
+ f_path: "",
1822
+ type: "string"
1823
+ },
1824
+ {
1825
+ f_defect_level: null,
1826
+ f_device_id: "",
1827
+ f_is_defect: "",
1828
+ f_item_name: "位置",
1829
+ f_item_value: this.item.f_plan_meters[i].f_weizhi,
1830
+ f_path: "",
1831
+ type: "selector"
1832
+ },
1833
+ {
1834
+ f_defect_level: null,
1835
+ f_device_id: "",
1836
+ f_is_defect: "",
1837
+ f_item_name: "表号",
1838
+ f_item_value: this.item.f_plan_meters[i].f_meter_no,
1839
+ f_path: "",
1840
+ type: "number"
1841
+ },
1842
+ {
1843
+ f_defect_level: null,
1844
+ f_device_id: "",
1845
+ f_is_defect: "",
1846
+ f_item_name: "表封号",
1847
+ f_item_value: this.item.f_plan_meters[i].f_metertitles,
1848
+ f_path: "",
1849
+ type: "number"
1850
+ },
1851
+ {
1852
+ f_defect_level: null,
1853
+ f_device_id: "",
1854
+ f_is_defect: "",
1855
+ f_item_name: "表型号",
1856
+ f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1857
+ f_path: "",
1858
+ type: "selector"
1859
+ },
1860
+ {
1861
+ f_defect_level: null,
1862
+ f_device_id: "",
1863
+ f_is_defect: "",
1864
+ f_item_name: "表底数",
1865
+ f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1866
+ f_path: "",
1867
+ type: "number"
1868
+ }
1869
+ ]
1870
+ })
1871
+ } else if (this.devices[de].device == "燃气表") {
1872
+ delete this.config['燃气表']['items']['表底数']
1873
+ this.data['device' + this.devices[de].n].push({
1874
+ f_device_type: "燃气表",
1875
+ f_items: [{
1876
+ f_defect_level: null,
1877
+ f_device_id: "",
1878
+ f_is_defect: "",
1879
+ f_item_name: "表品牌",
1880
+ f_item_value: this.item.f_plan_meters[i].f_aliasname,
1881
+ f_path: "",
1882
+ type: "string"
1883
+ },
1884
+ {
1885
+ f_defect_level: null,
1886
+ f_device_id: "",
1887
+ f_is_defect: "",
1888
+ f_item_name: "位置",
1889
+ f_item_value: this.item.f_plan_meters[i].f_weizhi,
1890
+ f_path: "",
1891
+ type: "selector"
1892
+ },
1893
+ {
1894
+ f_defect_level: null,
1895
+ f_device_id: "",
1896
+ f_is_defect: "",
1897
+ f_item_name: "表号",
1898
+ f_item_value: this.item.f_plan_meters[i].f_meter_no,
1899
+ f_path: "",
1900
+ type: "number"
1901
+ },
1902
+ {
1903
+ f_defect_level: null,
1904
+ f_device_id: "",
1905
+ f_is_defect: "",
1906
+ f_item_name: "表封号",
1907
+ f_item_value: this.item.f_plan_meters[i].f_metertitles,
1908
+ f_path: "",
1909
+ type: "number"
1910
+ },
1911
+ {
1912
+ f_defect_level: null,
1913
+ f_device_id: "",
1914
+ f_is_defect: "",
1915
+ f_item_name: "表型号",
1916
+ f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1917
+ f_path: "",
1918
+ type: "selector"
1919
+ },
1920
+ {
1921
+ f_defect_level: null,
1922
+ f_device_id: "",
1923
+ f_is_defect: "",
1924
+ f_item_name: "累计购气量",
1925
+ f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1926
+ f_path: "",
1927
+ type: "number"
1928
+ }
1929
+ ]
1930
+ })
1931
+ }
1932
+ }
1933
+ }
1934
+ }
1935
+ }
1936
+
1937
+ this.$goto('paper-state', {}, 'paper-router')
1938
+ },
1939
+ extend(initalObj, finalObj) {
1940
+ var obj = finalObj || {};
1941
+ for (var i in initalObj) {
1942
+ var prop = initalObj[i];
1943
+
1944
+ // 避免相互引用对象导致死循环,如initalObj.a = initalObj的情况
1945
+ if (prop === obj) {
1946
+ continue;
1947
+ }
1948
+
1949
+ if (typeof prop === 'object') {
1950
+ if (obj[i]) {
1951
+ this.extend(obj[i], prop)
1952
+ } else {
1953
+ obj[i] = prop;
1954
+ }
1955
+ }
1956
+ }
1957
+ return obj;
1958
+ },
1959
+ //获取当前时间
1960
+ getNowFormatDate() {
1961
+ var date = new Date();
1962
+ var seperator1 = "-";
1963
+ var seperator2 = ":";
1964
+ var month = date.getMonth() + 1;
1965
+ var strDate = date.getDate();
1966
+ if (month >= 1 && month <= 9) {
1967
+ month = "0" + month;
1968
+ }
1969
+ if (strDate >= 0 && strDate <= 9) {
1970
+ strDate = "0" + strDate;
1971
+ }
1972
+ var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
1973
+ + " " + date.getHours() + seperator2 + date.getMinutes()
1974
+ + seperator2 + date.getSeconds();
1975
+ return currentdate;
1976
+ }
1977
+ },
1978
+ ready() {
1979
+ setTimeout(() => {
1980
+ this.loading = false;
1981
+ }, 10000)
1982
+ this.putDevices()
1983
+ this.showAudit()
1984
+ this.newConfig = this.$appdata.getSingleValue('配置中心获取文件') ? this.$appdata.getSingleValue('配置中心获取文件') : '否';
1985
+ if (this.item.f_state != '未检' || this.item.f_no_checkplan == '无计划安检' || this.item.f_no_checkplan == '复检') {
1986
+ if (this.role != 'inspect') {
1987
+ let that = this
1988
+ let id
1989
+ if (this.role == 'view') {
1990
+ id = this.item.id
1991
+ } else if (this.role == 'androidview') {
1992
+ id = this.item.f_paper_id
1993
+ }
1994
+ this.$resetpost(`rs/logic/getUserinfomation`, {data: {condition: `id = '${id}'`}}).then((respanse) => {
1995
+ //tag
1996
+ if (respanse.data.length != 0) {
1997
+ // 包含 其它 特殊处理的数组
1998
+ // 对应位置
1999
+ that.data = Object.assign(that.data, respanse.data[0])
2000
+ if (respanse.data[0].f_devices) {
2001
+ for (let da in that.devices) {
2002
+ that.$set('data.device' + that.devices[da].n, [])
2003
+ }
2004
+ respanse.data[0].f_devices.forEach((item) => {
2005
+ for (let de in that.devices) {
2006
+ if (that.devices[de].device == item.f_device_type) {
2007
+ item.f_items.forEach((f_item) => {
2008
+ //tag
2009
+ //tag
2010
+ let itemValues = []
2011
+ f_item.f_item_lists.forEach((tempItem) => {
2012
+ //tag
2013
+ if (tempItem.f_item_value !== 'null') {
2014
+ itemValues.push(tempItem.f_item_value)
2015
+ }
2016
+ })
2017
+ f_item.f_item_value = itemValues
2018
+ })
2019
+ that.data['device' + that.devices[de].n].push({
2020
+ f_device_type: item.f_device_type,
2021
+ f_items: item.f_items
2022
+ })
2023
+ }
2024
+ }
2025
+ })
2026
+ }
2027
+ Util.replaceFalse(that.data)
2028
+ Util.booleanFilter(that.data)
2029
+ if (this.role == 'view') {
2030
+ Util.ratifyPics(that.data)
2031
+ Util.ratifyPics(that.picture)
2032
+ } else {
2033
+ Util.androidRatifyPics(that.data, this.$androidUtil.getProxyUrl())
2034
+ }
2035
+ //tag
2036
+ }
2037
+ // this.$goto('paper-message-blank', {userinfo:this.data,devices:this.devices,config:this.config,role:this.role}, 'self')
2038
+ this.isshow = true
2039
+ asyncReady(this).then(() => {
2040
+ //tag
2041
+ //tag)
2042
+ console.log('Vue.config.safecheck.DevicesConfig', Vue.config.safecheck.DevicesConfig)
2043
+ // 如果没有用户类型 默认按民用配置走
2044
+ if (this.data.f_check_type == '非民用') {
2045
+ this.deviceconfig = Vue.config.safecheck.DevicesSetConfig
2046
+ if (typeof this.deviceconfig === 'string') {
2047
+ this.deviceconfig = JSON.parse(this.deviceconfig)
2048
+ }
2049
+ }else{
2050
+ this.deviceconfig = Vue.config.safecheck.DevicesConfig
2051
+ if (typeof this.deviceconfig === 'string') {
2052
+ this.deviceconfig = JSON.parse(this.deviceconfig)
2053
+ }
2054
+ }
2055
+
2056
+ console.log(this.deviceconfig["燃气表"])
2057
+ console.log(this.deviceconfig)
2058
+ console.log(this.config)
2059
+ console.log(this.config["燃气表"])
2060
+ console.log(this.config["燃气表"].items)
2061
+ if (this.data.f_collection_type == '按金额') {
2062
+ if (this.deviceconfig["燃气表"]){
2063
+ let aaa = Object.assign({}, this.config2["燃气表"].items, this.deviceconfig["燃气表"].items)
2064
+ this.deviceconfig["燃气表"].items = aaa
2065
+ }else {
2066
+ this.deviceconfig["燃气表"] = this.config2["燃气表"]
2067
+ }
2068
+ } else {
2069
+ if (this.deviceconfig["燃气表"]){
2070
+ let aaa = Object.assign({}, this.config["燃气表"].items, this.deviceconfig["燃气表"].items)
2071
+ this.deviceconfig["燃气表"].items = aaa
2072
+ }else {
2073
+ this.deviceconfig["燃气表"] = this.config["燃气表"]
2074
+ }
2075
+ }
2076
+ this.deviceconfig2 = ObjConfig.getObjConfig(this.deviceconfig)
2077
+ this.deviceconfig2 = jsonSort(this.deviceconfig2, "index")
2078
+ this.getDeviceAll()
2079
+ })
2080
+ }
2081
+ ).catch(
2082
+ (respanse) => {
2083
+ //tag
2084
+ alert('查找安检单失败')
2085
+ this.loading = false
2086
+ })
2087
+ }
2088
+ }
2089
+
2090
+ },
2091
+ watch: {
2092
+ // 'isUpload'(val){
2093
+ // //tag
2094
+ // }
2095
+ },
2096
+ destroyed() {
2097
+ //tag
2098
+ this.disableTimer()
2099
+ }
2100
+ }
2101
+
2102
+ </script>
2103
+ <style scoped>
2104
+ .table-striped thead tr th {
2105
+ background-color: rgb(223, 237, 251);
2106
+ padding: 10px;
2107
+ border-left: solid 0px #dae4f2;
2108
+ border-top: solid 1px #dae4f2;
2109
+ border-right: none;
2110
+ border-bottom: none;
2111
+ text-align: center;
2112
+ color: black;
2113
+ }
2114
+ </style>