safecheck-client 4.0.2-66 → 4.0.2-68

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