safecheck-client 4.0.1-9 → 4.0.1-91

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