safecheck-client 4.0.2-52 → 4.0.2-55

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