safecheck-client 4.0.2-37 → 4.0.2-38

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