safecheck-client 3.0.39-81 → 3.0.39-83

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 (278) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/android.html +18 -18
  4. package/config/dev.env.js +6 -6
  5. package/config/index.js +38 -38
  6. package/config/prod.env.js +3 -3
  7. package/config/test.env.js +6 -6
  8. package/docs/AppBase.md +22 -22
  9. package/docs/Busy.md +14 -14
  10. package/docs/CriteriaPaged.md +47 -47
  11. package/docs/DataGrid.md +54 -54
  12. package/docs/DataModel.md +22 -22
  13. package/docs/Dynamic.md +42 -42
  14. package/docs/GetParams.md +11 -11
  15. package/docs/HttpBusy.md +13 -13
  16. package/docs/HttpStore.md +29 -29
  17. package/docs/MessageBox.md +28 -28
  18. package/docs/PagedList.md +29 -29
  19. package/docs/Pager.md +21 -21
  20. package/docs/Project.md +23 -23
  21. package/docs/Route.md +105 -105
  22. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  23. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  24. package/docs/Task.md +46 -46
  25. package/docs/TreeList.md +28 -28
  26. package/docs/TreeMixin.md +18 -18
  27. package/docs/all.md +10 -10
  28. package/docs/list.md +42 -42
  29. package/docs/partial.md +75 -75
  30. package/docs/selector.md +82 -82
  31. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  32. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
  33. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
  34. package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
  35. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  36. package/examples/AddressList/App.vue +13 -13
  37. package/examples/AddressList/index.html +11 -11
  38. package/examples/DispatchList/App.vue +10 -10
  39. package/examples/DispatchList/BaseTree.vue +13 -13
  40. package/examples/DispatchList/Init.vue +22 -22
  41. package/examples/DispatchList/Test.vue +20 -20
  42. package/examples/DispatchList/index.html +11 -11
  43. package/examples/DispatchList/main.js +18 -18
  44. package/home.html +16 -16
  45. package/package.json +1 -1
  46. package/publish.bat +7 -7
  47. package/release.bat +5 -5
  48. package/src/App.vue +26 -31
  49. package/src/Widget.vue +13 -13
  50. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  51. package/src/android-bootstrap/less/.csscomb.json +304 -304
  52. package/src/android-bootstrap/less/.csslintrc +19 -19
  53. package/src/android-bootstrap/less/alerts.less +73 -73
  54. package/src/android-bootstrap/less/badges.less +66 -66
  55. package/src/android-bootstrap/less/bootstrap.less +56 -56
  56. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  57. package/src/android-bootstrap/less/button-groups.less +247 -247
  58. package/src/android-bootstrap/less/buttons.less +173 -173
  59. package/src/android-bootstrap/less/carousel.less +269 -269
  60. package/src/android-bootstrap/less/close.less +34 -34
  61. package/src/android-bootstrap/less/code.less +69 -69
  62. package/src/android-bootstrap/less/component-animations.less +33 -33
  63. package/src/android-bootstrap/less/grid.less +84 -84
  64. package/src/android-bootstrap/less/input-groups.less +167 -167
  65. package/src/android-bootstrap/less/jumbotron.less +52 -52
  66. package/src/android-bootstrap/less/labels.less +64 -64
  67. package/src/android-bootstrap/less/list-group.less +141 -141
  68. package/src/android-bootstrap/less/media.less +66 -66
  69. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  70. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  71. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  72. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  73. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  74. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  75. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  76. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  77. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  78. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  79. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  80. package/src/android-bootstrap/less/mixins/image.less +33 -33
  81. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  82. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  83. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  84. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  85. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  86. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  87. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  88. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  89. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  90. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  91. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  92. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  93. package/src/android-bootstrap/less/mixins/size.less +10 -10
  94. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  95. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  96. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  97. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  98. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  99. package/src/android-bootstrap/less/mixins.less +40 -40
  100. package/src/android-bootstrap/less/modals.less +151 -151
  101. package/src/android-bootstrap/less/navbar.less +660 -660
  102. package/src/android-bootstrap/less/navs.less +290 -290
  103. package/src/android-bootstrap/less/normalize.less +424 -424
  104. package/src/android-bootstrap/less/pager.less +76 -76
  105. package/src/android-bootstrap/less/pagination.less +89 -89
  106. package/src/android-bootstrap/less/panels.less +274 -274
  107. package/src/android-bootstrap/less/popovers.less +131 -131
  108. package/src/android-bootstrap/less/print.less +101 -101
  109. package/src/android-bootstrap/less/progress-bars.less +87 -87
  110. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  111. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  112. package/src/android-bootstrap/less/scaffolding.less +161 -161
  113. package/src/android-bootstrap/less/tables.less +262 -262
  114. package/src/android-bootstrap/less/theme.less +291 -291
  115. package/src/android-bootstrap/less/thumbnails.less +36 -36
  116. package/src/android-bootstrap/less/tooltip.less +102 -102
  117. package/src/android-bootstrap/less/type.less +303 -303
  118. package/src/android-bootstrap/less/utilities.less +55 -55
  119. package/src/android-bootstrap/less/variables.less +896 -896
  120. package/src/android-bootstrap/less/wells.less +29 -29
  121. package/src/bootstrap/less/.csscomb.json +304 -304
  122. package/src/bootstrap/less/.csslintrc +19 -19
  123. package/src/bootstrap/less/alerts.less +73 -73
  124. package/src/bootstrap/less/badges.less +66 -66
  125. package/src/bootstrap/less/breadcrumbs.less +26 -26
  126. package/src/bootstrap/less/button-groups.less +247 -247
  127. package/src/bootstrap/less/buttons.less +172 -172
  128. package/src/bootstrap/less/carousel.less +269 -269
  129. package/src/bootstrap/less/close.less +34 -34
  130. package/src/bootstrap/less/code.less +69 -69
  131. package/src/bootstrap/less/component-animations.less +33 -33
  132. package/src/bootstrap/less/dropdowns.less +216 -216
  133. package/src/bootstrap/less/grid.less +84 -84
  134. package/src/bootstrap/less/input-groups.less +167 -167
  135. package/src/bootstrap/less/jumbotron.less +52 -52
  136. package/src/bootstrap/less/labels.less +64 -64
  137. package/src/bootstrap/less/list-group.less +141 -141
  138. package/src/bootstrap/less/media.less +66 -66
  139. package/src/bootstrap/less/mixins/alerts.less +14 -14
  140. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  141. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  142. package/src/bootstrap/less/mixins/buttons.less +69 -69
  143. package/src/bootstrap/less/mixins/center-block.less +7 -7
  144. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  145. package/src/bootstrap/less/mixins/forms.less +90 -90
  146. package/src/bootstrap/less/mixins/gradients.less +59 -59
  147. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  148. package/src/bootstrap/less/mixins/grid.less +122 -122
  149. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  150. package/src/bootstrap/less/mixins/image.less +33 -33
  151. package/src/bootstrap/less/mixins/labels.less +12 -12
  152. package/src/bootstrap/less/mixins/list-group.less +30 -30
  153. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  154. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  155. package/src/bootstrap/less/mixins/opacity.less +8 -8
  156. package/src/bootstrap/less/mixins/pagination.less +24 -24
  157. package/src/bootstrap/less/mixins/panels.less +24 -24
  158. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  159. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  160. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  161. package/src/bootstrap/less/mixins/resize.less +6 -6
  162. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  163. package/src/bootstrap/less/mixins/size.less +10 -10
  164. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  165. package/src/bootstrap/less/mixins/table-row.less +44 -44
  166. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  167. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  168. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  169. package/src/bootstrap/less/mixins.less +40 -40
  170. package/src/bootstrap/less/modals.less +151 -151
  171. package/src/bootstrap/less/navbar.less +660 -660
  172. package/src/bootstrap/less/normalize.less +424 -424
  173. package/src/bootstrap/less/pagination.less +89 -89
  174. package/src/bootstrap/less/panels.less +275 -275
  175. package/src/bootstrap/less/popovers.less +131 -131
  176. package/src/bootstrap/less/print.less +101 -101
  177. package/src/bootstrap/less/progress-bars.less +87 -87
  178. package/src/bootstrap/less/responsive-embed.less +35 -35
  179. package/src/bootstrap/less/responsive-utilities.less +194 -194
  180. package/src/bootstrap/less/scaffolding.less +161 -161
  181. package/src/bootstrap/less/theme.less +291 -291
  182. package/src/bootstrap/less/thumbnails.less +36 -36
  183. package/src/bootstrap/less/tooltip.less +102 -102
  184. package/src/bootstrap/less/type.less +303 -303
  185. package/src/bootstrap/less/utilities.less +55 -55
  186. package/src/bootstrap/less/wells.less +29 -29
  187. package/src/components/FileUpload.vue +696 -696
  188. package/src/components/Hello.vue +39 -39
  189. package/src/components/LeftTree.vue +27 -27
  190. package/src/components/android/AttendanceTally.vue +116 -116
  191. package/src/components/android/Blank.vue +10 -10
  192. package/src/components/android/CheckUnplanPage.vue +56 -56
  193. package/src/components/android/Checker.vue +12 -12
  194. package/src/components/android/CheckerAnnual.vue +81 -81
  195. package/src/components/android/CheckerAvarta.vue +82 -82
  196. package/src/components/android/EquipmentInspection.vue +348 -348
  197. package/src/components/android/FootprintMap.vue +120 -120
  198. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  199. package/src/components/android/MasterMain.vue +77 -77
  200. package/src/components/android/Menu.vue +132 -132
  201. package/src/components/android/PaperAlarm.vue +85 -85
  202. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  203. package/src/components/android/PlumberAnnual.vue +83 -83
  204. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  205. package/src/components/android/PlumberMonthly.vue +84 -84
  206. package/src/components/android/PostMap.vue +83 -83
  207. package/src/components/android/QueryCheckHistory.vue +122 -122
  208. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  209. package/src/components/android/RepairMain.vue +60 -60
  210. package/src/components/android/Repairman.vue +12 -12
  211. package/src/components/android/StationMaster.vue +12 -12
  212. package/src/components/android/block/BlockUserDetails.vue +356 -0
  213. package/src/components/android/block/BlockUserManager.vue +226 -0
  214. package/src/components/android/rejectInspecCheck.vue +322 -322
  215. package/src/components/defects/DefectModal.vue +101 -101
  216. package/src/components/defects/DevicesAndItem.vue +39 -39
  217. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  218. package/src/components/notice/NoticeForm.vue +100 -100
  219. package/src/components/notice/NoticeIssue.vue +20 -20
  220. package/src/components/paper/PicViewer.vue +18 -18
  221. package/src/components/pc/NewCheckpaperTemp.vue +1308 -1308
  222. package/src/components/pc/RoleSelector.vue +172 -172
  223. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  224. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  225. package/src/components/phonestate/PostMap.vue +82 -82
  226. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  227. package/src/components/rongcheng/AddPlanItem.vue +344 -344
  228. package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
  229. package/src/components/rongcheng/PaperDefectMain.vue +828 -828
  230. package/src/components/userfile/MeterFile.vue +145 -145
  231. package/src/components/userfile/MeterModify.vue +46 -46
  232. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  233. package/src/filiale/BFshiye/android/AndroidDefectDeal.vue +652 -652
  234. package/src/filiale/BFshiye/pc/DefectListNew.vue +637 -637
  235. package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
  236. package/src/filiale/BFshiye/pc.js +17 -17
  237. package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -775
  238. package/src/filiale/baiyin/android.js +12 -12
  239. package/src/filiale/dexin/android/SafecheckDevicesTemp.vue +1419 -1419
  240. package/src/filiale/dexin/android/SafecheckOrderVTemp.vue +4 -3
  241. package/src/filiale/dexin/pc/PaperList.vue +857 -840
  242. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1357 -1357
  243. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +823 -823
  244. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1919
  245. package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -1262
  246. package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -398
  247. package/src/filiale/rongchuang/pc.js +18 -18
  248. package/src/filiale/shanxian/pc/NewCheckpaper.vue +1526 -1526
  249. package/src/filiale/siyang/android/PhoneInsurancePurchaseDetail.vue +532 -532
  250. package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
  251. package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
  252. package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
  253. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
  254. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
  255. package/src/filiale/yangchunboneng/android.js +21 -21
  256. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
  257. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
  258. package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
  259. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
  260. package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
  261. package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
  262. package/src/filiale/yangchunboneng/pc.js +29 -29
  263. package/src/main.js +33 -33
  264. package/src/plugins/LoadData.js +10 -10
  265. package/src/plugins/LoadParams.js +24 -24
  266. package/src/rongcheng.js +319 -319
  267. package/src/safecheck-android.js +318 -316
  268. package/src/stores/wxconfig.js +10 -10
  269. package/src/utils/getNowDate.js +33 -33
  270. package/test/e2e/custom-assertions/elementCount.js +26 -26
  271. package/test/e2e/nightwatch.conf.js +40 -40
  272. package/test/e2e/runner.js +30 -30
  273. package/test/e2e/specs/test.js +13 -13
  274. package/test/unit/.eslintrc +5 -5
  275. package/test/unit/TestUtil.js +62 -62
  276. package/test/unit/context.html +20 -20
  277. package/test/unit/index.js +13 -13
  278. package/yarn-error.log +140 -0
@@ -1,1308 +1,1308 @@
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
- <work-busy :is-busy="loading"></work-busy>
62
- <div class="container-fluid" style="overflow: scroll">
63
- <div class="row">
64
- <div class="col-md-5" style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
65
- <div style="width: 100%;margin: auto">
66
- <table class="table table-striped table-bordered" style="margin-top: 40px"
67
- v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点'">
68
- <thead>
69
- <tr>
70
- <th colspan="4" style="text-align: center">用户安检概况</th>
71
- </tr>
72
- </thead>
73
- <tbody>
74
- <tr>
75
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
76
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
77
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
78
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_offsite_time }}</td>
79
- </tr>
80
- <tr>
81
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
82
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_entry_status }}</td>
83
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">燃气使用:</td>
84
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_usegas }}</td>
85
- </tr>
86
- <tr>
87
- <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">备注:</td>
88
- <td colspan="3"
89
- style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
90
- {{ paperdata.f_repair_approved_note }}
91
- </td>
92
- </tr>
93
- </tbody>
94
- </table>
95
- <table class="table table-striped table-bordered" style="margin-top: 35px"
96
- v-show="paperdata.f_entry_status=='入户' || paperdata.f_entry_status=='入户未点'">
97
- <thead>
98
- <tr>
99
- <th style="text-align: center">总体安检照片</th>
100
- </tr>
101
- </thead>
102
- <tbody>
103
- <tr>
104
- <td style="margin: auto;text-align: center">
105
- <div class="container" style="max-width: 550px;background: #FFFFFF">
106
- <div class="img" v-for="img in paperdata.f_overall_imgs">
107
- <img-self-plus :list="paperdata.f_overall_imgs " :src="img.f_overall_path" style="float: left"
108
- width="150"
109
- height="200"></img-self-plus>
110
- </div>
111
- </div>
112
-
113
-
114
- </td>
115
-
116
- </tr>
117
- </tbody>
118
- </table>
119
- <table class="table table-striped table-bordered" style="width: 100%"
120
- v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点' && (paperdata.f_sign_path || f_user_path) ">
121
- <thead>
122
- <tr>
123
- <th style="text-align: center">用户签名照片</th>
124
- </tr>
125
- </thead>
126
- <tbody>
127
- <tr>
128
- <td style="margin: auto;text-align: center" v-if="paperdata.f_sign_path">
129
- <div class="container" style="max-width: 500px;background: #FFFFFF" >
130
- <div class="img" style="float: none">
131
- <img-self-plus :src="'rs/image/file/'+paperdata.f_sign_path" width="200" height="200"></img-self-plus>
132
- </div>
133
- </div>
134
- </td>
135
- <td style="margin: auto;text-align: center" v-if="f_user_path">
136
- <div class="container" style="max-width: 550px;background: #FFFFFF" >
137
- <div class="img" style="float: none">
138
- <img-self-plus :src="'rs/image/file/'+f_user_path"
139
- width="200"
140
- height="200"></img-self-plus>
141
- </div>
142
- </div>
143
- </td>
144
- </tr>
145
- </tbody>
146
- </table>
147
- <table class="table table-striped table-bordered"
148
- v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点' && paperdata.f_defect_notified">
149
- <thead>
150
- <tr>
151
- <th style="text-align: center">安检通知书/隐患整改通知书</th>
152
- </tr>
153
- </thead>
154
- <tbody>
155
- <tr>
156
- <td style="margin: auto;text-align: center">
157
- <div class="container" style="max-width: 500px;background: #FFFFFF">
158
- <div class="img" style="float: none">
159
- <img-self-plus :src="paperdata.f_notified_path" width="486" height="300"></img-self-plus>
160
- </div>
161
- </div>
162
- </td>
163
- </tr>
164
- </tbody>
165
- </table>
166
- <table class="table table-striped table-bordered"
167
- v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点' && paperdata.f_video_path">
168
- <thead>
169
- <tr>
170
- <th style="text-align: center">安检视频</th>
171
- </tr>
172
- </thead>
173
- <tbody>
174
- <tr>
175
- <td style="margin: auto;text-align: center">
176
- <div class="container" style="max-width: 500px;background: #FFFFFF">
177
- <video width="320" height="200" controls v-if="paperdata.f_video_path">
178
- <source :src="paperdata.f_video_path" type="video/mp4">
179
- </video>
180
- </div>
181
- </td>
182
- </tr>
183
- </tbody>
184
- </table>
185
- <table class="table table-striped table-bordered"
186
- v-show="item.f_recording1_path">
187
- <thead>
188
- <tr>
189
- <th style="text-align: center">录音文件</th>
190
- </tr>
191
- </thead>
192
- <tbody>
193
- <tr>
194
- <td style="margin: auto;text-align: center">
195
- <div class="container" style="max-width: 500px;background: #FFFFFF">
196
- <a class="button_spacing button_search-1"
197
- :download="item.f_user_name+'-'+item.f_check_type+'-'+'录音文件.arm'"
198
- :href="'rs/image/file/'+item.f_recording1_path">录音下载</a>
199
- </div>
200
- </td>
201
- </tr>
202
- </tbody>
203
- </table>
204
- </div>
205
- </div>
206
- <div class style="width: 1%;height: 100%;background-color: #F1F8FF;float: left;"></div>
207
- <div class="col-md-6" style="height: 100%;overflow: scroll">
208
- <div style="width: 95%;margin-left: 5%">
209
- <table class="table table-striped table-bordered" v-for="config in deviceconfig2" style="margin-top: 35px">
210
- <thead >
211
- <tr>
212
- <th style="text-align: center">{{ config.f_device_type }}</th>
213
- </tr>
214
- </thead>
215
- <tr v-for="dev in config.f_items">
216
- <td>
217
- <div class="row">
218
- <div class="col-md-8" style="text-align: center;">
219
- <label>
220
- <button-link type="button" class="btn btn-link" @click="showdelpath(dev)"
221
- :style="'color:black'">
222
- {{ dev.f_item_name }}
223
- </button-link>
224
- </label>
225
- </div>
226
- <div class="col-md-4" style="text-align: center">
227
- <label style="font-weight: normal"
228
- v-if="dev.type!='picture'">{{
229
- dev.f_item_lists.length>0?dev.f_item_lists[0].f_item_value:dev.f_else
230
- }}</label>
231
- <label style="font-weight: normal" v-if="dev.type=='picture'">
232
- <div v-if="dev.f_path">
233
- <button-link style="color: black" type="button" class="btn btn-link"
234
- @click="showpath('rs/image/file/'+dev.f_path)">查看照片
235
- </button-link>
236
- </div>
237
- <div v-else>无照片</div>
238
- </label>
239
- </div>
240
- </div>
241
- </td>
242
- </tr>
243
- </table>
244
- </div>
245
- </div>
246
- </div>
247
- </div>
248
- </div>
249
- <modal :show.sync="imgshow" v-ref:modal backdrop="true">
250
- <header slot="modal-header" class="modal-header">
251
- {{ picturename }}
252
- </header>
253
- <article slot="modal-body" class="modal-body">
254
- <div class="from-group">
255
- <div class="row">
256
- <div class="col-md-6">
257
- <img-self-plus v-if="showimg1" :src="showimg1" width="240" height="300"></img-self-plus>
258
- </div>
259
- <div class="col-md-6">
260
- <img-self-plus v-if="showimg2" :src="showimg2" width="240" height="300"></img-self-plus>
261
- </div>
262
- <div class="col-md-6" v-for="item in otherDarginShowImgs">
263
- <img-self-plus v-if="item.path" :src="item.path" width="240" height="300"></img-self-plus>
264
- </div>
265
- </div>
266
- </div>
267
- </article>
268
- <footer slot="modal-footer" class="modal-footer" v-show="false">
269
- <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
270
- </footer>
271
- </modal>
272
- <modal :show.sync="imgshow2" v-ref:modal backdrop="true">
273
- <header slot="modal-header" class="modal-header">
274
- {{ paperdata.f_entry_status }}照片
275
- </header>
276
- <article slot="modal-body" class="modal-body">
277
- <div class="from-group">
278
- <div class="row">
279
- <div class="col-md-6">
280
- <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer_path" :src="showimg3"
281
- width="282"
282
- height="400"></img-self-plus>
283
- </div>
284
- <div class="col-md-6">
285
- <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer1_path"
286
- :src="showimg5" width="282"
287
- height="400"></img-self-plus>
288
- </div>
289
- <div class="col-md-6">
290
- <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer2_path"
291
- :src="showimg6" width="282"
292
- height="400"></img-self-plus>
293
- </div>
294
- <div class="col-md-6">
295
- <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck_path"
296
- :src="showimg4" width="282"
297
- height="400"></img-self-plus>
298
- </div>
299
- <div class="col-md-6">
300
- <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck1_path"
301
- :src="showimg7" width="282"
302
- height="400"></img-self-plus>
303
- </div>
304
- <div class="col-md-6">
305
- <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck2_path"
306
- :src="showimg8" width="282"
307
- height="400"></img-self-plus>
308
- </div>
309
- </div>
310
- </div>
311
- </article>
312
- <footer slot="modal-footer" class="modal-footer" v-show="false">
313
- <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
314
- </footer>
315
- </modal>
316
- <modal :show.sync="showModel" :width="'50%'" :backdrop="false">
317
- <div slot="modal-header" class="modal-header">
318
- <h4 class="modal-title">
319
- 安检审核备注
320
- </h4>
321
- </div>
322
- <div slot="modal-body" class="modal-body">
323
- <div class="row">
324
- <div class="form-group col-sm-4">
325
- <label class="font_normal_body">审核备注:</label>
326
- <textarea v-model="message"></textarea>
327
- </div>
328
- </div>
329
- </div>
330
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
331
- <button class="button_search" style="margin-right: 15px" @click="auditFailOK()">确定</button>
332
- <button class="button_search" style="margin-right: 15px" @click="auditFailCancel()">取消</button>
333
- </div>
334
- </modal>
335
- </template>
336
-
337
- <script>
338
- // import PaperUserm from './PaperUserm'
339
- // import PaperStatem from './PaperStatem'
340
- // import Devicesm from './Devicesm'
341
- // import PaperFeedbackm from './PaperFeedbackm'
342
- import html2pdf from 'html2pdf.js'
343
- import ObjConfig from '../../utils/GerJsonObjectConfig'
344
- import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
345
- import Radio from 'vue-client/src/vue-strap/src/radioBtn'
346
- import Vue from 'vue'
347
- import * as Util from '../Util'
348
- import {jsonSort} from '../../utils/LdapHelper'
349
- import {HttpResetClass} from "vue-client";
350
-
351
- let asyncReady = async function (self) {
352
- // 获取配置信息
353
- try {
354
- let res = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
355
- data: {
356
- items: 'f_dir',
357
- tablename: 't_organization',
358
- condition: `id = '${self.item.f_filialeid}'`,
359
- orderitem: 'id'
360
- }
361
- })/*.then(res=>{*/
362
- //tag
363
- //tag)
364
- console.log(res)
365
- if (!res.data[0].f_dir) {
366
- self.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
367
- } else {
368
- //this.f_dir=res.data[0].f_dir
369
- let url = self.newConfig == '是' ? '/safecheck/rs/safe_vue' : '/safecheck/rs/vue'
370
- try {
371
- let res1 = await new HttpResetClass().load('GET', `${url}/DevicesConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
372
- resolveMsg: '获取居民配置项成功!',
373
- rejectMsg: '获取居民配置项出错!'
374
- })/*.then(res=>{*/
375
- //tag
376
- //this.safeConfig["民用配置项"]=Object.assign({},res.data)
377
- if (!Vue.config.safecheck) {
378
- Vue.config = {safecheck: {}}
379
- }
380
- Vue.config.safecheck.DevicesConfig = res1.data
381
- console.log(Vue.config.safecheck.DevicesConfig)
382
- /*})*/
383
- let res2 = await new HttpResetClass().load('GET', `${url}/DevicesSetConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
384
- resolveMsg: '获取非居民配置项成功!',
385
- rejectMsg: '获取非居民配置项出错!'
386
- })/*.then(res=>{*/
387
- //tag
388
- //this.safeConfig["非民用配置项"]=Object.assign({},res.data)
389
- Vue.config.safecheck.DevicesSetConfig = {}
390
- } catch (e) {
391
- self.$showMessage("获取配置文件失败" + e)
392
- self.loading = false
393
- }
394
- }
395
- if (self.data.f_recheck_id) {
396
- let res3 = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
397
- data: {
398
- items: '*',
399
- tablename: 't_check_paper',
400
- condition: `id = '${self.data.f_recheck_id}'`,
401
- orderitem: 'id'
402
- }
403
- })
404
- self.lastCheckData = res3.data[0]
405
- }
406
- } catch (error) {
407
- // 忽略704,文件找不到异常R
408
- if (error.status !== 704) {
409
- throw error
410
- }
411
- this.loading = false
412
- }
413
- }
414
- export default {
415
- title: '安检单',
416
- props: ['f_plan_id', 'item', 'role'],
417
- data() {
418
- return {
419
- f_user_path:'',
420
- message: '',
421
- showButton: false,
422
- showModel: false,
423
- data: {
424
- f_devices: [],
425
- f_defect_content: ''
426
- },
427
- showPdfDownload: this.$appdata.getSingleValue('安检结果pdf下载') ? this.$appdata.getSingleValue('安检结果pdf下载') : false,
428
- lastCheckData: {},
429
- paperdata: {},
430
- picturename: '隐患照片',
431
- defectDevice: {},
432
- hasDevice: false,
433
- deviceCollect: {},
434
- deviceCollects: [],
435
- isshow: true,
436
- ajresult: '',
437
- loading: true,
438
- imgshow: false,
439
- imgshow2: false,
440
- isUpload: false,
441
- livedispose: '',
442
- showimg1: '',
443
- showimg2: '',
444
- showimg3: '',
445
- showimg4: '',
446
- showimg5: '',
447
- showimg6: '',
448
- showimg7: '',
449
- showimg8: '',
450
- hiddenDangerImgNumber: 0, //配置项中隐患照片数
451
- otherDarginShowImgs: [],//其他隐患图片
452
- startClick: false, //开始安检按钮是否可点击
453
- isStrat: false, //是否开始安检
454
- checkResult: {},//查询结果
455
- newcheckResult: {},
456
- timer: null,
457
- showModal: false,
458
- pic_to_be_viewed: '',
459
- showBack: true,
460
- devices: [],
461
- devicesAll: [],
462
- configAJ: [],
463
- configRQ: [],
464
- deviceconfig: {},
465
- newConfig: '',
466
- deviceconfig2: [],
467
- f_devices: [],
468
- config: {
469
- "燃气表": {
470
- "checkmust": true,
471
- "index": 1,
472
- "items": {
473
- "基表编号": {"index": 1, "type": "string", "readonly": true},
474
- "气表型号": {"index": 2, "type": "string", "readonly": true},
475
- "气表品牌": {"index": 3, "type": "string", "readonly": true},
476
- "进气方向": {"index": 4, "type": "string", "readonly": true},
477
- "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
478
- "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
479
- "累购气量": {"index": 7, "type": "number", "readonly": true},
480
- "已用气量": {"index": 8, "type": "number", "checkmust": false},//基表数
481
- "剩余气量": {"index": 9, "type": "number", "checkmust": false},//累购-已用
482
- //显示屏数 --实际剩余气量
483
- "气量异常差值": {"index": 10, "type": "number", "readonly": true},
484
- "表箱号": {"index": 11, "type": "string", "readonly": true},
485
- "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
486
- }
487
- // 注意,配置项的index必须与上面的固定配置保持'顺序'
488
- }
489
- },
490
- //金额
491
- config2: {
492
- "燃气表": {
493
- "checkmust": true,
494
- "index": 1,
495
- "items": {
496
- "基表编号": {"index": 1, "type": "string", "readonly": true},
497
- "气表型号": {"index": 2, "type": "string", "readonly": true},
498
- "气表品牌": {"index": 3, "type": "string", "readonly": true},
499
- "进气方向": {"index": 4, "type": "string", "readonly": true},
500
- "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
501
- "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
502
- "累购金额": {"index": 7, "type": "number", "readonly": true},
503
- "已用金额": {"index": 8, "type": "number", "checkmust": false},
504
- //显示屏数 --实际剩余气量
505
- "剩余金额": {"index": 9, "type": "number", "checkmust": false},
506
- "金额异常差值": {"index": 10, "type": "number", "readonly": true},
507
- "表箱号": {"index": 11, "type": "string", "readonly": true},
508
- "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
509
- }
510
- }
511
- },
512
- }
513
- },
514
- components: {
515
- RadioGroup,
516
- Radio,
517
- },
518
- computed: {
519
- isRecodrDownloadBtn() {
520
- // 投诉单下派还是处理
521
- let res = this.$appdata.getSingleValue('无限制录音');
522
- if (res == 'true') {
523
- return true;
524
- } else {
525
- return false;
526
- }
527
- },
528
- selector: {
529
- get() {
530
- return 'paper-state'
531
- },
532
- set(val) {
533
- if (this.isStrat) {
534
- this.$goto(val, {userinfo: this.data}, 'paper-router')
535
- } else {
536
- this.$showMessage('未开始安检!')
537
- }
538
- }
539
- },
540
- actionEnabled: {
541
- get() {
542
- return this.role == 'inspect'
543
- }
544
- }
545
- },
546
- methods: {
547
- showdelpath(row) {
548
- this.imgshow = true;
549
- // 清空之前的图片数组
550
- this.otherDarginShowImgs = [];
551
- // 查找所有以 f_p 开头的属性并添加到图片数组中
552
- for (let key in row) {
553
- if (key.startsWith('f_p') && key.endsWith('_path') && row[key]) {
554
- let img = { path: 'rs/image/file/' + row[key] + '?' + Math.random() };
555
- this.otherDarginShowImgs.push(img);
556
- }
557
- }
558
- },
559
- exportToPDF() {
560
- const element = document.getElementById('toPdf') // 替换为您要导出的页面元素的ID
561
- html2pdf(element)
562
- },
563
-
564
- showAudit() {
565
- var audit = this.$appdata.getSingleValue('安检审核');
566
- if (audit == '是' && (this.item.f_approved == '未审核' || !this.item.f_approved)) {
567
- this.showButton = true
568
- }
569
- },
570
- //安检审核成功
571
- auditSuccesss() {
572
- this.loading = true;
573
- var reqdata = {
574
- audit_result: '通过',
575
- operator: "success",
576
- audit_time: Util.getNowDate(),
577
- user_name: this.$login.f.name,
578
- id: this.item.id,
579
- f_check_item_id: this.item.f_check_item_id
580
- }
581
- new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
582
- resolveMsg: '安检审核成功!',
583
- rejectMsg: '安检审核出错!'
584
- }).then((res) => {
585
- if (res.data.code == 200) {
586
- this.loading = false;
587
- this.$back()
588
- }
589
- })
590
- },
591
- auditFail() {
592
- this.showModel = true;
593
- },
594
- auditFailOK() {
595
-
596
- this.loading = true;
597
- var reqdata = {
598
- message: this.message,
599
- audit_result: '不通过',
600
- operator: "fail",
601
- audit_time: Util.getNowDate(),
602
- user_name: this.$login.f.name,
603
- id: this.item.id,
604
- f_check_item_id: this.item.f_check_item_id
605
- }
606
- new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
607
- resolveMsg: '安检审核成功!',
608
- rejectMsg: '安检审核出错!'
609
- }).then((res) => {
610
- if (res.data.code == 200) {
611
- this.loading = false;
612
- this.message = '';
613
- this.showModel = false;
614
- this.$back()
615
- }
616
- })
617
- },
618
- auditFailCancel() {
619
- this.showModel = false;
620
- this.message = '';
621
- },
622
-
623
- devicesCollect() {
624
- //tag
625
- //tag)
626
- //tag)
627
- //tag
628
- this.deviceCollects = []
629
- let checkResult = '正常'
630
- this.result = '正常'
631
- let codata = JSON.parse(JSON.stringify(this.data))
632
- //tag)
633
- for (let device in this.data) {
634
- let f_device_type
635
- if (device.startsWith("device")) {
636
- for (let item in this.data[device]) {
637
- if (this.data[device].length > 1) {
638
- let j = Number.parseInt(item) + 1
639
- f_device_type = `${this.data[device][item].f_device_type}${j}`
640
- } else {
641
- f_device_type = this.data[device][item].f_device_type
642
- }
643
- // //tag
644
- let deviceelse = []
645
- let deviceInfos = []
646
- for (let i in this.data[device][item].f_items) {
647
- let defects = ''
648
-
649
- let items = this.data[device][item].f_items[i]
650
-
651
-
652
- if ((items.type === 'selector' || items.type === 'radio' || items.type === 'checkbox' || items.type === 'picture') && items.f_item_value != null && items.f_item_value instanceof Array) {
653
- for (let i in items.f_item_value) {
654
- let f_item_value = items.f_item_value[i]
655
-
656
- //tag)
657
- //tag)
658
- //tag)
659
- //tag)
660
-
661
- if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name] && (items.isdefect && (items.isdefect == 'true' || items.isdefect == true))) {
662
- continue
663
- }
664
- /*if(items.f_is_defect != true && items.f_is_defect != 'true'){
665
- continue
666
- }*/
667
- if (items.f_is_defect == 'true' || items.f_is_defect == true) {
668
- debugger
669
- checkResult = '有隐患'
670
- this.result = '有隐患'
671
- defects = `${defects}:${items.f_item_value}/`
672
- }
673
- /*let options = this.config[this.data[device][item].f_device_type].items[items.f_item_name].options
674
- for (let option in options) {
675
- if (options[option].data == f_item_value) {
676
- if (options[option].isdefect == 'true' || options[option].isdefect == true) {
677
- checkResult = '有隐患'
678
- this.result = '有隐患'
679
- defects = `${defects}:${options[option].data}/`
680
- // let level = options[option].level
681
- }
682
- }
683
- }*/
684
- //tag)
685
- }
686
- if (defects != '') {
687
- console.log('有隐患items', items)
688
- deviceInfos.push(`${items.f_item_name}${defects.substring(0, defects.length - 1)}${items.f_else ? items.f_else : ''}`)
689
- }
690
- } else if ((items.type === 'string' || items.type === 'number') && items.f_is_defect && items.f_item_value[0]) {
691
- checkResult = '有隐患'
692
- this.result = '有隐患'
693
- deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
694
-
695
- } else if (items.f_item_name == '金额异常差值') {
696
- var deviation = this.$appdata.getSingleValue('金额异常差值允许误差')
697
- //tag
698
- if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
699
- if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
700
- checkResult = '有隐患'
701
- this.result = '有隐患'
702
- deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
703
- }
704
- }
705
- } else if (items.f_item_name == '气量异常差值') {
706
- var deviation = this.$appdata.getSingleValue('气量异常差值允许误差')
707
- //tag
708
- if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
709
- if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
710
- checkResult = '有隐患'
711
- this.result = '有隐患'
712
- deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
713
- }
714
- }
715
- }
716
- if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name]) {
717
- // console.log('this.config[this.data[device][item].f_device_type]', this.config[this.data[device][item].f_device_type])
718
- // console.log('this.deviceconfig2', this.deviceconfig2)
719
- for (let dev in this.deviceconfig2) {
720
- if (this.deviceconfig2[dev].checkname == this.data[device][item].f_device_type) {
721
- this.deviceconfig2[dev].items.push({
722
- lname: items.f_item_name
723
- })
724
- }
725
- }
726
- }
727
- //tag)
728
- //tag
729
- //tag
730
- if (items.type === 'selector') {
731
- items.selected = []
732
- } else if (items.type === 'inputSelector') {
733
- items.selected = ''
734
- }
735
- }
736
-
737
-
738
- //tag
739
- this.$set('deviceCollect.name', f_device_type)
740
- this.$set('deviceCollect.value', checkResult)
741
- this.$set('deviceCollect.devices', deviceInfos)
742
- this.$set('deviceCollect.else', deviceelse)
743
- console.log('deviceCollect.devices', this.deviceCollect.devices)
744
- console.log('deviceCollect.else', this.deviceCollect.else)
745
- //tag)
746
- if (this.deviceCollect.name) {
747
- //tag
748
- this.deviceCollects.push(JSON.parse(JSON.stringify(this.deviceCollect)))
749
- }
750
-
751
- checkResult = '正常'
752
- this.deviceCollect = {}
753
- }
754
- }
755
- }
756
- if (this.deviceCollects.length > 0) {
757
- this.hasDevice = true
758
- }
759
- this.ajresult = JSON.parse(this.data.f_defect_content).result
760
- this.showimg3 = this.data.f_noanswer_path
761
- this.showimg5 = this.data.f_noanswer1_path
762
- this.showimg6 = this.data.f_noanswer2_path
763
- this.showimg4 = this.data.f_rejectcheck_path
764
- this.showimg7 = this.data.f_rejectcheck1_path
765
- this.showimg8 = this.data.f_rejectcheck2_path
766
- this.paperdata = this.data
767
- this.f_user_path = this.paperdata.f_user_pictures ? JSON.parse(this.paperdata.f_user_pictures)[0].f_user_path : ''
768
- this.loading = false
769
- },
770
- imgclose() {
771
- this.imgshow = false
772
- },
773
- putDevices() {
774
- ////tag
775
- this.$set('data.approve', "true")
776
- this.$set('data.writeback', "false")
777
- if (Vue.config.safecheck.ApproveConfig != undefined) {
778
- if (Vue.config.safecheck.ApproveConfig.approve != undefined) {
779
- this.$set('data.approve', Vue.config.safecheck.ApproveConfig.approve)
780
- }
781
- if (Vue.config.safecheck.ApproveConfig.writeback != undefined) {
782
- this.$set('data.writeback', Vue.config.safecheck.ApproveConfig.writeback)
783
- }
784
- if (Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
785
- this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
786
- }
787
- if (Vue.config.safecheck.ApproveConfig.hiddendanger != undefined) {
788
- if (parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger) >= 3) {
789
- this.hiddenDangerImgNumber = 3
790
- } else {
791
- this.hiddenDangerImgNumber = parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger)
792
- }
793
- }
794
- }
795
- //tag
796
-
797
- //tag)
798
- if (!this.item.f_safecheck_type) {
799
- this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType['年度普检'][this.item.f_check_type]])
800
- } else {
801
- if (Vue.config.safecheck.DevicesConfig != undefined)
802
- this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_check_type]])
803
- }
804
- //遍历安检项配置
805
- for (let i in this.config) {
806
- //取得安检项索引值
807
- let n = this.config[i].index
808
- this.devices[n - 1] = {device: i, n: n, checkmust: this.config[i].checkmust}
809
- this.$set('data.' + 'device' + n, [])
810
- let items = []
811
- for (let it in this.config[i].items) {
812
- //赋值下拉选项
813
- if (this.config[i].items[it].type == 'selector') {
814
- for (let op in this.config[i].items[it].options)
815
- if (this.config[i].items[it].options[op].isdefault == true) {
816
- items.push({
817
- f_defect_level: this.config[i].items[it].options[op].level,
818
- f_is_defect: this.config[i].items[it].options[op].isdefect,
819
- f_item_name: it,
820
- f_item_value: this.config[i].items[it].options[op].data,
821
- f_path: "",
822
- type: "selector"
823
- })
824
- }
825
- }
826
- }
827
- n = n + 1
828
- }
829
-
830
- },
831
- showpath(val1, val2) {
832
- //tag
833
- //tag
834
- if (val1) {
835
- this.showimg1 = val1
836
- this.picturename = val2
837
- this.imgshow = true
838
- }
839
- },
840
- showpicture(val1, val2) {
841
- //tag
842
- if (val2 == '气量异常差值' || val2 == '金额异常差值') {
843
- return
844
- }
845
- for (let i = 0; i < this.devicesAll.length; i++) {
846
- for (let j = 0; j < this.devicesAll[i].length; j++) {
847
- if (this.devicesAll[i][j].f_device_type == val1) {
848
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
849
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
850
- if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
851
- return false
852
- } else {
853
- this.showimg1 = this.devicesAll[i][j].f_items[k].f_path
854
- this.showimg2 = this.devicesAll[i][j].f_items[k].f_second_path
855
- this.otherDarginShowImgs = []
856
- for (let l = 0; l < this.hiddenDangerImgNumber; l++) {
857
- let img = {path: ''}
858
- if (this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path']) {
859
- img.path = this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path'] + '?' + Math.random()
860
- this.otherDarginShowImgs.push(img)
861
- }
862
- }
863
- this.picturename = '隐患照片'
864
- this.imgshow = true
865
- return true
866
- }
867
- }
868
- }
869
-
870
- }
871
- }
872
- }
873
- },
874
- isred(val1, val2) {
875
- //tag
876
- if (val2 == '气量异常差值' || val2 == '金额异常差值') {
877
- return
878
- }
879
- for (let i = 0; i < this.devicesAll.length; i++) {
880
- for (let j = 0; j < this.devicesAll[i].length; j++) {
881
- if (this.devicesAll[i][j].f_device_type == val1) {
882
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
883
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
884
- if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
885
- return false
886
- } else {
887
- return true
888
- }
889
- }
890
- }
891
-
892
- }
893
- }
894
- }
895
- },
896
- showpicture2() {
897
- this.imgshow2 = true
898
- },
899
- getDeviceValue(val1, val2) {
900
- let aa = ''
901
- for (let i = 0; i < this.devicesAll.length; i++) {
902
- for (let j = 0; j < this.devicesAll[i].length; j++) {
903
- if (this.devicesAll[i][j].f_device_type == val1) {
904
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
905
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
906
- if (this.devicesAll[i][j].f_items[k].f_item_lists[0]) {
907
- for (let l = 0; l < this.devicesAll[i][j].f_items[k].f_item_lists.length; l++) {
908
- let val = this.devicesAll[i][j].f_items[k].f_item_lists[l].f_item_value
909
- aa += (val === null ? '空' : val) + ' '
910
- }
911
- return aa
912
- }
913
- }
914
- }
915
-
916
- }
917
- }
918
- }
919
-
920
- },
921
- getDevicePath(val1, val2) {
922
- for (let i = 0; i < this.devicesAll.length; i++) {
923
- for (let j = 0; j < this.devicesAll[i].length; j++) {
924
- if (this.devicesAll[i][j].f_device_type == val1) {
925
- for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
926
- if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
927
- return this.devicesAll[i][j].f_items[k].f_path
928
- }
929
- }
930
-
931
- }
932
- }
933
- }
934
-
935
- },
936
- getDeviceAll() {
937
- let keyall = Object.keys(this.data)
938
- for (let i = 0; i < keyall.length; i++) {
939
- //tag)
940
- if ((keyall[i].startsWith('f_devices') || keyall[i].startsWith('devices')) && keyall[i] != 'deviceundefined') {
941
- this.devicesAll.push(this.data[keyall[i]])
942
- //tag
943
- }
944
- }
945
- //tag
946
- //tag)
947
- this.devicesCollect()
948
-
949
- },
950
-
951
- back() {
952
- if (this.role == 'inspect') {
953
- if (!this.isStrat) {
954
- this.$back()
955
- return
956
- } else {
957
- this.savePaper(true).then(() => {
958
- this.$back()
959
- this.isStrat = false
960
- })
961
- }
962
- } else {
963
- this.$back()
964
- }
965
- },
966
- checkIsStart() {
967
- alert('asdad')
968
- return
969
- },
970
-
971
- viewPic(fileName) {
972
- //tag
973
- if (this.role == 'view') {
974
- if (!fileName.endsWith('nopic.png')) {
975
- this.pic_to_be_viewed = fileName
976
- this.showModal = true
977
- }
978
- } else {
979
- HostApp.viewPic(fileName)
980
- }
981
- },
982
- tick() {
983
- this.timer = null
984
- this.data.f_offsite_time = Util.toStandardTimeString()
985
- this.timer = window.setTimeout(this.tick, 1000)
986
- },
987
- getRepairState() {
988
- let repaired = true
989
- this.data.f_defects.forEach((defect) => {
990
- repaired = repaired & (defect.f_ratification == '已处理')
991
- })
992
- return repaired
993
- },
994
- verifyRepairDefects() {
995
- this.data.f_repair_date = Util.toStandardTimeString()
996
- this.data.f_repaired = this.getRepairState() ? '已修' : '在修'
997
- },
998
- genuineSave(saveOnly) {
999
- HostApp.__this__.save(saveOnly)
1000
- if (!saveOnly)
1001
- HostApp.__this__.disableTimer()
1002
- HostApp.__callback__ = null
1003
- HostApp.__this__ = null
1004
- },
1005
- setUrgency() {
1006
- this.data.f_defect_urgency = 'Z'
1007
- let that = this
1008
- this.data.f_defects.forEach(function (defect) {
1009
- if (that.data.f_defect_urgency > defect.f_defect_level.charAt(0))
1010
- that.data.f_defect_urgency = defect.f_defect_level.charAt(0)
1011
- })
1012
- if (this.data.f_defect_urgency == 'Z')
1013
- this.data.f_defect_urgency = null
1014
- },
1015
- disableTimer() {
1016
- if (this.timer) {
1017
- window.clearTimeout(this.timer)
1018
- this.timer = null
1019
- }
1020
- },
1021
- loaded(paper) {
1022
- if (!paper.hasOwnProperty('id')) {
1023
- this.$showMessage("该安检单在手机上已经不存在,可能是卸载过程序。可以进入重新安检,或返回安检计划。")
1024
- this.init()
1025
- } else {
1026
- Util.booleanFilter(paper)
1027
- HostApp.__this__.$set('data', paper)
1028
- HostApp.__this__.$goto('paper-state', {}, 'paper-router')
1029
- // 如果打回重检则重新计时
1030
- //tag
1031
- if (HostApp.__this__.role == 'inspect'
1032
- && HostApp.__this__.data.f_approved
1033
- && HostApp.__this__.data.f_approved == '打回') {
1034
- //tag
1035
- HostApp.__this__.data.f_onsite_time = Util.toStandardTimeString()
1036
- HostApp.__this__.tick()
1037
- }
1038
- }
1039
- HostApp.__callback__ = null
1040
- HostApp.__this__ = null
1041
- },
1042
- S4() {
1043
- return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
1044
- },
1045
- init() {
1046
- this.data.f_noplan_item_id = this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4()
1047
- this.data.ename = Vue.user.ename
1048
- this.data.f_outlets = Vue.user.f_parentname
1049
- this.data.f_meetunit = Vue.user.orgpathnames
1050
- this.data.orgpathstr = Vue.user.orgpathstr
1051
- this.data.f_check_item_id = this.item.id
1052
- this.data.f_check_plan_id = this.f_plan_id
1053
- this.data.f_checker_id = Vue.user.id
1054
- this.data.f_checker_name = Vue.user.name
1055
- this.data.f_check_type = this.item.f_user_type
1056
- this.data.f_subcompany = this.item.f_subcompany
1057
- this.data.f_approved = this.item.f_approved
1058
- this.data.f_repair_approved = this.item.f_repair_approved
1059
- this.data.f_no_checkplan = this.item.f_no_checkplan
1060
- this.data.f_approved = this.item.f_approved
1061
- this.data.f_filialeid = this.item.f_filialeid
1062
- this.data.f_orgstr = this.item.f_orgstr
1063
- this.data.version = this.item.version
1064
- this.$set('data.f_meters', this.item.f_plan_meters)
1065
- this.$set('data.f_userinfo_code', this.item.f_userinfo_code)
1066
- // 安检状态
1067
- this.$set('data.f_entry_status', '入户')
1068
- this.$set('data.f_usegas', '已使用')
1069
- this.$set('data.f_state', this.item.f_state)
1070
- // 用户信息
1071
- this.$set('data.f_user_name', this.item.f_user_name)
1072
- this.$set('data.f_user_phone', this.item.f_user_phone)
1073
- this.$set('data.f_userinfoid', this.item.f_userinfoid)
1074
- this.$set('data.f_address', this.item.f_address)
1075
- this.$set('data.f_card_id', this.item.f_card_id)
1076
- this.$set('data.f_area', this.item.f_area)
1077
- this.$set('data.f_street', this.item.f_street)
1078
- this.$set('data.f_room', this.item.f_room)
1079
- this.$set('data.f_building', this.item.f_building)
1080
- this.$set('data.f_unit', this.item.f_unit)
1081
- this.$set('data.f_floor', this.item.f_floor)
1082
- this.$set('data.f_residential_area', this.item.f_residential_area)
1083
- this.$set('data.f_idnumber', this.item.f_idnumber)
1084
- this.$set('data.f_comments', this.item.f_comments)
1085
- this.$set('data.f_userproperties', this.item.f_userproperties)
1086
- // 处置方式
1087
- this.$set('data.f_no_gas_device', false)
1088
- this.$set('data.f_close_valve', false)
1089
- this.$set('data.f_unload_battery', false)
1090
- if (this.data.f_check_item_id == '' && this.item.f_no_checkplan == '无计划安检') {
1091
- this.data.f_check_item_id = this.data.f_noplan_item_id
1092
- }
1093
-
1094
- //房屋结构
1095
- // this.$set('data.f_room_style', '多层')
1096
- //供暖方式
1097
- // this.$set('data.f_heating_style', '热力公司集中供暖')
1098
- if (this.item.f_plan_meters) {
1099
- for (let de in this.devices) {
1100
- this.$set('data.device' + this.devices[de].n, [])
1101
- for (let i = 0; i < this.item.f_plan_meters.length; i++) {
1102
- if (this.item.f_plan_meters[i].f_meter_type) {
1103
- if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
1104
- delete this.config['燃气表']['items']['累计购气量']
1105
- this.data['device' + this.devices[de].n].push({
1106
- f_device_type: "燃气表",
1107
- f_items: [{
1108
- f_defect_level: null,
1109
- f_device_id: "",
1110
- f_is_defect: "",
1111
- f_item_name: "表品牌",
1112
- f_item_value: this.item.f_plan_meters[i].f_aliasname,
1113
- f_path: "",
1114
- type: "string"
1115
- },
1116
- {
1117
- f_defect_level: null,
1118
- f_device_id: "",
1119
- f_is_defect: "",
1120
- f_item_name: "位置",
1121
- f_item_value: this.item.f_plan_meters[i].f_weizhi,
1122
- f_path: "",
1123
- type: "selector"
1124
- },
1125
- {
1126
- f_defect_level: null,
1127
- f_device_id: "",
1128
- f_is_defect: "",
1129
- f_item_name: "表号",
1130
- f_item_value: this.item.f_plan_meters[i].f_meter_no,
1131
- f_path: "",
1132
- type: "number"
1133
- },
1134
- {
1135
- f_defect_level: null,
1136
- f_device_id: "",
1137
- f_is_defect: "",
1138
- f_item_name: "表封号",
1139
- f_item_value: this.item.f_plan_meters[i].f_metertitles,
1140
- f_path: "",
1141
- type: "number"
1142
- },
1143
- {
1144
- f_defect_level: null,
1145
- f_device_id: "",
1146
- f_is_defect: "",
1147
- f_item_name: "表型号",
1148
- f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1149
- f_path: "",
1150
- type: "selector"
1151
- },
1152
- {
1153
- f_defect_level: null,
1154
- f_device_id: "",
1155
- f_is_defect: "",
1156
- f_item_name: "表底数",
1157
- f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1158
- f_path: "",
1159
- type: "number"
1160
- }
1161
- ]
1162
- })
1163
- } else if (this.devices[de].device == "燃气表") {
1164
- delete this.config['燃气表']['items']['表底数']
1165
- this.data['device' + this.devices[de].n].push({
1166
- f_device_type: "燃气表",
1167
- f_items: [{
1168
- f_defect_level: null,
1169
- f_device_id: "",
1170
- f_is_defect: "",
1171
- f_item_name: "表品牌",
1172
- f_item_value: this.item.f_plan_meters[i].f_aliasname,
1173
- f_path: "",
1174
- type: "string"
1175
- },
1176
- {
1177
- f_defect_level: null,
1178
- f_device_id: "",
1179
- f_is_defect: "",
1180
- f_item_name: "位置",
1181
- f_item_value: this.item.f_plan_meters[i].f_weizhi,
1182
- f_path: "",
1183
- type: "selector"
1184
- },
1185
- {
1186
- f_defect_level: null,
1187
- f_device_id: "",
1188
- f_is_defect: "",
1189
- f_item_name: "表号",
1190
- f_item_value: this.item.f_plan_meters[i].f_meter_no,
1191
- f_path: "",
1192
- type: "number"
1193
- },
1194
- {
1195
- f_defect_level: null,
1196
- f_device_id: "",
1197
- f_is_defect: "",
1198
- f_item_name: "表封号",
1199
- f_item_value: this.item.f_plan_meters[i].f_metertitles,
1200
- f_path: "",
1201
- type: "number"
1202
- },
1203
- {
1204
- f_defect_level: null,
1205
- f_device_id: "",
1206
- f_is_defect: "",
1207
- f_item_name: "表型号",
1208
- f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1209
- f_path: "",
1210
- type: "selector"
1211
- },
1212
- {
1213
- f_defect_level: null,
1214
- f_device_id: "",
1215
- f_is_defect: "",
1216
- f_item_name: "累计购气量",
1217
- f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1218
- f_path: "",
1219
- type: "number"
1220
- }
1221
- ]
1222
- })
1223
- }
1224
- }
1225
- }
1226
- }
1227
- }
1228
-
1229
- this.$goto('paper-state', {}, 'paper-router')
1230
- },
1231
- extend(initalObj, finalObj) {
1232
- var obj = finalObj || {};
1233
- for (var i in initalObj) {
1234
- var prop = initalObj[i];
1235
-
1236
- // 避免相互引用对象导致死循环,如initalObj.a = initalObj的情况
1237
- if (prop === obj) {
1238
- continue;
1239
- }
1240
-
1241
- if (typeof prop === 'object') {
1242
- if (obj[i]) {
1243
- this.extend(obj[i], prop)
1244
- } else {
1245
- obj[i] = prop;
1246
- }
1247
- }
1248
- }
1249
- return obj;
1250
- },
1251
- //获取当前时间
1252
- getNowFormatDate() {
1253
- var date = new Date();
1254
- var seperator1 = "-";
1255
- var seperator2 = ":";
1256
- var month = date.getMonth() + 1;
1257
- var strDate = date.getDate();
1258
- if (month >= 1 && month <= 9) {
1259
- month = "0" + month;
1260
- }
1261
- if (strDate >= 0 && strDate <= 9) {
1262
- strDate = "0" + strDate;
1263
- }
1264
- var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
1265
- + " " + date.getHours() + seperator2 + date.getMinutes()
1266
- + seperator2 + date.getSeconds();
1267
- return currentdate;
1268
- }
1269
- },
1270
- ready() {
1271
- setTimeout(() => {
1272
- this.loading = false;
1273
- }, 3000)
1274
- this.$resetpost(`rs/path/getUserinfomation`, {data: {condition: `id = '${this.item.id}'`}}).then((respanse) => {
1275
- //tag
1276
- this.paperdata = respanse.data[0]
1277
- this.paperdata.f_overall_imgs.forEach(item=>{
1278
- item.f_overall_path = 'rs/image/file/'+item.f_overall_path
1279
- })
1280
- this.deviceconfig2 = Object.assign(this.data, respanse.data[0].f_devices)
1281
- })
1282
-
1283
-
1284
- },
1285
- watch: {
1286
- // 'isUpload'(val){
1287
- // //tag
1288
- // }
1289
- },
1290
- destroyed() {
1291
- //tag
1292
- this.disableTimer()
1293
- }
1294
- }
1295
-
1296
- </script>
1297
- <style scoped>
1298
- .table-striped thead tr th {
1299
- background-color: rgb(223, 237, 251);
1300
- padding: 10px;
1301
- border-left: solid 0px #dae4f2;
1302
- border-top: solid 1px #dae4f2;
1303
- border-right: none;
1304
- border-bottom: none;
1305
- text-align: center;
1306
- color: black;
1307
- }
1308
- </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
+ <work-busy :is-busy="loading"></work-busy>
62
+ <div class="container-fluid" style="overflow: scroll">
63
+ <div class="row">
64
+ <div class="col-md-5" style="margin-right: 2%;margin-left: 2%;height: 100%;overflow: scroll">
65
+ <div style="width: 100%;margin: auto">
66
+ <table class="table table-striped table-bordered" style="margin-top: 40px"
67
+ v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点'">
68
+ <thead>
69
+ <tr>
70
+ <th colspan="4" style="text-align: center">用户安检概况</th>
71
+ </tr>
72
+ </thead>
73
+ <tbody>
74
+ <tr>
75
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
76
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_onsite_time }}</td>
77
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">离开时间:</td>
78
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_offsite_time }}</td>
79
+ </tr>
80
+ <tr>
81
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
82
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_entry_status }}</td>
83
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">燃气使用:</td>
84
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ paperdata.f_usegas }}</td>
85
+ </tr>
86
+ <tr>
87
+ <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">备注:</td>
88
+ <td colspan="3"
89
+ style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%">
90
+ {{ paperdata.f_repair_approved_note }}
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
96
+ v-show="paperdata.f_entry_status=='入户' || paperdata.f_entry_status=='入户未点'">
97
+ <thead>
98
+ <tr>
99
+ <th style="text-align: center">总体安检照片</th>
100
+ </tr>
101
+ </thead>
102
+ <tbody>
103
+ <tr>
104
+ <td style="margin: auto;text-align: center">
105
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
106
+ <div class="img" v-for="img in paperdata.f_overall_imgs">
107
+ <img-self-plus :list="paperdata.f_overall_imgs " :src="img.f_overall_path" style="float: left"
108
+ width="150"
109
+ height="200"></img-self-plus>
110
+ </div>
111
+ </div>
112
+
113
+
114
+ </td>
115
+
116
+ </tr>
117
+ </tbody>
118
+ </table>
119
+ <table class="table table-striped table-bordered" style="width: 100%"
120
+ v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点' && (paperdata.f_sign_path || f_user_path) ">
121
+ <thead>
122
+ <tr>
123
+ <th style="text-align: center">用户签名照片</th>
124
+ </tr>
125
+ </thead>
126
+ <tbody>
127
+ <tr>
128
+ <td style="margin: auto;text-align: center" v-if="paperdata.f_sign_path">
129
+ <div class="container" style="max-width: 500px;background: #FFFFFF" >
130
+ <div class="img" style="float: none">
131
+ <img-self-plus :src="'rs/image/file/'+paperdata.f_sign_path" width="200" height="200"></img-self-plus>
132
+ </div>
133
+ </div>
134
+ </td>
135
+ <td style="margin: auto;text-align: center" v-if="f_user_path">
136
+ <div class="container" style="max-width: 550px;background: #FFFFFF" >
137
+ <div class="img" style="float: none">
138
+ <img-self-plus :src="'rs/image/file/'+f_user_path"
139
+ width="200"
140
+ height="200"></img-self-plus>
141
+ </div>
142
+ </div>
143
+ </td>
144
+ </tr>
145
+ </tbody>
146
+ </table>
147
+ <table class="table table-striped table-bordered"
148
+ v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点' && paperdata.f_defect_notified">
149
+ <thead>
150
+ <tr>
151
+ <th style="text-align: center">安检通知书/隐患整改通知书</th>
152
+ </tr>
153
+ </thead>
154
+ <tbody>
155
+ <tr>
156
+ <td style="margin: auto;text-align: center">
157
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
158
+ <div class="img" style="float: none">
159
+ <img-self-plus :src="paperdata.f_notified_path" width="486" height="300"></img-self-plus>
160
+ </div>
161
+ </div>
162
+ </td>
163
+ </tr>
164
+ </tbody>
165
+ </table>
166
+ <table class="table table-striped table-bordered"
167
+ v-show="paperdata.f_entry_status=='入户' ||paperdata.f_entry_status=='入户未点' && paperdata.f_video_path">
168
+ <thead>
169
+ <tr>
170
+ <th style="text-align: center">安检视频</th>
171
+ </tr>
172
+ </thead>
173
+ <tbody>
174
+ <tr>
175
+ <td style="margin: auto;text-align: center">
176
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
177
+ <video width="320" height="200" controls v-if="paperdata.f_video_path">
178
+ <source :src="paperdata.f_video_path" type="video/mp4">
179
+ </video>
180
+ </div>
181
+ </td>
182
+ </tr>
183
+ </tbody>
184
+ </table>
185
+ <table class="table table-striped table-bordered"
186
+ v-show="item.f_recording1_path">
187
+ <thead>
188
+ <tr>
189
+ <th style="text-align: center">录音文件</th>
190
+ </tr>
191
+ </thead>
192
+ <tbody>
193
+ <tr>
194
+ <td style="margin: auto;text-align: center">
195
+ <div class="container" style="max-width: 500px;background: #FFFFFF">
196
+ <a class="button_spacing button_search-1"
197
+ :download="item.f_user_name+'-'+item.f_check_type+'-'+'录音文件.arm'"
198
+ :href="'rs/image/file/'+item.f_recording1_path">录音下载</a>
199
+ </div>
200
+ </td>
201
+ </tr>
202
+ </tbody>
203
+ </table>
204
+ </div>
205
+ </div>
206
+ <div class style="width: 1%;height: 100%;background-color: #F1F8FF;float: left;"></div>
207
+ <div class="col-md-6" style="height: 100%;overflow: scroll">
208
+ <div style="width: 95%;margin-left: 5%">
209
+ <table class="table table-striped table-bordered" v-for="config in deviceconfig2" style="margin-top: 35px">
210
+ <thead >
211
+ <tr>
212
+ <th style="text-align: center">{{ config.f_device_type }}</th>
213
+ </tr>
214
+ </thead>
215
+ <tr v-for="dev in config.f_items">
216
+ <td>
217
+ <div class="row">
218
+ <div class="col-md-8" style="text-align: center;">
219
+ <label>
220
+ <button-link type="button" class="btn btn-link" @click="showdelpath(dev)"
221
+ :style="'color:black'">
222
+ {{ dev.f_item_name }}
223
+ </button-link>
224
+ </label>
225
+ </div>
226
+ <div class="col-md-4" style="text-align: center">
227
+ <label style="font-weight: normal"
228
+ v-if="dev.type!='picture'">{{
229
+ dev.f_item_lists.length>0?dev.f_item_lists[0].f_item_value:dev.f_else
230
+ }}</label>
231
+ <label style="font-weight: normal" v-if="dev.type=='picture'">
232
+ <div v-if="dev.f_path">
233
+ <button-link style="color: black" type="button" class="btn btn-link"
234
+ @click="showpath('rs/image/file/'+dev.f_path)">查看照片
235
+ </button-link>
236
+ </div>
237
+ <div v-else>无照片</div>
238
+ </label>
239
+ </div>
240
+ </div>
241
+ </td>
242
+ </tr>
243
+ </table>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ <modal :show.sync="imgshow" v-ref:modal backdrop="true">
250
+ <header slot="modal-header" class="modal-header">
251
+ {{ picturename }}
252
+ </header>
253
+ <article slot="modal-body" class="modal-body">
254
+ <div class="from-group">
255
+ <div class="row">
256
+ <div class="col-md-6">
257
+ <img-self-plus v-if="showimg1" :src="showimg1" width="240" height="300"></img-self-plus>
258
+ </div>
259
+ <div class="col-md-6">
260
+ <img-self-plus v-if="showimg2" :src="showimg2" width="240" height="300"></img-self-plus>
261
+ </div>
262
+ <div class="col-md-6" v-for="item in otherDarginShowImgs">
263
+ <img-self-plus v-if="item.path" :src="item.path" width="240" height="300"></img-self-plus>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </article>
268
+ <footer slot="modal-footer" class="modal-footer" v-show="false">
269
+ <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
270
+ </footer>
271
+ </modal>
272
+ <modal :show.sync="imgshow2" v-ref:modal backdrop="true">
273
+ <header slot="modal-header" class="modal-header">
274
+ {{ paperdata.f_entry_status }}照片
275
+ </header>
276
+ <article slot="modal-body" class="modal-body">
277
+ <div class="from-group">
278
+ <div class="row">
279
+ <div class="col-md-6">
280
+ <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer_path" :src="showimg3"
281
+ width="282"
282
+ height="400"></img-self-plus>
283
+ </div>
284
+ <div class="col-md-6">
285
+ <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer1_path"
286
+ :src="showimg5" width="282"
287
+ height="400"></img-self-plus>
288
+ </div>
289
+ <div class="col-md-6">
290
+ <img-self-plus v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer2_path"
291
+ :src="showimg6" width="282"
292
+ height="400"></img-self-plus>
293
+ </div>
294
+ <div class="col-md-6">
295
+ <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck_path"
296
+ :src="showimg4" width="282"
297
+ height="400"></img-self-plus>
298
+ </div>
299
+ <div class="col-md-6">
300
+ <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck1_path"
301
+ :src="showimg7" width="282"
302
+ height="400"></img-self-plus>
303
+ </div>
304
+ <div class="col-md-6">
305
+ <img-self-plus v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck2_path"
306
+ :src="showimg8" width="282"
307
+ height="400"></img-self-plus>
308
+ </div>
309
+ </div>
310
+ </div>
311
+ </article>
312
+ <footer slot="modal-footer" class="modal-footer" v-show="false">
313
+ <button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
314
+ </footer>
315
+ </modal>
316
+ <modal :show.sync="showModel" :width="'50%'" :backdrop="false">
317
+ <div slot="modal-header" class="modal-header">
318
+ <h4 class="modal-title">
319
+ 安检审核备注
320
+ </h4>
321
+ </div>
322
+ <div slot="modal-body" class="modal-body">
323
+ <div class="row">
324
+ <div class="form-group col-sm-4">
325
+ <label class="font_normal_body">审核备注:</label>
326
+ <textarea v-model="message"></textarea>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
331
+ <button class="button_search" style="margin-right: 15px" @click="auditFailOK()">确定</button>
332
+ <button class="button_search" style="margin-right: 15px" @click="auditFailCancel()">取消</button>
333
+ </div>
334
+ </modal>
335
+ </template>
336
+
337
+ <script>
338
+ // import PaperUserm from './PaperUserm'
339
+ // import PaperStatem from './PaperStatem'
340
+ // import Devicesm from './Devicesm'
341
+ // import PaperFeedbackm from './PaperFeedbackm'
342
+ import html2pdf from 'html2pdf.js'
343
+ import ObjConfig from '../../utils/GerJsonObjectConfig'
344
+ import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
345
+ import Radio from 'vue-client/src/vue-strap/src/radioBtn'
346
+ import Vue from 'vue'
347
+ import * as Util from '../Util'
348
+ import {jsonSort} from '../../utils/LdapHelper'
349
+ import {HttpResetClass} from "vue-client";
350
+
351
+ let asyncReady = async function (self) {
352
+ // 获取配置信息
353
+ try {
354
+ let res = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
355
+ data: {
356
+ items: 'f_dir',
357
+ tablename: 't_organization',
358
+ condition: `id = '${self.item.f_filialeid}'`,
359
+ orderitem: 'id'
360
+ }
361
+ })/*.then(res=>{*/
362
+ //tag
363
+ //tag)
364
+ console.log(res)
365
+ if (!res.data[0].f_dir) {
366
+ self.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
367
+ } else {
368
+ //this.f_dir=res.data[0].f_dir
369
+ let url = self.newConfig == '是' ? '/safecheck/rs/safe_vue' : '/safecheck/rs/vue'
370
+ try {
371
+ let res1 = await new HttpResetClass().load('GET', `${url}/DevicesConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
372
+ resolveMsg: '获取居民配置项成功!',
373
+ rejectMsg: '获取居民配置项出错!'
374
+ })/*.then(res=>{*/
375
+ //tag
376
+ //this.safeConfig["民用配置项"]=Object.assign({},res.data)
377
+ if (!Vue.config.safecheck) {
378
+ Vue.config = {safecheck: {}}
379
+ }
380
+ Vue.config.safecheck.DevicesConfig = res1.data
381
+ console.log(Vue.config.safecheck.DevicesConfig)
382
+ /*})*/
383
+ let res2 = await new HttpResetClass().load('GET', `${url}/DevicesSetConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
384
+ resolveMsg: '获取非居民配置项成功!',
385
+ rejectMsg: '获取非居民配置项出错!'
386
+ })/*.then(res=>{*/
387
+ //tag
388
+ //this.safeConfig["非民用配置项"]=Object.assign({},res.data)
389
+ Vue.config.safecheck.DevicesSetConfig = {}
390
+ } catch (e) {
391
+ self.$showMessage("获取配置文件失败" + e)
392
+ self.loading = false
393
+ }
394
+ }
395
+ if (self.data.f_recheck_id) {
396
+ let res3 = await new HttpResetClass().load('post', 'rs/sql/safe_singleTable_OrderBy', {
397
+ data: {
398
+ items: '*',
399
+ tablename: 't_check_paper',
400
+ condition: `id = '${self.data.f_recheck_id}'`,
401
+ orderitem: 'id'
402
+ }
403
+ })
404
+ self.lastCheckData = res3.data[0]
405
+ }
406
+ } catch (error) {
407
+ // 忽略704,文件找不到异常R
408
+ if (error.status !== 704) {
409
+ throw error
410
+ }
411
+ this.loading = false
412
+ }
413
+ }
414
+ export default {
415
+ title: '安检单',
416
+ props: ['f_plan_id', 'item', 'role'],
417
+ data() {
418
+ return {
419
+ f_user_path:'',
420
+ message: '',
421
+ showButton: false,
422
+ showModel: false,
423
+ data: {
424
+ f_devices: [],
425
+ f_defect_content: ''
426
+ },
427
+ showPdfDownload: this.$appdata.getSingleValue('安检结果pdf下载') ? this.$appdata.getSingleValue('安检结果pdf下载') : false,
428
+ lastCheckData: {},
429
+ paperdata: {},
430
+ picturename: '隐患照片',
431
+ defectDevice: {},
432
+ hasDevice: false,
433
+ deviceCollect: {},
434
+ deviceCollects: [],
435
+ isshow: true,
436
+ ajresult: '',
437
+ loading: true,
438
+ imgshow: false,
439
+ imgshow2: false,
440
+ isUpload: false,
441
+ livedispose: '',
442
+ showimg1: '',
443
+ showimg2: '',
444
+ showimg3: '',
445
+ showimg4: '',
446
+ showimg5: '',
447
+ showimg6: '',
448
+ showimg7: '',
449
+ showimg8: '',
450
+ hiddenDangerImgNumber: 0, //配置项中隐患照片数
451
+ otherDarginShowImgs: [],//其他隐患图片
452
+ startClick: false, //开始安检按钮是否可点击
453
+ isStrat: false, //是否开始安检
454
+ checkResult: {},//查询结果
455
+ newcheckResult: {},
456
+ timer: null,
457
+ showModal: false,
458
+ pic_to_be_viewed: '',
459
+ showBack: true,
460
+ devices: [],
461
+ devicesAll: [],
462
+ configAJ: [],
463
+ configRQ: [],
464
+ deviceconfig: {},
465
+ newConfig: '',
466
+ deviceconfig2: [],
467
+ f_devices: [],
468
+ config: {
469
+ "燃气表": {
470
+ "checkmust": true,
471
+ "index": 1,
472
+ "items": {
473
+ "基表编号": {"index": 1, "type": "string", "readonly": true},
474
+ "气表型号": {"index": 2, "type": "string", "readonly": true},
475
+ "气表品牌": {"index": 3, "type": "string", "readonly": true},
476
+ "进气方向": {"index": 4, "type": "string", "readonly": true},
477
+ "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
478
+ "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
479
+ "累购气量": {"index": 7, "type": "number", "readonly": true},
480
+ "已用气量": {"index": 8, "type": "number", "checkmust": false},//基表数
481
+ "剩余气量": {"index": 9, "type": "number", "checkmust": false},//累购-已用
482
+ //显示屏数 --实际剩余气量
483
+ "气量异常差值": {"index": 10, "type": "number", "readonly": true},
484
+ "表箱号": {"index": 11, "type": "string", "readonly": true},
485
+ "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
486
+ }
487
+ // 注意,配置项的index必须与上面的固定配置保持'顺序'
488
+ }
489
+ },
490
+ //金额
491
+ config2: {
492
+ "燃气表": {
493
+ "checkmust": true,
494
+ "index": 1,
495
+ "items": {
496
+ "基表编号": {"index": 1, "type": "string", "readonly": true},
497
+ "气表型号": {"index": 2, "type": "string", "readonly": true},
498
+ "气表品牌": {"index": 3, "type": "string", "readonly": true},
499
+ "进气方向": {"index": 4, "type": "string", "readonly": true},
500
+ "初始表底": {"index": 5, "type": "number", "isshow": false, "readonly": true},
501
+ "上期表读数": {"index": 6, "type": "number", "readonly": true, isshow: false},
502
+ "累购金额": {"index": 7, "type": "number", "readonly": true},
503
+ "已用金额": {"index": 8, "type": "number", "checkmust": false},
504
+ //显示屏数 --实际剩余气量
505
+ "剩余金额": {"index": 9, "type": "number", "checkmust": false},
506
+ "金额异常差值": {"index": 10, "type": "number", "readonly": true},
507
+ "表箱号": {"index": 11, "type": "string", "readonly": true},
508
+ "燃气表照片": {"index": 12, "type": "picture", "checkmust": false},
509
+ }
510
+ }
511
+ },
512
+ }
513
+ },
514
+ components: {
515
+ RadioGroup,
516
+ Radio,
517
+ },
518
+ computed: {
519
+ isRecodrDownloadBtn() {
520
+ // 投诉单下派还是处理
521
+ let res = this.$appdata.getSingleValue('无限制录音');
522
+ if (res == 'true') {
523
+ return true;
524
+ } else {
525
+ return false;
526
+ }
527
+ },
528
+ selector: {
529
+ get() {
530
+ return 'paper-state'
531
+ },
532
+ set(val) {
533
+ if (this.isStrat) {
534
+ this.$goto(val, {userinfo: this.data}, 'paper-router')
535
+ } else {
536
+ this.$showMessage('未开始安检!')
537
+ }
538
+ }
539
+ },
540
+ actionEnabled: {
541
+ get() {
542
+ return this.role == 'inspect'
543
+ }
544
+ }
545
+ },
546
+ methods: {
547
+ showdelpath(row) {
548
+ this.imgshow = true;
549
+ // 清空之前的图片数组
550
+ this.otherDarginShowImgs = [];
551
+ // 查找所有以 f_p 开头的属性并添加到图片数组中
552
+ for (let key in row) {
553
+ if (key.startsWith('f_p') && key.endsWith('_path') && row[key]) {
554
+ let img = { path: 'rs/image/file/' + row[key] + '?' + Math.random() };
555
+ this.otherDarginShowImgs.push(img);
556
+ }
557
+ }
558
+ },
559
+ exportToPDF() {
560
+ const element = document.getElementById('toPdf') // 替换为您要导出的页面元素的ID
561
+ html2pdf(element)
562
+ },
563
+
564
+ showAudit() {
565
+ var audit = this.$appdata.getSingleValue('安检审核');
566
+ if (audit == '是' && (this.item.f_approved == '未审核' || !this.item.f_approved)) {
567
+ this.showButton = true
568
+ }
569
+ },
570
+ //安检审核成功
571
+ auditSuccesss() {
572
+ this.loading = true;
573
+ var reqdata = {
574
+ audit_result: '通过',
575
+ operator: "success",
576
+ audit_time: Util.getNowDate(),
577
+ user_name: this.$login.f.name,
578
+ id: this.item.id,
579
+ f_check_item_id: this.item.f_check_item_id
580
+ }
581
+ new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
582
+ resolveMsg: '安检审核成功!',
583
+ rejectMsg: '安检审核出错!'
584
+ }).then((res) => {
585
+ if (res.data.code == 200) {
586
+ this.loading = false;
587
+ this.$back()
588
+ }
589
+ })
590
+ },
591
+ auditFail() {
592
+ this.showModel = true;
593
+ },
594
+ auditFailOK() {
595
+
596
+ this.loading = true;
597
+ var reqdata = {
598
+ message: this.message,
599
+ audit_result: '不通过',
600
+ operator: "fail",
601
+ audit_time: Util.getNowDate(),
602
+ user_name: this.$login.f.name,
603
+ id: this.item.id,
604
+ f_check_item_id: this.item.f_check_item_id
605
+ }
606
+ new HttpResetClass().load('POST', '/rs/logic/updateAafeAudit', {data: reqdata}, {
607
+ resolveMsg: '安检审核成功!',
608
+ rejectMsg: '安检审核出错!'
609
+ }).then((res) => {
610
+ if (res.data.code == 200) {
611
+ this.loading = false;
612
+ this.message = '';
613
+ this.showModel = false;
614
+ this.$back()
615
+ }
616
+ })
617
+ },
618
+ auditFailCancel() {
619
+ this.showModel = false;
620
+ this.message = '';
621
+ },
622
+
623
+ devicesCollect() {
624
+ //tag
625
+ //tag)
626
+ //tag)
627
+ //tag
628
+ this.deviceCollects = []
629
+ let checkResult = '正常'
630
+ this.result = '正常'
631
+ let codata = JSON.parse(JSON.stringify(this.data))
632
+ //tag)
633
+ for (let device in this.data) {
634
+ let f_device_type
635
+ if (device.startsWith("device")) {
636
+ for (let item in this.data[device]) {
637
+ if (this.data[device].length > 1) {
638
+ let j = Number.parseInt(item) + 1
639
+ f_device_type = `${this.data[device][item].f_device_type}${j}`
640
+ } else {
641
+ f_device_type = this.data[device][item].f_device_type
642
+ }
643
+ // //tag
644
+ let deviceelse = []
645
+ let deviceInfos = []
646
+ for (let i in this.data[device][item].f_items) {
647
+ let defects = ''
648
+
649
+ let items = this.data[device][item].f_items[i]
650
+
651
+
652
+ if ((items.type === 'selector' || items.type === 'radio' || items.type === 'checkbox' || items.type === 'picture') && items.f_item_value != null && items.f_item_value instanceof Array) {
653
+ for (let i in items.f_item_value) {
654
+ let f_item_value = items.f_item_value[i]
655
+
656
+ //tag)
657
+ //tag)
658
+ //tag)
659
+ //tag)
660
+
661
+ if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name] && (items.isdefect && (items.isdefect == 'true' || items.isdefect == true))) {
662
+ continue
663
+ }
664
+ /*if(items.f_is_defect != true && items.f_is_defect != 'true'){
665
+ continue
666
+ }*/
667
+ if (items.f_is_defect == 'true' || items.f_is_defect == true) {
668
+ debugger
669
+ checkResult = '有隐患'
670
+ this.result = '有隐患'
671
+ defects = `${defects}:${items.f_item_value}/`
672
+ }
673
+ /*let options = this.config[this.data[device][item].f_device_type].items[items.f_item_name].options
674
+ for (let option in options) {
675
+ if (options[option].data == f_item_value) {
676
+ if (options[option].isdefect == 'true' || options[option].isdefect == true) {
677
+ checkResult = '有隐患'
678
+ this.result = '有隐患'
679
+ defects = `${defects}:${options[option].data}/`
680
+ // let level = options[option].level
681
+ }
682
+ }
683
+ }*/
684
+ //tag)
685
+ }
686
+ if (defects != '') {
687
+ console.log('有隐患items', items)
688
+ deviceInfos.push(`${items.f_item_name}${defects.substring(0, defects.length - 1)}${items.f_else ? items.f_else : ''}`)
689
+ }
690
+ } else if ((items.type === 'string' || items.type === 'number') && items.f_is_defect && items.f_item_value[0]) {
691
+ checkResult = '有隐患'
692
+ this.result = '有隐患'
693
+ deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
694
+
695
+ } else if (items.f_item_name == '金额异常差值') {
696
+ var deviation = this.$appdata.getSingleValue('金额异常差值允许误差')
697
+ //tag
698
+ if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
699
+ if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
700
+ checkResult = '有隐患'
701
+ this.result = '有隐患'
702
+ deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
703
+ }
704
+ }
705
+ } else if (items.f_item_name == '气量异常差值') {
706
+ var deviation = this.$appdata.getSingleValue('气量异常差值允许误差')
707
+ //tag
708
+ if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
709
+ if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
710
+ checkResult = '有隐患'
711
+ this.result = '有隐患'
712
+ deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
713
+ }
714
+ }
715
+ }
716
+ if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name]) {
717
+ // console.log('this.config[this.data[device][item].f_device_type]', this.config[this.data[device][item].f_device_type])
718
+ // console.log('this.deviceconfig2', this.deviceconfig2)
719
+ for (let dev in this.deviceconfig2) {
720
+ if (this.deviceconfig2[dev].checkname == this.data[device][item].f_device_type) {
721
+ this.deviceconfig2[dev].items.push({
722
+ lname: items.f_item_name
723
+ })
724
+ }
725
+ }
726
+ }
727
+ //tag)
728
+ //tag
729
+ //tag
730
+ if (items.type === 'selector') {
731
+ items.selected = []
732
+ } else if (items.type === 'inputSelector') {
733
+ items.selected = ''
734
+ }
735
+ }
736
+
737
+
738
+ //tag
739
+ this.$set('deviceCollect.name', f_device_type)
740
+ this.$set('deviceCollect.value', checkResult)
741
+ this.$set('deviceCollect.devices', deviceInfos)
742
+ this.$set('deviceCollect.else', deviceelse)
743
+ console.log('deviceCollect.devices', this.deviceCollect.devices)
744
+ console.log('deviceCollect.else', this.deviceCollect.else)
745
+ //tag)
746
+ if (this.deviceCollect.name) {
747
+ //tag
748
+ this.deviceCollects.push(JSON.parse(JSON.stringify(this.deviceCollect)))
749
+ }
750
+
751
+ checkResult = '正常'
752
+ this.deviceCollect = {}
753
+ }
754
+ }
755
+ }
756
+ if (this.deviceCollects.length > 0) {
757
+ this.hasDevice = true
758
+ }
759
+ this.ajresult = JSON.parse(this.data.f_defect_content).result
760
+ this.showimg3 = this.data.f_noanswer_path
761
+ this.showimg5 = this.data.f_noanswer1_path
762
+ this.showimg6 = this.data.f_noanswer2_path
763
+ this.showimg4 = this.data.f_rejectcheck_path
764
+ this.showimg7 = this.data.f_rejectcheck1_path
765
+ this.showimg8 = this.data.f_rejectcheck2_path
766
+ this.paperdata = this.data
767
+ this.f_user_path = this.paperdata.f_user_pictures ? JSON.parse(this.paperdata.f_user_pictures)[0].f_user_path : ''
768
+ this.loading = false
769
+ },
770
+ imgclose() {
771
+ this.imgshow = false
772
+ },
773
+ putDevices() {
774
+ ////tag
775
+ this.$set('data.approve', "true")
776
+ this.$set('data.writeback', "false")
777
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
778
+ if (Vue.config.safecheck.ApproveConfig.approve != undefined) {
779
+ this.$set('data.approve', Vue.config.safecheck.ApproveConfig.approve)
780
+ }
781
+ if (Vue.config.safecheck.ApproveConfig.writeback != undefined) {
782
+ this.$set('data.writeback', Vue.config.safecheck.ApproveConfig.writeback)
783
+ }
784
+ if (Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
785
+ this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
786
+ }
787
+ if (Vue.config.safecheck.ApproveConfig.hiddendanger != undefined) {
788
+ if (parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger) >= 3) {
789
+ this.hiddenDangerImgNumber = 3
790
+ } else {
791
+ this.hiddenDangerImgNumber = parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger)
792
+ }
793
+ }
794
+ }
795
+ //tag
796
+
797
+ //tag)
798
+ if (!this.item.f_safecheck_type) {
799
+ this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType['年度普检'][this.item.f_check_type]])
800
+ } else {
801
+ if (Vue.config.safecheck.DevicesConfig != undefined)
802
+ this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_check_type]])
803
+ }
804
+ //遍历安检项配置
805
+ for (let i in this.config) {
806
+ //取得安检项索引值
807
+ let n = this.config[i].index
808
+ this.devices[n - 1] = {device: i, n: n, checkmust: this.config[i].checkmust}
809
+ this.$set('data.' + 'device' + n, [])
810
+ let items = []
811
+ for (let it in this.config[i].items) {
812
+ //赋值下拉选项
813
+ if (this.config[i].items[it].type == 'selector') {
814
+ for (let op in this.config[i].items[it].options)
815
+ if (this.config[i].items[it].options[op].isdefault == true) {
816
+ items.push({
817
+ f_defect_level: this.config[i].items[it].options[op].level,
818
+ f_is_defect: this.config[i].items[it].options[op].isdefect,
819
+ f_item_name: it,
820
+ f_item_value: this.config[i].items[it].options[op].data,
821
+ f_path: "",
822
+ type: "selector"
823
+ })
824
+ }
825
+ }
826
+ }
827
+ n = n + 1
828
+ }
829
+
830
+ },
831
+ showpath(val1, val2) {
832
+ //tag
833
+ //tag
834
+ if (val1) {
835
+ this.showimg1 = val1
836
+ this.picturename = val2
837
+ this.imgshow = true
838
+ }
839
+ },
840
+ showpicture(val1, val2) {
841
+ //tag
842
+ if (val2 == '气量异常差值' || val2 == '金额异常差值') {
843
+ return
844
+ }
845
+ for (let i = 0; i < this.devicesAll.length; i++) {
846
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
847
+ if (this.devicesAll[i][j].f_device_type == val1) {
848
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
849
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
850
+ if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
851
+ return false
852
+ } else {
853
+ this.showimg1 = this.devicesAll[i][j].f_items[k].f_path
854
+ this.showimg2 = this.devicesAll[i][j].f_items[k].f_second_path
855
+ this.otherDarginShowImgs = []
856
+ for (let l = 0; l < this.hiddenDangerImgNumber; l++) {
857
+ let img = {path: ''}
858
+ if (this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path']) {
859
+ img.path = this.devicesAll[i][j].f_items[k]['f_p' + (l + 1) + '_path'] + '?' + Math.random()
860
+ this.otherDarginShowImgs.push(img)
861
+ }
862
+ }
863
+ this.picturename = '隐患照片'
864
+ this.imgshow = true
865
+ return true
866
+ }
867
+ }
868
+ }
869
+
870
+ }
871
+ }
872
+ }
873
+ },
874
+ isred(val1, val2) {
875
+ //tag
876
+ if (val2 == '气量异常差值' || val2 == '金额异常差值') {
877
+ return
878
+ }
879
+ for (let i = 0; i < this.devicesAll.length; i++) {
880
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
881
+ if (this.devicesAll[i][j].f_device_type == val1) {
882
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
883
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
884
+ if (!this.devicesAll[i][j].f_items[k].f_is_defect) {
885
+ return false
886
+ } else {
887
+ return true
888
+ }
889
+ }
890
+ }
891
+
892
+ }
893
+ }
894
+ }
895
+ },
896
+ showpicture2() {
897
+ this.imgshow2 = true
898
+ },
899
+ getDeviceValue(val1, val2) {
900
+ let aa = ''
901
+ for (let i = 0; i < this.devicesAll.length; i++) {
902
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
903
+ if (this.devicesAll[i][j].f_device_type == val1) {
904
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
905
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
906
+ if (this.devicesAll[i][j].f_items[k].f_item_lists[0]) {
907
+ for (let l = 0; l < this.devicesAll[i][j].f_items[k].f_item_lists.length; l++) {
908
+ let val = this.devicesAll[i][j].f_items[k].f_item_lists[l].f_item_value
909
+ aa += (val === null ? '空' : val) + ' '
910
+ }
911
+ return aa
912
+ }
913
+ }
914
+ }
915
+
916
+ }
917
+ }
918
+ }
919
+
920
+ },
921
+ getDevicePath(val1, val2) {
922
+ for (let i = 0; i < this.devicesAll.length; i++) {
923
+ for (let j = 0; j < this.devicesAll[i].length; j++) {
924
+ if (this.devicesAll[i][j].f_device_type == val1) {
925
+ for (let k = 0; k < this.devicesAll[i][j].f_items.length; k++) {
926
+ if (this.devicesAll[i][j].f_items[k].f_item_name == val2) {
927
+ return this.devicesAll[i][j].f_items[k].f_path
928
+ }
929
+ }
930
+
931
+ }
932
+ }
933
+ }
934
+
935
+ },
936
+ getDeviceAll() {
937
+ let keyall = Object.keys(this.data)
938
+ for (let i = 0; i < keyall.length; i++) {
939
+ //tag)
940
+ if ((keyall[i].startsWith('f_devices') || keyall[i].startsWith('devices')) && keyall[i] != 'deviceundefined') {
941
+ this.devicesAll.push(this.data[keyall[i]])
942
+ //tag
943
+ }
944
+ }
945
+ //tag
946
+ //tag)
947
+ this.devicesCollect()
948
+
949
+ },
950
+
951
+ back() {
952
+ if (this.role == 'inspect') {
953
+ if (!this.isStrat) {
954
+ this.$back()
955
+ return
956
+ } else {
957
+ this.savePaper(true).then(() => {
958
+ this.$back()
959
+ this.isStrat = false
960
+ })
961
+ }
962
+ } else {
963
+ this.$back()
964
+ }
965
+ },
966
+ checkIsStart() {
967
+ alert('asdad')
968
+ return
969
+ },
970
+
971
+ viewPic(fileName) {
972
+ //tag
973
+ if (this.role == 'view') {
974
+ if (!fileName.endsWith('nopic.png')) {
975
+ this.pic_to_be_viewed = fileName
976
+ this.showModal = true
977
+ }
978
+ } else {
979
+ HostApp.viewPic(fileName)
980
+ }
981
+ },
982
+ tick() {
983
+ this.timer = null
984
+ this.data.f_offsite_time = Util.toStandardTimeString()
985
+ this.timer = window.setTimeout(this.tick, 1000)
986
+ },
987
+ getRepairState() {
988
+ let repaired = true
989
+ this.data.f_defects.forEach((defect) => {
990
+ repaired = repaired & (defect.f_ratification == '已处理')
991
+ })
992
+ return repaired
993
+ },
994
+ verifyRepairDefects() {
995
+ this.data.f_repair_date = Util.toStandardTimeString()
996
+ this.data.f_repaired = this.getRepairState() ? '已修' : '在修'
997
+ },
998
+ genuineSave(saveOnly) {
999
+ HostApp.__this__.save(saveOnly)
1000
+ if (!saveOnly)
1001
+ HostApp.__this__.disableTimer()
1002
+ HostApp.__callback__ = null
1003
+ HostApp.__this__ = null
1004
+ },
1005
+ setUrgency() {
1006
+ this.data.f_defect_urgency = 'Z'
1007
+ let that = this
1008
+ this.data.f_defects.forEach(function (defect) {
1009
+ if (that.data.f_defect_urgency > defect.f_defect_level.charAt(0))
1010
+ that.data.f_defect_urgency = defect.f_defect_level.charAt(0)
1011
+ })
1012
+ if (this.data.f_defect_urgency == 'Z')
1013
+ this.data.f_defect_urgency = null
1014
+ },
1015
+ disableTimer() {
1016
+ if (this.timer) {
1017
+ window.clearTimeout(this.timer)
1018
+ this.timer = null
1019
+ }
1020
+ },
1021
+ loaded(paper) {
1022
+ if (!paper.hasOwnProperty('id')) {
1023
+ this.$showMessage("该安检单在手机上已经不存在,可能是卸载过程序。可以进入重新安检,或返回安检计划。")
1024
+ this.init()
1025
+ } else {
1026
+ Util.booleanFilter(paper)
1027
+ HostApp.__this__.$set('data', paper)
1028
+ HostApp.__this__.$goto('paper-state', {}, 'paper-router')
1029
+ // 如果打回重检则重新计时
1030
+ //tag
1031
+ if (HostApp.__this__.role == 'inspect'
1032
+ && HostApp.__this__.data.f_approved
1033
+ && HostApp.__this__.data.f_approved == '打回') {
1034
+ //tag
1035
+ HostApp.__this__.data.f_onsite_time = Util.toStandardTimeString()
1036
+ HostApp.__this__.tick()
1037
+ }
1038
+ }
1039
+ HostApp.__callback__ = null
1040
+ HostApp.__this__ = null
1041
+ },
1042
+ S4() {
1043
+ return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
1044
+ },
1045
+ init() {
1046
+ this.data.f_noplan_item_id = this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4()
1047
+ this.data.ename = Vue.user.ename
1048
+ this.data.f_outlets = Vue.user.f_parentname
1049
+ this.data.f_meetunit = Vue.user.orgpathnames
1050
+ this.data.orgpathstr = Vue.user.orgpathstr
1051
+ this.data.f_check_item_id = this.item.id
1052
+ this.data.f_check_plan_id = this.f_plan_id
1053
+ this.data.f_checker_id = Vue.user.id
1054
+ this.data.f_checker_name = Vue.user.name
1055
+ this.data.f_check_type = this.item.f_user_type
1056
+ this.data.f_subcompany = this.item.f_subcompany
1057
+ this.data.f_approved = this.item.f_approved
1058
+ this.data.f_repair_approved = this.item.f_repair_approved
1059
+ this.data.f_no_checkplan = this.item.f_no_checkplan
1060
+ this.data.f_approved = this.item.f_approved
1061
+ this.data.f_filialeid = this.item.f_filialeid
1062
+ this.data.f_orgstr = this.item.f_orgstr
1063
+ this.data.version = this.item.version
1064
+ this.$set('data.f_meters', this.item.f_plan_meters)
1065
+ this.$set('data.f_userinfo_code', this.item.f_userinfo_code)
1066
+ // 安检状态
1067
+ this.$set('data.f_entry_status', '入户')
1068
+ this.$set('data.f_usegas', '已使用')
1069
+ this.$set('data.f_state', this.item.f_state)
1070
+ // 用户信息
1071
+ this.$set('data.f_user_name', this.item.f_user_name)
1072
+ this.$set('data.f_user_phone', this.item.f_user_phone)
1073
+ this.$set('data.f_userinfoid', this.item.f_userinfoid)
1074
+ this.$set('data.f_address', this.item.f_address)
1075
+ this.$set('data.f_card_id', this.item.f_card_id)
1076
+ this.$set('data.f_area', this.item.f_area)
1077
+ this.$set('data.f_street', this.item.f_street)
1078
+ this.$set('data.f_room', this.item.f_room)
1079
+ this.$set('data.f_building', this.item.f_building)
1080
+ this.$set('data.f_unit', this.item.f_unit)
1081
+ this.$set('data.f_floor', this.item.f_floor)
1082
+ this.$set('data.f_residential_area', this.item.f_residential_area)
1083
+ this.$set('data.f_idnumber', this.item.f_idnumber)
1084
+ this.$set('data.f_comments', this.item.f_comments)
1085
+ this.$set('data.f_userproperties', this.item.f_userproperties)
1086
+ // 处置方式
1087
+ this.$set('data.f_no_gas_device', false)
1088
+ this.$set('data.f_close_valve', false)
1089
+ this.$set('data.f_unload_battery', false)
1090
+ if (this.data.f_check_item_id == '' && this.item.f_no_checkplan == '无计划安检') {
1091
+ this.data.f_check_item_id = this.data.f_noplan_item_id
1092
+ }
1093
+
1094
+ //房屋结构
1095
+ // this.$set('data.f_room_style', '多层')
1096
+ //供暖方式
1097
+ // this.$set('data.f_heating_style', '热力公司集中供暖')
1098
+ if (this.item.f_plan_meters) {
1099
+ for (let de in this.devices) {
1100
+ this.$set('data.device' + this.devices[de].n, [])
1101
+ for (let i = 0; i < this.item.f_plan_meters.length; i++) {
1102
+ if (this.item.f_plan_meters[i].f_meter_type) {
1103
+ if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
1104
+ delete this.config['燃气表']['items']['累计购气量']
1105
+ this.data['device' + this.devices[de].n].push({
1106
+ f_device_type: "燃气表",
1107
+ f_items: [{
1108
+ f_defect_level: null,
1109
+ f_device_id: "",
1110
+ f_is_defect: "",
1111
+ f_item_name: "表品牌",
1112
+ f_item_value: this.item.f_plan_meters[i].f_aliasname,
1113
+ f_path: "",
1114
+ type: "string"
1115
+ },
1116
+ {
1117
+ f_defect_level: null,
1118
+ f_device_id: "",
1119
+ f_is_defect: "",
1120
+ f_item_name: "位置",
1121
+ f_item_value: this.item.f_plan_meters[i].f_weizhi,
1122
+ f_path: "",
1123
+ type: "selector"
1124
+ },
1125
+ {
1126
+ f_defect_level: null,
1127
+ f_device_id: "",
1128
+ f_is_defect: "",
1129
+ f_item_name: "表号",
1130
+ f_item_value: this.item.f_plan_meters[i].f_meter_no,
1131
+ f_path: "",
1132
+ type: "number"
1133
+ },
1134
+ {
1135
+ f_defect_level: null,
1136
+ f_device_id: "",
1137
+ f_is_defect: "",
1138
+ f_item_name: "表封号",
1139
+ f_item_value: this.item.f_plan_meters[i].f_metertitles,
1140
+ f_path: "",
1141
+ type: "number"
1142
+ },
1143
+ {
1144
+ f_defect_level: null,
1145
+ f_device_id: "",
1146
+ f_is_defect: "",
1147
+ f_item_name: "表型号",
1148
+ f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1149
+ f_path: "",
1150
+ type: "selector"
1151
+ },
1152
+ {
1153
+ f_defect_level: null,
1154
+ f_device_id: "",
1155
+ f_is_defect: "",
1156
+ f_item_name: "表底数",
1157
+ f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1158
+ f_path: "",
1159
+ type: "number"
1160
+ }
1161
+ ]
1162
+ })
1163
+ } else if (this.devices[de].device == "燃气表") {
1164
+ delete this.config['燃气表']['items']['表底数']
1165
+ this.data['device' + this.devices[de].n].push({
1166
+ f_device_type: "燃气表",
1167
+ f_items: [{
1168
+ f_defect_level: null,
1169
+ f_device_id: "",
1170
+ f_is_defect: "",
1171
+ f_item_name: "表品牌",
1172
+ f_item_value: this.item.f_plan_meters[i].f_aliasname,
1173
+ f_path: "",
1174
+ type: "string"
1175
+ },
1176
+ {
1177
+ f_defect_level: null,
1178
+ f_device_id: "",
1179
+ f_is_defect: "",
1180
+ f_item_name: "位置",
1181
+ f_item_value: this.item.f_plan_meters[i].f_weizhi,
1182
+ f_path: "",
1183
+ type: "selector"
1184
+ },
1185
+ {
1186
+ f_defect_level: null,
1187
+ f_device_id: "",
1188
+ f_is_defect: "",
1189
+ f_item_name: "表号",
1190
+ f_item_value: this.item.f_plan_meters[i].f_meter_no,
1191
+ f_path: "",
1192
+ type: "number"
1193
+ },
1194
+ {
1195
+ f_defect_level: null,
1196
+ f_device_id: "",
1197
+ f_is_defect: "",
1198
+ f_item_name: "表封号",
1199
+ f_item_value: this.item.f_plan_meters[i].f_metertitles,
1200
+ f_path: "",
1201
+ type: "number"
1202
+ },
1203
+ {
1204
+ f_defect_level: null,
1205
+ f_device_id: "",
1206
+ f_is_defect: "",
1207
+ f_item_name: "表型号",
1208
+ f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1209
+ f_path: "",
1210
+ type: "selector"
1211
+ },
1212
+ {
1213
+ f_defect_level: null,
1214
+ f_device_id: "",
1215
+ f_is_defect: "",
1216
+ f_item_name: "累计购气量",
1217
+ f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1218
+ f_path: "",
1219
+ type: "number"
1220
+ }
1221
+ ]
1222
+ })
1223
+ }
1224
+ }
1225
+ }
1226
+ }
1227
+ }
1228
+
1229
+ this.$goto('paper-state', {}, 'paper-router')
1230
+ },
1231
+ extend(initalObj, finalObj) {
1232
+ var obj = finalObj || {};
1233
+ for (var i in initalObj) {
1234
+ var prop = initalObj[i];
1235
+
1236
+ // 避免相互引用对象导致死循环,如initalObj.a = initalObj的情况
1237
+ if (prop === obj) {
1238
+ continue;
1239
+ }
1240
+
1241
+ if (typeof prop === 'object') {
1242
+ if (obj[i]) {
1243
+ this.extend(obj[i], prop)
1244
+ } else {
1245
+ obj[i] = prop;
1246
+ }
1247
+ }
1248
+ }
1249
+ return obj;
1250
+ },
1251
+ //获取当前时间
1252
+ getNowFormatDate() {
1253
+ var date = new Date();
1254
+ var seperator1 = "-";
1255
+ var seperator2 = ":";
1256
+ var month = date.getMonth() + 1;
1257
+ var strDate = date.getDate();
1258
+ if (month >= 1 && month <= 9) {
1259
+ month = "0" + month;
1260
+ }
1261
+ if (strDate >= 0 && strDate <= 9) {
1262
+ strDate = "0" + strDate;
1263
+ }
1264
+ var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
1265
+ + " " + date.getHours() + seperator2 + date.getMinutes()
1266
+ + seperator2 + date.getSeconds();
1267
+ return currentdate;
1268
+ }
1269
+ },
1270
+ ready() {
1271
+ setTimeout(() => {
1272
+ this.loading = false;
1273
+ }, 3000)
1274
+ this.$resetpost(`rs/path/getUserinfomation`, {data: {condition: `id = '${this.item.id}'`}}).then((respanse) => {
1275
+ //tag
1276
+ this.paperdata = respanse.data[0]
1277
+ this.paperdata.f_overall_imgs.forEach(item=>{
1278
+ item.f_overall_path = 'rs/image/file/'+item.f_overall_path
1279
+ })
1280
+ this.deviceconfig2 = Object.assign(this.data, respanse.data[0].f_devices)
1281
+ })
1282
+
1283
+
1284
+ },
1285
+ watch: {
1286
+ // 'isUpload'(val){
1287
+ // //tag
1288
+ // }
1289
+ },
1290
+ destroyed() {
1291
+ //tag
1292
+ this.disableTimer()
1293
+ }
1294
+ }
1295
+
1296
+ </script>
1297
+ <style scoped>
1298
+ .table-striped thead tr th {
1299
+ background-color: rgb(223, 237, 251);
1300
+ padding: 10px;
1301
+ border-left: solid 0px #dae4f2;
1302
+ border-top: solid 1px #dae4f2;
1303
+ border-right: none;
1304
+ border-bottom: none;
1305
+ text-align: center;
1306
+ color: black;
1307
+ }
1308
+ </style>