safecheck-client 4.0.2-65 → 4.0.2-66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/android.html +18 -18
  4. package/config/dev.env.js +6 -6
  5. package/config/index.js +38 -38
  6. package/config/prod.env.js +3 -3
  7. package/config/test.env.js +6 -6
  8. package/docs/AppBase.md +22 -22
  9. package/docs/Busy.md +14 -14
  10. package/docs/CriteriaPaged.md +47 -47
  11. package/docs/DataGrid.md +54 -54
  12. package/docs/DataModel.md +22 -22
  13. package/docs/Dynamic.md +42 -42
  14. package/docs/GetParams.md +11 -11
  15. package/docs/HttpBusy.md +13 -13
  16. package/docs/HttpStore.md +29 -29
  17. package/docs/MessageBox.md +28 -28
  18. package/docs/PagedList.md +29 -29
  19. package/docs/Pager.md +21 -21
  20. package/docs/Project.md +23 -23
  21. package/docs/Route.md +105 -105
  22. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  23. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  24. package/docs/Task.md +46 -46
  25. package/docs/TreeList.md +28 -28
  26. package/docs/TreeMixin.md +18 -18
  27. package/docs/all.md +10 -10
  28. package/docs/list.md +42 -42
  29. package/docs/partial.md +75 -75
  30. package/docs/selector.md +82 -82
  31. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  32. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
  33. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
  34. package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
  35. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  36. package/examples/AddressList/App.vue +13 -13
  37. package/examples/AddressList/index.html +11 -11
  38. package/examples/DispatchList/App.vue +10 -10
  39. package/examples/DispatchList/BaseTree.vue +13 -13
  40. package/examples/DispatchList/Init.vue +22 -22
  41. package/examples/DispatchList/Test.vue +20 -20
  42. package/examples/DispatchList/index.html +11 -11
  43. package/examples/DispatchList/main.js +18 -18
  44. package/home.html +16 -16
  45. package/package.json +1 -1
  46. package/publish.bat +7 -7
  47. package/release.bat +5 -5
  48. package/src/Widget.vue +13 -13
  49. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  50. package/src/android-bootstrap/less/.csscomb.json +304 -304
  51. package/src/android-bootstrap/less/.csslintrc +19 -19
  52. package/src/android-bootstrap/less/alerts.less +73 -73
  53. package/src/android-bootstrap/less/badges.less +66 -66
  54. package/src/android-bootstrap/less/bootstrap.less +56 -56
  55. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  56. package/src/android-bootstrap/less/button-groups.less +247 -247
  57. package/src/android-bootstrap/less/buttons.less +173 -173
  58. package/src/android-bootstrap/less/carousel.less +269 -269
  59. package/src/android-bootstrap/less/close.less +34 -34
  60. package/src/android-bootstrap/less/code.less +69 -69
  61. package/src/android-bootstrap/less/component-animations.less +33 -33
  62. package/src/android-bootstrap/less/grid.less +84 -84
  63. package/src/android-bootstrap/less/input-groups.less +167 -167
  64. package/src/android-bootstrap/less/jumbotron.less +52 -52
  65. package/src/android-bootstrap/less/labels.less +64 -64
  66. package/src/android-bootstrap/less/list-group.less +141 -141
  67. package/src/android-bootstrap/less/media.less +66 -66
  68. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  69. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  70. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  71. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  72. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  73. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  74. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  75. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  76. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  77. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  78. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  79. package/src/android-bootstrap/less/mixins/image.less +33 -33
  80. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  81. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  82. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  83. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  84. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  85. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  86. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  87. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  88. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  89. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  90. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  91. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  92. package/src/android-bootstrap/less/mixins/size.less +10 -10
  93. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  94. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  95. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  96. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  97. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  98. package/src/android-bootstrap/less/mixins.less +40 -40
  99. package/src/android-bootstrap/less/modals.less +151 -151
  100. package/src/android-bootstrap/less/navbar.less +660 -660
  101. package/src/android-bootstrap/less/navs.less +290 -290
  102. package/src/android-bootstrap/less/normalize.less +424 -424
  103. package/src/android-bootstrap/less/pager.less +76 -76
  104. package/src/android-bootstrap/less/pagination.less +89 -89
  105. package/src/android-bootstrap/less/panels.less +274 -274
  106. package/src/android-bootstrap/less/popovers.less +131 -131
  107. package/src/android-bootstrap/less/print.less +101 -101
  108. package/src/android-bootstrap/less/progress-bars.less +87 -87
  109. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  110. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  111. package/src/android-bootstrap/less/scaffolding.less +161 -161
  112. package/src/android-bootstrap/less/tables.less +262 -262
  113. package/src/android-bootstrap/less/theme.less +291 -291
  114. package/src/android-bootstrap/less/thumbnails.less +36 -36
  115. package/src/android-bootstrap/less/tooltip.less +102 -102
  116. package/src/android-bootstrap/less/type.less +303 -303
  117. package/src/android-bootstrap/less/utilities.less +55 -55
  118. package/src/android-bootstrap/less/variables.less +896 -896
  119. package/src/android-bootstrap/less/wells.less +29 -29
  120. package/src/bootstrap/less/.csscomb.json +304 -304
  121. package/src/bootstrap/less/.csslintrc +19 -19
  122. package/src/bootstrap/less/alerts.less +73 -73
  123. package/src/bootstrap/less/badges.less +66 -66
  124. package/src/bootstrap/less/breadcrumbs.less +26 -26
  125. package/src/bootstrap/less/button-groups.less +247 -247
  126. package/src/bootstrap/less/buttons.less +172 -172
  127. package/src/bootstrap/less/carousel.less +269 -269
  128. package/src/bootstrap/less/close.less +34 -34
  129. package/src/bootstrap/less/code.less +69 -69
  130. package/src/bootstrap/less/component-animations.less +33 -33
  131. package/src/bootstrap/less/dropdowns.less +216 -216
  132. package/src/bootstrap/less/grid.less +84 -84
  133. package/src/bootstrap/less/input-groups.less +167 -167
  134. package/src/bootstrap/less/jumbotron.less +52 -52
  135. package/src/bootstrap/less/labels.less +64 -64
  136. package/src/bootstrap/less/list-group.less +141 -141
  137. package/src/bootstrap/less/media.less +66 -66
  138. package/src/bootstrap/less/mixins/alerts.less +14 -14
  139. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  140. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  141. package/src/bootstrap/less/mixins/buttons.less +69 -69
  142. package/src/bootstrap/less/mixins/center-block.less +7 -7
  143. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  144. package/src/bootstrap/less/mixins/forms.less +90 -90
  145. package/src/bootstrap/less/mixins/gradients.less +59 -59
  146. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  147. package/src/bootstrap/less/mixins/grid.less +122 -122
  148. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  149. package/src/bootstrap/less/mixins/image.less +33 -33
  150. package/src/bootstrap/less/mixins/labels.less +12 -12
  151. package/src/bootstrap/less/mixins/list-group.less +30 -30
  152. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  153. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  154. package/src/bootstrap/less/mixins/opacity.less +8 -8
  155. package/src/bootstrap/less/mixins/pagination.less +24 -24
  156. package/src/bootstrap/less/mixins/panels.less +24 -24
  157. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  158. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  159. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  160. package/src/bootstrap/less/mixins/resize.less +6 -6
  161. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  162. package/src/bootstrap/less/mixins/size.less +10 -10
  163. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  164. package/src/bootstrap/less/mixins/table-row.less +44 -44
  165. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  166. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  167. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  168. package/src/bootstrap/less/mixins.less +40 -40
  169. package/src/bootstrap/less/modals.less +151 -151
  170. package/src/bootstrap/less/navbar.less +660 -660
  171. package/src/bootstrap/less/normalize.less +424 -424
  172. package/src/bootstrap/less/pagination.less +89 -89
  173. package/src/bootstrap/less/panels.less +275 -275
  174. package/src/bootstrap/less/popovers.less +131 -131
  175. package/src/bootstrap/less/print.less +101 -101
  176. package/src/bootstrap/less/progress-bars.less +87 -87
  177. package/src/bootstrap/less/responsive-embed.less +35 -35
  178. package/src/bootstrap/less/responsive-utilities.less +194 -194
  179. package/src/bootstrap/less/scaffolding.less +161 -161
  180. package/src/bootstrap/less/theme.less +291 -291
  181. package/src/bootstrap/less/thumbnails.less +36 -36
  182. package/src/bootstrap/less/tooltip.less +102 -102
  183. package/src/bootstrap/less/type.less +303 -303
  184. package/src/bootstrap/less/utilities.less +55 -55
  185. package/src/bootstrap/less/wells.less +29 -29
  186. package/src/components/CheckerCount/CheckCountUserList.vue +144 -144
  187. package/src/components/DefectDealMain/DefectListNew.vue +642 -642
  188. package/src/components/FileUpload.vue +696 -696
  189. package/src/components/Hello.vue +39 -39
  190. package/src/components/LeftTree.vue +27 -27
  191. package/src/components/Util/RightTreeSafeDep.vue +362 -362
  192. package/src/components/android/AddPlanItem.vue +447 -447
  193. package/src/components/android/AddPlanItemYy.vue +451 -451
  194. package/src/components/android/AddSpecialPlanItem.vue +426 -426
  195. package/src/components/android/AndroidNotifiedDeal.vue +417 -417
  196. package/src/components/android/AttendanceTally.vue +116 -116
  197. package/src/components/android/Blank.vue +10 -10
  198. package/src/components/android/CheckUnplanPage.vue +56 -56
  199. package/src/components/android/Checker.vue +12 -12
  200. package/src/components/android/CheckerAnnual.vue +81 -81
  201. package/src/components/android/CheckerAvarta.vue +82 -82
  202. package/src/components/android/CurrentCreateYy.vue +1051 -1051
  203. package/src/components/android/DailyworkloadQuery.vue +473 -473
  204. package/src/components/android/Devices.vue +327 -327
  205. package/src/components/android/Devicesm.vue +327 -327
  206. package/src/components/android/EquipmentInspection.vue +348 -348
  207. package/src/components/android/FootprintMap.vue +120 -120
  208. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  209. package/src/components/android/MasterMain.vue +77 -77
  210. package/src/components/android/Menu.vue +132 -132
  211. package/src/components/android/PaperAlarm.vue +85 -85
  212. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  213. package/src/components/android/PaperFeedbackm.vue +1026 -1026
  214. package/src/components/android/PhoneRecordInfo.vue +113 -113
  215. package/src/components/android/PhoneSellInfo.vue +113 -113
  216. package/src/components/android/PhoneUpDetail.vue +1040 -1040
  217. package/src/components/android/PlumberAnnual.vue +83 -83
  218. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  219. package/src/components/android/PlumberMonthly.vue +84 -84
  220. package/src/components/android/PostMap.vue +83 -83
  221. package/src/components/android/QRCode/QRCodeBinding.vue +300 -300
  222. package/src/components/android/QRCode/QRCodePage.vue +212 -212
  223. package/src/components/android/QueryCheckHistory.vue +122 -122
  224. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  225. package/src/components/android/RepairMain.vue +60 -60
  226. package/src/components/android/Repairman.vue +12 -12
  227. package/src/components/android/SafePlanItem.vue +509 -509
  228. package/src/components/android/StationMaster.vue +12 -12
  229. package/src/components/android/UploadPage.vue +232 -232
  230. package/src/components/android/examples/SafeListExamples.vue +296 -296
  231. package/src/components/android/old/PaperFeedback.vue +1015 -1015
  232. package/src/components/android/recheck/Recheck.vue +402 -402
  233. package/src/components/android/userinfo/SafecheckUserInfo.vue +776 -776
  234. package/src/components/checkplan/checkmsg.vue +459 -459
  235. package/src/components/defect/DefectList.vue +507 -507
  236. package/src/components/defect/DefectListWeixiu.vue +484 -484
  237. package/src/components/defects/DefectModal.vue +101 -101
  238. package/src/components/defects/DevicesAndItem.vue +39 -39
  239. package/src/components/filialCircle/CircleList.vue +139 -139
  240. package/src/components/inspections/AddInspectPlanItem.vue +325 -325
  241. package/src/components/inspections/AddInspectPlanItems.vue +325 -325
  242. package/src/components/inspections/AddInspectPlanItemss.vue +317 -317
  243. package/src/components/inspections/DisplayInspectionList.vue +1224 -1224
  244. package/src/components/inspections/inspectionOrderV.vue +1853 -1853
  245. package/src/components/inspections/inspectionOrderVs.vue +1853 -1853
  246. package/src/components/inspections/inspectionOrderVss.vue +1856 -1856
  247. package/src/components/inspections/inspectionUserInfo.vue +398 -398
  248. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  249. package/src/components/map/PersonTrack.vue +226 -226
  250. package/src/components/notice/NoticeForm.vue +100 -100
  251. package/src/components/notice/NoticeIssue.vue +20 -20
  252. package/src/components/paper/PicViewer.vue +18 -18
  253. package/src/components/paper/RegionalList.vue +220 -220
  254. package/src/components/pc/AnnouncementPC.vue +524 -524
  255. package/src/components/pc/DefectDeal.vue +1012 -1012
  256. package/src/components/pc/DefectList.vue +742 -742
  257. package/src/components/pc/DefectMaterialLook.vue +98 -98
  258. package/src/components/pc/DeviceChange.vue +1068 -1068
  259. package/src/components/pc/PaperDefectMain.vue +905 -905
  260. package/src/components/pc/RoleSelectorDep.vue +166 -166
  261. package/src/components/pc/SafeVisitInfo.vue +261 -261
  262. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  263. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  264. package/src/components/phonestate/PostMap.vue +82 -82
  265. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  266. package/src/components/report/HiddenSituation.vue +165 -165
  267. package/src/components/rongcheng/AspiratedOrderV.vue +2377 -2377
  268. package/src/components/rongcheng/CurrentCreateOnline.vue +906 -906
  269. package/src/components/rongcheng/DefectList.vue +560 -560
  270. package/src/components/rongcheng/SafecheckOrderVCli.vue +2641 -2641
  271. package/src/components/safecheckNew/android/AddPlanItem.vue +419 -419
  272. package/src/components/safecheckNew/android/CurrentCreate.vue +1050 -1050
  273. package/src/components/safecheckNew/android/Recheck.vue +379 -379
  274. package/src/components/sendsingle/EquipmentManagement.vue +727 -727
  275. package/src/components/shaoguan/DefectList.vue +473 -473
  276. package/src/components/shaoguan/SafecheckOrderV.vue +2140 -2140
  277. package/src/components/tongcheng/PaperFeedback.vue +1061 -1061
  278. package/src/components/userfile/MeterFile.vue +145 -145
  279. package/src/components/userfile/MeterModify.vue +46 -46
  280. package/src/components/userfile/SecurityAudit.vue +243 -243
  281. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  282. package/src/filiale/ALshan/pc/DefectListWeixiu.vue +476 -476
  283. package/src/filiale/ancheng/android/SafecheckOrderV.vue +2703 -2703
  284. package/src/filiale/ancheng/android/SafecheckUserInfo.vue +737 -737
  285. package/src/filiale/ancheng/pc/checkScreen.vue +923 -923
  286. package/src/filiale/ankangyihua/android/AddPlanItem.vue +446 -446
  287. package/src/filiale/ankangyihua/android/SafecheckOrderV.vue +2908 -2908
  288. package/src/filiale/ankangyihua/pc/DefectListWeixiu.vue +491 -491
  289. package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -2785
  290. package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
  291. package/src/filiale/bayan/android/Edit.vue +132 -132
  292. package/src/filiale/bayan/pc/DefectListNew.vue +597 -597
  293. package/src/filiale/bayan/pc/DeviceChange.vue +1838 -1838
  294. package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
  295. package/src/filiale/dexin/android/CasualSave.vue +1050 -1050
  296. package/src/filiale/dexin/android/SafecheckOrderV.vue +2950 -2950
  297. package/src/filiale/fugou/android/AddPlanItem.vue +413 -413
  298. package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -2796
  299. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +830 -830
  300. package/src/filiale/fugu/android/SafecheckOrderV.vue +2484 -2484
  301. package/src/filiale/fugu/pc/NewCheckpaper.vue +1287 -1287
  302. package/src/filiale/ganquan/android/AddPlanItem.vue +444 -444
  303. package/src/filiale/ganquan/android/SafecheckOrderV.vue +2485 -2485
  304. package/src/filiale/ganquan/pc/NewCheckpaper.vue +1354 -1354
  305. package/src/filiale/guangxi/pc/DefectListNew.vue +518 -518
  306. package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2683 -2683
  307. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +786 -786
  308. package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -2803
  309. package/src/filiale/huatong/android/SafecheckOrderV.vue +2426 -2426
  310. package/src/filiale/huatong/android/SafecheckUserInfo.vue +749 -749
  311. package/src/filiale/huayin/pc/NewCheckpaper.vue +1307 -1307
  312. package/src/filiale/jiaocheng/android/AddPlanItem.vue +435 -435
  313. package/src/filiale/jiaocheng/android/SafecheckUserInfo.vue +737 -737
  314. package/src/filiale/jiaocheng/pc/DefectListNew.vue +576 -576
  315. package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -447
  316. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -2807
  317. package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -784
  318. package/src/filiale/jinbin/pc/DefectListWeixiu.vue +478 -478
  319. package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
  320. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
  321. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +781 -781
  322. package/src/filiale/jinhong/android/AndroidDefectDeal.vue +722 -722
  323. package/src/filiale/jinhong/android/AndroidNotifiedDeal.vue +521 -521
  324. package/src/filiale/jinhong/android/PhoneInsurancePurchaseDetail.vue +463 -463
  325. package/src/filiale/jinhong/pc/CheckSearchUser.vue +3 -0
  326. package/src/filiale/jinhong/pc/PaperList.vue +3 -0
  327. package/src/filiale/jinhong/pc/PlanManage.vue +933 -933
  328. package/src/filiale/kelai/android/AddPlanItem.vue +488 -488
  329. package/src/filiale/kelai/android/SafecheckUserInfo.vue +774 -774
  330. package/src/filiale/kelai/android/SafecheckUserInfo1.vue +618 -618
  331. package/src/filiale/kelai/pc/DefectListNew.vue +688 -688
  332. package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasList.vue +518 -518
  333. package/src/filiale/kelai/pc/NewCheckpaper.vue +1454 -1454
  334. package/src/filiale/liaoyuan/android/AddPlanItem.vue +412 -412
  335. package/src/filiale/liaoyuan/android/CurrentCreate.vue +1066 -1066
  336. package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +2388 -2388
  337. package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +557 -557
  338. package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +489 -489
  339. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +1020 -1020
  340. package/src/filiale/libo/android/CurrentCreate.vue +1091 -1091
  341. package/src/filiale/libo/android.js +15 -15
  342. package/src/filiale/lixian/android/SafecheckOrderV.vue +2404 -2404
  343. package/src/filiale/lixian/android/SafecheckUserInfo.vue +578 -578
  344. package/src/filiale/lixian/pc/NewCheckpaper.vue +1211 -1211
  345. package/src/filiale/meihekou/android/AreaPlan.vue +577 -577
  346. package/src/filiale/meihekou/android/MeterReading.vue +110 -110
  347. package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +1307 -1307
  348. package/src/filiale/meihekou/android/SafecheckOrderV.vue +2462 -2445
  349. package/src/filiale/meihekou/android/SafecheckUserInfo.vue +785 -785
  350. package/src/filiale/meihekou/pc/CheckPlan.vue +52 -52
  351. package/src/filiale/meihekou/pc/NewCheckpaper.vue +2028 -2028
  352. package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2051 -2051
  353. package/src/filiale/meihekou/pc/NewCheckpaperTemp.vue +1289 -1289
  354. package/src/filiale/meihekou/pc/SelectCheckPlan.vue +262 -262
  355. package/src/filiale/minsheng/android/SafecheckUserInfo.vue +754 -754
  356. package/src/filiale/minsheng/pc/DefectListNew.vue +535 -535
  357. package/src/filiale/pingxiang/android/SafecheckOrderV.vue +2424 -2424
  358. package/src/filiale/pingxiang/android/SafecheckUserInfo.vue +600 -600
  359. package/src/filiale/pingxiang/pc/DefectListNew.vue +519 -519
  360. package/src/filiale/pingxiang/pc/NewCheckpaper.vue +1294 -1294
  361. package/src/filiale/qianneng/android/AddPlanItem.vue +482 -482
  362. package/src/filiale/qianneng/android/SafecheckOrderV.vue +2785 -2785
  363. package/src/filiale/qianneng/android/SafecheckUserInfo.vue +775 -775
  364. package/src/filiale/qianneng/pc/DefectListNew.vue +576 -576
  365. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1546 -1546
  366. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
  367. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +800 -800
  368. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1871 -1871
  369. package/src/filiale/qingjian/pc/SecurityCheckCoordinates.vue +359 -359
  370. package/src/filiale/qingjian/pc.js +15 -15
  371. package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -450
  372. package/src/filiale/qingtongxia/android/SafecheckOrderV.vue +2726 -2726
  373. package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -782
  374. package/src/filiale/qingtongxia/pc/DefectListNew.vue +594 -594
  375. package/src/filiale/rizhao/android/AddPlanItem.vue +446 -446
  376. package/src/filiale/rizhao/android/SafecheckOrderV.vue +2430 -2430
  377. package/src/filiale/rizhao/android/SafecheckUserInfo.vue +640 -640
  378. package/src/filiale/rizhao/pc/DefectList.vue +489 -489
  379. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2696 -2696
  380. package/src/filiale/rongchuang/android/checkpapermsg.vue +209 -209
  381. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -2747
  382. package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -804
  383. package/src/filiale/shanggao/android/SafecheckOrderV.vue +2426 -2426
  384. package/src/filiale/shanxian/android/SafecheckUserInfo.vue +749 -749
  385. package/src/filiale/shanxian/pc/HiddenSituation.vue +121 -121
  386. package/src/filiale/shanxian/pc/NewCheckpaper.vue +1526 -1526
  387. package/src/filiale/shexian/android/AddPlanItem.vue +444 -444
  388. package/src/filiale/shexian/android/SafecheckOrderV.vue +2879 -2879
  389. package/src/filiale/shexian/pc/DefectListNew.vue +593 -593
  390. package/src/filiale/shexian/pc/NewCheckpaper.vue +1469 -1469
  391. package/src/filiale/shimen/android/SafecheckUserInfo.vue +547 -547
  392. package/src/filiale/shimen/pc/DefectList.vue +473 -473
  393. package/src/filiale/shimen/pc/NewCheckpaper.vue +1275 -1275
  394. package/src/filiale/siyang/android/AddPlanItem.vue +450 -450
  395. package/src/filiale/siyang/android/CurrentCreate.vue +1051 -1051
  396. package/src/filiale/siyang/android/PhoneRecordInfo.vue +214 -214
  397. package/src/filiale/siyang/android/SafecheckOrderV.vue +2796 -2796
  398. package/src/filiale/siyang/android/SafecheckUserInfo.vue +789 -789
  399. package/src/filiale/siyang/pc/HiddenSituation.vue +167 -167
  400. package/src/filiale/taiyuan/pc/PlanManage.vue +891 -891
  401. package/src/filiale/taiyuan/pc/checkUserList.vue +798 -798
  402. package/src/filiale/tianke/android/AddPlanItem.vue +455 -455
  403. package/src/filiale/tianke/android/SafecheckOrderV.vue +2431 -2431
  404. package/src/filiale/tianke/android/SafecheckUserInfo.vue +744 -744
  405. package/src/filiale/tongchuan/android/AddPlanItem.vue +483 -483
  406. package/src/filiale/tongchuan/android/PhoneRecordInfo.vue +191 -191
  407. package/src/filiale/tongchuan/android/PhoneSellInfo.vue +113 -113
  408. package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +720 -720
  409. package/src/filiale/tongchuan/pc/CheckBookDetails.vue +209 -209
  410. package/src/filiale/tongchuan/pc/DefectListWeixiu.vue +484 -484
  411. package/src/filiale/tongchuan/pc/HiddenSituation.vue +166 -166
  412. package/src/filiale/weinan/android/AddPlanItem.vue +438 -438
  413. package/src/filiale/weinan/android/CurrentCreate.vue +1171 -1171
  414. package/src/filiale/weinan/android/CurrentCreateOnline.vue +911 -911
  415. package/src/filiale/weinan/android/SafePlanItem.vue +440 -440
  416. package/src/filiale/weinan/android/SafecheckUserInfo.vue +778 -778
  417. package/src/filiale/weinan/pc/DefectListNew.vue +617 -617
  418. package/src/filiale/weinan/pc/DeviceChange.vue +1088 -1088
  419. package/src/filiale/weinan/pc/HiddenSituation.vue +167 -167
  420. package/src/filiale/weinan/pc/checkScreen.vue +1094 -1094
  421. package/src/filiale/weinanct/android/SafecheckOrderV.vue +2730 -2730
  422. package/src/filiale/weinanct/pc/NewCheckpaper.vue +1315 -1315
  423. package/src/filiale/wensu/android/AddPlanItem.vue +495 -495
  424. package/src/filiale/wensu/android/AndroidDefectDeal.vue +464 -464
  425. package/src/filiale/wensu/android/PaperFeedback.vue +1358 -1358
  426. package/src/filiale/wensu/android/SafecheckOrderV.vue +2430 -2430
  427. package/src/filiale/wensu/android/SafecheckUserInfo.vue +627 -627
  428. package/src/filiale/wensu/pc/DefectListNew.vue +735 -735
  429. package/src/filiale/wenxi/android/AddPlanItem.vue +431 -431
  430. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2671 -2671
  431. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +673 -673
  432. package/src/filiale/wenxi/pc/DefectList.vue +653 -653
  433. package/src/filiale/wenxi/pc/NewCheckpaper.vue +1358 -1358
  434. package/src/filiale/wuan/android/SafecheckOrderV.vue +2241 -2241
  435. package/src/filiale/wuan/android/SafecheckUserInfo.vue +596 -596
  436. package/src/filiale/wuan/pc/DefectListWeixiu.vue +506 -506
  437. package/src/filiale/wuan/pc/NewCheckpaper.vue +1169 -1169
  438. package/src/filiale/wuhai/android/SafecheckOrderV.vue +2456 -2456
  439. package/src/filiale/wuhai/android/SafecheckUserInfo.vue +573 -573
  440. package/src/filiale/wuhai/pc/NewCheckpaper.vue +1281 -1281
  441. package/src/filiale/xiangyuanzhongai/android/PhoneUpUserinfo.vue +1251 -1251
  442. package/src/filiale/xinkang/pc/CheckSearchUser.vue +1026 -1026
  443. package/src/filiale/xinkang/pc/DefectListWeixiu.vue +475 -475
  444. package/src/filiale/xinliansihui/pc/PaperList.vue +814 -814
  445. package/src/filiale/xinliansihui/pc/PaperVisitMain.vue +206 -206
  446. package/src/filiale/xinliansihui/pc.js +13 -13
  447. package/src/filiale/yangchunboneng/android/AddPlanItem.vue +496 -496
  448. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2865 -2865
  449. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
  450. package/src/filiale/yangchunboneng/pc/DefectListNew.vue +576 -576
  451. package/src/filiale/yongzhou/android/SafecheckOrderV.vue +2774 -2774
  452. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +776 -776
  453. package/src/filiale/yuansheng/android/SafecheckOrderV.vue +2758 -2758
  454. package/src/filiale/yuansheng/android/SafecheckUserInfo.vue +797 -797
  455. package/src/filiale/yuansheng/pc/DefectListNew.vue +524 -524
  456. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +1371 -1371
  457. package/src/filiale/yuansheng/pc/checkmsg.vue +464 -464
  458. package/src/filiale/yunchengminsheng/android/DailyworkloadQuery.vue +491 -491
  459. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1509 -1509
  460. package/src/filiale/yunchengminsheng/android/PhoneSellInfo.vue +113 -113
  461. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1270 -1270
  462. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +785 -785
  463. package/src/filiale/yunchengminsheng/android.js +15 -15
  464. package/src/filiale/yunchengminsheng/pc/PaperList.vue +811 -811
  465. package/src/filiale/yunchengminsheng/pc.js +15 -15
  466. package/src/filiale/zhongsheng/android/BuyRecords.vue +122 -122
  467. package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +2461 -2461
  468. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +690 -690
  469. package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +514 -514
  470. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +1322 -1322
  471. package/src/filiale/zhongyi/android/SafecheckOrderV.vue +2431 -2431
  472. package/src/filiale/zhongyi/pc/DefectListNew.vue +514 -514
  473. package/src/filiale/zhoukou/android/SafecheckOrderV.vue +2502 -2502
  474. package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +588 -588
  475. package/src/main.js +32 -33
  476. package/src/plugins/LoadData.js +10 -10
  477. package/src/plugins/LoadParams.js +24 -24
  478. package/src/safecheck-android.js +328 -328
  479. package/src/safecheck.js +927 -927
  480. package/src/stores/wxconfig.js +10 -10
  481. package/src/utils/getNowDate.js +33 -33
  482. package/test/e2e/custom-assertions/elementCount.js +26 -26
  483. package/test/e2e/nightwatch.conf.js +40 -40
  484. package/test/e2e/runner.js +30 -30
  485. package/test/e2e/specs/test.js +13 -13
  486. package/test/unit/.eslintrc +5 -5
  487. package/test/unit/TestUtil.js +62 -62
  488. package/test/unit/context.html +20 -20
  489. package/test/unit/index.js +13 -13
@@ -1,2426 +1,2426 @@
1
- <template>
2
- <!--<div class="app-botton" @click="back()">-->
3
- <!--返回<span class="glyphicon glyphicon-menu-right"></span>-->
4
- <!--</div>-->
5
- <div id="savebut" class="no-close row android-repair-order" style="background-color: #f9f9f9">
6
- <div class="col-sm-12 col-xs-12" >
7
- <ul class="nav nav-tabs" style="background:#ffffff;overflow-y: hidden">
8
- <li v-for="row in tabs" @click="tabSelect(row,$index)" :class="{active1: row.complete === componentName}"
9
- v-if="$index < number+1 && $index < faultshow.number" >
10
- <a href="#" style="background-color: #ffffff;color: #666666;font-size: 16px;font-family:SimSun" :class="row.class">
11
- <span class="spanboder">{{row.header}}</span>
12
- <img class="butt2" :src="imgback(row.complete === componentName,row.header === header)"></a>
13
- <p></p>
14
- </li>
15
- <div class="col-sm-12 col-xs-12 repair-bg" v-show="routeShow">
16
- <route name='repair' :reuse="false"></route>
17
- </div>
18
- <li v-for="row in tabs" @click="tabSelect(row,$index)" :class="{active1: row.complete === componentName}"
19
- v-if="$index > number && $index < faultshow.number ">
20
- <a href="#" style="background-color: #ffffff;color: #666666;font-size: 16px;font-family:SimSun" :class="row.class">
21
- <span class="spanboder">{{row.header}}</span>
22
- <img class="butt2" :src="imgback(row.complete === componentName,row.header === header)"></a>
23
- <p></p>
24
- </li>
25
- <div class="col-sm-12 col-xs-12 repair-bg" v-if="actionEnabled ">
26
- <div class="auto select-overspread form-horizontal repair-bg " style="padding-bottom:5px;">
27
- <div class="bq-parent">
28
- <blockquote class="blockquote">
29
- <p>安检上传</p>
30
- </blockquote>
31
- </div>
32
- <div class="panel panel-default auto repair-info-content">
33
- <div class="panel-body ">
34
- <div class="row auto">
35
- <!--<div class="col-xs-12 col-sm-12 col-md-12" :style="timeSet(this.isneedDate)?'':'display:none'">-->
36
- <!--<label>请输入超期原因:</label><br/>-->
37
- <!--<textarea style="width: 100%;" v-model=""></textarea>-->
38
- <!--</div>-->
39
- <div class="col-xs-12 col-sm-12 col-md-12 flex-between" style="margin-top: 20px;">
40
- <div class="col-xs-3 col-sm-3 col-md-3" v-if="parentPage=='CurrentCreate'">
41
- <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="save('temp')">
42
- 临时保存
43
- </button>
44
- </div>
45
- <div class="col-xs-3 col-sm-3 col-md-3">
46
- <button class="col-sm-3 btn btn-primary" @click="save('finish')">
47
- 本地缓存
48
- </button>
49
- </div>
50
- <div class="col-xs-3 col-sm-3 col-md-3">
51
- <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="uploadCheckPaper">
52
- 上传
53
- </button>
54
- </div>
55
- </div>
56
- </div>
57
- </div>
58
- </div>
59
- </div>
60
- </div>
61
- </ul>
62
- </div>
63
-
64
- </div>
65
- </template>
66
-
67
- <script>
68
- // 户内维修
69
- import Vue from 'vue'
70
- import * as Util from '../../Util'
71
- // import DoorService from './DoorService'
72
- // import Pipeline from './Pipeline'
73
- // import DeviceService from './DeviceService'
74
- // import TroubleRemoval from './TroubleRemoval'
75
- // import FirstGasCheck from './FirstGasCheck'
76
- // import RepairMatterInfo from './RepairMatterInfo'
77
- // import TelChangeMatter from './TelChangeMatter'
78
- import { HttpResetClass } from 'vue-client'
79
- import co from 'co'
80
- import $ from "jquery";
81
- let loadParamGem = async function (self) {
82
- await self.$LoadParams.loadParam()
83
- }
84
-
85
- export default {
86
- title: '安检单',
87
- props: ['f_plan_id', 'item', 'role','parentPage','source'],
88
- // props: ['f_plan_id', 'role'],
89
- data() {
90
- return {
91
- //测试数据
92
- // f_plan_id:'',
93
- // role:'inspect',
94
- // item:{"f_approved_time":null,"f_user_family_remarks":null,"f_street":"测试街道","f_repair_approved_time":null,
95
- // "f_user_type":null,"f_approved_by":null,"f_card_id":null,"f_remark":null,"f_building":"1","f_batch_number":null,
96
- // "f_idnumber":null,"f_state":"未检","id":"0EFE0EE2-B155-46F9-8DE0-38C022664A4D","f_complete":null,"f_check_state":null,"f_last_check_state":"拒检",
97
- // "f_user_inhome_time":null,"f_residential_area":"测试小区1","version":1,"f_processid":null,"f_last_check_result":"{\"result\":\"正常\",\"data\":[]}",
98
- // "f_area":null,"f_usegas":null,"f_user_phone":"16566546548","f_slice_area":"营业大区","f_approved":"未审核","f_upload_state":"未传","f_user_check_time":null,
99
- // "f_unit":"1","f_user_spare_phone":null,"f_last_check_date":null,"f_userproperties":null,"f_userfile_id":null,"f_prearranged_date":null,"f_filialeid":"453",
100
- // "f_branch":null,"f_orgstr":null,"f_plan_year":2020,"f_orgid":null,"f_approval_notified":null,"f_plan_month":4,"f_approved_note":null,"f_filialeids":null,
101
- // "f_floor":"1","f_flag":null,"f_repair_approved_note":null,"f_userinfo_code":"00000002","f_create_time":"2020-05-10 18:56:03","f_meter_no":"","f_station":null,
102
- // "f_repair_approved":"未审核","f_no_checkplan":"有计划安检","f_plan_name":"关于","f_repair_approved_by":null,"f_room":"1","f_office":null,"f_comments":null,
103
- // "f_address":"兰山街道泰盛小区1栋1单元1层1室","id_back":null,"f_userinfoid":"2","f_subcompany":null,"f_addressid":null,"f_user_phone2":null,
104
- // "f_user_equipment_remarks":null,"f_plan_id":"0819ea6707ad4d9dad217c06a87f4227","f_user_name":"用户二",
105
- // "f_plan_meters":[{"f_weizhi":null,"f_flow_direction":"右表","f_metertitles":"","f_prior_reading":0,"f_meter_no":"2119035714","f_collection_type":"按金额","f_aliasname":"先锋系统结算物联网表","f_meter_type":"物联网表","version":3,"f_maker":null,"f_metergasnums":0,"f_total_fee":100,"f_diaphgram_size":"G2.5","f_total_gas":0,"id":18663},{"f_weizhi":null,"f_flow_direction":"右表","f_metertitles":"","f_prior_reading":0,"f_meter_no":"2118999901","f_collection_type":"按金额","f_aliasname":"先锋系统结算物联网表","f_meter_type":"物联网表","version":1,"f_maker":null,"f_metergasnums":0,"f_total_fee":0,"f_diaphgram_size":"G2.5","f_total_gas":0,"id":18663}]
106
- // },
107
-
108
- data: {
109
- f_devices: [],
110
- f_defect_content:'',
111
- f_recording1_path:''
112
- },
113
- updateuserphone:false, //安检时是否更新用户电话
114
- beforephone:'',
115
- isUpload:false,
116
- onlySave:true, //判断保存还是保存并上传
117
- livedispose:'',
118
- startClick:false, //开始安检按钮是否可点击
119
- isStrat: false, //是否开始安检
120
- checkResult:{},//查询结果
121
- newcheckResult:{},
122
- timer: null,
123
- showModal: false,
124
- pic_to_be_viewed: '',
125
- showBack:true,
126
- devices: [],
127
- f_devices : [],
128
- isToRepair:false,
129
- clickBack:true, //是否点击返回按钮
130
- isSafeCheckToRepair:false,//是否转维修
131
- Url:this.$androidUtil.getProxyUrl(),
132
- detail:{},
133
- defectDevice:{},
134
- user:{},
135
- model: { //转维修数据
136
- // 一次派单
137
- serviceacitivity: [{
138
- f_service_acitivity_type: '派单'
139
- }],
140
- f_source:'安检',
141
- f_service_id: '',
142
- f_contact_phone: '',
143
- f_meetunit: '',
144
- f_phone: '',
145
- f_user_name: '',
146
- f_address: '',
147
- f_repair_date: Util.toStandardTimeString(),
148
- f_card_id: '',
149
- // f_department: '', 站点选择
150
- f_reciever:'',
151
- f_remarks: '',
152
- f_user_type: '',
153
- f_area: '',
154
- f_unit_name:'',
155
- f_street: '',
156
- f_residential_area: '',
157
- f_building: '',
158
- f_unit: '',
159
- f_floor: '',
160
- f_room: '',
161
- aState: null,
162
- f_repairtype: '',
163
- f_repairitems:{},
164
- },
165
- repairitems:[],
166
- meading:'转站点',
167
- config: {
168
- "燃气表":{
169
- "checkmust":false,
170
- "index":1,
171
- "items":{
172
- //"燃气表照片":{"index":1,"type":"picture","remark":"(拍摄清晰的表具编号、字轮数、剩余气量等)"},
173
- "基表编号":{"index":1,"type":"string","readonly":true},
174
- "气表型号":{"index":2,"type":"string","readonly":true},
175
- "气表品牌":{"index":3,"type":"string","readonly":true},
176
- "进气方向":{"index":4,"type":"string","readonly":true},
177
- "初始表底":{"index":5,"type":"number","isshow":false,"readonly":true},
178
- "上期表读数":{"index":6,"type":"number","readonly":true,isshow:false},
179
- "累购气量":{"index":7,"type":"number","readonly":true},
180
- "累购金额":{"index":7,"type":"number","readonly":true},
181
- "已用气量":{"index":8,"type":"number","checkmust": false},//基表数
182
- "已用金额":{"index":8,"type":"number","checkmust": false},
183
- "剩余气量":{"index":9,"type":"number","checkmust": false},//累购-已用
184
- //显示屏数 --实际剩余气量
185
- "剩余金额":{"index":9,"type":"number","checkmust": false},
186
- "气量异常差值":{"index":10,"type":"number","readonly": true},
187
- "金额异常差值":{"index":10,"type":"number","readonly": true},
188
- "表箱号":{"index":11,"type":"string","readonly": true}
189
- }
190
- // 注意,配置项的index必须与上面的固定配置保持'顺序'
191
- },
192
- // "燃气表2":{
193
- // "checkmust":true,
194
- // "index":2,src
195
- // "items":{
196
- // "燃气表照片":{"index":1,"type":"picture"},
197
- // "表品牌":{"index":2,"type":"string","readonly":true},
198
- // "表号":{"index":3,"type":"string","readonly":true},
199
- // "表封号":{"index":4,"type":"number","readonly":true},
200
- // "表型号":{"index":5,"type":"string","readonly":true},
201
- // "位置":{"index":6,"type":"string","readonly":true},
202
- // "表底数":{"index":7,"type":"number","readonly":true},
203
- // "累购气量":{"index":8,"type":"number","readonly":true},
204
- // "累购金额":{"index":8,"type":"number","readonly":true}
205
- // }
206
- // }
207
- },
208
- // 维修项
209
- isneedDate:'',
210
- routeShow:true,
211
- number:0,
212
- shupingshow:false,
213
- pipeline: {},
214
- details: [],
215
- ids: '',
216
- savevalid: {
217
- uservalid: false,
218
- doorvalid: true,
219
- changetable: false
220
- },
221
- doordetails: {},
222
- devicedetails: {},
223
- cookdetails: {},
224
- componentName: 'safecheck-userinfo',
225
- header:'客户信息',
226
- tabs: [
227
- // 参数全部设置成空,在ready时,等model处理好了,再添加
228
- {
229
- header: '客户信息',complete:'safecheck-userinfo',class: 'repair-info-class', props: null
230
- },
231
- {
232
- header: '拍照签名',complete:'paper-feedback', class: 'outlay-class', props: null
233
- }
234
- ],
235
- faultshow:{
236
- number : 8
237
- } // 控制 故障汇总 在 菜单里显示与否,
238
- }
239
- },
240
- computed: {
241
- actionEnabled: {
242
- get() {
243
- return this.role == 'inspect'
244
- }
245
- }
246
- },
247
- methods: {
248
- closely(isdelete){
249
- try {
250
- var startOrStopAudioClipStr;
251
- if (isdelete===true) {
252
- //tag
253
- startOrStopAudioClipStr= HostApp.startOrStopAudioClip("----",'停止并删除录音') //停止并删除录音
254
- }else {
255
- //tag
256
- startOrStopAudioClipStr= HostApp.startOrStopAudioClip("----",'停止录音') //停止录音
257
- }
258
- if (startOrStopAudioClipStr.code == 200) {
259
- //tag
260
- return true;
261
- }else {
262
- return false;
263
- }
264
- } catch (e) {
265
- console.error("关闭录音方法异常")
266
- console.error(e)
267
- return false;
268
- }
269
- },
270
- // 录音方法
271
- record() {
272
- //tag
273
- if (this.role != 'inspect') {
274
- if (this.data.f_recording1_path != '') {
275
- window.location = "/rs/file"+this.data.f_recording1_path
276
- }
277
- } else {
278
- //tag
279
- let fileName
280
- if (!this.data.f_recording1_path) {
281
- fileName = Util.guid() + '.amr'
282
- } else {
283
- fileName = Util.getFileName(this.data.f_recording1_path)
284
- }
285
- //HostApp.__this__ = this
286
- /*调用无限制录音模块*/
287
- let startOrStopState = HostApp.startOrStopAudioClip(fileName,"开始录音")
288
- //tag
289
- if (startOrStopState.code == 200) {
290
- this.data.f_recording1_path = "file:///storage/emulated/0/safecheck/" + fileName
291
- //tag
292
- return true;
293
- }else {
294
- return false;
295
- }
296
- }
297
- },
298
- saveNoclick() {
299
- // 禁用点击事件
300
- $("#savebut").addClass("noclickbut");
301
- //tag
302
-
303
- // 5秒后启用点击事件
304
- setTimeout(function(){
305
- $("#savebut").removeClass("noclickbut");
306
- },5000);
307
- },
308
- timeSet(val){
309
- if (!val){
310
- return
311
- }
312
- let time =new Date(val).getTime()
313
- let time2=new Date().getTime()
314
- if (time2>time) {
315
- return true
316
- }
317
- },
318
- imgback(val,isheader){
319
- if(val && this.routeShow && isheader){
320
- return require('../../../assets/xiangxia1.png')
321
- }else{
322
- return require('../../../assets/xiangyou1.png')
323
- }
324
- },
325
- changediv(val){
326
- //tag
327
- return val
328
- },
329
- // 选择tab
330
- tabSelect (item,number) {
331
- this.header = item.header
332
- //tag
333
- //tag
334
- //tag
335
- //tag
336
- // 处理关闭/显示 内容
337
- if(this.number == number && !this.routeShow ){
338
- this.routeShow = true
339
- }else if(this.number == number && this.routeShow){
340
- this.routeShow = false
341
- }else if(this.number != item.complete){
342
- this.routeShow = true
343
- }
344
- this.number = number
345
- this.componentName = item.complete
346
- //tag
347
- if(item.complete == 'safecheck-devices'){
348
- //tag
349
- if(item.header != '燃气表' && this.data['device'+item.number].length == 0){
350
- this.data['device' + item.number].push({})
351
- }
352
- //tag
353
- //tag)
354
- let idx=this.data['device' + item.number].length - 1
355
- let itemprops = {
356
- config:this.config,
357
- device:this.devices[item.number-1],
358
- idx:idx,
359
- role:'inspect'
360
- }
361
- //tag
362
- //tag)
363
- //tag)
364
- //tag
365
- if(this.routeShow){
366
- this.$goto(item.complete, itemprops, 'repair')
367
- //tag
368
- }
369
- }else{
370
- //tag
371
- if(this.routeShow){
372
- this.$goto(item.complete, {userinfo:this.data}, 'repair')
373
- }
374
- }
375
- this.shupingshow = true
376
- },
377
- // 给组件添加参数
378
- getImgPath() {
379
- for (var i = 0; i < this.model.serviceacitivity[0].imgs.length; i++) {
380
- this.ids += this.model.serviceacitivity[0].imgs[i].imgid + ','
381
- }
382
- this.ids = this.ids.substring(0, this.ids.length - 1)
383
- if(this.ids){
384
- this.getImgGen();
385
- }
386
- },
387
- getImgGen(){
388
- let http = new HttpResetClass()
389
- http.load('POST','api/af-safecheck/sql/safe_singleTable_OrderBy', {data: {
390
- items: '*',
391
- tablename: 't_files',
392
- condition: `id in (${this.ids})`,
393
- orderitem: 'id'
394
- }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
395
- for (let i = 0; i < res.data.length; i++) {
396
- for (let j = 0; j < this.model.serviceacitivity[0].imgs.length; j++) {
397
- //tag)
398
- //tag
399
- if (res.data[i].id.toString() === this.model.serviceacitivity[0].imgs[j].imgid) {
400
- this.model.serviceacitivity[0].imgs[j] = Object.assign({}, res.data[i], this.model.serviceacitivity[0].imgs[j])
401
- }
402
- }
403
-
404
- }
405
- })
406
- },
407
-
408
- sortDetails(){
409
- for (let i = 0; i < this.details.length; i++) {
410
- if (this.details[i].details.length) {
411
- for (let j = 0; j < this.details[i].details.length; j++) {
412
- if (this.details[i].details[j].f_type === 'a') {
413
- this.doordetails = {details: this.details[i].details}
414
- break
415
- }
416
- if (this.details[i].details[j].f_type === 'b') {
417
- this.devicedetails = {details: this.details[i].details}
418
- break
419
- }
420
- if (this.details[i].details[j].f_type === 'c') {
421
- this.cookdetails = {details: this.details[i].details}
422
- break
423
- }
424
- }
425
- }
426
- }
427
- },
428
- // 复制数据
429
- back () {
430
- let _this = this
431
- if(this.issee){
432
- _this.$back()
433
- return
434
- }
435
- this.$showMessage('所填写内容将不可恢复!', ['confirm', 'cancel']).then((res) => {
436
- if (res === 'confirm') {
437
- this.closely()
438
- _this.$back()
439
- }
440
- })
441
- },
442
- confirm(){
443
- this.$dispatch('confirm')
444
- },
445
- tick() {
446
- this.timer = null
447
- this.data.f_offsite_time = Util.toStandardTimeString()
448
- this.timer = window.setTimeout(this.tick, 1000)
449
- },
450
- getRepairState() {
451
- let repaired = true
452
- this.data.f_defects.forEach((defect) => {
453
- repaired = repaired & (defect.f_ratification == '已处理')
454
- })
455
- return repaired
456
- },
457
- verifyRepairDefects() {
458
- this.data.f_repair_date = Util.toStandardTimeString()
459
- this.data.f_repaired = this.getRepairState() ? '已修' : '在修'
460
- },
461
- errorVerify() {
462
- let hasError = this.verifyState()
463
- if(hasError)
464
- return hasError
465
-
466
- if(this.data.f_entry_status != '入户')
467
- return null
468
- hasError = this.verifyUser()
469
- if(hasError)
470
- return hasError
471
- hasError = this.verifyDevices()
472
- if(hasError)
473
- return hasError
474
- hasError = this.verifyFeedback()
475
- if(hasError)
476
- return hasError
477
- },
478
- verifyState() {
479
- if(Vue.android && this.data.f_entry_status == '未使用天然气' && this.data.f_nongasuser_path == Vue.nopic)
480
- return '未使用天然气则必须拍照'
481
- if(Vue.android && this.data.f_entry_status == '到访不遇' && this.data.f_noanswer_path == Vue.nopic)
482
- return '到访不遇必须拍照'
483
- },
484
- verifyUser() {
485
- //tag
486
- //tag
487
- //tag)
488
- let prefix = '用户基本信息:'
489
- if(Util.required(this.data.f_user_name))
490
- return prefix + '用户名必须输入'
491
- if(!(/^\d{11}$/.test(this.data.f_user_phone))) {
492
-
493
- return '请输入正确的电话号码'
494
- }
495
- // if(Util.required(this.data.f_residential_area))
496
- // return prefix + '小区名称必须输入'
497
- if(Util.required(this.data.f_address))
498
- return prefix + '地址必须输入'
499
- },
500
- verifyDevices() {
501
- for (let dev in this.config) {
502
- if (this.config[dev].checkmust == true) {
503
- let error = true
504
- for(let device in this.data) {
505
- if (device.startsWith("device")) {
506
- for (let item in this.data[device]) {
507
- if (this.data[device].length != 0 && this.data[device][item].f_device_type == dev) {
508
- error = false
509
- }
510
- }
511
- }
512
- }
513
- if (error) {
514
- return "请检查" + dev
515
- }
516
- }
517
- }
518
-
519
- for (let dev in this.config) {
520
- for(let device in this.data) {
521
- if (device.startsWith("device")) {
522
- for (let item in this.data[device]) {
523
- //检查每一条安检结果
524
- if (this.data[device].length != 0 && this.data[device][item].f_device_type == dev) {
525
- for (let i in this.data[device][item].f_items) {
526
- for (let it in this.config[dev].items) {
527
- if (it == this.data[device][item].f_items[i].f_item_name) {
528
- let check=false
529
- if (!this.data[device][item].f_items[i].f_item_value){
530
- check=true
531
- }else if (Array.isArray(this.data[device][item].f_items[i].f_item_value)){
532
- if (this.data[device][item].f_items[i].f_item_value.length==0){
533
- check=true
534
- }
535
- }
536
-
537
- if(this.config[dev].items[it].type=='picture' && this.config[dev].items[it].checkmust == true && !this.data[device][item].f_items[i].f_path){
538
- return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + "未检查"
539
- }
540
- if (this.config[dev].items[it].type !='picture' && this.config[dev].items[it].checkmust == true && check) {
541
- return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + "未检查"
542
- }
543
- }
544
- }
545
- //检查安检下拉结果
546
- if (this.data[device][item].f_items[i].type == 'selector' || this.data[device][item].f_items[i].type == 'radio') {
547
- if (this.data[device][item].f_items[i].f_is_defect == true && this.data[device][item].f_items[i].f_path == Vue.nopic) {
548
- return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + this.data[device][item].f_items[i].f_item_value + "选中必须拍照"
549
- }
550
- }
551
- }
552
- }
553
- }
554
- }
555
- }
556
- }
557
- },
558
-
559
-
560
- verifyFeedback() {
561
- let prefix = '拍照签名:'
562
- //tag)
563
- if(Vue.android && (!this.data.f_overall_imgs || this.data.f_overall_imgs.length == 0) && this.data.f_entry_status == '入户')
564
- return prefix + '必须有安检总体照片'
565
- // if(Vue.android && (!this.data.f_sign_path || this.data.f_sign_path.length == 0) && this.data.f_entry_status == '入户')
566
- // return prefix + '必须有用户签名'
567
- if(Vue.android && this.data.f_defect_notified && this.data.f_notified_path == Vue.nopic)
568
- return prefix + '下发安检通知书则必须给通知书拍照'
569
- if(Vue.android && this.data.f_blacklist && this.data.f_blocking_cause=='')
570
- return prefix + '请填写拉黑原因'
571
- if(!this.data.f_client_evaluation && this.data.f_entry_status == '入户')
572
- return prefix + '请选择服务评价'
573
- },
574
-
575
- getAllDefect() {
576
- let checkResults = {
577
- result: '正常',
578
- data: []
579
- }
580
- let value = ''
581
- let codata = JSON.parse(JSON.stringify(this.data))
582
- //tag)
583
- //tag)
584
- codata.f_devices = []
585
- this.f_devices = []
586
- for (let device in codata) {
587
- let f_device_type
588
- if (device.startsWith("device")) {
589
- //tag)
590
- let hasOther = ''
591
- let otherValue = null
592
- for (let item in codata[device]) {
593
- if(typeof codata[device][item]=='function'){
594
- continue
595
- }
596
- codata[device][item].f_create_time = Util.toStandardTimeString()
597
- // if (codata[device].length > 1) {
598
- // let j = Number.parseInt(item) + 1
599
- // f_device_type = `${codata[device][item].f_device_type}${j}`
600
- // } else {
601
- // f_device_type = codata[device][item].f_device_type
602
- // }
603
- //tag
604
- //tag
605
- //tag)
606
- //tag)
607
- if(item == 'sum' || item == 'removeEmpty'){
608
- continue
609
- }
610
- for (let i = 0; i < codata[device][item].f_items.length ; i++) {
611
- //tag
612
- if(i == 'sum' || i == 'removeEmpty'){
613
- continue
614
- }
615
- //tag)
616
- var items = codata[device][item].f_items[i]
617
- items.f_create_time = Util.toStandardTimeString()
618
- //tag)
619
- items.f_item_lists = []
620
- //tag)
621
- // //tag)
622
- // //tag} name => ${JSON.stringify(items.f_item_name)} value => ${JSON.stringify(items.f_item_value)}`)
623
- // console.log(`f_is_defect => ${this.config[codata[device][item]
624
- // .f_device_type]
625
- // .items[items.f_item_name]
626
- // .options
627
- // .find((option)=>option.data === items.f_item_value)
628
- // .map((option)=>option.f_is_defect)}`)
629
- // if (items.f_is_defect && (items.f_is_defect == true || items.f_is_defect == 'true')) {
630
- // //tag
631
- // checkResults.result = '有隐患'
632
- // //tag)
633
- // //tag)
634
- // // this.$set('checkResult.' + items.f_item_name, items.f_item_value)
635
- // this.checkResult[items.f_item_name] = items.f_item_value
636
- // //tag)
637
- // // this.$set('checkResultsss.' + items.f_item_name, `${f_device_type}${items.f_item_value}`)
638
- // // //tag)
639
- // }
640
- if (items.type == 'selector') {
641
- items.selected = []
642
- } else if (items.type == 'inputSelector') {
643
- items.selected = ''
644
- }
645
- //遍历配置项 将所选隐患项的配置信息放入保存的数据中
646
- let f_is_defect //是否是隐患
647
- let f_defect_level //是否是隐患
648
- let f_item_name = items.f_item_name
649
- let f_item_value
650
- let f_is_eliminate //隐患是否消除
651
- let f_meternumber = ''
652
- let f_user_defects = [] // 用户所有隐患
653
- //tag
654
- //tag
655
- if (items.type == 'selector' || items.type == 'checkbox' || items.type == 'radio') {
656
- for (let i in items.f_item_value) {
657
- if(typeof items.f_item_value[i]=='function'){
658
- continue
659
- }
660
- let configItems = this.config[codata[device][item].f_device_type].items[f_item_name]
661
- //tag)
662
- for (let k in configItems.options) {
663
- if(typeof configItems.options[k]=='function'){
664
- continue
665
- }
666
- //tag)
667
- if (items.f_item_value[i] === configItems.options[k].data) {
668
-
669
- f_is_defect = configItems.options[k].isdefect
670
- f_item_value = items.f_item_value[i]
671
- f_defect_level = configItems.options[k].level
672
-
673
- //tag
674
- //tag
675
- //tag
676
-
677
- if (f_is_defect) {
678
- if (checkResults.result !== '有隐患') {
679
- checkResults.result = '有隐患'
680
- }
681
- if (!this.checkResult.hasOwnProperty(f_item_name)) {
682
- //tag
683
- this.checkResult[f_item_name] = []
684
- }
685
-
686
- //tag
687
- this.checkResult[f_item_name].push(f_item_value)
688
-
689
- }
690
-
691
- let items_list = {
692
- f_is_defect: f_is_defect,
693
- f_item_value: f_item_value,
694
- f_defect_level: f_defect_level,
695
- f_is_eliminate: null,
696
- f_create_time: Util.toStandardTimeString()
697
- }
698
- if (!items.f_item_lists) {
699
- //tag
700
- items.f_item_lists = []
701
- //tag)
702
- if (JSON.stringify(items_list) !== '{}') {
703
- //tag
704
- items.f_item_lists.push(items_list)
705
- }
706
- } else {
707
- //tag)
708
- if (JSON.stringify(items_list) !== '{}') {
709
- //tag
710
- items.f_item_lists.push(items_list)
711
- }
712
- }
713
- }
714
- }
715
- }
716
- } else {
717
- let configItems = this.config[codata[device][item].f_device_type].items[items.f_item_name]
718
- //tag)
719
- f_is_defect = configItems.isdefect
720
- f_defect_level = configItems.level
721
- f_item_value = items.f_item_value
722
- //tag
723
- //tag
724
- //tag
725
- let items_list = {
726
- f_is_defect: f_is_defect,
727
- f_item_value: f_item_value,
728
- f_defect_level: f_defect_level,
729
- f_create_time: Util.toStandardTimeString()
730
- }
731
- if (f_is_defect && f_item_value) {
732
- items.f_is_defect = true
733
- if (checkResults.result !== '有隐患') {
734
- checkResults.result = '有隐患'
735
- }
736
- if (!this.checkResult.hasOwnProperty(items.f_item_name)) {
737
- //tag
738
- this.checkResult[items.f_item_name] = []
739
- }
740
-
741
- //tag
742
- this.checkResult[items.f_item_name].push(f_item_value)
743
-
744
- }
745
- //tag)
746
- //tag)
747
- if (!items.f_item_lists) {
748
- //tag
749
- items.f_item_lists = []
750
- if (JSON.stringify(items_list) != '{}') {
751
- //tag
752
- items.f_item_lists.push(items_list)
753
- }
754
- } else {
755
- // items.f_item_lists[0].f_item_value = f_item_value
756
- if (JSON.stringify(items_list) != '{}') {
757
- //tag
758
- //tag)
759
- //tag)
760
- //tag
761
- items.f_item_lists.push(items_list)
762
- }
763
- }
764
- }
765
- if (hasOther !== '' && otherValue !== null) {
766
- //tag
767
- this.checkResult[hasOther].push(otherValue)
768
- hasOther = ''
769
- otherValue = null
770
- }
771
- items.f_item_value = ''
772
- }
773
- //tag)
774
- this.f_devices.push(codata[device][item])
775
- }
776
- }
777
- }
778
- if (this.checkResult) {
779
- for (let key in this.checkResult) {
780
- if(typeof this.checkResult[key]=='function'){
781
- continue
782
- }
783
- // 上次安检结果数据组织
784
- //tag
785
- //tag
786
- let temp = {}
787
- temp[key] = this.checkResult[key].join(',')
788
- checkResults.data.push(temp)
789
- // this.newcheckResult[key] = this.checkResult[key]
790
- // checkResults.data.push(this.newcheckResult)
791
- //tag)
792
- // this.newcheckResult = {}
793
- }
794
- this.checkResult = {}
795
- }
796
- //tag
797
- //tag)
798
- codata.f_defect_content = JSON.stringify(checkResults)
799
- this.data.f_defect_content = JSON.stringify(checkResults)
800
- //tag
801
- return codata
802
- },
803
- uploadCheckPaper(){
804
- this.saveNoclick()
805
- //tag
806
- //tag
807
- this.closely(false) // 保存本地,不删除录音文件停止录音
808
- let errString = this.errorVerify()
809
- if (errString) {
810
- //tag
811
- //tag
812
- //tag
813
- if (Vue.android){
814
- // if(this.isUpload){
815
- // this.isUpload = false
816
- // }
817
- this.$showMessage(errString)
818
- }
819
- return
820
- } else {
821
- this.$set('data.f_offsite_time', Util.toStandardTimeString())
822
- this.$set('data.f_upload_time', Util.toStandardTimeString())
823
- this.$set('data.f_upload_date', Util.toStandardTimeString())
824
- //tag
825
- this.data.f_complete = '已完成'
826
- this.disableTimer()
827
- }
828
- //tag
829
- this.onlySave = false
830
- let res = this.save()
831
- // if(res) {
832
- // try {
833
- // let codata = this.getAllDefect()
834
- // //获取微信推送内容
835
- // let WxResult = this.getWeixin(codata)
836
- // let haslivedispose = this.$androidUtil.bzLogic('getLiveDispose', {
837
- // f_check_item_id: this.data.f_check_item_id
838
- // })
839
- // //如果是转维修上传,则不做校验,上传完成后自动转维修
840
- // //tag
841
- // //tag
842
- // if(!this.isToRepair){
843
- // if(haslivedispose.data.length > 0 && (this.livedispose == 'true' || this.livedispose == true)){
844
- // //tag
845
- // //tag
846
- // if(!this.isSafeCheckToRepair){
847
- // this.$showMessage('有未处理的隐患,请前往拍照上传中将安检转为维修单!')
848
- // return
849
- // }
850
- // }
851
- // }
852
- // //tag
853
- // for (let key in codata){
854
- // if(key.startsWith("device")){
855
- // codata[key] = []
856
- // }
857
- // }
858
- // //tag}`)
859
- //
860
- // //tag
861
- // let isStart = true
862
- // let res
863
- // for (let i in this.f_devices){
864
- // res = HostApp.organizeJSON({isStart:isStart,isDevice:true,device:this.f_devices[i]})
865
- // if(res.code == 200){
866
- // isStart = false
867
- // }else{
868
- // this.$showMessage("保存失败!")
869
- // }
870
- // }
871
- // let result = HostApp.organizeJSON({
872
- // isStart:false,
873
- // isJSON:true,
874
- // jsonstr:{
875
- // f_check_item_id: this.data.f_check_item_id,
876
- // f_checker_id: this.data.f_checker_id,
877
- // row: codata
878
- // }
879
- // })
880
- // if(result.code == 200){
881
- // HostApp.__this__ = this
882
- // this.runSyncLogic('上传安检信息','javascript:HostApp.__this__.uploadCallBack()',1)
883
- // }
884
- //
885
- //
886
- // // let response = this.$androidUtil.bzLogic('上传安检信息', {
887
- // // f_check_item_id: this.data.f_check_item_id,
888
- // // f_checker_id: this.data.f_checker_id,
889
- // // row: codata
890
- // // })
891
- // // if (response.code == 200) {
892
- // // //tag
893
- // // //tag)
894
- // // let f_paper_id
895
- // // if(response.data != '' && response.data != null){
896
- // // f_paper_id = JSON.parse(response.data).id
897
- // // }
898
- // // this.$set('data.f_paper_id', f_paper_id)
899
- // // //tag
900
- // // //tag)
901
- // // //tag
902
- // // //tag)
903
- // // for (let device in this.data){
904
- // // //tag
905
- // // //tag)
906
- // // if(device.startsWith("device")){
907
- // // for(let devices of this.data[device]) {
908
- // // devices.f_paper_id = f_paper_id
909
- // // let ret = this.$androidUtil.bzLogic('UpCheckPaperDevices', {
910
- // // row: devices
911
- // // })
912
- // // //tag}`)
913
- // // if(ret.code == 200){
914
- // // //tag
915
- // // devices.f_device_id = JSON.parse(ret.data.f_device_id).id
916
- // // }
917
- // // //tag
918
- // // //tag)
919
- // // if (ret.code != 200) {
920
- // // //TODO 失败后处理
921
- // // // this.isUpload = false
922
- // // this.$showMessage("上传失败!")
923
- // // return false
924
- // // }
925
- // // }
926
- // // }
927
- // // }
928
- // // // for (let device of this.f_devices) {
929
- // // // device.f_paper_id = f_paper_id
930
- // // // //tag
931
- // // // //tag)
932
- // // // let ret = this.$androidUtil.bzLogic('UpCheckPaperDevices', {
933
- // // // row: device
934
- // // // })
935
- // // // //tag
936
- // // // if (ret.code != 200) {
937
- // // // //TODO 失败后处理
938
- // // // HostApp.alert("上传失败!")
939
- // // // return false
940
- // // // }
941
- // // // }
942
- // // let result = this.$androidUtil.bzLogic('FinishUpload',
943
- // // {
944
- // // f_check_item_id: this.data.f_check_item_id,
945
- // // f_userinfo_id: codata.f_userinfoid,
946
- // // f_last_check_result: codata.f_defect_content
947
- // // })
948
- // // if(result.code == 200){
949
- // // // this.$showAlert('上传成功!', 'success', 2000)
950
- // // this.$showMessage('上传成功!')
951
- // // this.isStrat=false
952
- // // if(url != "" ){
953
- // // this.$resetpost(`${url}`,{data:WxResult})
954
- // // }
955
- // // return true
956
- // // }else{
957
- // // // this.isUpload = false
958
- // // this.$showMessage("上传失败!")
959
- // // return false
960
- // // }
961
- // // }else{
962
- // // // this.isUpload = false
963
- // // this.$showMessage("上传失败!")
964
- // // return false
965
- // // }
966
- // }catch (e) {
967
- // //tag)
968
- // // this.isUpload = false
969
- // this.$showMessage("上传失败!")
970
- // }
971
- // }
972
- },
973
- save(type) {
974
- //禁用事件
975
- this.saveNoclick()
976
- //tag
977
- //tag
978
- if(type == 'temp'){
979
- this.data.f_complete = '未完成'
980
- // 关闭录音方法
981
- this.closely(true) //临时保存,删除录音文件并暂停录音
982
- this.disableTimer()
983
- }else {
984
- // 关闭录音方法
985
- this.closely(false) // 保存本地,不删除录音文件暂停录音
986
- let errString = this.errorVerify()
987
- if (errString) {
988
- //tag
989
- //tag
990
- //tag
991
- if (Vue.android){
992
- this.$showMessage(errString)
993
- }
994
- return
995
- } else {
996
- this.data.f_complete = '已完成'
997
- this.$set('data.f_offsite_time', Util.toStandardTimeString())
998
- this.disableTimer()
999
- }
1000
- }
1001
- //tag
1002
- if(this.data.f_blacklist!='是'){
1003
- delete this.data.f_blocking_cause
1004
- }
1005
- // try {
1006
- let codata = this.getAllDefect()
1007
- //tag
1008
- //tag}`)
1009
- for (let key in codata) {
1010
- if (key.startsWith("device")) {
1011
- //tag)
1012
- codata[key] = []
1013
- }
1014
- }
1015
- //tag}`)
1016
- //tag}`)
1017
- //tag
1018
- if (Vue.android) {
1019
- //tag
1020
- let value = this.$androidUtil.path({
1021
- alias: 'getUserinfomation',
1022
- data: {condition: "f_userinfoid = '" + this.item.f_userinfoid + "' and f_no_checkplan = '无计划安检'"}
1023
- })
1024
- //tag)
1025
- if (this.item.f_no_checkplan == '无计划安检' && this.item.f_no_checkplan != '打回') {
1026
- // let result = this.$androidUtil.bzLogic('SafeSaveNoPaper', {
1027
- // f_check_item_id: this.data.f_check_item_id,
1028
- // f_checker_id: this.data.f_checker_id,
1029
- // f_upload_state:'未传',
1030
- // row: codata
1031
- // })
1032
- //tag
1033
- let isStart = true
1034
- // let res
1035
- // for (let i in this.f_devices) {
1036
- // res = HostApp.organizeJSON({isStart: isStart, isDevice: true, device: this.f_devices[i]})
1037
- // if (res.code == 200) {
1038
- // isStart = false
1039
- // } else {
1040
- // this.$showMessage("保存失败!")
1041
- // }
1042
- // }
1043
- // let result = HostApp.organizeJSON({
1044
- // isStart: false,
1045
- // isJSON: true,
1046
- // jsonstr: {
1047
- // f_check_item_id: this.data.f_check_item_id,
1048
- // f_checker_id: this.data.f_checker_id,
1049
- // f_upload_state: '未传',
1050
- // row: codata
1051
- // }
1052
- // })
1053
- codata.f_devices = this.f_devices
1054
- let param = {
1055
- f_check_item_id: this.data.f_check_item_id,
1056
- f_checker_id: this.data.f_checker_id,
1057
- f_upload_state: '未传',
1058
- row: codata
1059
- }
1060
- //tag)
1061
- let paramStr = JSON.stringify(param)
1062
- // 多长截断一次
1063
- let subLength = 800
1064
- for (let i = 0; i < paramStr.length; i += subLength) {
1065
- HostApp.param_cache(paramStr.substr(i, subLength))
1066
- }
1067
- HostApp.__this__ = this
1068
- HostApp.syncLogic({
1069
- // logic别名,key必须为logic
1070
- 'logic': 'SafeSaveNoPaper',
1071
- // 回调执行方法名,key必须为callback
1072
- 'callback': 'javascript:HostApp.__this__.saveCallBack()',
1073
- // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1074
- // 执行回调方法传入key为backresult
1075
- // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1076
- 'backresult': 1
1077
- })
1078
- } else {
1079
- //tag
1080
- let isStart = true
1081
- let res
1082
- //tag)
1083
- // for (let i in this.f_devices) {
1084
- // //tag)
1085
- // for (let j = 0; j < this.f_devices[i].f_items.length; j++) {
1086
- // //tag)
1087
- // }
1088
- // res = HostApp.organizeJSON({isStart: isStart, isDevice: true, device: this.f_devices[i]})
1089
- // //tag)
1090
- // if (res.code == 200) {
1091
- // isStart = false
1092
- // } else {
1093
- // this.$showMessage("保存失败!")
1094
- // }
1095
- // }
1096
- //tag)
1097
- //tag)
1098
- //tag)
1099
- // let result = HostApp.organizeJSON({
1100
- // isStart: false,
1101
- // isJSON: true,
1102
- // jsonstr: {
1103
- // f_check_item_id: this.data.f_check_item_id,
1104
- // f_checker_id: this.data.f_checker_id,
1105
- // row: codata
1106
- // }
1107
- // })
1108
- codata.f_devices = this.f_devices
1109
- let param = {
1110
- f_check_item_id: this.data.f_check_item_id,
1111
- f_checker_id: this.data.f_checker_id,
1112
- row: codata
1113
- }
1114
- //tag)
1115
- let paramStr = JSON.stringify(param)
1116
- // 多长截断一次
1117
- let subLength = 800
1118
- for (let i = 0; i < paramStr.length; i += subLength) {
1119
- HostApp.param_cache(paramStr.substr(i, subLength))
1120
- }
1121
- HostApp.__this__ = this
1122
- HostApp.syncLogic({
1123
- // logic别名,key必须为logic
1124
- 'logic': '保存安检单信息',
1125
- // 回调执行方法名,key必须为callback
1126
- 'callback': 'javascript:HostApp.__this__.saveCallBack()',
1127
- // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1128
- // 执行回调方法传入key为backresult
1129
- // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1130
- 'backresult': 1
1131
- })
1132
- }
1133
-
1134
- } else {
1135
- //tag
1136
- let value = this.$androidUtil.path({
1137
- alias: 'getUserinfomation',
1138
- data: {condition: "f_userinfoid = '" + this.item.f_userinfoid + "' and f_no_checkplan = '无计划安检'"}
1139
- })
1140
-
1141
- if (this.item.f_no_checkplan == '无计划安检' && value.data.length == 0 && this.item.f_no_checkplan != '打回') {
1142
- this.$androidUtil.bzLogic('SafeSaveNoPaper', {
1143
- f_check_item_id: this.data.f_check_item_id,
1144
- f_checker_id: this.data.f_checker_id,
1145
- f_upload_state: '未传',
1146
- row: codata
1147
- }).then((res) => {
1148
- if (res.data.code == 200) {
1149
- //保存devices
1150
- this.$androidUtil.bzLogic('getPaperInfo', {
1151
- f_check_item_id: this.data.f_check_item_id
1152
- }).then((res) => {
1153
- //tag
1154
- if (res.data.code == 200) {
1155
-
1156
- let f_paper_id = res.data.data[0].id
1157
- for (let device of this.f_devices) {
1158
- device.f_paper_id = f_paper_id
1159
- //tag
1160
- this.$androidUtil.bzLogic('saveDevice', {
1161
- row: device
1162
- }).then((ret) => {
1163
- //tag
1164
- if (ret.code != 200) {
1165
- // if(this.isUpload){
1166
- // this.isUpload = false
1167
- // }
1168
- //TODO 失败后处理
1169
- this.$showMessage("保存失败!")
1170
- return false
1171
- }
1172
- })
1173
- }
1174
- }
1175
- })
1176
- // this.$showAlert('保存成功!', 'success', 2000)
1177
- this.$showMessage('保存成功!')
1178
- return true
1179
- } else {
1180
- // if(this.isUpload){
1181
- // this.isUpload = false
1182
- // }
1183
- this.$showMessage("保存失败!")
1184
- return false
1185
- }
1186
- })
1187
- } else {
1188
- this.$androidUtil.bzLogic('保存安检单信息', {
1189
- f_check_item_id: this.data.f_check_item_id,
1190
- f_checker_id: this.data.f_checker_id,
1191
- row: codata
1192
- }).then((res) => {
1193
- //tag
1194
- if (res.data.code == 200) {
1195
- //保存devices
1196
- this.$androidUtil.bzLogic('getPaperInfo', {
1197
- f_check_item_id: this.data.f_check_item_id
1198
- }).then((res) => {
1199
- //tag
1200
- if (res.data.code == 200) {
1201
-
1202
- let f_paper_id = res.data.data[0].id
1203
- for (let device of this.f_devices) {
1204
- device.f_paper_id = f_paper_id
1205
- //tag
1206
- this.$androidUtil.bzLogic('saveDevice', {
1207
- row: device
1208
- }).then((ret) => {
1209
- //tag
1210
- if (ret.code != 200) {
1211
- // if(this.isUpload){
1212
- // this.isUpload = false
1213
- // }
1214
- //TODO 失败后处理
1215
- this.$showMessage("保存失败!")
1216
- return false
1217
- }
1218
- })
1219
- }
1220
- }
1221
- })
1222
- // this.$showAlert('保存成功!', 'success', 2000)
1223
- this.$showMessage('保存成功!')
1224
- return true
1225
- } else {
1226
- // if(this.isUpload){
1227
- // this.isUpload = false
1228
- // }
1229
- this.$showMessage("保存失败!")
1230
- return false
1231
- }
1232
- })
1233
- }
1234
- }
1235
- // }catch (e) {
1236
- // //tag)
1237
- // // this.isUpload = false
1238
- // this.$showMessage("保存失败!")
1239
- // }
1240
- },
1241
- runSyncLogic(logic,callback,backresult){
1242
- HostApp.runSyncLogic({
1243
- // logic别名,key必须为logic
1244
- 'logic': logic,
1245
- // 回调执行方法名,key必须为callback
1246
- 'callback': callback,
1247
- // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1248
- // 执行回调方法传入key为backresult
1249
- // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1250
- 'backresult':backresult
1251
- })
1252
- },
1253
- logicWithHint(logic,data,callback,backresult){
1254
- HostApp.logicWithHint({
1255
- // logic别名,key必须为logic
1256
- 'logic': logic,
1257
- // 回调执行方法名,key必须为callback
1258
- 'callback': callback,
1259
- // logic执行需要的业务参数
1260
- 'data': data,
1261
- // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1262
- // 执行回调方法传入key为backresult
1263
- // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1264
- 'backresult':backresult
1265
- })
1266
- },
1267
- saveCallBack(jo){
1268
- //tag)
1269
- if(jo.state == 'ok'){
1270
- let res = JSON.parse(jo.result)
1271
- //tag)
1272
- if(res.code == 200){
1273
- //tag
1274
- if(!this.onlySave){
1275
- let codata = this.getAllDefect()
1276
- //获取微信推送内容
1277
- // let WxResult = this.getWeixin(codata)
1278
- let haslivedispose = this.$androidUtil.bzLogic('getLiveDispose', {
1279
- f_check_item_id: this.data.f_check_item_id
1280
- })
1281
- //如果是转维修上传,则不做校验,上传完成后自动转维修
1282
- //tag
1283
- //tag
1284
- if(!this.isToRepair){
1285
- if(haslivedispose.data.length > 0 && (this.livedispose == 'true' || this.livedispose == true)){
1286
- //tag
1287
- //tag
1288
- if(!this.isSafeCheckToRepair){
1289
-
1290
- }
1291
- }
1292
- }
1293
- //tag
1294
- for (let key in codata){
1295
- if(key.startsWith("device")){
1296
- codata[key] = []
1297
- }
1298
- }
1299
- //tag}`)
1300
-
1301
- //tag
1302
- // let isStart = true
1303
- // let res
1304
- // for (let i in this.f_devices){
1305
- // res = HostApp.organizeJSON({isStart:isStart,isDevice:true,device:this.f_devices[i]})
1306
- // if(res.code == 200){
1307
- // isStart = false
1308
- // }else{
1309
- // this.$showMessage("上传失败!")
1310
- // return
1311
- // }
1312
- // }
1313
- // let result = HostApp.organizeJSON({
1314
- // isStart:false,
1315
- // isJSON:true,
1316
- // jsonstr:{
1317
- // f_check_item_id: this.data.f_check_item_id,
1318
- // f_checker_id: this.data.f_checker_id,
1319
- // row: codata
1320
- // }
1321
- // })
1322
- codata.f_devices = this.f_devices
1323
- let param = {
1324
- f_check_item_id: this.data.f_check_item_id,
1325
- f_checker_id: this.data.f_checker_id,
1326
- row: codata
1327
- }
1328
- //tag)
1329
- let paramStr = JSON.stringify(param)
1330
- // 多长截断一次
1331
- let subLength = 800
1332
- for (let i = 0; i < paramStr.length; i += subLength) {
1333
- HostApp.param_cache(paramStr.substr(i, subLength))
1334
- }
1335
- HostApp.__this__ = this
1336
- HostApp.syncLogic({
1337
- // logic别名,key必须为logic
1338
- 'logic': '上传安检信息',
1339
- // 回调执行方法名,key必须为callback
1340
- 'callback': 'javascript:HostApp.__this__.uploadCallBack()',
1341
- // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1342
- // 执行回调方法传入key为backresult
1343
- // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1344
- 'backresult': 1
1345
- })
1346
- }else{
1347
- this.$showMessage('保存成功!')
1348
- if(this.clickBack){
1349
- this.isStrat = false
1350
- this.$dispatch('confirm')
1351
- //this.$back()
1352
- }
1353
- }
1354
- }else{
1355
- this.$showMessage('保存失败!')
1356
- return
1357
- }
1358
- }else{
1359
- this.$showMessage('服务器内部错误,保存失败!')
1360
- return
1361
- }
1362
- },
1363
- uploadCallBack(jo){
1364
- //获取微信推送路径
1365
- let url = ""
1366
- if(Vue.config.safecheck != undefined) {
1367
- if (Vue.config.safecheck.ApproveConfig != undefined) {
1368
- if (Vue.config.safecheck.ApproveConfig.weixinurl != undefined) {
1369
- url = Vue.config.safecheck.ApproveConfig.weixinurl
1370
- }
1371
- }
1372
- }
1373
- //tag)
1374
- //tag)
1375
- if(jo.state == 'ok'){
1376
- let res = JSON.parse(jo.result)
1377
- //tag)
1378
- //tag)
1379
- if(res.code == 200){
1380
- this.$set('data.f_paper_id', res.id)
1381
- this.isStrat=false
1382
- if(url != ""){
1383
- this.$resetpost(`${url}`,{data:WxResult})
1384
- }
1385
- //tag
1386
- if(this.isToRepair){
1387
- for (let device in this.data){
1388
- if(device.startsWith("device")){
1389
- this.data[device] = []
1390
- if(res.data.length > 0){
1391
- for(let i in res.data[0].f_devices){
1392
- if(this.data[device].length > 0){
1393
- if(this.data[device][0].f_device_type == res.data[0].f_devices[i].f_device_type){
1394
- this.data[device].push(res.data[0].f_devices[i])
1395
- res.data[0].f_devices.splice(i,1)
1396
- }
1397
- }else{
1398
- this.data[device].push(res.data[0].f_devices[i])
1399
- res.data[0].f_devices.splice(i,1)
1400
- }
1401
- }
1402
- }
1403
- }
1404
- }
1405
- this.todo()
1406
- }else{
1407
- this.$showMessage('上传成功!')
1408
- //tag
1409
- this.$dispatch('confirm')
1410
- // this.$back()
1411
- }
1412
- }else if(res.code == 309){
1413
- this.$showMessage('该安检单已作废!')
1414
- //tag
1415
- this.$dispatch('confirm')
1416
- }else if(res.code == 710){
1417
- this.$showMessage('上传照片失败,请检查用户签名或安检照片缺失,如无问题请检查手机当前网络是否正常(多次上传失败请先点击*本地缓存*按钮,在网络通畅情况下统一上传)!')
1418
- return
1419
- }else if(res.code == 711){
1420
- this.$showMessage('该安检单已被管理员调整,请联系管理员!')
1421
- return
1422
- }else if(res.code == 712){
1423
- this.$showMessage('网络异常,请重新上传,多次上传失败请联系管理员!')
1424
- return
1425
- }
1426
- else{
1427
- this.$showMessage('上传失败!')
1428
- }
1429
- }else {
1430
- this.$showMessage('网络异常,上传失败!')
1431
- }
1432
- this.onlySave = true
1433
- },
1434
- safecheckToRepairCallBack(jo){
1435
- //获取微信推送路径
1436
- if(jo.state == 'ok'){
1437
- let res = JSON.parse(jo.result)
1438
- //tag)
1439
- if(res.code == 200){
1440
- //tag
1441
- if(res.data.code == 200){
1442
- this.$showMessage('上传并转维修成功!')
1443
- }else{
1444
- this.$showMessage('上传并转维修成功,回写安检单失败!')
1445
- }
1446
- this.$dispatch('confirm')
1447
- // this.$back()
1448
- }else{
1449
- this.$showMessage('上传失败!')
1450
- this.onlySave = true
1451
- }
1452
- }else{
1453
- this.$showMessage('网络异常,上传失败!')
1454
- this.onlySave = true
1455
- }
1456
- },
1457
- todo(){
1458
- let gen = getRepairParam(this)
1459
- co(gen)
1460
- },
1461
- undo(){
1462
- this.showCheckToRepair = !this.showCheckToRepair
1463
- this.model.serviceacitivity[0].f_reciever = ''
1464
- this.model.serviceacitivity[0].f_meetunit = ''
1465
- this.model.f_repairtype = ''
1466
- this.meading = '转站点'
1467
- },
1468
- disableTimer() {
1469
- if(this.timer) {
1470
- window.clearTimeout(this.timer)
1471
- this.timer = null
1472
- }
1473
- },
1474
- loaded(paper) {
1475
- if(!paper.hasOwnProperty('id')) {
1476
- this.$showMessage("该安检单在手机上已经不存在,可能是卸载过程序。可以进入重新安检,或返回安检计划。")
1477
- this.init()
1478
- } else {
1479
- Util.booleanFilter(paper)
1480
- HostApp.__this__.$set('data', paper)
1481
- HostApp.__this__.$goto('safecheck-userinfo', {}, 'paper-router')
1482
- // 如果打回重检则重新计时
1483
- //tag
1484
- if(HostApp.__this__.role == 'inspect'
1485
- && HostApp.__this__.data.f_approved
1486
- && HostApp.__this__.data.f_approved == '打回') {
1487
- //tag
1488
- HostApp.__this__.data.f_onsite_time = Util.toStandardTimeString()
1489
- HostApp.__this__.tick()
1490
- }
1491
- }
1492
- HostApp.__callback__ = null
1493
- HostApp.__this__ = null
1494
- },
1495
- S4() {
1496
- return (((1+Math.random())*0x10000)|0).toString(16).substring(1);
1497
- },
1498
- extend(initalObj, finalObj) {
1499
- var obj = finalObj || {};
1500
- for (var i in initalObj) {
1501
- var prop = initalObj[i];
1502
-
1503
- // 避免相互引用对象导致死循环,如initalObj.a = initalObj的情况
1504
- if (prop === obj) {
1505
- continue;
1506
- }
1507
-
1508
- if (typeof prop === 'object') {
1509
- if (obj[i]) {
1510
- this.extend(obj[i], prop)
1511
- } else {
1512
- obj[i] = prop;
1513
- }
1514
- }
1515
- }
1516
- return obj;
1517
- },
1518
- // async isoverDate(){
1519
- // let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/androidGetuserinfo`, {data:{
1520
- // condition:"f_plan_item_id='"+this.item.id+"'"
1521
- // }
1522
- // })
1523
- // this.isneedDate=res.data[0]["f_subscribe_date"]
1524
- // },
1525
- putDevices() {
1526
- //tag)
1527
- //tag)
1528
- this.$set('data.approve', "true")
1529
- this.$set('data.writeback', "false")
1530
- if (Vue.config.safecheck != undefined) {
1531
- if (Vue.config.safecheck.ApproveConfig != undefined) {
1532
- if (Vue.config.safecheck.ApproveConfig.approve != undefined) {
1533
- this.$set('data.approve', Vue.config.safecheck.ApproveConfig.approve)
1534
- }
1535
- if (Vue.config.safecheck.ApproveConfig.writeback != undefined) {
1536
- this.$set('data.writeback', Vue.config.safecheck.ApproveConfig.writeback)
1537
- }
1538
- if (Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
1539
- this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
1540
- }
1541
- }
1542
- //tag
1543
- //tag)
1544
- //tag)
1545
- //tag
1546
- if(this.item.f_user_type == '民用'){
1547
- // 民用户
1548
-
1549
- if (Vue.config.safecheck.DevicesConfig != undefined){
1550
- if(this.item.f_safecheck_type == undefined || this.item.f_safecheck_type == '' || Vue.config.safecheck.SafecheckType == undefined) {
1551
- this.config = this.extend(this.config, Vue.config.safecheck.DevicesConfig)
1552
- }else{
1553
- //tag
1554
- //tag
1555
- //tag
1556
- this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_user_type]])
1557
- }
1558
- // this.config = this.extend(this.config, Vue.config.safecheck.DevicesConfig)
1559
- }
1560
- }else {
1561
- // 非民用
1562
- if (Vue.config.safecheck.DevicesSetConfig != undefined){
1563
- if(this.item.f_safecheck_type == undefined || this.item.f_safecheck_type == '' || Vue.config.safecheck.SafecheckType == undefined) {
1564
- this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
1565
- }else{
1566
- //tag
1567
- //tag
1568
- //tag
1569
- this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_user_type]])
1570
- }
1571
- //this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
1572
- }
1573
- }
1574
-
1575
- }
1576
- //tag)
1577
- // 预留设备项位置
1578
- for (let i in this.config) {
1579
- this.tabs.splice(1,0,null)
1580
- }
1581
- //遍历安检项配置
1582
- for (let i in this.config) {
1583
- //取得安检项索引值
1584
- let n = this.config[i].index
1585
- //tag
1586
- this.devices[n - 1] = {device: i, n: n, checkmust: this.config[i].checkmust}
1587
- this.$set('data.' + 'device' + n, [])
1588
- //tag
1589
- // this.tabs.splice(2 + n - 1, 0,
1590
- // {
1591
- // header:i,
1592
- // complete:'safecheck-devices',
1593
- // class:'repair-details-class',
1594
- // number:n
1595
- // })
1596
- this.tabs[n] = {
1597
- header: i,
1598
- complete: 'safecheck-devices',
1599
- class: 'repair-details-class',
1600
- number: n
1601
- }
1602
-
1603
- if(this.config[i].quantity && this.config[i].quantity >0){
1604
- let items = []
1605
- for (let it in this.config[i].items) {
1606
- //赋值下拉选项
1607
- if (this.config[i].items[it].type == 'selector') {
1608
- for (let op in this.config[i].items[it].options) {
1609
- if (this.config[i].items[it].options[op].isdefault == true) {
1610
- items.push({
1611
- f_defect_level: this.config[i].items[it].options[op].level,
1612
- f_is_defect: this.config[i].items[it].options[op].isdefect,
1613
- f_item_name: it,
1614
- f_item_value: this.config[i].items[it].options[op].data,
1615
- f_path: "",
1616
- type: "selector"
1617
- })
1618
- }
1619
- }
1620
- }
1621
- }
1622
- for(let q =0;q<this.config[i].quantity;q++) {
1623
- this.data['device' + n].push(
1624
- {f_device_type: i, f_items:items}
1625
- )
1626
- }
1627
- }
1628
- // this.data['device' + n].push(
1629
- // {f_device_type: i, f_items: items}
1630
- // )
1631
- n = n + 1
1632
- }
1633
- //tag
1634
- this.faultshow.number = this.tabs.length
1635
- },
1636
- init () {
1637
- //tag
1638
- // this.data.f_noplan_item_id = this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()
1639
- this.data.ename = Vue.user.ename
1640
- this.data.f_outlets = Vue.user.f_parentname
1641
- this.data.f_meetunit = Vue.user.orgpathnames
1642
- this.data.orgpathstr = Vue.user.orgpathstr
1643
- this.data.f_check_item_id = this.item.id
1644
- this.data.f_check_plan_id = this.f_plan_id
1645
- this.data.f_checker_id = Vue.user.id
1646
- this.data.f_checker_name = Vue.user.name
1647
- this.data.f_check_type = this.item.f_user_type
1648
- this.data.f_safecheck_type = this.item.f_safecheck_type
1649
- //this.data.f_exceed_reason = ''//存放送气超期原因
1650
- //tag
1651
- this.data.f_subcompany = this.item.f_subcompany
1652
- this.data.f_approved = this.item.f_approvedf_read_instructions
1653
- this.data.f_repair_approved = this.item.f_repair_approved
1654
- this.data.f_no_checkplan = this.item.f_no_checkplan
1655
- this.data.f_approved = this.item.f_approved
1656
- this.data.f_filialeid = this.item.f_filialeid
1657
- this.data.f_orgstr = this.item.f_orgstr
1658
- this.data.version = this.item.version
1659
- this.data.f_check_version=this.item.f_check_version
1660
- this.$set('data.f_meters', this.item.f_plan_meters)
1661
- this.$set('data.f_userinfo_code', this.item.f_userinfo_code)
1662
- // 安检状态
1663
- this.$set('data.f_entry_status', '入户')
1664
- this.$set('data.f_usegas', '已使用')
1665
- this.$set('data.f_state',this.item.f_state)
1666
- this.$set('data.f_source', this.source?this.source:'安检')
1667
- //tag
1668
- // 用户信息
1669
- this.$set('data.f_user_name', this.item.f_user_name)
1670
- this.$set('data.f_user_phone', this.item.f_user_phone)
1671
- this.$set('data.f_userinfoid', this.item.f_userinfoid)
1672
- this.$set('data.f_address', this.item.f_address)
1673
- this.$set('data.f_card_id', this.item.f_card_id)
1674
- this.$set('data.f_area', this.item.f_area)
1675
- this.$set('data.f_street', this.item.f_street)
1676
- this.$set('data.f_room', this.item.f_room)
1677
- this.$set('data.f_building', this.item.f_building)
1678
- this.$set('data.f_unit', this.item.f_unit)
1679
- //tag
1680
- this.$set('data.f_floor', this.item.f_floor)
1681
- this.$set('data.f_residential_area' , this.item.f_residential_area)
1682
- this.$set('data.f_idnumber', this.item.f_idnumber)
1683
- this.$set('data.f_comments', this.item.f_comments)
1684
- this.$set('data.f_userproperties', this.item.f_userproperties)
1685
- // this.$set('data.f_user_inhome_time', this.item.f_user_inhome_time)
1686
- // this.$set('data.f_user_check_time', this.item.f_user_check_time)
1687
- // this.$set('data.f_user_spare_phone', this.item.f_user_spare_phone)
1688
- // this.$set('data.f_user_family_remarks', this.item.f_user_family_remarks)
1689
- // this.$set('data.f_user_equipment_remarks', this.item.f_user_equipment_remarks)
1690
- // 处置方式
1691
- //tag
1692
- this.$set('data.f_gas_guidelines', true)
1693
- this.$set('data.f_safety_warning', true)
1694
- this.$set('data.f_gas_manual', true)
1695
- this.$set('data.f_no_gas_device', false)
1696
- this.$set('data.f_close_valve', false)
1697
- this.$set('data.f_unload_battery', false)
1698
- //tag
1699
- if (this.data.f_check_item_id == '' && this.item.f_no_checkplan == '无计划安检') {
1700
- this.data.f_check_item_id = this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4()
1701
- }
1702
- //tag
1703
- if(this.item.f_plan_meters) {
1704
- for (let de in this.devices) {
1705
- if(typeof this.devices[de]=='function'){
1706
- continue
1707
- }
1708
- this.$set('data.device' + this.devices[de].n, [])
1709
- for (let i = 0; i < this.item.f_plan_meters.length; i++) {
1710
- if (this.item.f_plan_meters[i].f_meter_type) {
1711
- //tag)
1712
- if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
1713
- this.data['device' + this.devices[de].n].push({
1714
- f_device_type: "燃气表",
1715
- f_items: [
1716
- {
1717
- f_defect_level: null,
1718
- f_device_id: "",
1719
- f_is_defect: "",
1720
- f_item_name: "基表编号",
1721
- f_item_value: this.item.f_plan_meters[i].f_meter_no,
1722
- f_path: "",
1723
- type: "number"
1724
- },
1725
- {
1726
- f_defect_level: null,
1727
- f_device_id: "",
1728
- f_is_defect: "",
1729
- f_item_name: "气表型号",
1730
- f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1731
- f_path: "",
1732
- type: "string"
1733
- },
1734
- {
1735
- f_defect_level: null,
1736
- f_device_id: "",
1737
- f_is_defect: "",
1738
- f_item_name: "气表品牌",
1739
- f_item_value: this.item.f_plan_meters[i].f_aliasname,
1740
- f_path: "",
1741
- type: "string"
1742
- },
1743
- {
1744
- f_defect_level: null,
1745
- f_device_id: "",
1746
- f_is_defect: "",
1747
- f_item_name: "进气方向",
1748
- f_item_value: this.item.f_plan_meters[i].f_flow_direction,
1749
- f_path: "",
1750
- type: "string"
1751
- },
1752
- {
1753
- f_defect_level: null,
1754
- f_device_id: "",
1755
- f_is_defect: "",
1756
- f_item_name: "上期表读数",
1757
- f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1758
- f_path: "",
1759
- type: "number"
1760
- },
1761
- {
1762
- f_defect_level: null,
1763
- f_device_id: "",
1764
- f_is_defect: "",
1765
- f_item_name: "表箱号",
1766
- f_item_value: this.item.f_plan_meters[i].f_metertitles,
1767
- f_path: "",
1768
- type: "string"
1769
- }
1770
- ]
1771
- })
1772
- }
1773
- else if (this.devices[de].device == "燃气表") {
1774
- // delete this.config['燃气表']['items']['表底数']
1775
- this.data['device' + this.devices[de].n].push({
1776
- f_device_type: "燃气表",
1777
- f_items: [
1778
- {
1779
- f_defect_level: null,
1780
- f_device_id: "",
1781
- f_is_defect: "",
1782
- f_item_name: "基表编号",
1783
- f_item_value: this.item.f_plan_meters[i].f_meter_no,
1784
- f_path: "",
1785
- type: "number"
1786
- },
1787
- {
1788
- f_defect_level: null,
1789
- f_device_id: "",
1790
- f_is_defect: "",
1791
- f_item_name: "气表型号",
1792
- f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1793
- f_path: "",
1794
- type: "string"
1795
- },
1796
- {
1797
- f_defect_level: null,
1798
- f_device_id: "",
1799
- f_is_defect: "",
1800
- f_item_name: "气表品牌",
1801
- f_item_value: this.item.f_plan_meters[i].f_aliasname,
1802
- f_path: "",
1803
- type: "string"
1804
- },
1805
- {
1806
- f_defect_level: null,
1807
- f_device_id: "",
1808
- f_is_defect: "",
1809
- f_item_name: "进气方向",
1810
- f_item_value: this.item.f_plan_meters[i].f_flow_direction,
1811
- f_path: "",
1812
- type: "string"
1813
- },
1814
- {
1815
- f_defect_level: null,
1816
- f_device_id: "",
1817
- f_is_defect: "",
1818
- f_item_name: "上期表读数",
1819
- f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1820
- f_path: "",
1821
- type: "number"
1822
- },
1823
- {
1824
- f_defect_level: null,
1825
- f_device_id: "",
1826
- f_is_defect: "",
1827
- f_item_name: "表箱号",
1828
- f_item_value: this.item.f_plan_meters[i].f_metertitles,
1829
- f_path: "",
1830
- type: "string"
1831
- }
1832
- ]
1833
- })
1834
- }
1835
- if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_collection_type) {
1836
- this.data['device' + this.devices[de].n].forEach(device => {
1837
- //tag)
1838
- //tag)
1839
- /*
1840
- "累购气量":{"index":8,"type":"number","readonly":true},
1841
- "累购金额":{"index":8,"type":"number","readonly":true},
1842
- "字轮读数":{"index":9,"type":"number","checkmust": true},
1843
- "已用金额":{"index":9,"type":"number","checkmust": true},
1844
- "剩余气量":{"index":10,"type":"number","checkmust": true},
1845
- "剩余金额":{"index":10,"type":"number","checkmust": true},
1846
- "气量异常差值":{"index":11,"type":"number","readonly": true},
1847
- "金额异常差值":{"index":11,"type":"number","readonly": true}
1848
- */
1849
- if (this.item.f_plan_meters[i].f_collection_type == '按金额') {
1850
- if (!this.data.f_collection_type) {
1851
- this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
1852
- delete this.config['燃气表']['items']['累购气量']
1853
- delete this.config['燃气表']['items']['已用气量']
1854
- delete this.config['燃气表']['items']['剩余气量']
1855
- delete this.config['燃气表']['items']['气量异常差值']
1856
- device.f_items.push(
1857
- {
1858
- f_defect_level: null,
1859
- f_device_id: "",
1860
- f_is_defect: "",
1861
- f_item_name: "初始表底",
1862
- isshow: false,
1863
- f_item_value: '',
1864
- f_path: "",
1865
- type: "number"
1866
- },
1867
- {
1868
- f_defect_level: null,
1869
- f_device_id: "",
1870
- f_is_defect: "",
1871
- f_item_name: "累购金额",
1872
- f_item_value: this.item.f_plan_meters[i].f_total_fee,
1873
- f_path: "",
1874
- type: "number"
1875
- },
1876
- {
1877
- f_defect_level: null,
1878
- f_device_id: "",
1879
- f_is_defect: "",
1880
- f_item_name: "已用金额",
1881
- f_item_value: null,
1882
- f_path: "",
1883
- type: "number"
1884
- },
1885
- {
1886
- f_defect_level: null,
1887
- f_device_id: "",
1888
- f_is_defect: "",
1889
- f_item_name: "剩余金额",
1890
- f_item_value: null,
1891
- f_path: "",
1892
- type: "number"
1893
- },
1894
- {
1895
- f_defect_level: null,
1896
- f_device_id: "",
1897
- f_is_defect: "",
1898
- f_item_name: "金额异常差值",
1899
- f_item_value: null,
1900
- f_path: "",
1901
- type: "number"
1902
- }
1903
- )
1904
- //tag)
1905
- }
1906
- } else
1907
- if (this.item.f_plan_meters[i].f_collection_type == '按气量') {
1908
- if (!this.data.f_collection_type) {
1909
- this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
1910
- delete this.config['燃气表']['items']['累购金额']
1911
- delete this.config['燃气表']['items']['已用金额']
1912
- delete this.config['燃气表']['items']['剩余金额']
1913
- delete this.config['燃气表']['items']['金额异常差值']
1914
- device.f_items.push(
1915
- {
1916
- f_defect_level: null,
1917
- f_device_id: "",
1918
- f_is_defect: "",
1919
- f_item_name: "初始表底",
1920
- isshow: true,
1921
- f_item_value: this.item.f_plan_meters[i].f_initial_base,
1922
- f_path: "",
1923
- type: "number"
1924
- },
1925
- {
1926
- f_defect_level: null,
1927
- f_device_id: "",
1928
- f_is_defect: "",
1929
- f_item_name: "累购气量",
1930
- f_item_value: this.item.f_plan_meters[i].f_total_gas,
1931
- f_path: "",
1932
- type: "number"
1933
- },
1934
- {
1935
- f_defect_level: null,
1936
- f_device_id: "",
1937
- f_is_defect: "",
1938
- f_item_name: "已用气量",
1939
- f_item_value: this.item.f_plan_meters[i].f_meter_base,
1940
- f_path: "",
1941
- type: "number"
1942
- },
1943
- {
1944
- f_defect_level: null,
1945
- f_device_id: "",
1946
- f_is_defect: "",
1947
- f_item_name: "剩余气量",
1948
- f_item_value: "",
1949
- f_path: "",
1950
- type: "number"
1951
- },
1952
- {
1953
- f_defect_level: null,
1954
- f_device_id: "",
1955
- f_is_defect: "",
1956
- f_item_name: "气量异常差值",
1957
- f_item_value: null,
1958
- f_path: "",
1959
- type: "number"
1960
- }
1961
- )
1962
- //tag)
1963
- }
1964
- }
1965
- })
1966
- }else if(this.devices[de].device == "燃气表"){
1967
- //tag
1968
- this.data['device' + this.devices[de].n].forEach(device => {
1969
- //tag)
1970
- if (!this.data.f_collection_type) {
1971
- this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
1972
- delete this.config['燃气表']['items']['累购金额']
1973
- delete this.config['燃气表']['items']['已用金额']
1974
- delete this.config['燃气表']['items']['剩余金额']
1975
- delete this.config['燃气表']['items']['金额异常差值']
1976
- device.f_items.push(
1977
- {
1978
- f_defect_level: null,
1979
- f_device_id: "",
1980
- f_is_defect: "",
1981
- f_item_name: "初始表底",
1982
- isshow: true,
1983
- f_item_value: this.item.f_plan_meters[i].f_initial_base,
1984
- f_path: "",
1985
- type: "number"
1986
- },
1987
- {
1988
- f_defect_level: null,
1989
- f_device_id: "",
1990
- f_is_defect: "",
1991
- f_item_name: "累购气量",
1992
- f_item_value: this.item.f_plan_meters[i].f_total_gas,
1993
- f_path: "",
1994
- type: "number"
1995
- },
1996
- {
1997
- f_defect_level: null,
1998
- f_device_id: "",
1999
- f_is_defect: "",
2000
- f_item_name: "已用气量",
2001
- f_item_value: this.item.f_plan_meters[i].f_meter_base,
2002
- f_path: "",
2003
- type: "number"
2004
- },
2005
- {
2006
- f_defect_level: null,
2007
- f_device_id: "",
2008
- f_is_defect: "",
2009
- f_item_name: "剩余气量",
2010
- f_item_value: '',
2011
- f_path: "",
2012
- type: "number"
2013
- },
2014
- {
2015
- f_defect_level: null,
2016
- f_device_id: "",
2017
- f_is_defect: "",
2018
- f_item_name: "气量异常差值",
2019
- isshow:false,
2020
- f_item_value: null,
2021
- f_path: "",
2022
- type: "number"
2023
- }
2024
- )
2025
- //tag)
2026
- }
2027
- })
2028
- }
2029
- }
2030
- }
2031
- }
2032
- }
2033
- var pardate = {
2034
- _this:this,
2035
- tittle:'安检详情',
2036
- safe:true
2037
- }
2038
- // this.$dispatch('gotoson',pardate)
2039
- //tag
2040
- this.$goto('safecheck-userinfo', {userinfo:this.data}, 'repair')
2041
- }
2042
- },
2043
- watch: {
2044
- 'row' () {
2045
- //tag
2046
- this.copy()
2047
- }
2048
- },
2049
- async ready () {
2050
- //送气超期功能
2051
- //await this.isoverDate()
2052
- this.putDevices()
2053
- //如果已检,则提取安检单
2054
- if (this.item.f_state != '未检') {
2055
- if (this.role == 'inspect' || this.role == 'androidview') {
2056
- HostApp.__callback__ = this.loaded
2057
- HostApp.__this__ = this
2058
- let that = this
2059
- let value = {}
2060
- //tag
2061
- if (this.role == 'inspect') {
2062
- //tag
2063
- if (this.item.f_no_checkplan == '无计划安检') {
2064
- value = this.$androidUtil.path({
2065
- alias: 'getUserinfomation',
2066
- data: {condition: "f_check_item_id = '" + this.item.id + "' and f_no_checkplan = '无计划安检'"}
2067
- })
2068
- } else {
2069
- value = this.$androidUtil.bzLogic('FetchCheckPaper', {id: this.item.id})
2070
- }
2071
- } else {
2072
- value = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/path/getUserinfomation`, {data: {condition: `id = '${this.item.f_paper_id}'`}})
2073
- }
2074
- Util.replaceFalse(value)
2075
- //tag)
2076
- if (value.data.length != 0) {
2077
- that.$set('data', value.data[0])
2078
- //tag)
2079
- if (this.data.f_collection_type == '按气量') {
2080
- delete this.config['燃气表']['items']['累购金额']
2081
- delete this.config['燃气表']['items']['已用金额']
2082
- delete this.config['燃气表']['items']['剩余金额']
2083
- delete this.config['燃气表']['items']['金额异常差值']
2084
- } else if (this.data.f_collection_type == '按金额') {
2085
- delete this.config['燃气表']['items']['累购气量']
2086
- delete this.config['燃气表']['items']['已用气量']
2087
- delete this.config['燃气表']['items']['剩余气量']
2088
- delete this.config['燃气表']['items']['气量异常差值']
2089
- }
2090
- //tag)
2091
- if (value.data[0].f_devices) {
2092
- for (let da in that.devices) {
2093
- if(typeof that.devices[da]=='function'){
2094
- continue
2095
- }
2096
- that.$set('data.device' + that.devices[da].n, [])
2097
- }
2098
- value.data[0].f_devices.forEach((item) => {
2099
- //tag)
2100
- for (let i in item.f_items) {
2101
- if(typeof item.f_items[i]=='function'){
2102
- continue
2103
- }
2104
- // if (item.f_items[i].f_path != '' && item.f_items[i].f_path != null) {
2105
- // this.picture.push({f_path: item.f_items[i].f_path, name: item.f_items[i].f_item_name})
2106
- // }
2107
- for (let de in that.config[item.f_device_type].items) {
2108
- if(typeof that.config[item.f_device_type].items[de]=='function'){
2109
- continue
2110
- }
2111
- if (item.f_items[i].f_item_name == de) {
2112
- if (that.config[item.f_device_type].items[de].type == 'selector' || that.config[item.f_device_type].items[de].type == 'checkbox') {
2113
- item.f_items[i].f_item_value = []
2114
- } else {
2115
- item.f_items[i].f_item_value = ''
2116
- }
2117
- }
2118
- }
2119
- //tag)
2120
-
2121
- // if (item.f_items[i].f_item_name=='累购气量'){
2122
- // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_total_gas
2123
- // }else if (item.f_items[i].f_item_name=='累购金额'){
2124
- // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_total_fee
2125
- // }else if (item.f_items[i].f_item_name=='基表编号'){
2126
- // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_meter_no
2127
- // }else if (item.f_items[i].f_item_name=='气表品牌'){
2128
- // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_aliasname
2129
- // }else if (item.f_items[i].f_item_name=='进气方向'){
2130
- // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_flow_direction
2131
- // }else if (item.f_items[i].f_item_name=='气表型号'){
2132
- // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_diaphgram_size
2133
- // }else if (item.f_items[i].f_item_name=='表箱号'){
2134
- // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_metertitles
2135
- // }
2136
- // else{
2137
- for (let j in item.f_items[i].f_item_lists) {
2138
- if(typeof item.f_items[i].f_item_lists[j]=='function'){
2139
- continue
2140
- }
2141
- //tag)
2142
- if (item.f_items[i].f_item_value instanceof Array) {
2143
- item.f_items[i].f_item_value.push(item.f_items[i].f_item_lists[j].f_item_value)
2144
- } else {
2145
- item.f_items[i].f_item_value = item.f_items[i].f_item_lists[j].f_item_value
2146
- }
2147
- }
2148
- // }
2149
-
2150
- }
2151
- for (let de in that.devices) {
2152
- if(typeof that.devices[de]=='function'){
2153
- continue
2154
- }
2155
- if (that.devices[de].device == item.f_device_type) {
2156
- that.data['device' + that.devices[de].n].push({
2157
- f_device_type: item.f_device_type,
2158
- f_items: item.f_items
2159
- })
2160
- //tag)
2161
- }
2162
- }
2163
- })
2164
- if (this.role == 'androidview') {
2165
- Util.androidRatifyPics(that.data, this.$androidUtil.getProxyUrl())
2166
- Util.androidRatifyPics(that.picture, this.$androidUtil.getProxyUrl())
2167
- Util.booleanFilter(that.data)
2168
- }
2169
- //tag)
2170
- }
2171
- } else {
2172
- //tag
2173
- this.init()
2174
- }
2175
- if(this.parentPage && this.parentPage=='CurrentCreate'){
2176
- //tag
2177
- let isRecodr = this.$appdata.getSingleValue('无限制录音'); //单值参数,为true则是开启全程录音
2178
- if (isRecodr) {
2179
- if (isRecodr=='true') {
2180
- this.$showMessage("为了保证服务质量,您的电话将会被全程录音!")
2181
- // 初始化录音
2182
- let resse = this.record()
2183
- }
2184
- }
2185
- }
2186
- //tag
2187
- var pardate = {
2188
- _this:this,
2189
- tittle:'安检详情',
2190
- safe:true
2191
- }
2192
- // this.$dispatch('gotoson',pardate)getImgPath
2193
- this.$goto('safecheck-userinfo', {userinfo:this.data}, 'repair')
2194
- } else {
2195
- let that = this
2196
- let id
2197
- if (this.role == 'view') {
2198
- id = this.item.id
2199
- }
2200
- this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/path/getUserinfomation`, {data:{condition:`id = '${id}'`}}).then((respanse)=> {
2201
- if (respanse.data.length != 0) {
2202
- that.data = Object.assign(that.data,respanse.data[0])
2203
- if(respanse.data[0].f_devices) {
2204
- for (let da in that.devices) {
2205
- that.$set('data.device' + that.devices[da].n, [])
2206
- }
2207
- respanse.data[0].f_devices.forEach((item) => {
2208
- for (let de in that.devices) {
2209
- if (that.devices[de].device == item.f_device_type) {
2210
- that.data['device' + that.devices[de].n].push({
2211
- f_device_type: item.f_device_type,
2212
- f_items: item.f_items
2213
- })
2214
- }
2215
- }
2216
- })
2217
- }
2218
- Util.replaceFalse(that.data)
2219
- Util.booleanFilter(that.data)
2220
- if(this.role == 'view'){
2221
- Util.ratifyPics(that.data)
2222
- }else{
2223
- Util.androidRatifyPics(that.data,this.$androidUtil.getProxyUrl())
2224
- }
2225
- //tag
2226
- } else {
2227
- alert("该安检单可能已不在本地!")
2228
- this.init()
2229
- }
2230
- var pardate = {
2231
- _this:this,
2232
- tittle:'安检详情',
2233
- safe:true
2234
- }
2235
- // this.$dispatch('gotoson',pardate)
2236
- this.$goto('safecheck-userinfo', {userinfo:this.data}, 'paper-router')
2237
- }
2238
- ).catch(
2239
- (respanse) => {
2240
- alert('查找安检单失败')
2241
- })
2242
- }
2243
- }else{
2244
- if(this.parentPage && this.parentPage=='CurrentCreate'){
2245
- //tag
2246
- let isRecodr = this.$appdata.getSingleValue('无限制录音'); //单值参数,为true则是开启全程录音
2247
- if (isRecodr) {
2248
- if (isRecodr=='true') {
2249
- this.$showMessage("为了保证服务质量,您的电话将会被全程录音!")
2250
- // 初始化录音
2251
- let resse = this.record()
2252
- }
2253
- }
2254
- }
2255
- this.init()
2256
- }
2257
- // tbs合并数组
2258
- // if( this.model.serviceacitivity[0].servicerepair.length > 0){
2259
- // for(let i = 0;i < this.model.serviceacitivity[0].servicerepair.length;i++ ){
2260
- //
2261
- // }
2262
- // }
2263
- },
2264
- components: {
2265
- // 'door-service': DoorService,
2266
- // 'repair-info': RepairInfo,
2267
- // 'repair-user-info': RepairUserInfo,
2268
- // 'outlay': Outlay,
2269
- // 'fault-all': FaultAll,
2270
- // 'repair-details':RepairDetails
2271
- // 'pipeline': Pipeline,
2272
- // 'device-service': DeviceService,
2273
- // 'trouble-removal': TroubleRemoval,
2274
- // 'cooking-utensils': CookingUtensils,
2275
- // 'repair-matter-info': RepairMatterInfo,
2276
- // 'first-gas-check': FirstGasCheck,
2277
- // 'tel-change-matter': TelChangeMatter/
2278
- },
2279
- events: {
2280
- 'tijiao': function () {
2281
- // 事件回调内的 `this` 自动绑定到注册它的实例上
2282
- this.confirm()
2283
- }
2284
- }
2285
- }
2286
- </script>
2287
- <style lang="less">
2288
- @import "../../../../src/bootstrap/less/variables.less";
2289
- .noclickbut {
2290
- pointer-events: none;
2291
- }
2292
- .tab-befor-img (@url) {
2293
- content: '';
2294
- background-image: url("@{url}");
2295
- background-size: 20px;
2296
- display: inline-block;
2297
- margin-right: 8px;
2298
- margin-top: 0.3em;
2299
- height: 1.3em;
2300
- width: 1.3em;
2301
- vertical-align: -35%;
2302
- }
2303
-
2304
- @media screen and (min-width: 768px) {
2305
- .android-repair-order > div > ul a {
2306
- font-size: @font-size-h2;
2307
- margin: 0.3em 0;
2308
- }
2309
- }
2310
- .repair-details-class{
2311
- &::before {
2312
- .tab-befor-img("../../../assets/huneiweixiu1.png");
2313
- }
2314
- }
2315
- .repair-info-class {
2316
- &::before {
2317
- .tab-befor-img("../../../assets/baoxiuxinxi1.png");
2318
- }
2319
- }
2320
- .repair-user-info-class {
2321
- &::before {
2322
- .tab-befor-img("../../../assets/jibenxinxi1.png")
2323
- }
2324
- }
2325
-
2326
- .door-service-class {
2327
- &::before {
2328
- .tab-befor-img("../../../assets/huneiweixiu1.png")
2329
- }
2330
- }
2331
-
2332
- .pipeline-class {
2333
- &::before {
2334
- .tab-befor-img("../../../assets/guandao1.png")
2335
- }
2336
- }
2337
-
2338
- .device-service-class {
2339
- &::before {
2340
- .tab-befor-img("../../../assets/shebeiweixiu1.png")
2341
- }
2342
- }
2343
-
2344
- .trouble-removal-class {
2345
- &::before {
2346
- .tab-befor-img("../../../assets/shiguchuli.png")
2347
- }
2348
- }
2349
-
2350
- .cooking-utensils-class {
2351
- &::before {
2352
- .tab-befor-img("../../../assets/zaoju1.png")
2353
- }
2354
- }
2355
-
2356
- .outlay-class {
2357
- &::before {
2358
- .tab-befor-img("../../../assets/feiyong1.png")
2359
- }
2360
- }
2361
-
2362
- .fault-all-class {
2363
- &::before {
2364
- .tab-befor-img("../../../assets/guzhanghuizong1.png")
2365
- }
2366
- }
2367
- .photo-write-class {
2368
- &::before {
2369
- .tab-befor-img("../../../assets/zaoju.png")
2370
- }
2371
- }
2372
- .delay-apply-class {
2373
- &::before {
2374
- .tab-befor-img("../../../assets/yonghubaoxiu.png")
2375
- }
2376
- }
2377
-
2378
- .repair-back-class {
2379
- &::before {
2380
- .tab-befor-img("../../../assets/fanhui.png")
2381
- }
2382
- }
2383
- .butt2 {
2384
- display: inline;
2385
- float: right;
2386
- width: 10px;
2387
- text-align: center;
2388
- align-items:center;
2389
- position: absolute;
2390
- top:50%;
2391
-
2392
- left:90%;
2393
- transform: translate(-50%,-50%);
2394
- }
2395
- .linesty{
2396
- display: inline-block;
2397
- height:1px;
2398
- width:100%;
2399
- background:#d0d0d0;
2400
- overflow:hidden;
2401
- vertical-align: middle;
2402
- }
2403
- .spanboder{
2404
- border-bottom:2px solid #499edf;
2405
- padding-bottom: 8px
2406
- }
2407
- .app-botton {
2408
- position:fixed;
2409
- background: #87b2dd;
2410
- right:8px;
2411
- color: #FFF;
2412
- padding: 8px;
2413
- text-align: center;
2414
- font-size: 1.2em;
2415
- z-index: 10;
2416
- opacity:0.5;
2417
- bottom: 50px;
2418
- margin-top: -10px;
2419
- height: 40px;
2420
- }
2421
- .android-repair-order > div > ul a {
2422
- font-size: 12px;
2423
- color: #333333;
2424
- padding: 13px 16px;
2425
- }
2426
- </style>
1
+ <template>
2
+ <!--<div class="app-botton" @click="back()">-->
3
+ <!--返回<span class="glyphicon glyphicon-menu-right"></span>-->
4
+ <!--</div>-->
5
+ <div id="savebut" class="no-close row android-repair-order" style="background-color: #f9f9f9">
6
+ <div class="col-sm-12 col-xs-12" >
7
+ <ul class="nav nav-tabs" style="background:#ffffff;overflow-y: hidden">
8
+ <li v-for="row in tabs" @click="tabSelect(row,$index)" :class="{active1: row.complete === componentName}"
9
+ v-if="$index < number+1 && $index < faultshow.number" >
10
+ <a href="#" style="background-color: #ffffff;color: #666666;font-size: 16px;font-family:SimSun" :class="row.class">
11
+ <span class="spanboder">{{row.header}}</span>
12
+ <img class="butt2" :src="imgback(row.complete === componentName,row.header === header)"></a>
13
+ <p></p>
14
+ </li>
15
+ <div class="col-sm-12 col-xs-12 repair-bg" v-show="routeShow">
16
+ <route name='repair' :reuse="false"></route>
17
+ </div>
18
+ <li v-for="row in tabs" @click="tabSelect(row,$index)" :class="{active1: row.complete === componentName}"
19
+ v-if="$index > number && $index < faultshow.number ">
20
+ <a href="#" style="background-color: #ffffff;color: #666666;font-size: 16px;font-family:SimSun" :class="row.class">
21
+ <span class="spanboder">{{row.header}}</span>
22
+ <img class="butt2" :src="imgback(row.complete === componentName,row.header === header)"></a>
23
+ <p></p>
24
+ </li>
25
+ <div class="col-sm-12 col-xs-12 repair-bg" v-if="actionEnabled ">
26
+ <div class="auto select-overspread form-horizontal repair-bg " style="padding-bottom:5px;">
27
+ <div class="bq-parent">
28
+ <blockquote class="blockquote">
29
+ <p>安检上传</p>
30
+ </blockquote>
31
+ </div>
32
+ <div class="panel panel-default auto repair-info-content">
33
+ <div class="panel-body ">
34
+ <div class="row auto">
35
+ <!--<div class="col-xs-12 col-sm-12 col-md-12" :style="timeSet(this.isneedDate)?'':'display:none'">-->
36
+ <!--<label>请输入超期原因:</label><br/>-->
37
+ <!--<textarea style="width: 100%;" v-model=""></textarea>-->
38
+ <!--</div>-->
39
+ <div class="col-xs-12 col-sm-12 col-md-12 flex-between" style="margin-top: 20px;">
40
+ <div class="col-xs-3 col-sm-3 col-md-3" v-if="parentPage=='CurrentCreate'">
41
+ <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="save('temp')">
42
+ 临时保存
43
+ </button>
44
+ </div>
45
+ <div class="col-xs-3 col-sm-3 col-md-3">
46
+ <button class="col-sm-3 btn btn-primary" @click="save('finish')">
47
+ 本地缓存
48
+ </button>
49
+ </div>
50
+ <div class="col-xs-3 col-sm-3 col-md-3">
51
+ <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="uploadCheckPaper">
52
+ 上传
53
+ </button>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ </ul>
62
+ </div>
63
+
64
+ </div>
65
+ </template>
66
+
67
+ <script>
68
+ // 户内维修
69
+ import Vue from 'vue'
70
+ import * as Util from '../../Util'
71
+ // import DoorService from './DoorService'
72
+ // import Pipeline from './Pipeline'
73
+ // import DeviceService from './DeviceService'
74
+ // import TroubleRemoval from './TroubleRemoval'
75
+ // import FirstGasCheck from './FirstGasCheck'
76
+ // import RepairMatterInfo from './RepairMatterInfo'
77
+ // import TelChangeMatter from './TelChangeMatter'
78
+ import { HttpResetClass } from 'vue-client'
79
+ import co from 'co'
80
+ import $ from "jquery";
81
+ let loadParamGem = async function (self) {
82
+ await self.$LoadParams.loadParam()
83
+ }
84
+
85
+ export default {
86
+ title: '安检单',
87
+ props: ['f_plan_id', 'item', 'role','parentPage','source'],
88
+ // props: ['f_plan_id', 'role'],
89
+ data() {
90
+ return {
91
+ //测试数据
92
+ // f_plan_id:'',
93
+ // role:'inspect',
94
+ // item:{"f_approved_time":null,"f_user_family_remarks":null,"f_street":"测试街道","f_repair_approved_time":null,
95
+ // "f_user_type":null,"f_approved_by":null,"f_card_id":null,"f_remark":null,"f_building":"1","f_batch_number":null,
96
+ // "f_idnumber":null,"f_state":"未检","id":"0EFE0EE2-B155-46F9-8DE0-38C022664A4D","f_complete":null,"f_check_state":null,"f_last_check_state":"拒检",
97
+ // "f_user_inhome_time":null,"f_residential_area":"测试小区1","version":1,"f_processid":null,"f_last_check_result":"{\"result\":\"正常\",\"data\":[]}",
98
+ // "f_area":null,"f_usegas":null,"f_user_phone":"16566546548","f_slice_area":"营业大区","f_approved":"未审核","f_upload_state":"未传","f_user_check_time":null,
99
+ // "f_unit":"1","f_user_spare_phone":null,"f_last_check_date":null,"f_userproperties":null,"f_userfile_id":null,"f_prearranged_date":null,"f_filialeid":"453",
100
+ // "f_branch":null,"f_orgstr":null,"f_plan_year":2020,"f_orgid":null,"f_approval_notified":null,"f_plan_month":4,"f_approved_note":null,"f_filialeids":null,
101
+ // "f_floor":"1","f_flag":null,"f_repair_approved_note":null,"f_userinfo_code":"00000002","f_create_time":"2020-05-10 18:56:03","f_meter_no":"","f_station":null,
102
+ // "f_repair_approved":"未审核","f_no_checkplan":"有计划安检","f_plan_name":"关于","f_repair_approved_by":null,"f_room":"1","f_office":null,"f_comments":null,
103
+ // "f_address":"兰山街道泰盛小区1栋1单元1层1室","id_back":null,"f_userinfoid":"2","f_subcompany":null,"f_addressid":null,"f_user_phone2":null,
104
+ // "f_user_equipment_remarks":null,"f_plan_id":"0819ea6707ad4d9dad217c06a87f4227","f_user_name":"用户二",
105
+ // "f_plan_meters":[{"f_weizhi":null,"f_flow_direction":"右表","f_metertitles":"","f_prior_reading":0,"f_meter_no":"2119035714","f_collection_type":"按金额","f_aliasname":"先锋系统结算物联网表","f_meter_type":"物联网表","version":3,"f_maker":null,"f_metergasnums":0,"f_total_fee":100,"f_diaphgram_size":"G2.5","f_total_gas":0,"id":18663},{"f_weizhi":null,"f_flow_direction":"右表","f_metertitles":"","f_prior_reading":0,"f_meter_no":"2118999901","f_collection_type":"按金额","f_aliasname":"先锋系统结算物联网表","f_meter_type":"物联网表","version":1,"f_maker":null,"f_metergasnums":0,"f_total_fee":0,"f_diaphgram_size":"G2.5","f_total_gas":0,"id":18663}]
106
+ // },
107
+
108
+ data: {
109
+ f_devices: [],
110
+ f_defect_content:'',
111
+ f_recording1_path:''
112
+ },
113
+ updateuserphone:false, //安检时是否更新用户电话
114
+ beforephone:'',
115
+ isUpload:false,
116
+ onlySave:true, //判断保存还是保存并上传
117
+ livedispose:'',
118
+ startClick:false, //开始安检按钮是否可点击
119
+ isStrat: false, //是否开始安检
120
+ checkResult:{},//查询结果
121
+ newcheckResult:{},
122
+ timer: null,
123
+ showModal: false,
124
+ pic_to_be_viewed: '',
125
+ showBack:true,
126
+ devices: [],
127
+ f_devices : [],
128
+ isToRepair:false,
129
+ clickBack:true, //是否点击返回按钮
130
+ isSafeCheckToRepair:false,//是否转维修
131
+ Url:this.$androidUtil.getProxyUrl(),
132
+ detail:{},
133
+ defectDevice:{},
134
+ user:{},
135
+ model: { //转维修数据
136
+ // 一次派单
137
+ serviceacitivity: [{
138
+ f_service_acitivity_type: '派单'
139
+ }],
140
+ f_source:'安检',
141
+ f_service_id: '',
142
+ f_contact_phone: '',
143
+ f_meetunit: '',
144
+ f_phone: '',
145
+ f_user_name: '',
146
+ f_address: '',
147
+ f_repair_date: Util.toStandardTimeString(),
148
+ f_card_id: '',
149
+ // f_department: '', 站点选择
150
+ f_reciever:'',
151
+ f_remarks: '',
152
+ f_user_type: '',
153
+ f_area: '',
154
+ f_unit_name:'',
155
+ f_street: '',
156
+ f_residential_area: '',
157
+ f_building: '',
158
+ f_unit: '',
159
+ f_floor: '',
160
+ f_room: '',
161
+ aState: null,
162
+ f_repairtype: '',
163
+ f_repairitems:{},
164
+ },
165
+ repairitems:[],
166
+ meading:'转站点',
167
+ config: {
168
+ "燃气表":{
169
+ "checkmust":false,
170
+ "index":1,
171
+ "items":{
172
+ //"燃气表照片":{"index":1,"type":"picture","remark":"(拍摄清晰的表具编号、字轮数、剩余气量等)"},
173
+ "基表编号":{"index":1,"type":"string","readonly":true},
174
+ "气表型号":{"index":2,"type":"string","readonly":true},
175
+ "气表品牌":{"index":3,"type":"string","readonly":true},
176
+ "进气方向":{"index":4,"type":"string","readonly":true},
177
+ "初始表底":{"index":5,"type":"number","isshow":false,"readonly":true},
178
+ "上期表读数":{"index":6,"type":"number","readonly":true,isshow:false},
179
+ "累购气量":{"index":7,"type":"number","readonly":true},
180
+ "累购金额":{"index":7,"type":"number","readonly":true},
181
+ "已用气量":{"index":8,"type":"number","checkmust": false},//基表数
182
+ "已用金额":{"index":8,"type":"number","checkmust": false},
183
+ "剩余气量":{"index":9,"type":"number","checkmust": false},//累购-已用
184
+ //显示屏数 --实际剩余气量
185
+ "剩余金额":{"index":9,"type":"number","checkmust": false},
186
+ "气量异常差值":{"index":10,"type":"number","readonly": true},
187
+ "金额异常差值":{"index":10,"type":"number","readonly": true},
188
+ "表箱号":{"index":11,"type":"string","readonly": true}
189
+ }
190
+ // 注意,配置项的index必须与上面的固定配置保持'顺序'
191
+ },
192
+ // "燃气表2":{
193
+ // "checkmust":true,
194
+ // "index":2,src
195
+ // "items":{
196
+ // "燃气表照片":{"index":1,"type":"picture"},
197
+ // "表品牌":{"index":2,"type":"string","readonly":true},
198
+ // "表号":{"index":3,"type":"string","readonly":true},
199
+ // "表封号":{"index":4,"type":"number","readonly":true},
200
+ // "表型号":{"index":5,"type":"string","readonly":true},
201
+ // "位置":{"index":6,"type":"string","readonly":true},
202
+ // "表底数":{"index":7,"type":"number","readonly":true},
203
+ // "累购气量":{"index":8,"type":"number","readonly":true},
204
+ // "累购金额":{"index":8,"type":"number","readonly":true}
205
+ // }
206
+ // }
207
+ },
208
+ // 维修项
209
+ isneedDate:'',
210
+ routeShow:true,
211
+ number:0,
212
+ shupingshow:false,
213
+ pipeline: {},
214
+ details: [],
215
+ ids: '',
216
+ savevalid: {
217
+ uservalid: false,
218
+ doorvalid: true,
219
+ changetable: false
220
+ },
221
+ doordetails: {},
222
+ devicedetails: {},
223
+ cookdetails: {},
224
+ componentName: 'safecheck-userinfo',
225
+ header:'客户信息',
226
+ tabs: [
227
+ // 参数全部设置成空,在ready时,等model处理好了,再添加
228
+ {
229
+ header: '客户信息',complete:'safecheck-userinfo',class: 'repair-info-class', props: null
230
+ },
231
+ {
232
+ header: '拍照签名',complete:'paper-feedback', class: 'outlay-class', props: null
233
+ }
234
+ ],
235
+ faultshow:{
236
+ number : 8
237
+ } // 控制 故障汇总 在 菜单里显示与否,
238
+ }
239
+ },
240
+ computed: {
241
+ actionEnabled: {
242
+ get() {
243
+ return this.role == 'inspect'
244
+ }
245
+ }
246
+ },
247
+ methods: {
248
+ closely(isdelete){
249
+ try {
250
+ var startOrStopAudioClipStr;
251
+ if (isdelete===true) {
252
+ //tag
253
+ startOrStopAudioClipStr= HostApp.startOrStopAudioClip("----",'停止并删除录音') //停止并删除录音
254
+ }else {
255
+ //tag
256
+ startOrStopAudioClipStr= HostApp.startOrStopAudioClip("----",'停止录音') //停止录音
257
+ }
258
+ if (startOrStopAudioClipStr.code == 200) {
259
+ //tag
260
+ return true;
261
+ }else {
262
+ return false;
263
+ }
264
+ } catch (e) {
265
+ console.error("关闭录音方法异常")
266
+ console.error(e)
267
+ return false;
268
+ }
269
+ },
270
+ // 录音方法
271
+ record() {
272
+ //tag
273
+ if (this.role != 'inspect') {
274
+ if (this.data.f_recording1_path != '') {
275
+ window.location = "/rs/file"+this.data.f_recording1_path
276
+ }
277
+ } else {
278
+ //tag
279
+ let fileName
280
+ if (!this.data.f_recording1_path) {
281
+ fileName = Util.guid() + '.amr'
282
+ } else {
283
+ fileName = Util.getFileName(this.data.f_recording1_path)
284
+ }
285
+ //HostApp.__this__ = this
286
+ /*调用无限制录音模块*/
287
+ let startOrStopState = HostApp.startOrStopAudioClip(fileName,"开始录音")
288
+ //tag
289
+ if (startOrStopState.code == 200) {
290
+ this.data.f_recording1_path = "file:///storage/emulated/0/safecheck/" + fileName
291
+ //tag
292
+ return true;
293
+ }else {
294
+ return false;
295
+ }
296
+ }
297
+ },
298
+ saveNoclick() {
299
+ // 禁用点击事件
300
+ $("#savebut").addClass("noclickbut");
301
+ //tag
302
+
303
+ // 5秒后启用点击事件
304
+ setTimeout(function(){
305
+ $("#savebut").removeClass("noclickbut");
306
+ },5000);
307
+ },
308
+ timeSet(val){
309
+ if (!val){
310
+ return
311
+ }
312
+ let time =new Date(val).getTime()
313
+ let time2=new Date().getTime()
314
+ if (time2>time) {
315
+ return true
316
+ }
317
+ },
318
+ imgback(val,isheader){
319
+ if(val && this.routeShow && isheader){
320
+ return require('../../../assets/xiangxia1.png')
321
+ }else{
322
+ return require('../../../assets/xiangyou1.png')
323
+ }
324
+ },
325
+ changediv(val){
326
+ //tag
327
+ return val
328
+ },
329
+ // 选择tab
330
+ tabSelect (item,number) {
331
+ this.header = item.header
332
+ //tag
333
+ //tag
334
+ //tag
335
+ //tag
336
+ // 处理关闭/显示 内容
337
+ if(this.number == number && !this.routeShow ){
338
+ this.routeShow = true
339
+ }else if(this.number == number && this.routeShow){
340
+ this.routeShow = false
341
+ }else if(this.number != item.complete){
342
+ this.routeShow = true
343
+ }
344
+ this.number = number
345
+ this.componentName = item.complete
346
+ //tag
347
+ if(item.complete == 'safecheck-devices'){
348
+ //tag
349
+ if(item.header != '燃气表' && this.data['device'+item.number].length == 0){
350
+ this.data['device' + item.number].push({})
351
+ }
352
+ //tag
353
+ //tag)
354
+ let idx=this.data['device' + item.number].length - 1
355
+ let itemprops = {
356
+ config:this.config,
357
+ device:this.devices[item.number-1],
358
+ idx:idx,
359
+ role:'inspect'
360
+ }
361
+ //tag
362
+ //tag)
363
+ //tag)
364
+ //tag
365
+ if(this.routeShow){
366
+ this.$goto(item.complete, itemprops, 'repair')
367
+ //tag
368
+ }
369
+ }else{
370
+ //tag
371
+ if(this.routeShow){
372
+ this.$goto(item.complete, {userinfo:this.data}, 'repair')
373
+ }
374
+ }
375
+ this.shupingshow = true
376
+ },
377
+ // 给组件添加参数
378
+ getImgPath() {
379
+ for (var i = 0; i < this.model.serviceacitivity[0].imgs.length; i++) {
380
+ this.ids += this.model.serviceacitivity[0].imgs[i].imgid + ','
381
+ }
382
+ this.ids = this.ids.substring(0, this.ids.length - 1)
383
+ if(this.ids){
384
+ this.getImgGen();
385
+ }
386
+ },
387
+ getImgGen(){
388
+ let http = new HttpResetClass()
389
+ http.load('POST','api/af-safecheck/sql/safe_singleTable_OrderBy', {data: {
390
+ items: '*',
391
+ tablename: 't_files',
392
+ condition: `id in (${this.ids})`,
393
+ orderitem: 'id'
394
+ }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
395
+ for (let i = 0; i < res.data.length; i++) {
396
+ for (let j = 0; j < this.model.serviceacitivity[0].imgs.length; j++) {
397
+ //tag)
398
+ //tag
399
+ if (res.data[i].id.toString() === this.model.serviceacitivity[0].imgs[j].imgid) {
400
+ this.model.serviceacitivity[0].imgs[j] = Object.assign({}, res.data[i], this.model.serviceacitivity[0].imgs[j])
401
+ }
402
+ }
403
+
404
+ }
405
+ })
406
+ },
407
+
408
+ sortDetails(){
409
+ for (let i = 0; i < this.details.length; i++) {
410
+ if (this.details[i].details.length) {
411
+ for (let j = 0; j < this.details[i].details.length; j++) {
412
+ if (this.details[i].details[j].f_type === 'a') {
413
+ this.doordetails = {details: this.details[i].details}
414
+ break
415
+ }
416
+ if (this.details[i].details[j].f_type === 'b') {
417
+ this.devicedetails = {details: this.details[i].details}
418
+ break
419
+ }
420
+ if (this.details[i].details[j].f_type === 'c') {
421
+ this.cookdetails = {details: this.details[i].details}
422
+ break
423
+ }
424
+ }
425
+ }
426
+ }
427
+ },
428
+ // 复制数据
429
+ back () {
430
+ let _this = this
431
+ if(this.issee){
432
+ _this.$back()
433
+ return
434
+ }
435
+ this.$showMessage('所填写内容将不可恢复!', ['confirm', 'cancel']).then((res) => {
436
+ if (res === 'confirm') {
437
+ this.closely()
438
+ _this.$back()
439
+ }
440
+ })
441
+ },
442
+ confirm(){
443
+ this.$dispatch('confirm')
444
+ },
445
+ tick() {
446
+ this.timer = null
447
+ this.data.f_offsite_time = Util.toStandardTimeString()
448
+ this.timer = window.setTimeout(this.tick, 1000)
449
+ },
450
+ getRepairState() {
451
+ let repaired = true
452
+ this.data.f_defects.forEach((defect) => {
453
+ repaired = repaired & (defect.f_ratification == '已处理')
454
+ })
455
+ return repaired
456
+ },
457
+ verifyRepairDefects() {
458
+ this.data.f_repair_date = Util.toStandardTimeString()
459
+ this.data.f_repaired = this.getRepairState() ? '已修' : '在修'
460
+ },
461
+ errorVerify() {
462
+ let hasError = this.verifyState()
463
+ if(hasError)
464
+ return hasError
465
+
466
+ if(this.data.f_entry_status != '入户')
467
+ return null
468
+ hasError = this.verifyUser()
469
+ if(hasError)
470
+ return hasError
471
+ hasError = this.verifyDevices()
472
+ if(hasError)
473
+ return hasError
474
+ hasError = this.verifyFeedback()
475
+ if(hasError)
476
+ return hasError
477
+ },
478
+ verifyState() {
479
+ if(Vue.android && this.data.f_entry_status == '未使用天然气' && this.data.f_nongasuser_path == Vue.nopic)
480
+ return '未使用天然气则必须拍照'
481
+ if(Vue.android && this.data.f_entry_status == '到访不遇' && this.data.f_noanswer_path == Vue.nopic)
482
+ return '到访不遇必须拍照'
483
+ },
484
+ verifyUser() {
485
+ //tag
486
+ //tag
487
+ //tag)
488
+ let prefix = '用户基本信息:'
489
+ if(Util.required(this.data.f_user_name))
490
+ return prefix + '用户名必须输入'
491
+ if(!(/^\d{11}$/.test(this.data.f_user_phone))) {
492
+
493
+ return '请输入正确的电话号码'
494
+ }
495
+ // if(Util.required(this.data.f_residential_area))
496
+ // return prefix + '小区名称必须输入'
497
+ if(Util.required(this.data.f_address))
498
+ return prefix + '地址必须输入'
499
+ },
500
+ verifyDevices() {
501
+ for (let dev in this.config) {
502
+ if (this.config[dev].checkmust == true) {
503
+ let error = true
504
+ for(let device in this.data) {
505
+ if (device.startsWith("device")) {
506
+ for (let item in this.data[device]) {
507
+ if (this.data[device].length != 0 && this.data[device][item].f_device_type == dev) {
508
+ error = false
509
+ }
510
+ }
511
+ }
512
+ }
513
+ if (error) {
514
+ return "请检查" + dev
515
+ }
516
+ }
517
+ }
518
+
519
+ for (let dev in this.config) {
520
+ for(let device in this.data) {
521
+ if (device.startsWith("device")) {
522
+ for (let item in this.data[device]) {
523
+ //检查每一条安检结果
524
+ if (this.data[device].length != 0 && this.data[device][item].f_device_type == dev) {
525
+ for (let i in this.data[device][item].f_items) {
526
+ for (let it in this.config[dev].items) {
527
+ if (it == this.data[device][item].f_items[i].f_item_name) {
528
+ let check=false
529
+ if (!this.data[device][item].f_items[i].f_item_value){
530
+ check=true
531
+ }else if (Array.isArray(this.data[device][item].f_items[i].f_item_value)){
532
+ if (this.data[device][item].f_items[i].f_item_value.length==0){
533
+ check=true
534
+ }
535
+ }
536
+
537
+ if(this.config[dev].items[it].type=='picture' && this.config[dev].items[it].checkmust == true && !this.data[device][item].f_items[i].f_path){
538
+ return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + "未检查"
539
+ }
540
+ if (this.config[dev].items[it].type !='picture' && this.config[dev].items[it].checkmust == true && check) {
541
+ return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + "未检查"
542
+ }
543
+ }
544
+ }
545
+ //检查安检下拉结果
546
+ if (this.data[device][item].f_items[i].type == 'selector' || this.data[device][item].f_items[i].type == 'radio') {
547
+ if (this.data[device][item].f_items[i].f_is_defect == true && this.data[device][item].f_items[i].f_path == Vue.nopic) {
548
+ return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + this.data[device][item].f_items[i].f_item_value + "选中必须拍照"
549
+ }
550
+ }
551
+ }
552
+ }
553
+ }
554
+ }
555
+ }
556
+ }
557
+ },
558
+
559
+
560
+ verifyFeedback() {
561
+ let prefix = '拍照签名:'
562
+ //tag)
563
+ if(Vue.android && (!this.data.f_overall_imgs || this.data.f_overall_imgs.length == 0) && this.data.f_entry_status == '入户')
564
+ return prefix + '必须有安检总体照片'
565
+ // if(Vue.android && (!this.data.f_sign_path || this.data.f_sign_path.length == 0) && this.data.f_entry_status == '入户')
566
+ // return prefix + '必须有用户签名'
567
+ if(Vue.android && this.data.f_defect_notified && this.data.f_notified_path == Vue.nopic)
568
+ return prefix + '下发安检通知书则必须给通知书拍照'
569
+ if(Vue.android && this.data.f_blacklist && this.data.f_blocking_cause=='')
570
+ return prefix + '请填写拉黑原因'
571
+ if(!this.data.f_client_evaluation && this.data.f_entry_status == '入户')
572
+ return prefix + '请选择服务评价'
573
+ },
574
+
575
+ getAllDefect() {
576
+ let checkResults = {
577
+ result: '正常',
578
+ data: []
579
+ }
580
+ let value = ''
581
+ let codata = JSON.parse(JSON.stringify(this.data))
582
+ //tag)
583
+ //tag)
584
+ codata.f_devices = []
585
+ this.f_devices = []
586
+ for (let device in codata) {
587
+ let f_device_type
588
+ if (device.startsWith("device")) {
589
+ //tag)
590
+ let hasOther = ''
591
+ let otherValue = null
592
+ for (let item in codata[device]) {
593
+ if(typeof codata[device][item]=='function'){
594
+ continue
595
+ }
596
+ codata[device][item].f_create_time = Util.toStandardTimeString()
597
+ // if (codata[device].length > 1) {
598
+ // let j = Number.parseInt(item) + 1
599
+ // f_device_type = `${codata[device][item].f_device_type}${j}`
600
+ // } else {
601
+ // f_device_type = codata[device][item].f_device_type
602
+ // }
603
+ //tag
604
+ //tag
605
+ //tag)
606
+ //tag)
607
+ if(item == 'sum' || item == 'removeEmpty'){
608
+ continue
609
+ }
610
+ for (let i = 0; i < codata[device][item].f_items.length ; i++) {
611
+ //tag
612
+ if(i == 'sum' || i == 'removeEmpty'){
613
+ continue
614
+ }
615
+ //tag)
616
+ var items = codata[device][item].f_items[i]
617
+ items.f_create_time = Util.toStandardTimeString()
618
+ //tag)
619
+ items.f_item_lists = []
620
+ //tag)
621
+ // //tag)
622
+ // //tag} name => ${JSON.stringify(items.f_item_name)} value => ${JSON.stringify(items.f_item_value)}`)
623
+ // console.log(`f_is_defect => ${this.config[codata[device][item]
624
+ // .f_device_type]
625
+ // .items[items.f_item_name]
626
+ // .options
627
+ // .find((option)=>option.data === items.f_item_value)
628
+ // .map((option)=>option.f_is_defect)}`)
629
+ // if (items.f_is_defect && (items.f_is_defect == true || items.f_is_defect == 'true')) {
630
+ // //tag
631
+ // checkResults.result = '有隐患'
632
+ // //tag)
633
+ // //tag)
634
+ // // this.$set('checkResult.' + items.f_item_name, items.f_item_value)
635
+ // this.checkResult[items.f_item_name] = items.f_item_value
636
+ // //tag)
637
+ // // this.$set('checkResultsss.' + items.f_item_name, `${f_device_type}${items.f_item_value}`)
638
+ // // //tag)
639
+ // }
640
+ if (items.type == 'selector') {
641
+ items.selected = []
642
+ } else if (items.type == 'inputSelector') {
643
+ items.selected = ''
644
+ }
645
+ //遍历配置项 将所选隐患项的配置信息放入保存的数据中
646
+ let f_is_defect //是否是隐患
647
+ let f_defect_level //是否是隐患
648
+ let f_item_name = items.f_item_name
649
+ let f_item_value
650
+ let f_is_eliminate //隐患是否消除
651
+ let f_meternumber = ''
652
+ let f_user_defects = [] // 用户所有隐患
653
+ //tag
654
+ //tag
655
+ if (items.type == 'selector' || items.type == 'checkbox' || items.type == 'radio') {
656
+ for (let i in items.f_item_value) {
657
+ if(typeof items.f_item_value[i]=='function'){
658
+ continue
659
+ }
660
+ let configItems = this.config[codata[device][item].f_device_type].items[f_item_name]
661
+ //tag)
662
+ for (let k in configItems.options) {
663
+ if(typeof configItems.options[k]=='function'){
664
+ continue
665
+ }
666
+ //tag)
667
+ if (items.f_item_value[i] === configItems.options[k].data) {
668
+
669
+ f_is_defect = configItems.options[k].isdefect
670
+ f_item_value = items.f_item_value[i]
671
+ f_defect_level = configItems.options[k].level
672
+
673
+ //tag
674
+ //tag
675
+ //tag
676
+
677
+ if (f_is_defect) {
678
+ if (checkResults.result !== '有隐患') {
679
+ checkResults.result = '有隐患'
680
+ }
681
+ if (!this.checkResult.hasOwnProperty(f_item_name)) {
682
+ //tag
683
+ this.checkResult[f_item_name] = []
684
+ }
685
+
686
+ //tag
687
+ this.checkResult[f_item_name].push(f_item_value)
688
+
689
+ }
690
+
691
+ let items_list = {
692
+ f_is_defect: f_is_defect,
693
+ f_item_value: f_item_value,
694
+ f_defect_level: f_defect_level,
695
+ f_is_eliminate: null,
696
+ f_create_time: Util.toStandardTimeString()
697
+ }
698
+ if (!items.f_item_lists) {
699
+ //tag
700
+ items.f_item_lists = []
701
+ //tag)
702
+ if (JSON.stringify(items_list) !== '{}') {
703
+ //tag
704
+ items.f_item_lists.push(items_list)
705
+ }
706
+ } else {
707
+ //tag)
708
+ if (JSON.stringify(items_list) !== '{}') {
709
+ //tag
710
+ items.f_item_lists.push(items_list)
711
+ }
712
+ }
713
+ }
714
+ }
715
+ }
716
+ } else {
717
+ let configItems = this.config[codata[device][item].f_device_type].items[items.f_item_name]
718
+ //tag)
719
+ f_is_defect = configItems.isdefect
720
+ f_defect_level = configItems.level
721
+ f_item_value = items.f_item_value
722
+ //tag
723
+ //tag
724
+ //tag
725
+ let items_list = {
726
+ f_is_defect: f_is_defect,
727
+ f_item_value: f_item_value,
728
+ f_defect_level: f_defect_level,
729
+ f_create_time: Util.toStandardTimeString()
730
+ }
731
+ if (f_is_defect && f_item_value) {
732
+ items.f_is_defect = true
733
+ if (checkResults.result !== '有隐患') {
734
+ checkResults.result = '有隐患'
735
+ }
736
+ if (!this.checkResult.hasOwnProperty(items.f_item_name)) {
737
+ //tag
738
+ this.checkResult[items.f_item_name] = []
739
+ }
740
+
741
+ //tag
742
+ this.checkResult[items.f_item_name].push(f_item_value)
743
+
744
+ }
745
+ //tag)
746
+ //tag)
747
+ if (!items.f_item_lists) {
748
+ //tag
749
+ items.f_item_lists = []
750
+ if (JSON.stringify(items_list) != '{}') {
751
+ //tag
752
+ items.f_item_lists.push(items_list)
753
+ }
754
+ } else {
755
+ // items.f_item_lists[0].f_item_value = f_item_value
756
+ if (JSON.stringify(items_list) != '{}') {
757
+ //tag
758
+ //tag)
759
+ //tag)
760
+ //tag
761
+ items.f_item_lists.push(items_list)
762
+ }
763
+ }
764
+ }
765
+ if (hasOther !== '' && otherValue !== null) {
766
+ //tag
767
+ this.checkResult[hasOther].push(otherValue)
768
+ hasOther = ''
769
+ otherValue = null
770
+ }
771
+ items.f_item_value = ''
772
+ }
773
+ //tag)
774
+ this.f_devices.push(codata[device][item])
775
+ }
776
+ }
777
+ }
778
+ if (this.checkResult) {
779
+ for (let key in this.checkResult) {
780
+ if(typeof this.checkResult[key]=='function'){
781
+ continue
782
+ }
783
+ // 上次安检结果数据组织
784
+ //tag
785
+ //tag
786
+ let temp = {}
787
+ temp[key] = this.checkResult[key].join(',')
788
+ checkResults.data.push(temp)
789
+ // this.newcheckResult[key] = this.checkResult[key]
790
+ // checkResults.data.push(this.newcheckResult)
791
+ //tag)
792
+ // this.newcheckResult = {}
793
+ }
794
+ this.checkResult = {}
795
+ }
796
+ //tag
797
+ //tag)
798
+ codata.f_defect_content = JSON.stringify(checkResults)
799
+ this.data.f_defect_content = JSON.stringify(checkResults)
800
+ //tag
801
+ return codata
802
+ },
803
+ uploadCheckPaper(){
804
+ this.saveNoclick()
805
+ //tag
806
+ //tag
807
+ this.closely(false) // 保存本地,不删除录音文件停止录音
808
+ let errString = this.errorVerify()
809
+ if (errString) {
810
+ //tag
811
+ //tag
812
+ //tag
813
+ if (Vue.android){
814
+ // if(this.isUpload){
815
+ // this.isUpload = false
816
+ // }
817
+ this.$showMessage(errString)
818
+ }
819
+ return
820
+ } else {
821
+ this.$set('data.f_offsite_time', Util.toStandardTimeString())
822
+ this.$set('data.f_upload_time', Util.toStandardTimeString())
823
+ this.$set('data.f_upload_date', Util.toStandardTimeString())
824
+ //tag
825
+ this.data.f_complete = '已完成'
826
+ this.disableTimer()
827
+ }
828
+ //tag
829
+ this.onlySave = false
830
+ let res = this.save()
831
+ // if(res) {
832
+ // try {
833
+ // let codata = this.getAllDefect()
834
+ // //获取微信推送内容
835
+ // let WxResult = this.getWeixin(codata)
836
+ // let haslivedispose = this.$androidUtil.bzLogic('getLiveDispose', {
837
+ // f_check_item_id: this.data.f_check_item_id
838
+ // })
839
+ // //如果是转维修上传,则不做校验,上传完成后自动转维修
840
+ // //tag
841
+ // //tag
842
+ // if(!this.isToRepair){
843
+ // if(haslivedispose.data.length > 0 && (this.livedispose == 'true' || this.livedispose == true)){
844
+ // //tag
845
+ // //tag
846
+ // if(!this.isSafeCheckToRepair){
847
+ // this.$showMessage('有未处理的隐患,请前往拍照上传中将安检转为维修单!')
848
+ // return
849
+ // }
850
+ // }
851
+ // }
852
+ // //tag
853
+ // for (let key in codata){
854
+ // if(key.startsWith("device")){
855
+ // codata[key] = []
856
+ // }
857
+ // }
858
+ // //tag}`)
859
+ //
860
+ // //tag
861
+ // let isStart = true
862
+ // let res
863
+ // for (let i in this.f_devices){
864
+ // res = HostApp.organizeJSON({isStart:isStart,isDevice:true,device:this.f_devices[i]})
865
+ // if(res.code == 200){
866
+ // isStart = false
867
+ // }else{
868
+ // this.$showMessage("保存失败!")
869
+ // }
870
+ // }
871
+ // let result = HostApp.organizeJSON({
872
+ // isStart:false,
873
+ // isJSON:true,
874
+ // jsonstr:{
875
+ // f_check_item_id: this.data.f_check_item_id,
876
+ // f_checker_id: this.data.f_checker_id,
877
+ // row: codata
878
+ // }
879
+ // })
880
+ // if(result.code == 200){
881
+ // HostApp.__this__ = this
882
+ // this.runSyncLogic('上传安检信息','javascript:HostApp.__this__.uploadCallBack()',1)
883
+ // }
884
+ //
885
+ //
886
+ // // let response = this.$androidUtil.bzLogic('上传安检信息', {
887
+ // // f_check_item_id: this.data.f_check_item_id,
888
+ // // f_checker_id: this.data.f_checker_id,
889
+ // // row: codata
890
+ // // })
891
+ // // if (response.code == 200) {
892
+ // // //tag
893
+ // // //tag)
894
+ // // let f_paper_id
895
+ // // if(response.data != '' && response.data != null){
896
+ // // f_paper_id = JSON.parse(response.data).id
897
+ // // }
898
+ // // this.$set('data.f_paper_id', f_paper_id)
899
+ // // //tag
900
+ // // //tag)
901
+ // // //tag
902
+ // // //tag)
903
+ // // for (let device in this.data){
904
+ // // //tag
905
+ // // //tag)
906
+ // // if(device.startsWith("device")){
907
+ // // for(let devices of this.data[device]) {
908
+ // // devices.f_paper_id = f_paper_id
909
+ // // let ret = this.$androidUtil.bzLogic('UpCheckPaperDevices', {
910
+ // // row: devices
911
+ // // })
912
+ // // //tag}`)
913
+ // // if(ret.code == 200){
914
+ // // //tag
915
+ // // devices.f_device_id = JSON.parse(ret.data.f_device_id).id
916
+ // // }
917
+ // // //tag
918
+ // // //tag)
919
+ // // if (ret.code != 200) {
920
+ // // //TODO 失败后处理
921
+ // // // this.isUpload = false
922
+ // // this.$showMessage("上传失败!")
923
+ // // return false
924
+ // // }
925
+ // // }
926
+ // // }
927
+ // // }
928
+ // // // for (let device of this.f_devices) {
929
+ // // // device.f_paper_id = f_paper_id
930
+ // // // //tag
931
+ // // // //tag)
932
+ // // // let ret = this.$androidUtil.bzLogic('UpCheckPaperDevices', {
933
+ // // // row: device
934
+ // // // })
935
+ // // // //tag
936
+ // // // if (ret.code != 200) {
937
+ // // // //TODO 失败后处理
938
+ // // // HostApp.alert("上传失败!")
939
+ // // // return false
940
+ // // // }
941
+ // // // }
942
+ // // let result = this.$androidUtil.bzLogic('FinishUpload',
943
+ // // {
944
+ // // f_check_item_id: this.data.f_check_item_id,
945
+ // // f_userinfo_id: codata.f_userinfoid,
946
+ // // f_last_check_result: codata.f_defect_content
947
+ // // })
948
+ // // if(result.code == 200){
949
+ // // // this.$showAlert('上传成功!', 'success', 2000)
950
+ // // this.$showMessage('上传成功!')
951
+ // // this.isStrat=false
952
+ // // if(url != "" ){
953
+ // // this.$resetpost(`${url}`,{data:WxResult})
954
+ // // }
955
+ // // return true
956
+ // // }else{
957
+ // // // this.isUpload = false
958
+ // // this.$showMessage("上传失败!")
959
+ // // return false
960
+ // // }
961
+ // // }else{
962
+ // // // this.isUpload = false
963
+ // // this.$showMessage("上传失败!")
964
+ // // return false
965
+ // // }
966
+ // }catch (e) {
967
+ // //tag)
968
+ // // this.isUpload = false
969
+ // this.$showMessage("上传失败!")
970
+ // }
971
+ // }
972
+ },
973
+ save(type) {
974
+ //禁用事件
975
+ this.saveNoclick()
976
+ //tag
977
+ //tag
978
+ if(type == 'temp'){
979
+ this.data.f_complete = '未完成'
980
+ // 关闭录音方法
981
+ this.closely(true) //临时保存,删除录音文件并暂停录音
982
+ this.disableTimer()
983
+ }else {
984
+ // 关闭录音方法
985
+ this.closely(false) // 保存本地,不删除录音文件暂停录音
986
+ let errString = this.errorVerify()
987
+ if (errString) {
988
+ //tag
989
+ //tag
990
+ //tag
991
+ if (Vue.android){
992
+ this.$showMessage(errString)
993
+ }
994
+ return
995
+ } else {
996
+ this.data.f_complete = '已完成'
997
+ this.$set('data.f_offsite_time', Util.toStandardTimeString())
998
+ this.disableTimer()
999
+ }
1000
+ }
1001
+ //tag
1002
+ if(this.data.f_blacklist!='是'){
1003
+ delete this.data.f_blocking_cause
1004
+ }
1005
+ // try {
1006
+ let codata = this.getAllDefect()
1007
+ //tag
1008
+ //tag}`)
1009
+ for (let key in codata) {
1010
+ if (key.startsWith("device")) {
1011
+ //tag)
1012
+ codata[key] = []
1013
+ }
1014
+ }
1015
+ //tag}`)
1016
+ //tag}`)
1017
+ //tag
1018
+ if (Vue.android) {
1019
+ //tag
1020
+ let value = this.$androidUtil.path({
1021
+ alias: 'getUserinfomation',
1022
+ data: {condition: "f_userinfoid = '" + this.item.f_userinfoid + "' and f_no_checkplan = '无计划安检'"}
1023
+ })
1024
+ //tag)
1025
+ if (this.item.f_no_checkplan == '无计划安检' && this.item.f_no_checkplan != '打回') {
1026
+ // let result = this.$androidUtil.bzLogic('SafeSaveNoPaper', {
1027
+ // f_check_item_id: this.data.f_check_item_id,
1028
+ // f_checker_id: this.data.f_checker_id,
1029
+ // f_upload_state:'未传',
1030
+ // row: codata
1031
+ // })
1032
+ //tag
1033
+ let isStart = true
1034
+ // let res
1035
+ // for (let i in this.f_devices) {
1036
+ // res = HostApp.organizeJSON({isStart: isStart, isDevice: true, device: this.f_devices[i]})
1037
+ // if (res.code == 200) {
1038
+ // isStart = false
1039
+ // } else {
1040
+ // this.$showMessage("保存失败!")
1041
+ // }
1042
+ // }
1043
+ // let result = HostApp.organizeJSON({
1044
+ // isStart: false,
1045
+ // isJSON: true,
1046
+ // jsonstr: {
1047
+ // f_check_item_id: this.data.f_check_item_id,
1048
+ // f_checker_id: this.data.f_checker_id,
1049
+ // f_upload_state: '未传',
1050
+ // row: codata
1051
+ // }
1052
+ // })
1053
+ codata.f_devices = this.f_devices
1054
+ let param = {
1055
+ f_check_item_id: this.data.f_check_item_id,
1056
+ f_checker_id: this.data.f_checker_id,
1057
+ f_upload_state: '未传',
1058
+ row: codata
1059
+ }
1060
+ //tag)
1061
+ let paramStr = JSON.stringify(param)
1062
+ // 多长截断一次
1063
+ let subLength = 800
1064
+ for (let i = 0; i < paramStr.length; i += subLength) {
1065
+ HostApp.param_cache(paramStr.substr(i, subLength))
1066
+ }
1067
+ HostApp.__this__ = this
1068
+ HostApp.syncLogic({
1069
+ // logic别名,key必须为logic
1070
+ 'logic': 'SafeSaveNoPaper',
1071
+ // 回调执行方法名,key必须为callback
1072
+ 'callback': 'javascript:HostApp.__this__.saveCallBack()',
1073
+ // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1074
+ // 执行回调方法传入key为backresult
1075
+ // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1076
+ 'backresult': 1
1077
+ })
1078
+ } else {
1079
+ //tag
1080
+ let isStart = true
1081
+ let res
1082
+ //tag)
1083
+ // for (let i in this.f_devices) {
1084
+ // //tag)
1085
+ // for (let j = 0; j < this.f_devices[i].f_items.length; j++) {
1086
+ // //tag)
1087
+ // }
1088
+ // res = HostApp.organizeJSON({isStart: isStart, isDevice: true, device: this.f_devices[i]})
1089
+ // //tag)
1090
+ // if (res.code == 200) {
1091
+ // isStart = false
1092
+ // } else {
1093
+ // this.$showMessage("保存失败!")
1094
+ // }
1095
+ // }
1096
+ //tag)
1097
+ //tag)
1098
+ //tag)
1099
+ // let result = HostApp.organizeJSON({
1100
+ // isStart: false,
1101
+ // isJSON: true,
1102
+ // jsonstr: {
1103
+ // f_check_item_id: this.data.f_check_item_id,
1104
+ // f_checker_id: this.data.f_checker_id,
1105
+ // row: codata
1106
+ // }
1107
+ // })
1108
+ codata.f_devices = this.f_devices
1109
+ let param = {
1110
+ f_check_item_id: this.data.f_check_item_id,
1111
+ f_checker_id: this.data.f_checker_id,
1112
+ row: codata
1113
+ }
1114
+ //tag)
1115
+ let paramStr = JSON.stringify(param)
1116
+ // 多长截断一次
1117
+ let subLength = 800
1118
+ for (let i = 0; i < paramStr.length; i += subLength) {
1119
+ HostApp.param_cache(paramStr.substr(i, subLength))
1120
+ }
1121
+ HostApp.__this__ = this
1122
+ HostApp.syncLogic({
1123
+ // logic别名,key必须为logic
1124
+ 'logic': '保存安检单信息',
1125
+ // 回调执行方法名,key必须为callback
1126
+ 'callback': 'javascript:HostApp.__this__.saveCallBack()',
1127
+ // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1128
+ // 执行回调方法传入key为backresult
1129
+ // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1130
+ 'backresult': 1
1131
+ })
1132
+ }
1133
+
1134
+ } else {
1135
+ //tag
1136
+ let value = this.$androidUtil.path({
1137
+ alias: 'getUserinfomation',
1138
+ data: {condition: "f_userinfoid = '" + this.item.f_userinfoid + "' and f_no_checkplan = '无计划安检'"}
1139
+ })
1140
+
1141
+ if (this.item.f_no_checkplan == '无计划安检' && value.data.length == 0 && this.item.f_no_checkplan != '打回') {
1142
+ this.$androidUtil.bzLogic('SafeSaveNoPaper', {
1143
+ f_check_item_id: this.data.f_check_item_id,
1144
+ f_checker_id: this.data.f_checker_id,
1145
+ f_upload_state: '未传',
1146
+ row: codata
1147
+ }).then((res) => {
1148
+ if (res.data.code == 200) {
1149
+ //保存devices
1150
+ this.$androidUtil.bzLogic('getPaperInfo', {
1151
+ f_check_item_id: this.data.f_check_item_id
1152
+ }).then((res) => {
1153
+ //tag
1154
+ if (res.data.code == 200) {
1155
+
1156
+ let f_paper_id = res.data.data[0].id
1157
+ for (let device of this.f_devices) {
1158
+ device.f_paper_id = f_paper_id
1159
+ //tag
1160
+ this.$androidUtil.bzLogic('saveDevice', {
1161
+ row: device
1162
+ }).then((ret) => {
1163
+ //tag
1164
+ if (ret.code != 200) {
1165
+ // if(this.isUpload){
1166
+ // this.isUpload = false
1167
+ // }
1168
+ //TODO 失败后处理
1169
+ this.$showMessage("保存失败!")
1170
+ return false
1171
+ }
1172
+ })
1173
+ }
1174
+ }
1175
+ })
1176
+ // this.$showAlert('保存成功!', 'success', 2000)
1177
+ this.$showMessage('保存成功!')
1178
+ return true
1179
+ } else {
1180
+ // if(this.isUpload){
1181
+ // this.isUpload = false
1182
+ // }
1183
+ this.$showMessage("保存失败!")
1184
+ return false
1185
+ }
1186
+ })
1187
+ } else {
1188
+ this.$androidUtil.bzLogic('保存安检单信息', {
1189
+ f_check_item_id: this.data.f_check_item_id,
1190
+ f_checker_id: this.data.f_checker_id,
1191
+ row: codata
1192
+ }).then((res) => {
1193
+ //tag
1194
+ if (res.data.code == 200) {
1195
+ //保存devices
1196
+ this.$androidUtil.bzLogic('getPaperInfo', {
1197
+ f_check_item_id: this.data.f_check_item_id
1198
+ }).then((res) => {
1199
+ //tag
1200
+ if (res.data.code == 200) {
1201
+
1202
+ let f_paper_id = res.data.data[0].id
1203
+ for (let device of this.f_devices) {
1204
+ device.f_paper_id = f_paper_id
1205
+ //tag
1206
+ this.$androidUtil.bzLogic('saveDevice', {
1207
+ row: device
1208
+ }).then((ret) => {
1209
+ //tag
1210
+ if (ret.code != 200) {
1211
+ // if(this.isUpload){
1212
+ // this.isUpload = false
1213
+ // }
1214
+ //TODO 失败后处理
1215
+ this.$showMessage("保存失败!")
1216
+ return false
1217
+ }
1218
+ })
1219
+ }
1220
+ }
1221
+ })
1222
+ // this.$showAlert('保存成功!', 'success', 2000)
1223
+ this.$showMessage('保存成功!')
1224
+ return true
1225
+ } else {
1226
+ // if(this.isUpload){
1227
+ // this.isUpload = false
1228
+ // }
1229
+ this.$showMessage("保存失败!")
1230
+ return false
1231
+ }
1232
+ })
1233
+ }
1234
+ }
1235
+ // }catch (e) {
1236
+ // //tag)
1237
+ // // this.isUpload = false
1238
+ // this.$showMessage("保存失败!")
1239
+ // }
1240
+ },
1241
+ runSyncLogic(logic,callback,backresult){
1242
+ HostApp.runSyncLogic({
1243
+ // logic别名,key必须为logic
1244
+ 'logic': logic,
1245
+ // 回调执行方法名,key必须为callback
1246
+ 'callback': callback,
1247
+ // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1248
+ // 执行回调方法传入key为backresult
1249
+ // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1250
+ 'backresult':backresult
1251
+ })
1252
+ },
1253
+ logicWithHint(logic,data,callback,backresult){
1254
+ HostApp.logicWithHint({
1255
+ // logic别名,key必须为logic
1256
+ 'logic': logic,
1257
+ // 回调执行方法名,key必须为callback
1258
+ 'callback': callback,
1259
+ // logic执行需要的业务参数
1260
+ 'data': data,
1261
+ // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1262
+ // 执行回调方法传入key为backresult
1263
+ // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1264
+ 'backresult':backresult
1265
+ })
1266
+ },
1267
+ saveCallBack(jo){
1268
+ //tag)
1269
+ if(jo.state == 'ok'){
1270
+ let res = JSON.parse(jo.result)
1271
+ //tag)
1272
+ if(res.code == 200){
1273
+ //tag
1274
+ if(!this.onlySave){
1275
+ let codata = this.getAllDefect()
1276
+ //获取微信推送内容
1277
+ // let WxResult = this.getWeixin(codata)
1278
+ let haslivedispose = this.$androidUtil.bzLogic('getLiveDispose', {
1279
+ f_check_item_id: this.data.f_check_item_id
1280
+ })
1281
+ //如果是转维修上传,则不做校验,上传完成后自动转维修
1282
+ //tag
1283
+ //tag
1284
+ if(!this.isToRepair){
1285
+ if(haslivedispose.data.length > 0 && (this.livedispose == 'true' || this.livedispose == true)){
1286
+ //tag
1287
+ //tag
1288
+ if(!this.isSafeCheckToRepair){
1289
+
1290
+ }
1291
+ }
1292
+ }
1293
+ //tag
1294
+ for (let key in codata){
1295
+ if(key.startsWith("device")){
1296
+ codata[key] = []
1297
+ }
1298
+ }
1299
+ //tag}`)
1300
+
1301
+ //tag
1302
+ // let isStart = true
1303
+ // let res
1304
+ // for (let i in this.f_devices){
1305
+ // res = HostApp.organizeJSON({isStart:isStart,isDevice:true,device:this.f_devices[i]})
1306
+ // if(res.code == 200){
1307
+ // isStart = false
1308
+ // }else{
1309
+ // this.$showMessage("上传失败!")
1310
+ // return
1311
+ // }
1312
+ // }
1313
+ // let result = HostApp.organizeJSON({
1314
+ // isStart:false,
1315
+ // isJSON:true,
1316
+ // jsonstr:{
1317
+ // f_check_item_id: this.data.f_check_item_id,
1318
+ // f_checker_id: this.data.f_checker_id,
1319
+ // row: codata
1320
+ // }
1321
+ // })
1322
+ codata.f_devices = this.f_devices
1323
+ let param = {
1324
+ f_check_item_id: this.data.f_check_item_id,
1325
+ f_checker_id: this.data.f_checker_id,
1326
+ row: codata
1327
+ }
1328
+ //tag)
1329
+ let paramStr = JSON.stringify(param)
1330
+ // 多长截断一次
1331
+ let subLength = 800
1332
+ for (let i = 0; i < paramStr.length; i += subLength) {
1333
+ HostApp.param_cache(paramStr.substr(i, subLength))
1334
+ }
1335
+ HostApp.__this__ = this
1336
+ HostApp.syncLogic({
1337
+ // logic别名,key必须为logic
1338
+ 'logic': '上传安检信息',
1339
+ // 回调执行方法名,key必须为callback
1340
+ 'callback': 'javascript:HostApp.__this__.uploadCallBack()',
1341
+ // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
1342
+ // 执行回调方法传入key为backresult
1343
+ // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
1344
+ 'backresult': 1
1345
+ })
1346
+ }else{
1347
+ this.$showMessage('保存成功!')
1348
+ if(this.clickBack){
1349
+ this.isStrat = false
1350
+ this.$dispatch('confirm')
1351
+ //this.$back()
1352
+ }
1353
+ }
1354
+ }else{
1355
+ this.$showMessage('保存失败!')
1356
+ return
1357
+ }
1358
+ }else{
1359
+ this.$showMessage('服务器内部错误,保存失败!')
1360
+ return
1361
+ }
1362
+ },
1363
+ uploadCallBack(jo){
1364
+ //获取微信推送路径
1365
+ let url = ""
1366
+ if(Vue.config.safecheck != undefined) {
1367
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
1368
+ if (Vue.config.safecheck.ApproveConfig.weixinurl != undefined) {
1369
+ url = Vue.config.safecheck.ApproveConfig.weixinurl
1370
+ }
1371
+ }
1372
+ }
1373
+ //tag)
1374
+ //tag)
1375
+ if(jo.state == 'ok'){
1376
+ let res = JSON.parse(jo.result)
1377
+ //tag)
1378
+ //tag)
1379
+ if(res.code == 200){
1380
+ this.$set('data.f_paper_id', res.id)
1381
+ this.isStrat=false
1382
+ if(url != ""){
1383
+ this.$resetpost(`${url}`,{data:WxResult})
1384
+ }
1385
+ //tag
1386
+ if(this.isToRepair){
1387
+ for (let device in this.data){
1388
+ if(device.startsWith("device")){
1389
+ this.data[device] = []
1390
+ if(res.data.length > 0){
1391
+ for(let i in res.data[0].f_devices){
1392
+ if(this.data[device].length > 0){
1393
+ if(this.data[device][0].f_device_type == res.data[0].f_devices[i].f_device_type){
1394
+ this.data[device].push(res.data[0].f_devices[i])
1395
+ res.data[0].f_devices.splice(i,1)
1396
+ }
1397
+ }else{
1398
+ this.data[device].push(res.data[0].f_devices[i])
1399
+ res.data[0].f_devices.splice(i,1)
1400
+ }
1401
+ }
1402
+ }
1403
+ }
1404
+ }
1405
+ this.todo()
1406
+ }else{
1407
+ this.$showMessage('上传成功!')
1408
+ //tag
1409
+ this.$dispatch('confirm')
1410
+ // this.$back()
1411
+ }
1412
+ }else if(res.code == 309){
1413
+ this.$showMessage('该安检单已作废!')
1414
+ //tag
1415
+ this.$dispatch('confirm')
1416
+ }else if(res.code == 710){
1417
+ this.$showMessage('上传照片失败,请检查用户签名或安检照片缺失,如无问题请检查手机当前网络是否正常(多次上传失败请先点击*本地缓存*按钮,在网络通畅情况下统一上传)!')
1418
+ return
1419
+ }else if(res.code == 711){
1420
+ this.$showMessage('该安检单已被管理员调整,请联系管理员!')
1421
+ return
1422
+ }else if(res.code == 712){
1423
+ this.$showMessage('网络异常,请重新上传,多次上传失败请联系管理员!')
1424
+ return
1425
+ }
1426
+ else{
1427
+ this.$showMessage('上传失败!')
1428
+ }
1429
+ }else {
1430
+ this.$showMessage('网络异常,上传失败!')
1431
+ }
1432
+ this.onlySave = true
1433
+ },
1434
+ safecheckToRepairCallBack(jo){
1435
+ //获取微信推送路径
1436
+ if(jo.state == 'ok'){
1437
+ let res = JSON.parse(jo.result)
1438
+ //tag)
1439
+ if(res.code == 200){
1440
+ //tag
1441
+ if(res.data.code == 200){
1442
+ this.$showMessage('上传并转维修成功!')
1443
+ }else{
1444
+ this.$showMessage('上传并转维修成功,回写安检单失败!')
1445
+ }
1446
+ this.$dispatch('confirm')
1447
+ // this.$back()
1448
+ }else{
1449
+ this.$showMessage('上传失败!')
1450
+ this.onlySave = true
1451
+ }
1452
+ }else{
1453
+ this.$showMessage('网络异常,上传失败!')
1454
+ this.onlySave = true
1455
+ }
1456
+ },
1457
+ todo(){
1458
+ let gen = getRepairParam(this)
1459
+ co(gen)
1460
+ },
1461
+ undo(){
1462
+ this.showCheckToRepair = !this.showCheckToRepair
1463
+ this.model.serviceacitivity[0].f_reciever = ''
1464
+ this.model.serviceacitivity[0].f_meetunit = ''
1465
+ this.model.f_repairtype = ''
1466
+ this.meading = '转站点'
1467
+ },
1468
+ disableTimer() {
1469
+ if(this.timer) {
1470
+ window.clearTimeout(this.timer)
1471
+ this.timer = null
1472
+ }
1473
+ },
1474
+ loaded(paper) {
1475
+ if(!paper.hasOwnProperty('id')) {
1476
+ this.$showMessage("该安检单在手机上已经不存在,可能是卸载过程序。可以进入重新安检,或返回安检计划。")
1477
+ this.init()
1478
+ } else {
1479
+ Util.booleanFilter(paper)
1480
+ HostApp.__this__.$set('data', paper)
1481
+ HostApp.__this__.$goto('safecheck-userinfo', {}, 'paper-router')
1482
+ // 如果打回重检则重新计时
1483
+ //tag
1484
+ if(HostApp.__this__.role == 'inspect'
1485
+ && HostApp.__this__.data.f_approved
1486
+ && HostApp.__this__.data.f_approved == '打回') {
1487
+ //tag
1488
+ HostApp.__this__.data.f_onsite_time = Util.toStandardTimeString()
1489
+ HostApp.__this__.tick()
1490
+ }
1491
+ }
1492
+ HostApp.__callback__ = null
1493
+ HostApp.__this__ = null
1494
+ },
1495
+ S4() {
1496
+ return (((1+Math.random())*0x10000)|0).toString(16).substring(1);
1497
+ },
1498
+ extend(initalObj, finalObj) {
1499
+ var obj = finalObj || {};
1500
+ for (var i in initalObj) {
1501
+ var prop = initalObj[i];
1502
+
1503
+ // 避免相互引用对象导致死循环,如initalObj.a = initalObj的情况
1504
+ if (prop === obj) {
1505
+ continue;
1506
+ }
1507
+
1508
+ if (typeof prop === 'object') {
1509
+ if (obj[i]) {
1510
+ this.extend(obj[i], prop)
1511
+ } else {
1512
+ obj[i] = prop;
1513
+ }
1514
+ }
1515
+ }
1516
+ return obj;
1517
+ },
1518
+ // async isoverDate(){
1519
+ // let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/androidGetuserinfo`, {data:{
1520
+ // condition:"f_plan_item_id='"+this.item.id+"'"
1521
+ // }
1522
+ // })
1523
+ // this.isneedDate=res.data[0]["f_subscribe_date"]
1524
+ // },
1525
+ putDevices() {
1526
+ //tag)
1527
+ //tag)
1528
+ this.$set('data.approve', "true")
1529
+ this.$set('data.writeback', "false")
1530
+ if (Vue.config.safecheck != undefined) {
1531
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
1532
+ if (Vue.config.safecheck.ApproveConfig.approve != undefined) {
1533
+ this.$set('data.approve', Vue.config.safecheck.ApproveConfig.approve)
1534
+ }
1535
+ if (Vue.config.safecheck.ApproveConfig.writeback != undefined) {
1536
+ this.$set('data.writeback', Vue.config.safecheck.ApproveConfig.writeback)
1537
+ }
1538
+ if (Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
1539
+ this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
1540
+ }
1541
+ }
1542
+ //tag
1543
+ //tag)
1544
+ //tag)
1545
+ //tag
1546
+ if(this.item.f_user_type == '民用'){
1547
+ // 民用户
1548
+
1549
+ if (Vue.config.safecheck.DevicesConfig != undefined){
1550
+ if(this.item.f_safecheck_type == undefined || this.item.f_safecheck_type == '' || Vue.config.safecheck.SafecheckType == undefined) {
1551
+ this.config = this.extend(this.config, Vue.config.safecheck.DevicesConfig)
1552
+ }else{
1553
+ //tag
1554
+ //tag
1555
+ //tag
1556
+ this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_user_type]])
1557
+ }
1558
+ // this.config = this.extend(this.config, Vue.config.safecheck.DevicesConfig)
1559
+ }
1560
+ }else {
1561
+ // 非民用
1562
+ if (Vue.config.safecheck.DevicesSetConfig != undefined){
1563
+ if(this.item.f_safecheck_type == undefined || this.item.f_safecheck_type == '' || Vue.config.safecheck.SafecheckType == undefined) {
1564
+ this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
1565
+ }else{
1566
+ //tag
1567
+ //tag
1568
+ //tag
1569
+ this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_user_type]])
1570
+ }
1571
+ //this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
1572
+ }
1573
+ }
1574
+
1575
+ }
1576
+ //tag)
1577
+ // 预留设备项位置
1578
+ for (let i in this.config) {
1579
+ this.tabs.splice(1,0,null)
1580
+ }
1581
+ //遍历安检项配置
1582
+ for (let i in this.config) {
1583
+ //取得安检项索引值
1584
+ let n = this.config[i].index
1585
+ //tag
1586
+ this.devices[n - 1] = {device: i, n: n, checkmust: this.config[i].checkmust}
1587
+ this.$set('data.' + 'device' + n, [])
1588
+ //tag
1589
+ // this.tabs.splice(2 + n - 1, 0,
1590
+ // {
1591
+ // header:i,
1592
+ // complete:'safecheck-devices',
1593
+ // class:'repair-details-class',
1594
+ // number:n
1595
+ // })
1596
+ this.tabs[n] = {
1597
+ header: i,
1598
+ complete: 'safecheck-devices',
1599
+ class: 'repair-details-class',
1600
+ number: n
1601
+ }
1602
+
1603
+ if(this.config[i].quantity && this.config[i].quantity >0){
1604
+ let items = []
1605
+ for (let it in this.config[i].items) {
1606
+ //赋值下拉选项
1607
+ if (this.config[i].items[it].type == 'selector') {
1608
+ for (let op in this.config[i].items[it].options) {
1609
+ if (this.config[i].items[it].options[op].isdefault == true) {
1610
+ items.push({
1611
+ f_defect_level: this.config[i].items[it].options[op].level,
1612
+ f_is_defect: this.config[i].items[it].options[op].isdefect,
1613
+ f_item_name: it,
1614
+ f_item_value: this.config[i].items[it].options[op].data,
1615
+ f_path: "",
1616
+ type: "selector"
1617
+ })
1618
+ }
1619
+ }
1620
+ }
1621
+ }
1622
+ for(let q =0;q<this.config[i].quantity;q++) {
1623
+ this.data['device' + n].push(
1624
+ {f_device_type: i, f_items:items}
1625
+ )
1626
+ }
1627
+ }
1628
+ // this.data['device' + n].push(
1629
+ // {f_device_type: i, f_items: items}
1630
+ // )
1631
+ n = n + 1
1632
+ }
1633
+ //tag
1634
+ this.faultshow.number = this.tabs.length
1635
+ },
1636
+ init () {
1637
+ //tag
1638
+ // this.data.f_noplan_item_id = this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()
1639
+ this.data.ename = Vue.user.ename
1640
+ this.data.f_outlets = Vue.user.f_parentname
1641
+ this.data.f_meetunit = Vue.user.orgpathnames
1642
+ this.data.orgpathstr = Vue.user.orgpathstr
1643
+ this.data.f_check_item_id = this.item.id
1644
+ this.data.f_check_plan_id = this.f_plan_id
1645
+ this.data.f_checker_id = Vue.user.id
1646
+ this.data.f_checker_name = Vue.user.name
1647
+ this.data.f_check_type = this.item.f_user_type
1648
+ this.data.f_safecheck_type = this.item.f_safecheck_type
1649
+ //this.data.f_exceed_reason = ''//存放送气超期原因
1650
+ //tag
1651
+ this.data.f_subcompany = this.item.f_subcompany
1652
+ this.data.f_approved = this.item.f_approvedf_read_instructions
1653
+ this.data.f_repair_approved = this.item.f_repair_approved
1654
+ this.data.f_no_checkplan = this.item.f_no_checkplan
1655
+ this.data.f_approved = this.item.f_approved
1656
+ this.data.f_filialeid = this.item.f_filialeid
1657
+ this.data.f_orgstr = this.item.f_orgstr
1658
+ this.data.version = this.item.version
1659
+ this.data.f_check_version=this.item.f_check_version
1660
+ this.$set('data.f_meters', this.item.f_plan_meters)
1661
+ this.$set('data.f_userinfo_code', this.item.f_userinfo_code)
1662
+ // 安检状态
1663
+ this.$set('data.f_entry_status', '入户')
1664
+ this.$set('data.f_usegas', '已使用')
1665
+ this.$set('data.f_state',this.item.f_state)
1666
+ this.$set('data.f_source', this.source?this.source:'安检')
1667
+ //tag
1668
+ // 用户信息
1669
+ this.$set('data.f_user_name', this.item.f_user_name)
1670
+ this.$set('data.f_user_phone', this.item.f_user_phone)
1671
+ this.$set('data.f_userinfoid', this.item.f_userinfoid)
1672
+ this.$set('data.f_address', this.item.f_address)
1673
+ this.$set('data.f_card_id', this.item.f_card_id)
1674
+ this.$set('data.f_area', this.item.f_area)
1675
+ this.$set('data.f_street', this.item.f_street)
1676
+ this.$set('data.f_room', this.item.f_room)
1677
+ this.$set('data.f_building', this.item.f_building)
1678
+ this.$set('data.f_unit', this.item.f_unit)
1679
+ //tag
1680
+ this.$set('data.f_floor', this.item.f_floor)
1681
+ this.$set('data.f_residential_area' , this.item.f_residential_area)
1682
+ this.$set('data.f_idnumber', this.item.f_idnumber)
1683
+ this.$set('data.f_comments', this.item.f_comments)
1684
+ this.$set('data.f_userproperties', this.item.f_userproperties)
1685
+ // this.$set('data.f_user_inhome_time', this.item.f_user_inhome_time)
1686
+ // this.$set('data.f_user_check_time', this.item.f_user_check_time)
1687
+ // this.$set('data.f_user_spare_phone', this.item.f_user_spare_phone)
1688
+ // this.$set('data.f_user_family_remarks', this.item.f_user_family_remarks)
1689
+ // this.$set('data.f_user_equipment_remarks', this.item.f_user_equipment_remarks)
1690
+ // 处置方式
1691
+ //tag
1692
+ this.$set('data.f_gas_guidelines', true)
1693
+ this.$set('data.f_safety_warning', true)
1694
+ this.$set('data.f_gas_manual', true)
1695
+ this.$set('data.f_no_gas_device', false)
1696
+ this.$set('data.f_close_valve', false)
1697
+ this.$set('data.f_unload_battery', false)
1698
+ //tag
1699
+ if (this.data.f_check_item_id == '' && this.item.f_no_checkplan == '无计划安检') {
1700
+ this.data.f_check_item_id = this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4()
1701
+ }
1702
+ //tag
1703
+ if(this.item.f_plan_meters) {
1704
+ for (let de in this.devices) {
1705
+ if(typeof this.devices[de]=='function'){
1706
+ continue
1707
+ }
1708
+ this.$set('data.device' + this.devices[de].n, [])
1709
+ for (let i = 0; i < this.item.f_plan_meters.length; i++) {
1710
+ if (this.item.f_plan_meters[i].f_meter_type) {
1711
+ //tag)
1712
+ if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
1713
+ this.data['device' + this.devices[de].n].push({
1714
+ f_device_type: "燃气表",
1715
+ f_items: [
1716
+ {
1717
+ f_defect_level: null,
1718
+ f_device_id: "",
1719
+ f_is_defect: "",
1720
+ f_item_name: "基表编号",
1721
+ f_item_value: this.item.f_plan_meters[i].f_meter_no,
1722
+ f_path: "",
1723
+ type: "number"
1724
+ },
1725
+ {
1726
+ f_defect_level: null,
1727
+ f_device_id: "",
1728
+ f_is_defect: "",
1729
+ f_item_name: "气表型号",
1730
+ f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1731
+ f_path: "",
1732
+ type: "string"
1733
+ },
1734
+ {
1735
+ f_defect_level: null,
1736
+ f_device_id: "",
1737
+ f_is_defect: "",
1738
+ f_item_name: "气表品牌",
1739
+ f_item_value: this.item.f_plan_meters[i].f_aliasname,
1740
+ f_path: "",
1741
+ type: "string"
1742
+ },
1743
+ {
1744
+ f_defect_level: null,
1745
+ f_device_id: "",
1746
+ f_is_defect: "",
1747
+ f_item_name: "进气方向",
1748
+ f_item_value: this.item.f_plan_meters[i].f_flow_direction,
1749
+ f_path: "",
1750
+ type: "string"
1751
+ },
1752
+ {
1753
+ f_defect_level: null,
1754
+ f_device_id: "",
1755
+ f_is_defect: "",
1756
+ f_item_name: "上期表读数",
1757
+ f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1758
+ f_path: "",
1759
+ type: "number"
1760
+ },
1761
+ {
1762
+ f_defect_level: null,
1763
+ f_device_id: "",
1764
+ f_is_defect: "",
1765
+ f_item_name: "表箱号",
1766
+ f_item_value: this.item.f_plan_meters[i].f_metertitles,
1767
+ f_path: "",
1768
+ type: "string"
1769
+ }
1770
+ ]
1771
+ })
1772
+ }
1773
+ else if (this.devices[de].device == "燃气表") {
1774
+ // delete this.config['燃气表']['items']['表底数']
1775
+ this.data['device' + this.devices[de].n].push({
1776
+ f_device_type: "燃气表",
1777
+ f_items: [
1778
+ {
1779
+ f_defect_level: null,
1780
+ f_device_id: "",
1781
+ f_is_defect: "",
1782
+ f_item_name: "基表编号",
1783
+ f_item_value: this.item.f_plan_meters[i].f_meter_no,
1784
+ f_path: "",
1785
+ type: "number"
1786
+ },
1787
+ {
1788
+ f_defect_level: null,
1789
+ f_device_id: "",
1790
+ f_is_defect: "",
1791
+ f_item_name: "气表型号",
1792
+ f_item_value: this.item.f_plan_meters[i].f_diaphgram_size,
1793
+ f_path: "",
1794
+ type: "string"
1795
+ },
1796
+ {
1797
+ f_defect_level: null,
1798
+ f_device_id: "",
1799
+ f_is_defect: "",
1800
+ f_item_name: "气表品牌",
1801
+ f_item_value: this.item.f_plan_meters[i].f_aliasname,
1802
+ f_path: "",
1803
+ type: "string"
1804
+ },
1805
+ {
1806
+ f_defect_level: null,
1807
+ f_device_id: "",
1808
+ f_is_defect: "",
1809
+ f_item_name: "进气方向",
1810
+ f_item_value: this.item.f_plan_meters[i].f_flow_direction,
1811
+ f_path: "",
1812
+ type: "string"
1813
+ },
1814
+ {
1815
+ f_defect_level: null,
1816
+ f_device_id: "",
1817
+ f_is_defect: "",
1818
+ f_item_name: "上期表读数",
1819
+ f_item_value: this.item.f_plan_meters[i].f_prior_reading,
1820
+ f_path: "",
1821
+ type: "number"
1822
+ },
1823
+ {
1824
+ f_defect_level: null,
1825
+ f_device_id: "",
1826
+ f_is_defect: "",
1827
+ f_item_name: "表箱号",
1828
+ f_item_value: this.item.f_plan_meters[i].f_metertitles,
1829
+ f_path: "",
1830
+ type: "string"
1831
+ }
1832
+ ]
1833
+ })
1834
+ }
1835
+ if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_collection_type) {
1836
+ this.data['device' + this.devices[de].n].forEach(device => {
1837
+ //tag)
1838
+ //tag)
1839
+ /*
1840
+ "累购气量":{"index":8,"type":"number","readonly":true},
1841
+ "累购金额":{"index":8,"type":"number","readonly":true},
1842
+ "字轮读数":{"index":9,"type":"number","checkmust": true},
1843
+ "已用金额":{"index":9,"type":"number","checkmust": true},
1844
+ "剩余气量":{"index":10,"type":"number","checkmust": true},
1845
+ "剩余金额":{"index":10,"type":"number","checkmust": true},
1846
+ "气量异常差值":{"index":11,"type":"number","readonly": true},
1847
+ "金额异常差值":{"index":11,"type":"number","readonly": true}
1848
+ */
1849
+ if (this.item.f_plan_meters[i].f_collection_type == '按金额') {
1850
+ if (!this.data.f_collection_type) {
1851
+ this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
1852
+ delete this.config['燃气表']['items']['累购气量']
1853
+ delete this.config['燃气表']['items']['已用气量']
1854
+ delete this.config['燃气表']['items']['剩余气量']
1855
+ delete this.config['燃气表']['items']['气量异常差值']
1856
+ device.f_items.push(
1857
+ {
1858
+ f_defect_level: null,
1859
+ f_device_id: "",
1860
+ f_is_defect: "",
1861
+ f_item_name: "初始表底",
1862
+ isshow: false,
1863
+ f_item_value: '',
1864
+ f_path: "",
1865
+ type: "number"
1866
+ },
1867
+ {
1868
+ f_defect_level: null,
1869
+ f_device_id: "",
1870
+ f_is_defect: "",
1871
+ f_item_name: "累购金额",
1872
+ f_item_value: this.item.f_plan_meters[i].f_total_fee,
1873
+ f_path: "",
1874
+ type: "number"
1875
+ },
1876
+ {
1877
+ f_defect_level: null,
1878
+ f_device_id: "",
1879
+ f_is_defect: "",
1880
+ f_item_name: "已用金额",
1881
+ f_item_value: null,
1882
+ f_path: "",
1883
+ type: "number"
1884
+ },
1885
+ {
1886
+ f_defect_level: null,
1887
+ f_device_id: "",
1888
+ f_is_defect: "",
1889
+ f_item_name: "剩余金额",
1890
+ f_item_value: null,
1891
+ f_path: "",
1892
+ type: "number"
1893
+ },
1894
+ {
1895
+ f_defect_level: null,
1896
+ f_device_id: "",
1897
+ f_is_defect: "",
1898
+ f_item_name: "金额异常差值",
1899
+ f_item_value: null,
1900
+ f_path: "",
1901
+ type: "number"
1902
+ }
1903
+ )
1904
+ //tag)
1905
+ }
1906
+ } else
1907
+ if (this.item.f_plan_meters[i].f_collection_type == '按气量') {
1908
+ if (!this.data.f_collection_type) {
1909
+ this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
1910
+ delete this.config['燃气表']['items']['累购金额']
1911
+ delete this.config['燃气表']['items']['已用金额']
1912
+ delete this.config['燃气表']['items']['剩余金额']
1913
+ delete this.config['燃气表']['items']['金额异常差值']
1914
+ device.f_items.push(
1915
+ {
1916
+ f_defect_level: null,
1917
+ f_device_id: "",
1918
+ f_is_defect: "",
1919
+ f_item_name: "初始表底",
1920
+ isshow: true,
1921
+ f_item_value: this.item.f_plan_meters[i].f_initial_base,
1922
+ f_path: "",
1923
+ type: "number"
1924
+ },
1925
+ {
1926
+ f_defect_level: null,
1927
+ f_device_id: "",
1928
+ f_is_defect: "",
1929
+ f_item_name: "累购气量",
1930
+ f_item_value: this.item.f_plan_meters[i].f_total_gas,
1931
+ f_path: "",
1932
+ type: "number"
1933
+ },
1934
+ {
1935
+ f_defect_level: null,
1936
+ f_device_id: "",
1937
+ f_is_defect: "",
1938
+ f_item_name: "已用气量",
1939
+ f_item_value: this.item.f_plan_meters[i].f_meter_base,
1940
+ f_path: "",
1941
+ type: "number"
1942
+ },
1943
+ {
1944
+ f_defect_level: null,
1945
+ f_device_id: "",
1946
+ f_is_defect: "",
1947
+ f_item_name: "剩余气量",
1948
+ f_item_value: "",
1949
+ f_path: "",
1950
+ type: "number"
1951
+ },
1952
+ {
1953
+ f_defect_level: null,
1954
+ f_device_id: "",
1955
+ f_is_defect: "",
1956
+ f_item_name: "气量异常差值",
1957
+ f_item_value: null,
1958
+ f_path: "",
1959
+ type: "number"
1960
+ }
1961
+ )
1962
+ //tag)
1963
+ }
1964
+ }
1965
+ })
1966
+ }else if(this.devices[de].device == "燃气表"){
1967
+ //tag
1968
+ this.data['device' + this.devices[de].n].forEach(device => {
1969
+ //tag)
1970
+ if (!this.data.f_collection_type) {
1971
+ this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
1972
+ delete this.config['燃气表']['items']['累购金额']
1973
+ delete this.config['燃气表']['items']['已用金额']
1974
+ delete this.config['燃气表']['items']['剩余金额']
1975
+ delete this.config['燃气表']['items']['金额异常差值']
1976
+ device.f_items.push(
1977
+ {
1978
+ f_defect_level: null,
1979
+ f_device_id: "",
1980
+ f_is_defect: "",
1981
+ f_item_name: "初始表底",
1982
+ isshow: true,
1983
+ f_item_value: this.item.f_plan_meters[i].f_initial_base,
1984
+ f_path: "",
1985
+ type: "number"
1986
+ },
1987
+ {
1988
+ f_defect_level: null,
1989
+ f_device_id: "",
1990
+ f_is_defect: "",
1991
+ f_item_name: "累购气量",
1992
+ f_item_value: this.item.f_plan_meters[i].f_total_gas,
1993
+ f_path: "",
1994
+ type: "number"
1995
+ },
1996
+ {
1997
+ f_defect_level: null,
1998
+ f_device_id: "",
1999
+ f_is_defect: "",
2000
+ f_item_name: "已用气量",
2001
+ f_item_value: this.item.f_plan_meters[i].f_meter_base,
2002
+ f_path: "",
2003
+ type: "number"
2004
+ },
2005
+ {
2006
+ f_defect_level: null,
2007
+ f_device_id: "",
2008
+ f_is_defect: "",
2009
+ f_item_name: "剩余气量",
2010
+ f_item_value: '',
2011
+ f_path: "",
2012
+ type: "number"
2013
+ },
2014
+ {
2015
+ f_defect_level: null,
2016
+ f_device_id: "",
2017
+ f_is_defect: "",
2018
+ f_item_name: "气量异常差值",
2019
+ isshow:false,
2020
+ f_item_value: null,
2021
+ f_path: "",
2022
+ type: "number"
2023
+ }
2024
+ )
2025
+ //tag)
2026
+ }
2027
+ })
2028
+ }
2029
+ }
2030
+ }
2031
+ }
2032
+ }
2033
+ var pardate = {
2034
+ _this:this,
2035
+ tittle:'安检详情',
2036
+ safe:true
2037
+ }
2038
+ // this.$dispatch('gotoson',pardate)
2039
+ //tag
2040
+ this.$goto('safecheck-userinfo', {userinfo:this.data}, 'repair')
2041
+ }
2042
+ },
2043
+ watch: {
2044
+ 'row' () {
2045
+ //tag
2046
+ this.copy()
2047
+ }
2048
+ },
2049
+ async ready () {
2050
+ //送气超期功能
2051
+ //await this.isoverDate()
2052
+ this.putDevices()
2053
+ //如果已检,则提取安检单
2054
+ if (this.item.f_state != '未检') {
2055
+ if (this.role == 'inspect' || this.role == 'androidview') {
2056
+ HostApp.__callback__ = this.loaded
2057
+ HostApp.__this__ = this
2058
+ let that = this
2059
+ let value = {}
2060
+ //tag
2061
+ if (this.role == 'inspect') {
2062
+ //tag
2063
+ if (this.item.f_no_checkplan == '无计划安检') {
2064
+ value = this.$androidUtil.path({
2065
+ alias: 'getUserinfomation',
2066
+ data: {condition: "f_check_item_id = '" + this.item.id + "' and f_no_checkplan = '无计划安检'"}
2067
+ })
2068
+ } else {
2069
+ value = this.$androidUtil.bzLogic('FetchCheckPaper', {id: this.item.id})
2070
+ }
2071
+ } else {
2072
+ value = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/path/getUserinfomation`, {data: {condition: `id = '${this.item.f_paper_id}'`}})
2073
+ }
2074
+ Util.replaceFalse(value)
2075
+ //tag)
2076
+ if (value.data.length != 0) {
2077
+ that.$set('data', value.data[0])
2078
+ //tag)
2079
+ if (this.data.f_collection_type == '按气量') {
2080
+ delete this.config['燃气表']['items']['累购金额']
2081
+ delete this.config['燃气表']['items']['已用金额']
2082
+ delete this.config['燃气表']['items']['剩余金额']
2083
+ delete this.config['燃气表']['items']['金额异常差值']
2084
+ } else if (this.data.f_collection_type == '按金额') {
2085
+ delete this.config['燃气表']['items']['累购气量']
2086
+ delete this.config['燃气表']['items']['已用气量']
2087
+ delete this.config['燃气表']['items']['剩余气量']
2088
+ delete this.config['燃气表']['items']['气量异常差值']
2089
+ }
2090
+ //tag)
2091
+ if (value.data[0].f_devices) {
2092
+ for (let da in that.devices) {
2093
+ if(typeof that.devices[da]=='function'){
2094
+ continue
2095
+ }
2096
+ that.$set('data.device' + that.devices[da].n, [])
2097
+ }
2098
+ value.data[0].f_devices.forEach((item) => {
2099
+ //tag)
2100
+ for (let i in item.f_items) {
2101
+ if(typeof item.f_items[i]=='function'){
2102
+ continue
2103
+ }
2104
+ // if (item.f_items[i].f_path != '' && item.f_items[i].f_path != null) {
2105
+ // this.picture.push({f_path: item.f_items[i].f_path, name: item.f_items[i].f_item_name})
2106
+ // }
2107
+ for (let de in that.config[item.f_device_type].items) {
2108
+ if(typeof that.config[item.f_device_type].items[de]=='function'){
2109
+ continue
2110
+ }
2111
+ if (item.f_items[i].f_item_name == de) {
2112
+ if (that.config[item.f_device_type].items[de].type == 'selector' || that.config[item.f_device_type].items[de].type == 'checkbox') {
2113
+ item.f_items[i].f_item_value = []
2114
+ } else {
2115
+ item.f_items[i].f_item_value = ''
2116
+ }
2117
+ }
2118
+ }
2119
+ //tag)
2120
+
2121
+ // if (item.f_items[i].f_item_name=='累购气量'){
2122
+ // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_total_gas
2123
+ // }else if (item.f_items[i].f_item_name=='累购金额'){
2124
+ // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_total_fee
2125
+ // }else if (item.f_items[i].f_item_name=='基表编号'){
2126
+ // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_meter_no
2127
+ // }else if (item.f_items[i].f_item_name=='气表品牌'){
2128
+ // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_aliasname
2129
+ // }else if (item.f_items[i].f_item_name=='进气方向'){
2130
+ // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_flow_direction
2131
+ // }else if (item.f_items[i].f_item_name=='气表型号'){
2132
+ // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_diaphgram_size
2133
+ // }else if (item.f_items[i].f_item_name=='表箱号'){
2134
+ // item.f_items[i].f_item_value=this.item.f_plan_meters[0].f_metertitles
2135
+ // }
2136
+ // else{
2137
+ for (let j in item.f_items[i].f_item_lists) {
2138
+ if(typeof item.f_items[i].f_item_lists[j]=='function'){
2139
+ continue
2140
+ }
2141
+ //tag)
2142
+ if (item.f_items[i].f_item_value instanceof Array) {
2143
+ item.f_items[i].f_item_value.push(item.f_items[i].f_item_lists[j].f_item_value)
2144
+ } else {
2145
+ item.f_items[i].f_item_value = item.f_items[i].f_item_lists[j].f_item_value
2146
+ }
2147
+ }
2148
+ // }
2149
+
2150
+ }
2151
+ for (let de in that.devices) {
2152
+ if(typeof that.devices[de]=='function'){
2153
+ continue
2154
+ }
2155
+ if (that.devices[de].device == item.f_device_type) {
2156
+ that.data['device' + that.devices[de].n].push({
2157
+ f_device_type: item.f_device_type,
2158
+ f_items: item.f_items
2159
+ })
2160
+ //tag)
2161
+ }
2162
+ }
2163
+ })
2164
+ if (this.role == 'androidview') {
2165
+ Util.androidRatifyPics(that.data, this.$androidUtil.getProxyUrl())
2166
+ Util.androidRatifyPics(that.picture, this.$androidUtil.getProxyUrl())
2167
+ Util.booleanFilter(that.data)
2168
+ }
2169
+ //tag)
2170
+ }
2171
+ } else {
2172
+ //tag
2173
+ this.init()
2174
+ }
2175
+ if(this.parentPage && this.parentPage=='CurrentCreate'){
2176
+ //tag
2177
+ let isRecodr = this.$appdata.getSingleValue('无限制录音'); //单值参数,为true则是开启全程录音
2178
+ if (isRecodr) {
2179
+ if (isRecodr=='true') {
2180
+ this.$showMessage("为了保证服务质量,您的电话将会被全程录音!")
2181
+ // 初始化录音
2182
+ let resse = this.record()
2183
+ }
2184
+ }
2185
+ }
2186
+ //tag
2187
+ var pardate = {
2188
+ _this:this,
2189
+ tittle:'安检详情',
2190
+ safe:true
2191
+ }
2192
+ // this.$dispatch('gotoson',pardate)getImgPath
2193
+ this.$goto('safecheck-userinfo', {userinfo:this.data}, 'repair')
2194
+ } else {
2195
+ let that = this
2196
+ let id
2197
+ if (this.role == 'view') {
2198
+ id = this.item.id
2199
+ }
2200
+ this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/path/getUserinfomation`, {data:{condition:`id = '${id}'`}}).then((respanse)=> {
2201
+ if (respanse.data.length != 0) {
2202
+ that.data = Object.assign(that.data,respanse.data[0])
2203
+ if(respanse.data[0].f_devices) {
2204
+ for (let da in that.devices) {
2205
+ that.$set('data.device' + that.devices[da].n, [])
2206
+ }
2207
+ respanse.data[0].f_devices.forEach((item) => {
2208
+ for (let de in that.devices) {
2209
+ if (that.devices[de].device == item.f_device_type) {
2210
+ that.data['device' + that.devices[de].n].push({
2211
+ f_device_type: item.f_device_type,
2212
+ f_items: item.f_items
2213
+ })
2214
+ }
2215
+ }
2216
+ })
2217
+ }
2218
+ Util.replaceFalse(that.data)
2219
+ Util.booleanFilter(that.data)
2220
+ if(this.role == 'view'){
2221
+ Util.ratifyPics(that.data)
2222
+ }else{
2223
+ Util.androidRatifyPics(that.data,this.$androidUtil.getProxyUrl())
2224
+ }
2225
+ //tag
2226
+ } else {
2227
+ alert("该安检单可能已不在本地!")
2228
+ this.init()
2229
+ }
2230
+ var pardate = {
2231
+ _this:this,
2232
+ tittle:'安检详情',
2233
+ safe:true
2234
+ }
2235
+ // this.$dispatch('gotoson',pardate)
2236
+ this.$goto('safecheck-userinfo', {userinfo:this.data}, 'paper-router')
2237
+ }
2238
+ ).catch(
2239
+ (respanse) => {
2240
+ alert('查找安检单失败')
2241
+ })
2242
+ }
2243
+ }else{
2244
+ if(this.parentPage && this.parentPage=='CurrentCreate'){
2245
+ //tag
2246
+ let isRecodr = this.$appdata.getSingleValue('无限制录音'); //单值参数,为true则是开启全程录音
2247
+ if (isRecodr) {
2248
+ if (isRecodr=='true') {
2249
+ this.$showMessage("为了保证服务质量,您的电话将会被全程录音!")
2250
+ // 初始化录音
2251
+ let resse = this.record()
2252
+ }
2253
+ }
2254
+ }
2255
+ this.init()
2256
+ }
2257
+ // tbs合并数组
2258
+ // if( this.model.serviceacitivity[0].servicerepair.length > 0){
2259
+ // for(let i = 0;i < this.model.serviceacitivity[0].servicerepair.length;i++ ){
2260
+ //
2261
+ // }
2262
+ // }
2263
+ },
2264
+ components: {
2265
+ // 'door-service': DoorService,
2266
+ // 'repair-info': RepairInfo,
2267
+ // 'repair-user-info': RepairUserInfo,
2268
+ // 'outlay': Outlay,
2269
+ // 'fault-all': FaultAll,
2270
+ // 'repair-details':RepairDetails
2271
+ // 'pipeline': Pipeline,
2272
+ // 'device-service': DeviceService,
2273
+ // 'trouble-removal': TroubleRemoval,
2274
+ // 'cooking-utensils': CookingUtensils,
2275
+ // 'repair-matter-info': RepairMatterInfo,
2276
+ // 'first-gas-check': FirstGasCheck,
2277
+ // 'tel-change-matter': TelChangeMatter/
2278
+ },
2279
+ events: {
2280
+ 'tijiao': function () {
2281
+ // 事件回调内的 `this` 自动绑定到注册它的实例上
2282
+ this.confirm()
2283
+ }
2284
+ }
2285
+ }
2286
+ </script>
2287
+ <style lang="less">
2288
+ @import "../../../../src/bootstrap/less/variables.less";
2289
+ .noclickbut {
2290
+ pointer-events: none;
2291
+ }
2292
+ .tab-befor-img (@url) {
2293
+ content: '';
2294
+ background-image: url("@{url}");
2295
+ background-size: 20px;
2296
+ display: inline-block;
2297
+ margin-right: 8px;
2298
+ margin-top: 0.3em;
2299
+ height: 1.3em;
2300
+ width: 1.3em;
2301
+ vertical-align: -35%;
2302
+ }
2303
+
2304
+ @media screen and (min-width: 768px) {
2305
+ .android-repair-order > div > ul a {
2306
+ font-size: @font-size-h2;
2307
+ margin: 0.3em 0;
2308
+ }
2309
+ }
2310
+ .repair-details-class{
2311
+ &::before {
2312
+ .tab-befor-img("../../../assets/huneiweixiu1.png");
2313
+ }
2314
+ }
2315
+ .repair-info-class {
2316
+ &::before {
2317
+ .tab-befor-img("../../../assets/baoxiuxinxi1.png");
2318
+ }
2319
+ }
2320
+ .repair-user-info-class {
2321
+ &::before {
2322
+ .tab-befor-img("../../../assets/jibenxinxi1.png")
2323
+ }
2324
+ }
2325
+
2326
+ .door-service-class {
2327
+ &::before {
2328
+ .tab-befor-img("../../../assets/huneiweixiu1.png")
2329
+ }
2330
+ }
2331
+
2332
+ .pipeline-class {
2333
+ &::before {
2334
+ .tab-befor-img("../../../assets/guandao1.png")
2335
+ }
2336
+ }
2337
+
2338
+ .device-service-class {
2339
+ &::before {
2340
+ .tab-befor-img("../../../assets/shebeiweixiu1.png")
2341
+ }
2342
+ }
2343
+
2344
+ .trouble-removal-class {
2345
+ &::before {
2346
+ .tab-befor-img("../../../assets/shiguchuli.png")
2347
+ }
2348
+ }
2349
+
2350
+ .cooking-utensils-class {
2351
+ &::before {
2352
+ .tab-befor-img("../../../assets/zaoju1.png")
2353
+ }
2354
+ }
2355
+
2356
+ .outlay-class {
2357
+ &::before {
2358
+ .tab-befor-img("../../../assets/feiyong1.png")
2359
+ }
2360
+ }
2361
+
2362
+ .fault-all-class {
2363
+ &::before {
2364
+ .tab-befor-img("../../../assets/guzhanghuizong1.png")
2365
+ }
2366
+ }
2367
+ .photo-write-class {
2368
+ &::before {
2369
+ .tab-befor-img("../../../assets/zaoju.png")
2370
+ }
2371
+ }
2372
+ .delay-apply-class {
2373
+ &::before {
2374
+ .tab-befor-img("../../../assets/yonghubaoxiu.png")
2375
+ }
2376
+ }
2377
+
2378
+ .repair-back-class {
2379
+ &::before {
2380
+ .tab-befor-img("../../../assets/fanhui.png")
2381
+ }
2382
+ }
2383
+ .butt2 {
2384
+ display: inline;
2385
+ float: right;
2386
+ width: 10px;
2387
+ text-align: center;
2388
+ align-items:center;
2389
+ position: absolute;
2390
+ top:50%;
2391
+
2392
+ left:90%;
2393
+ transform: translate(-50%,-50%);
2394
+ }
2395
+ .linesty{
2396
+ display: inline-block;
2397
+ height:1px;
2398
+ width:100%;
2399
+ background:#d0d0d0;
2400
+ overflow:hidden;
2401
+ vertical-align: middle;
2402
+ }
2403
+ .spanboder{
2404
+ border-bottom:2px solid #499edf;
2405
+ padding-bottom: 8px
2406
+ }
2407
+ .app-botton {
2408
+ position:fixed;
2409
+ background: #87b2dd;
2410
+ right:8px;
2411
+ color: #FFF;
2412
+ padding: 8px;
2413
+ text-align: center;
2414
+ font-size: 1.2em;
2415
+ z-index: 10;
2416
+ opacity:0.5;
2417
+ bottom: 50px;
2418
+ margin-top: -10px;
2419
+ height: 40px;
2420
+ }
2421
+ .android-repair-order > div > ul a {
2422
+ font-size: 12px;
2423
+ color: #333333;
2424
+ padding: 13px 16px;
2425
+ }
2426
+ </style>