safecheck-client 4.0.1-40 → 4.0.1-41

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 (263) hide show
  1. package/package.json +1 -1
  2. package/src/App.vue +31 -31
  3. package/src/components/CheckerCount/CheckCountUserList.vue +144 -144
  4. package/src/components/DefectDealMain/DefectListNew.vue +642 -642
  5. package/src/components/NewDefectList/DefectListNew.vue +663 -663
  6. package/src/components/NewDefectList/DefectPaperNew.vue +1184 -1184
  7. package/src/components/Util/SafecheckUpload.vue +281 -281
  8. package/src/components/android/AddPlanItem.vue +447 -447
  9. package/src/components/android/AddPlanItemYy.vue +451 -451
  10. package/src/components/android/AddSpecialPlanItem.vue +426 -426
  11. package/src/components/android/AndroidDefectDetails.vue +769 -769
  12. package/src/components/android/CurrentCreateYy.vue +1051 -1051
  13. package/src/components/android/Devices.vue +327 -327
  14. package/src/components/android/Devicesm.vue +327 -327
  15. package/src/components/android/PaperFeedbackm.vue +1026 -1026
  16. package/src/components/android/PhoneRecordInfo.vue +113 -113
  17. package/src/components/android/PhoneSellInfo.vue +113 -113
  18. package/src/components/android/PhoneUpDetail.vue +1040 -1040
  19. package/src/components/android/PhoneUpUserinfo.vue +1249 -1249
  20. package/src/components/android/QRCode/QRCodeBinding.vue +300 -300
  21. package/src/components/android/QRCode/QRCodePage.vue +212 -212
  22. package/src/components/android/SafePlanItem.vue +509 -509
  23. package/src/components/android/SafeRightTree.vue +218 -218
  24. package/src/components/android/SafecheckDevices.vue +1340 -1340
  25. package/src/components/android/examples/SafeListExamples.vue +296 -296
  26. package/src/components/android/old/PaperFeedback.vue +1015 -1015
  27. package/src/components/android/recheck/Recheck.vue +402 -402
  28. package/src/components/android/userinfo/SafecheckUserInfo.vue +776 -776
  29. package/src/components/checkplan/checkmsg.vue +459 -459
  30. package/src/components/defect/DefectList.vue +507 -507
  31. package/src/components/defect/DefectListWeixiu.vue +484 -484
  32. package/src/components/filialCircle/CircleList.vue +139 -139
  33. package/src/components/inspections/AddInspectPlanItem.vue +325 -325
  34. package/src/components/inspections/AddInspectPlanItems.vue +325 -325
  35. package/src/components/inspections/AddInspectPlanItemss.vue +317 -317
  36. package/src/components/inspections/DisplayInspectionList.vue +1224 -1224
  37. package/src/components/inspections/inspectionOrderV.vue +1853 -1853
  38. package/src/components/inspections/inspectionOrderVs.vue +1853 -1853
  39. package/src/components/inspections/inspectionOrderVss.vue +1856 -1856
  40. package/src/components/inspections/inspectionUserInfo.vue +398 -398
  41. package/src/components/map/PersonTrack.vue +226 -226
  42. package/src/components/paper/PaperList.vue +797 -797
  43. package/src/components/paper/RegionalList.vue +220 -220
  44. package/src/components/pc/AnnouncementPC.vue +524 -524
  45. package/src/components/pc/CheckBook.vue +303 -303
  46. package/src/components/pc/CheckBookArea.vue +146 -146
  47. package/src/components/pc/CheckBookCompany.vue +144 -144
  48. package/src/components/pc/CheckBookDetails.vue +161 -161
  49. package/src/components/pc/CheckBookEntry.vue +60 -60
  50. package/src/components/pc/CheckBookSearchArea.vue +560 -560
  51. package/src/components/pc/CheckBookSearchUnit.vue +229 -229
  52. package/src/components/pc/CheckBookSearchUser.vue +659 -659
  53. package/src/components/pc/CheckBookSearchUserList.vue +674 -674
  54. package/src/components/pc/DefectList.vue +742 -742
  55. package/src/components/pc/DeviceChange.vue +1068 -1068
  56. package/src/components/pc/PaperDefectMain.vue +880 -880
  57. package/src/components/pc/SafeVisitInfo.vue +261 -261
  58. package/src/components/querycheckpaper/CheckPaperList.vue +130 -130
  59. package/src/components/report/HiddenSituation.vue +165 -165
  60. package/src/components/rongcheng/AspiratedOrderV.vue +2377 -2377
  61. package/src/components/rongcheng/CurrentCreateOnline.vue +906 -906
  62. package/src/components/rongcheng/DefectList.vue +560 -560
  63. package/src/components/rongcheng/SafecheckOrderVCli.vue +2641 -2641
  64. package/src/components/safecheckNew/android/AddPlanItem.vue +419 -419
  65. package/src/components/safecheckNew/android/CurrentCreate.vue +1050 -1050
  66. package/src/components/safecheckNew/android/Recheck.vue +379 -379
  67. package/src/components/sendsingle/EquipmentManagement.vue +727 -727
  68. package/src/components/shaoguan/DefectList.vue +473 -473
  69. package/src/components/shaoguan/SafecheckOrderV.vue +2140 -2140
  70. package/src/components/tongcheng/PaperFeedback.vue +1061 -1061
  71. package/src/components/userfile/SecurityAudit.vue +243 -243
  72. package/src/filiale/ALshan/pc/DefectListWeixiu.vue +476 -476
  73. package/src/filiale/ancheng/android/SafecheckOrderV.vue +2703 -2703
  74. package/src/filiale/ancheng/android/SafecheckUserInfo.vue +737 -737
  75. package/src/filiale/ancheng/pc/checkScreen.vue +923 -923
  76. package/src/filiale/ankangyihua/android/AddPlanItem.vue +446 -446
  77. package/src/filiale/ankangyihua/android/SafecheckOrderV.vue +2908 -2908
  78. package/src/filiale/ankangyihua/pc/DefectListWeixiu.vue +491 -491
  79. package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -2785
  80. package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
  81. package/src/filiale/bayan/android/Edit.vue +132 -132
  82. package/src/filiale/bayan/pc/DefectListNew.vue +597 -597
  83. package/src/filiale/bayan/pc/DeviceChange.vue +1838 -1838
  84. package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
  85. package/src/filiale/dexin/android/CasualSave.vue +1050 -1050
  86. package/src/filiale/dexin/android/SafecheckOrderV.vue +2950 -2950
  87. package/src/filiale/fugou/android/AddPlanItem.vue +413 -413
  88. package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -2796
  89. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +830 -830
  90. package/src/filiale/fugu/android/SafecheckOrderV.vue +2484 -2484
  91. package/src/filiale/fugu/pc/NewCheckpaper.vue +1287 -1287
  92. package/src/filiale/ganquan/android/AddPlanItem.vue +444 -444
  93. package/src/filiale/ganquan/android/SafecheckOrderV.vue +2485 -2485
  94. package/src/filiale/ganquan/pc/NewCheckpaper.vue +1354 -1354
  95. package/src/filiale/guangxi/pc/DefectListNew.vue +518 -518
  96. package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2683 -2683
  97. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +786 -786
  98. package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -2803
  99. package/src/filiale/huatong/android/SafecheckOrderV.vue +2426 -2426
  100. package/src/filiale/huatong/android/SafecheckUserInfo.vue +749 -749
  101. package/src/filiale/huayin/pc/NewCheckpaper.vue +1307 -1307
  102. package/src/filiale/jiaocheng/android/AddPlanItem.vue +435 -435
  103. package/src/filiale/jiaocheng/android/SafecheckUserInfo.vue +737 -737
  104. package/src/filiale/jiaocheng/pc/DefectListNew.vue +576 -576
  105. package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -447
  106. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -2807
  107. package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -784
  108. package/src/filiale/jinbin/pc/DefectListWeixiu.vue +478 -478
  109. package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
  110. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
  111. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +781 -781
  112. package/src/filiale/kelai/android/AddPlanItem.vue +488 -488
  113. package/src/filiale/kelai/android/SafecheckUserInfo.vue +774 -774
  114. package/src/filiale/kelai/android/SafecheckUserInfo1.vue +618 -618
  115. package/src/filiale/kelai/pc/DefectListNew.vue +688 -688
  116. package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasList.vue +518 -518
  117. package/src/filiale/kelai/pc/NewCheckpaper.vue +1454 -1454
  118. package/src/filiale/liaoyuan/android/AddPlanItem.vue +412 -412
  119. package/src/filiale/liaoyuan/android/CurrentCreate.vue +1066 -1066
  120. package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +2388 -2388
  121. package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +557 -557
  122. package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +489 -489
  123. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +1020 -1020
  124. package/src/filiale/lixian/android/SafecheckOrderV.vue +2404 -2404
  125. package/src/filiale/lixian/android/SafecheckUserInfo.vue +578 -578
  126. package/src/filiale/lixian/pc/NewCheckpaper.vue +1211 -1211
  127. package/src/filiale/meihekou/android/AreaPlan.vue +577 -577
  128. package/src/filiale/meihekou/android/CheckPlanList.vue +198 -198
  129. package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -190
  130. package/src/filiale/meihekou/android/CurrentCreate.vue +1038 -1038
  131. package/src/filiale/meihekou/android/MeterReading.vue +110 -110
  132. package/src/filiale/meihekou/android/PaperFeedback.vue +1542 -1542
  133. package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +1307 -1307
  134. package/src/filiale/meihekou/android/SafecheckDevices.vue +1340 -1340
  135. package/src/filiale/meihekou/android/SafecheckOrderV.vue +301 -287
  136. package/src/filiale/meihekou/android/SafecheckUserInfo.vue +785 -785
  137. package/src/filiale/meihekou/android.js +22 -22
  138. package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2050 -0
  139. package/src/filiale/meihekou/pc/NewCheckpaperTemp.vue +1288 -1288
  140. package/src/filiale/meihekou/pc/PaperList.vue +810 -0
  141. package/src/filiale/meihekou/pc.js +2 -0
  142. package/src/filiale/minsheng/android/SafecheckUserInfo.vue +754 -754
  143. package/src/filiale/minsheng/pc/DefectListNew.vue +535 -535
  144. package/src/filiale/pingxiang/android/SafecheckOrderV.vue +2424 -2424
  145. package/src/filiale/pingxiang/android/SafecheckUserInfo.vue +600 -600
  146. package/src/filiale/pingxiang/pc/DefectListNew.vue +519 -519
  147. package/src/filiale/pingxiang/pc/NewCheckpaper.vue +1294 -1294
  148. package/src/filiale/qianneng/android/AddPlanItem.vue +482 -482
  149. package/src/filiale/qianneng/android/SafecheckOrderV.vue +2785 -2785
  150. package/src/filiale/qianneng/android/SafecheckUserInfo.vue +775 -775
  151. package/src/filiale/qianneng/pc/DefectListNew.vue +576 -576
  152. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1546 -1546
  153. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
  154. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +800 -800
  155. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1871 -1871
  156. package/src/filiale/qingjian/pc.js +15 -15
  157. package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -450
  158. package/src/filiale/qingtongxia/android/SafecheckOrderV.vue +2726 -2726
  159. package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -782
  160. package/src/filiale/qingtongxia/pc/DefectListNew.vue +594 -594
  161. package/src/filiale/rizhao/android/AddPlanItem.vue +446 -446
  162. package/src/filiale/rizhao/android/SafecheckOrderV.vue +2430 -2430
  163. package/src/filiale/rizhao/android/SafecheckUserInfo.vue +640 -640
  164. package/src/filiale/rizhao/pc/DefectList.vue +489 -489
  165. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2696 -2696
  166. package/src/filiale/rongchuang/android/checkpapermsg.vue +209 -209
  167. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -2747
  168. package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -804
  169. package/src/filiale/shanggao/android/SafecheckOrderV.vue +2426 -2426
  170. package/src/filiale/shanxian/android/SafecheckUserInfo.vue +749 -749
  171. package/src/filiale/shanxian/pc/HiddenSituation.vue +121 -121
  172. package/src/filiale/shanxian/pc/NewCheckpaper.vue +1526 -1526
  173. package/src/filiale/shexian/android/AddPlanItem.vue +444 -444
  174. package/src/filiale/shexian/android/SafecheckOrderV.vue +2879 -2879
  175. package/src/filiale/shexian/pc/DefectListNew.vue +593 -593
  176. package/src/filiale/shexian/pc/NewCheckpaper.vue +1469 -1469
  177. package/src/filiale/shimen/android/SafecheckUserInfo.vue +547 -547
  178. package/src/filiale/shimen/pc/DefectList.vue +473 -473
  179. package/src/filiale/shimen/pc/NewCheckpaper.vue +1275 -1275
  180. package/src/filiale/siyang/android/AddPlanItem.vue +450 -450
  181. package/src/filiale/siyang/android/CurrentCreate.vue +1051 -1051
  182. package/src/filiale/siyang/android/PhoneRecordInfo.vue +214 -214
  183. package/src/filiale/siyang/android/SafecheckOrderV.vue +2796 -2796
  184. package/src/filiale/siyang/android/SafecheckUserInfo.vue +789 -789
  185. package/src/filiale/siyang/pc/HiddenSituation.vue +167 -167
  186. package/src/filiale/taiyuan/pc/DefectDeal.vue +1033 -1033
  187. package/src/filiale/taiyuan/pc/NewCheckpaper.vue +1976 -1976
  188. package/src/filiale/taiyuan/pc/PlanManage.vue +891 -891
  189. package/src/filiale/taiyuan/pc/checkUserList.vue +798 -798
  190. package/src/filiale/taiyuan/pc.js +15 -15
  191. package/src/filiale/tianke/android/AddPlanItem.vue +455 -455
  192. package/src/filiale/tianke/android/SafecheckOrderV.vue +2431 -2431
  193. package/src/filiale/tianke/android/SafecheckUserInfo.vue +744 -744
  194. package/src/filiale/tongchuan/android/AddPlanItem.vue +483 -483
  195. package/src/filiale/tongchuan/android/PhoneRecordInfo.vue +191 -191
  196. package/src/filiale/tongchuan/android/PhoneSellInfo.vue +113 -113
  197. package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +720 -720
  198. package/src/filiale/tongchuan/pc/CheckBookDetails.vue +209 -209
  199. package/src/filiale/tongchuan/pc/DefectListWeixiu.vue +484 -484
  200. package/src/filiale/tongchuan/pc/HiddenSituation.vue +166 -166
  201. package/src/filiale/weinan/android/AddPlanItem.vue +438 -438
  202. package/src/filiale/weinan/android/CurrentCreate.vue +1171 -1171
  203. package/src/filiale/weinan/android/CurrentCreateOnline.vue +911 -911
  204. package/src/filiale/weinan/android/SafePlanItem.vue +440 -440
  205. package/src/filiale/weinan/android/SafecheckUserInfo.vue +778 -778
  206. package/src/filiale/weinan/pc/DefectListNew.vue +617 -617
  207. package/src/filiale/weinan/pc/DeviceChange.vue +1088 -1088
  208. package/src/filiale/weinan/pc/HiddenSituation.vue +167 -167
  209. package/src/filiale/weinan/pc/checkScreen.vue +1094 -1094
  210. package/src/filiale/weinanct/android/SafecheckOrderV.vue +2730 -2730
  211. package/src/filiale/weinanct/pc/NewCheckpaper.vue +1315 -1315
  212. package/src/filiale/wensu/android/AddPlanItem.vue +495 -495
  213. package/src/filiale/wensu/android/AndroidDefectDeal.vue +464 -464
  214. package/src/filiale/wensu/android/PaperFeedback.vue +1358 -1358
  215. package/src/filiale/wensu/android/SafecheckOrderV.vue +2430 -2430
  216. package/src/filiale/wensu/android/SafecheckUserInfo.vue +627 -627
  217. package/src/filiale/wensu/pc/DefectListNew.vue +735 -735
  218. package/src/filiale/wenxi/android/AddPlanItem.vue +431 -431
  219. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2671 -2671
  220. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +673 -673
  221. package/src/filiale/wenxi/pc/DefectList.vue +653 -653
  222. package/src/filiale/wenxi/pc/NewCheckpaper.vue +1358 -1358
  223. package/src/filiale/wuan/android/SafecheckOrderV.vue +2241 -2241
  224. package/src/filiale/wuan/android/SafecheckUserInfo.vue +596 -596
  225. package/src/filiale/wuan/pc/DefectListWeixiu.vue +506 -506
  226. package/src/filiale/wuan/pc/NewCheckpaper.vue +1169 -1169
  227. package/src/filiale/wuhai/android/SafecheckOrderV.vue +2456 -2456
  228. package/src/filiale/wuhai/android/SafecheckUserInfo.vue +573 -573
  229. package/src/filiale/wuhai/pc/NewCheckpaper.vue +1281 -1281
  230. package/src/filiale/xiangyuanzhongai/android/PhoneUpUserinfo.vue +1251 -1251
  231. package/src/filiale/xinkang/android/AddPlanItem.vue +413 -413
  232. package/src/filiale/xinkang/pc/DefectListWeixiu.vue +475 -475
  233. package/src/filiale/xinkang/pc/NewCheckpaper.vue +1474 -1474
  234. package/src/filiale/xinkang/pc/PaperList.vue +596 -596
  235. package/src/filiale/yangchunboneng/android/AddPlanItem.vue +496 -496
  236. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2865 -2865
  237. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
  238. package/src/filiale/yangchunboneng/pc/DefectListNew.vue +576 -576
  239. package/src/filiale/yongzhou/android/SafecheckOrderV.vue +2774 -2774
  240. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +776 -776
  241. package/src/filiale/yuansheng/android/SafecheckOrderV.vue +2758 -2758
  242. package/src/filiale/yuansheng/android/SafecheckUserInfo.vue +797 -797
  243. package/src/filiale/yuansheng/pc/DefectListNew.vue +524 -524
  244. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +1371 -1371
  245. package/src/filiale/yuansheng/pc/checkmsg.vue +464 -464
  246. package/src/filiale/yunchengminsheng/android/DailyworkloadQuery.vue +491 -491
  247. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1509 -1509
  248. package/src/filiale/yunchengminsheng/android/PhoneSellInfo.vue +113 -113
  249. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1270 -1270
  250. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +785 -785
  251. package/src/filiale/yunchengminsheng/android.js +15 -15
  252. package/src/filiale/yunchengminsheng/pc/PaperList.vue +811 -811
  253. package/src/filiale/yunchengminsheng/pc.js +15 -15
  254. package/src/filiale/zhongsheng/android/BuyRecords.vue +122 -122
  255. package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +2461 -2461
  256. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +690 -690
  257. package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +514 -514
  258. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +1322 -1322
  259. package/src/filiale/zhongyi/android/SafecheckOrderV.vue +2431 -2431
  260. package/src/filiale/zhongyi/pc/DefectListNew.vue +514 -514
  261. package/src/filiale/zhoukou/android/SafecheckOrderV.vue +2502 -2502
  262. package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +588 -588
  263. package/src/main.js +2 -1
@@ -1,1542 +1,1542 @@
1
- <template>
2
- <form novalidate class="form-horizontal" style="width: 95%;margin: auto">
3
- <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__">
4
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
5
- <label class="control-label font text-left col-md-4 col-xs-4">备注</label>
6
- <div class="col-md-12 col-sm-12 col-xs-12">
7
- <textarea v-model="paper.f_repair_approved_note" class="form-control"></textarea>
8
- </div>
9
- </div>
10
- </div>
11
- <div class="form-group col-sm-12 col-xs-12 col-md-12 info" :class="style__">
12
- <div class="text-center">
13
- <label class="font">总体安检照片请依次拍摄:</label>
14
- </div>
15
- <div class="col-md-12 col-sm-12 col-xs-12">
16
- <ol class="showIi">
17
- <li>1.表前阀+表+年检照片上传</li>
18
- <li>2.楼板处拍照上传</li>
19
- <li>3.灶前阀+安全阀+连接灶具管照片上传</li>
20
- <li>4.灶具接口照片上传</li>
21
- <li>5.安全宣传单+灶具炉头照片上传</li>
22
- <li>6.热水连接三通拍照上传</li>
23
- <li>7.热水器阀门+全景照片上传</li>
24
- <li>8.安检单拍照上传</li>
25
- </ol>
26
- </div>
27
- </div>
28
- <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
29
- <label class="text-left font">总体安检照片,共{{paper.f_overall_imgs.length}}张</label>
30
-
31
- <div class="auto" :class="style__">
32
- <div class="panel" style="padding: 10px 10px 5px 10px;">
33
- <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
34
- <div class="row" style="height: 240px;overflow: scroll;top: 1px" >
35
- <div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px" v-for="(index,img) in paper.f_overall_imgs">
36
- <img src="../../../assets/删除.png" @click="delfile('f_overall_path', img.f_overall_path,index)" style="width: 15px;" alt="">
37
- <img-self-android :src="img.f_overall_path" alt="总体安检照片" :width="140" :height="170"></img-self-android>
38
- </div>
39
- </div>
40
- <div class="row text-left div-photo">
41
- <button type="button" name="button" class="btn btn-photo" @click="takePic('f_overall_path', '总体安检照片')">拍照</button>
42
- <button v-if="isalbum" type="button" name="button" class="btn btn-photo" @click="selectPicture()">相册</button>
43
- </div>
44
- </div>
45
- </div>
46
- </div>
47
- </div>
48
- <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__" v-if="isvideo == 'true'">
49
- <label class="text-left font">安检视频</label>
50
-
51
- <div class="auto" :class="style__">
52
- <div class="panel" style="padding: 10px 10px 5px 10px;">
53
- <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
54
- <div class="row">
55
- <video width="320" height="200" controls v-if="paper.f_video_path">
56
- <source :src="paper.f_video_path" type="video/mp4">
57
- </video>
58
- </div>
59
- <div class="row text-right div-photo">
60
- <button type="button" name="button" class="btn btn-photo" @click="takeVideo()">拍摄</button>
61
- </div>
62
- </div>
63
- </div>
64
- </div>
65
- </div>
66
- <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
67
- <label class="text-left font">总体隐患照片,共{{defectImgs.length}}张</label>
68
- <div class="auto" :class="style__">
69
- <div class="panel" style="padding: 10px 10px 5px 10px;">
70
- <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
71
- <div class="row" style="height: 240px;overflow: scroll;top: 1px" >
72
- <div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px" v-for="(index,img) in defectImgs">
73
- <img-self-android :src="img" alt="总体隐患照片" :width="140" :height="170"></img-self-android>
74
- <!-- <img src="../../../assets/删除.png" @click="delfile('f_overall_path', img.f_overall_path,index)" style="width: 15px;margin-top: -80px" alt="">-->
75
- </div>
76
- </div>
77
- </div>
78
- </div>
79
- </div>
80
- </div>
81
- <div class="form-group col-sm-12 col-xs-12 col-md-12 info" :class="style__">
82
- <div class="text-center">
83
- <label class="font">隐患汇总:</label>
84
- </div>
85
- <div class="col-md-12 col-sm-12 col-xs-12">
86
- <ol class="showIi">
87
- <li v-for="item in defectReason">{{ item.deviceitem }}</li>
88
- </ol>
89
- </div>
90
- </div>
91
- <div class="form-group col-sm-12 col-xs-12 col-md-12 info" :class="style__">
92
- <div class="text-center">
93
- <label class="font">整改建议汇总:</label>
94
- </div>
95
- <div class="col-md-12 col-sm-12 col-xs-12">
96
- <ol class="showIi">
97
- <li v-for="item in defectToolTip">{{ item }}</li>
98
- </ol>
99
- </div>
100
- </div>
101
- <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
102
- &ensp;&ensp;<input type="checkbox" v-model="paper.f_read_instructions" style="transform: scale(1.5);"/><label class="text-left font">我已阅读须知内容</label>
103
-
104
- </div>
105
- <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
106
- <label class="text-left font">用户签名</label>
107
- <div class="auto">
108
- <div class="panel">
109
- <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
110
- <div class="row" style="height: 240px;overflow: scroll;top: 1px">
111
- <div class="col-sm-4">
112
- <img :class="style__" :src="paper.f_sign_path" :width="200" :height="150" />
113
- </div>
114
- </div>
115
- <div class="row text-right div-photo">
116
- <button type="button" name="button" class="btn btn-primary btn-photo" @click="sign">签名</button>
117
- </div>
118
- </div>
119
- </div>
120
- </div>
121
- </div>
122
- <div class="form-group col-sm-12 col-xs-12 col-md-12 " :style="timeSet(this.isneedDate)?'':'display:none'">
123
- <label>请输入超期原因:</label><br/>
124
- <textarea style="width: 100%;" v-model="paper.f_exceed_reason"></textarea>
125
- </div>
126
- <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__" v-show="showbacklist=='是'">
127
- <div class="col-xs-6 col-sm-6">
128
- <input type="checkbox" v-model="backlistisselect" :readonly="enabled"/><label class="text-left font" >限制该用户购气</label>
129
- </div>
130
- <div class="col-xs-6 col-sm-6">
131
- <input type="checkbox" v-model="deletebacklistisselect" :readonly="deleteenabled"/><label class="text-left font" >取消限制该用户购气</label>
132
- </div>
133
- </div>
134
- <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__" v-if="Vue.$appdata.getParam('安检天然气安全使用须知检查')=='是'">
135
- <div class="col-xs-12 col-sm-12">
136
- <input type="checkbox" v-model="paper.f_gas_guidelines" /><label class="text-left font" >天然气安全使用须知</label>
137
- </div>
138
- <div class="col-xs-12 col-sm-12">
139
- <input type="checkbox" v-model="paper.f_safety_warning" /><label class="text-left font" >天然气室内使用安全警示</label>
140
- </div>
141
- <div class="col-xs-12 col-sm-12">
142
- <input type="checkbox" v-model="paper.f_gas_manual" /><label class="text-left font" >安全用气手册</label>
143
- </div>
144
- </div>
145
- <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__">
146
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
147
- <input type="checkbox" v-model="paper.f_defect_notified" class="showIi" />安检通知书/隐患整改通知书
148
- </div>
149
- <div class="form-group col-md-12 col-sm-12 col-xs-12" v-if="paper.f_defect_notified">
150
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
151
- <button type="button" @click="print()">打印隐患整改单</button>
152
- </div>
153
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
154
- <label class="text-left font">安检通知书/隐患整改通知书照片(要求能清晰反应安检通知单和用户签字内容):</label>
155
- <div class="auto" >
156
- <div class="panel" style="padding: 10px 10px 5px 10px;">
157
- <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
158
- <div class="row" style="height: 240px;overflow: scroll;top: 1px">
159
- <div class="col-sm-4">
160
- <img-self-android :src="paper.f_notified_path" alt="安检通知书/隐患整改通知书照片" width="150" height="200"></img-self-android>
161
- </div>
162
- </div>
163
- <div class="row text-right div-photo">
164
- <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_notified_path', '安检通知书/隐患整改通知书照片')">拍照</button>
165
- &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../../assets/remove.png" :class="style__" @click="delfile('f_notified_path', this.paper.f_notified_path)" style="width: 25%;"></img>
166
- </div>
167
- </div>
168
- </div>
169
- </div>
170
- </div>
171
- </div>
172
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
173
- <div class="row">
174
- <label class="text-left">请对我们的服务做出评价:</label>
175
- </div>
176
- <div class="col-xs-4 col-sm-4" v-for="item in radios">
177
- <input v-model="paper.f_client_evaluation" :value="item.label" :checked='item.isChecked' @click="check(item.value)" type="radio">{{item.label}}
178
- </div>
179
-
180
- <!--<div class="col-sm-4">-->
181
- <!--<radio-group :value.sync="paper.f_client_evaluation" type="success" buttons="false">-->
182
- <!--<radio value="满意">满意</radio>-->
183
- <!--<radio value="基本满意">基本满意</radio>-->
184
- <!--<radio value="不满意">不满意</radio>-->
185
- <!--</radio-group>-->
186
- <!--</div>-->
187
- </div>
188
-
189
- <div class="form-group col-md-12 col-sm-12 col-xs-12" v-if="isRecodr=='false'">
190
- <label class="text-left font">反馈录音:</label>
191
- <div class="col-md-12 col-sm-12 col-xs-12">
192
- <button type="button" name="button" class="btn btn-primary btn-voice" @click="record">
193
- <img src="../../../assets/录音.png" style="width: 14%;">
194
- <span v-if="!paper.f_recording1_path">开始录音</span>
195
- <span v-if="paper.f_recording1_path">已录音</span>
196
- </button>
197
- &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../../assets/remove.png" style="width: 15px;" :class="style__" @click="delAudioFile('f_recording1_path', paper.f_recording1_path)"></img>
198
- </div>
199
- </div>
200
-
201
- <div v-if="false">
202
- <div class="text-center form-group col-md-12 col-sm-12 col-xs-12">
203
- <button style="width: 30%;margin:3%;margin-bottom: 0%" type="button" v-show="$parent.$parent.actionEnabled && upload_state !='已传' &&(paper.f_complete != '已完成' || paper.back_f_entry_status != '入户') " class="btn save-btn" @click="$parent.$parent.save('temp')">临时保存</button>
204
- <button style="width: 30%;margin:3%;margin-bottom: 0%" type="button" v-show="$parent.$parent.actionEnabled && upload_state !='已传' && (paper.f_complete != '已完成' || paper.back_f_entry_status != '入户')" class="btn save-btn " @click="$parent.$parent.save('finish')">完成安检</button>
205
- </div>
206
- <div class="text-center form-group col-md-12 col-sm-12 col-xs-12">
207
- <button style="width: 30%;margin:3%;margin-bottom: 0%;margin-top: 0%" id="upload" type="button" v-show="$parent.$parent.actionEnabled && upload_state !='已传' && (paper.f_complete != '已完成' || paper.back_f_entry_status != '入户')" class="btn upload-btn " @click="$parent.$parent.uploadCheckPaper" >上传</button>
208
- <button style="width: 30%;margin:3%;margin-bottom: 0%;margin-top: 0%" v-if="(safeCheckToRepair == true || safeCheckToRepair == 'true') && $parent.$parent.actionEnabled" class="btn repair-btn btn-warning " type="button" @click="showToRepair">转维修</button> </div>
209
- </div>
210
-
211
- </div>
212
- </form>
213
- <!-- <modal :show.sync="showCheckToRepair" v-ref:modal :backdrop="isback">-->
214
- <!-- <div slot="modal-header" class="modal-header">-->
215
- <!-- <h4 class="modal-title">-->
216
- <!-- 安检转维修-->
217
- <!-- </h4>-->
218
- <!-- </div>-->
219
- <!-- <div slot="modal-body" class="modal-body">-->
220
- <!-- <div v-if="showrepair">-->
221
- <!-- <div class="row">-->
222
- <!-- <label class="col-xs-4 col-md-4 control-label text-left">派单方式</label>-->
223
- <!-- <div class="col-xs-8 col-md-8">-->
224
- <!-- <label v-for="handling1 in handling" >-->
225
- <!-- <input type="radio"-->
226
- <!-- v-model="meading"-->
227
- <!-- value="{{handling1.label}}">-->
228
- <!-- {{handling1.label}}-->
229
- <!-- </label>-->
230
- <!-- </div>-->
231
- <!-- </div>-->
232
- <!-- <div class="row" v-if="meading == '转站点'">-->
233
- <!-- <label class="col-xs-4 col-md-4 control-label font text-left" for="f_reciever">站点</label>-->
234
- <!-- &lt;!&ndash;<input type="text" v-show="false" v-model="serviceacitivity.f_reciever"&ndash;&gt;-->
235
- <!-- &lt;!&ndash;v-validate:f_reciever='{ required: true }'>&ndash;&gt;-->
236
- <!-- <div class="col-xs-8 col-md-8">-->
237
- <!-- <right-tree @ready="onReady" islist :Url="Url" :userid="userid" :source="source" v-on:re-res="reres" :textContent="选择站点管理员" :selectData="" v-ref:f_reciever>-->
238
- <!-- </right-tree>-->
239
- <!-- </div>-->
240
- <!-- </div>-->
241
-
242
- <!-- <div class="row" style="margin-top: 6px" v-if="meading == '转维修员'">-->
243
- <!-- <label class="col-xs-4 col-md-4 control-label font text-left">维修人</label>-->
244
- <!-- <div class="col-xs-8">-->
245
- <!-- <v-select :value="$parent.$parent.model.serviceacitivity[0].f_reciever" :value-single="true"-->
246
- <!-- :options='f_repair_person' placeholder='请选择维修员'-->
247
- <!-- close-on-select v-on:change="repiarmancg"></v-select>-->
248
- <!-- </div>-->
249
-
250
- <!-- </div>-->
251
- <!-- <div class="row" style="margin-top: 6px">-->
252
- <!-- <label for="f_repair" class="col-xs-4 col-md-4 control-label font text-left">报修类型</label>-->
253
- <!-- <div class="col-xs-8 col-md-8">-->
254
- <!-- <v-select :value.sync="$parent.$parent.model.f_repairtype" :value-single="true"-->
255
- <!-- :options='repairstypes' placeholder='报修类型'-->
256
- <!-- close-on-select>-->
257
- <!-- </v-select>-->
258
- <!-- </div>-->
259
- <!-- </div>-->
260
-
261
- <!-- <div class="row" style="margin-top: 6px">-->
262
- <!-- <label class="control-label font text-left col-md-4 col-xs-4">备注</label>-->
263
- <!-- <div class="col-xs-8 col-md-8">-->
264
- <!-- <input type="text" v-model="$parent.$parent.model.f_remarks"/>-->
265
- <!-- </div>-->
266
-
267
- <!-- </div>-->
268
-
269
- <!-- </div>-->
270
- <!-- <div v-if="!showrepair">-->
271
- <!-- 暂无隐患设备信息-->
272
- <!-- </div>-->
273
- <!-- </div>-->
274
- <!-- <div slot="modal-footer" class="modal-footer">-->
275
- <!-- <button type="button" class="btn btn-default" @click="uploadPaper()">确定</button>-->
276
- <!-- <button type="button" class="btn btn-default" @click="undo()">取消</button>-->
277
- <!-- </div>-->
278
- <!-- </modal>-->
279
- <!--拉黑框-->
280
- <modal :show.sync="showmodel" v-ref:modal>
281
- <div slot="modal-header" class="modal-header">
282
- <h4 class="modal-title">
283
- 限制用户购气
284
- </h4>
285
- </div>
286
- <div slot="modal-body" class="modal-body">
287
- <!-- <div class="row" style="margin-top: 6px">-->
288
- <!-- <label style="color: red;">注:当前页面无法取消对用户的限制购气</label>-->
289
- <!-- </div>-->
290
- <div class="row" style="margin-top: 6px">
291
- <textarea id="el_ca_tx" v-model.trim="cause" style="border-radius:4px;width: 100%;" placeholder="请输入限制用户购气原因" >
292
- </textarea>
293
- </div>
294
- </div>
295
- <div slot="modal-footer" class="modal-footer">
296
- <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="backlist()">确认</button>
297
- <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="cancel()">取消</button>
298
- </div>
299
- </modal>
300
-
301
- <modal :show.sync="showmodelthree" v-ref:modal>
302
- <div slot="modal-header" class="modal-header">
303
- <h4 class="modal-title">
304
- 取消限制用户购气
305
- </h4>
306
- </div>
307
- <div slot="modal-body" class="modal-body">
308
- <!-- <div class="row" style="margin-top: 6px">-->
309
- <!-- <label style="color: red;">注:当前页面无法取消对用户的限制购气</label>-->
310
- <!-- </div>-->
311
- <div class="row" style="margin-top: 6px">
312
- <textarea id="el_ca_txt" v-model.trim="deletecause" style="border-radius:4px;width: 100%;" placeholder="请输入取消限制用户购气原因" >
313
- </textarea>
314
- </div>
315
- </div>
316
- <div slot="modal-footer" class="modal-footer">
317
- <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="deletebacklist()">确认</button>
318
- <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="deletecancel()">取消</button>
319
- </div>
320
- </modal>
321
- <modal :show.sync="showgas && showgasmodel" v-ref:modal>
322
- <div slot="modal-header" class="modal-header">
323
- <h4 class="modal-title">
324
- 用户须知
325
- </h4>
326
- </div>
327
- <div slot="modal-body" class="modal-body">
328
- <div class="row" style="margin-top: 6px">
329
- <sapn>{{ gasinstructions ? gasinstructions : '请配置用户须知' }}</sapn>
330
- </div>
331
- </div>
332
- <div slot="modal-footer" class="modal-footer">
333
- <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="closeshowgas()">确认</button>
334
- </div>
335
- </modal>
336
- </template>
337
-
338
- <script>
339
- import Vue from 'vue'
340
- import * as Util from '../../Util'
341
- import { HttpResetClass } from 'vue-client'
342
- import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
343
- import Radio from 'vue-client/src/vue-strap/src/radioBtn'
344
- import co from 'co'
345
-
346
- // let getRepairParam = function * (self){
347
- // let data = {
348
- // $parent.$parent.model: self.$parent.$parent.model, loginUser: {
349
- // name: self.role == 'view'?self.$login.f.name:Vue.user.name,
350
- // ename: self.role == 'view'?self.$login.f.ename:Vue.user.ename
351
- // }, user: self.user, callObj: self.callObj
352
- // }
353
- // if(self.$parent.$parent.meading == '转维修员'){
354
- // data.toRepair = '一级派单'
355
- // }
356
- // data.$parent.$parent.model.f_attendant = data.loginUser.name
357
- // ////tag
358
- // ////tag
359
- // let res
360
- // let errString = self.$parent. $parent.errorVerify()
361
- // if(errString){
362
- // ////tag
363
- // if (Vue.android)
364
- // self.undo()
365
- // this.$showMessage(errString)
366
- // return
367
- // } else {
368
- // if(self.role == 'inspect'){
369
- // if(self.$parent.$parent.meading == '转维修员' && (self.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || self.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)){
370
- // this.$showMessage("请选择维修员!")
371
- // return
372
- // }
373
- // if(self.$parent.$parent.meading == '转站点' && (self.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || self.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)){
374
- // HostApp.alert()
375
- // this.$showMessage("请选择站点!")
376
- // return
377
- // }
378
- // if(self.$parent.$parent.model.f_repairtype == ''){
379
- // this.$showMessage("请选择报修类型!")
380
- // return
381
- // }
382
- // ////tag)
383
- // let checkResult = '正常'
384
- // let options = [{"data": "已处理"},{"data": "未处理"}]
385
- // let value = ''
386
- // let codata = JSON.parse(JSON.stringify(self.paper))
387
- // for(let device in codata){
388
- // ////tag)
389
- // let f_device_type
390
- // if(device.startsWith("device")){
391
- // for(let item in codata[device]) {
392
- // if(codata[device].length > 1 ){
393
- // let j = Number.parseInt(item)+1
394
- // f_device_type = `${codata[device][item].f_device_type}${j}`
395
- // }else{
396
- // f_device_type = codata[device][item].f_device_type
397
- // }
398
- // // ////tag
399
- // let details = []
400
- // for(let i in codata[device][item].f_items){
401
- // let items = codata[device][item].f_items[i]
402
- // ////tag
403
- // if(items.f_is_defect == true || items.f_is_defect == 'true'){
404
- // checkResult = '有隐患'
405
- // ////tag
406
- // let res = yield self.$resetpost(`${self.Url}/api/af-safecheck/sql/getDeviceItem`,{data:{f_device_id:codata[device][item].f_device_id,f_item_name:items.f_item_name}})
407
- // ////tag)
408
- // self.$set('detail.f_defect_id', res.data[0].id)
409
- // self.$set('detail.f_project',`${items.f_item_name}:${items.f_item_value}`)
410
- // self.$set('detail.type',items.type)
411
- // self.$set('detail.options',options)
412
- // details.push(JSON.parse(JSON.stringify(self.detail)))
413
- // }
414
- // if(items.type == 'selector'){
415
- // items.selected = ''
416
- // }
417
- // self.detail = {}
418
- // }
419
- // ////tag
420
- // self.$set('defectDevice.f_type',f_device_type)
421
- // self.$set('defectDevice.details',details)
422
- // if(self.defectDevice.details.length >0 ){
423
- // self.repairitems.push(JSON.parse(JSON.stringify(self.defectDevice)))
424
- // }
425
- // self.defectDevice = {}
426
- // ////tag
427
- // }
428
- // }
429
- // }
430
- // self.$set('$parent.$parent.model.f_repairitems.data',self.repairitems)
431
- //
432
- //
433
- // ////tag)
434
- // res = self.$androidUtil.bzLogic('safecheckToRepair',data)
435
- // ////tag
436
- // ////tag
437
- // ////tag
438
- // if(res.code == 200){
439
- // self.$parent.$parent.isSafeCheckToRepair = true
440
- // self.undo()
441
- // self.$set('paper.f_SafeToRepair_id',res.data.f_service_id)
442
- // ////tag
443
- // self.$resetpost(`${self.Url}/api/af-safecheck/logic/updatePaperRepair`,{data:{f_paper_id:self.paper.f_paper_id,f_SafeToRepair_id:res.data.f_service_id}}).then((ret)=>{
444
- // ////tag
445
- // if(ret.data.code ==200){
446
- // ////tag
447
- // self.$parent.$parent.$back()
448
- // }else{
449
- // self.$showMessage('安检转维修失败!')
450
- // }
451
- // }).catch(v=>{
452
- // ////tag)
453
- // self.$showMessage('安检转维修失败!')
454
- // })
455
- // }else{
456
- // self.$showMessage('安检转维修失败!')
457
- // }
458
- // }
459
- // }
460
- // }
461
-
462
-
463
-
464
- // let getRepairs = async function(self,url) {
465
- // // 获取配置信息
466
- // try {
467
- // let val = {source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1 ))', userid: `${Vue.user.id}`}
468
- // let repairs =[]
469
- // let res = await Vue.resetpost(`${url}/rs/search`,{data: val},{resolveMsg: null, rejectMsg: null})
470
- // res.data.forEach((item) => {
471
- // repairs.push({label: item.name, value: item})
472
- // })
473
- // self.f_repair_person = repairs
474
- // if(self.$parent.$parent.role == 'inspect'){
475
- // let res = self.$androidUtil.bzLogic('getUserInfo',{id:self.paper.f_userinfoid})
476
- // if(res.code == 200){
477
- // self.$parent.$parent.user = res.data[0]
478
- // self.$parent.$parent.model.f_area = self.$parent.$parent.user.f_area
479
- // }
480
- // }else{
481
- // ////tag
482
- // self.$resetpost(`${self.Url}/api/af-safecheck/sql/safeCheckgetUserInfo`,{data:{id:self.paper.f_userinfoid}},{resolveMsg: null, rejectMsg: null}).then((res)=>{
483
- // ////tag
484
- // if(res.data.length != 0){
485
- // self.$parent.$parent.user = res.data[0]
486
- // self.$parent.$parent.model.f_area = self.$parent.$parent.user.f_area
487
- // }
488
- // })
489
- // // path({alias:'getUserInfo',data:{id:this.paper.f_userinfoid}})
490
- // }
491
- // } catch (error) {
492
- // ////tag
493
- // }
494
- // }
495
-
496
- export default {
497
- title: '用户反馈',
498
- data() {
499
- return {
500
- isvideo:'false',
501
- defectImgs: [],
502
- defectToolTip: [],
503
- defectReason: [],
504
- images: [],
505
- showmodelthree: false,
506
- isneedDate: this.$parent.$parent.isneedDate,
507
- plan: this.$parent.$parent.item,
508
- meading: this.$parent.$parent.meading,
509
- paper: this.$parent.$parent.data,
510
- printContent: [],
511
- upload_state: this.$parent.$parent.item.f_upload_state,
512
- enabled: false,//控制限制购气是否可选
513
- deleteenabled: false,
514
- showmodel: false,
515
- showbacklist:'是',
516
- backlistisselect: false,
517
- showgas: false,
518
- showgasmodel:this.$appdata.getSingleValue('用户须知查看') || false,
519
- isalbum:this.$appdata.getSingleValue('安检使用相册') || false,
520
- gasinstructions:'',
521
- deletebacklistisselect: false,
522
- radios: [
523
- {
524
- label: '满意',
525
- value: 0,
526
- isChecked: false,
527
- },
528
- {
529
- label: '基本满意',
530
- value: 1,
531
- isChecked: false,
532
- },
533
- {
534
- label: '不满意',
535
- value: 2,
536
- isChecked: false,
537
- },
538
- ],
539
- repairitems: [],
540
- repairstypes: this.$appdata.getParam('报修类型'),
541
- // f_repair_person: this.readRepair(),
542
- showrepair: false,
543
- safeCheckToRepair: '',
544
- showCheckToRepair: false,
545
- userid: '',
546
- source:
547
- 'dep=this.getParentByType($organization$).getSpecialResByType($department$),' +
548
- 'tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))',
549
- isback: false,
550
- defectDevice: {},
551
- detail: {},
552
- callObj: null,
553
- user: {},
554
- role: this.$parent.$parent.role,
555
- handling: [{label: '转站点', value: '转站点'}, {label: '转维修员', value: '转维修员'}],
556
- Url: this.$androidUtil.getProxyUrl(),
557
- cause: "",
558
- deletecause: "",
559
- isRecodr: "false", //单值参数,为true则是开启全程录音
560
- }
561
- },
562
- props: ['idx'],
563
- components: {
564
- RadioGroup,
565
- Radio
566
- },
567
- methods: {
568
- timeSet(val) {
569
- //////tag
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
- // async isoverDate(){
580
- // ////tag
581
- // let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/androidGetuserinfo`, {data:{
582
- // condition:"f_plan_item_id='"+this.$parent.$parent.item.id+"'"
583
- // }
584
- // })
585
- // this.isneedDate=res.data[0]["f_subscribe_date"]
586
- // ////tag
587
- // },
588
- check(index) {
589
- ////tag
590
- // 先取消所有选中项
591
- for (let item of this.radios) {
592
- item.isChecked = false;
593
- }
594
- //再设置当前点击项选中
595
- this.paper.f_client_evaluation = this.radios[index].label;
596
- // 设置值,以供传递
597
- this.radios[index].isChecked = true;
598
- ////tag;
599
- },
600
- getSignValue(fileName) {
601
- this.f_signname = fileName
602
- },
603
- videoCallBack(fileName) {
604
- this.$set('paper.f_video_path', fileName)
605
- HostApp.__callback__ = null
606
- HostApp.__this__ = null
607
- },
608
- takeVideo() {
609
- HostApp.__callback__ = this.videoCallBack
610
- HostApp.__this__ = this
611
- let fileName = Util.guid() + '.mp4'
612
- HostApp._open_a_page({
613
- type: 'boomerang',
614
- page: 'com.aofeng.hybrid.android.peripheral.VideoActivity',
615
- param: {
616
- file: fileName,
617
- requestCode: 111,
618
- callback: 'javascript:HostApp.__callback__("%s");'
619
- }
620
- })
621
- },
622
- cameraCallBack(prop, fileName) {
623
- if (prop == 'f_overall_path') {
624
- let f_overall_path = fileName + '?' + Math.random()
625
- HostApp.__this__.paper.f_overall_imgs.push({
626
- f_overall_path: f_overall_path
627
- })
628
- } else {
629
- HostApp.__this__.paper[prop] = fileName + '?' + Math.random()
630
- }
631
- HostApp.__callback__ = null
632
- HostApp.__this__ = null
633
- },
634
- takePic(prop, title, index) {
635
- HostApp.__callback__ = this.cameraCallBack
636
- HostApp.__this__ = this
637
- ////tag
638
- ////tag
639
- let fileName
640
- if (prop == 'f_overall_path') {
641
- if (!this.paper.f_overall_imgs[index] || this.paper.f_overall_imgs[index].f_overall_path.includes("nopic.png")) {
642
- fileName = Util.guid() + '-' + prop + '.jpg'
643
- } else {
644
- fileName = Util.getFileName(this.paper.f_overall_imgs[index].f_overall_path)
645
- }
646
- } else {
647
- if (!this.paper[prop] || this.paper[prop].includes("nopic.png")) {
648
- fileName = Util.guid() + '-' + prop + '.jpg'
649
- } else {
650
- fileName = Util.getFileName(this.paper[prop])
651
- }
652
- }
653
- let jingweidu = ''
654
- if (this.$parent.$parent.is_has_jingweidu == 'true'){
655
- const obj = HostApp.getGpsDetailAddress()
656
- jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
657
- }
658
- HostApp._open_a_page({
659
- type: 'boomerang',
660
- page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
661
- param: {
662
- file: fileName,
663
- requestCode: 111,
664
- callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
665
- watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name + '\t' + this.paper.f_userinfo_code+ '\t' + this.paper.f_user_name+ '\t' + this.paper.f_address
666
- +jingweidu
667
- }
668
- })
669
- },
670
- selectPictrueCallback(picList){
671
- if(picList && picList.length>0){
672
- for (let i = 0; i < picList.length; i++) {
673
- HostApp.__this__.paper.f_overall_imgs.push({
674
- f_overall_path: picList[i]
675
- })
676
- }
677
- }
678
- HostApp.__callback__ = null
679
- HostApp.__this__ = null
680
- },
681
- selectPicture(){
682
- HostApp.__callback__ = this.selectPictrueCallback
683
- HostApp.__this__ = this
684
- HostApp._open_a_page({
685
- type: 'boomerang',
686
- page: 'com.aofeng.hybrid.android.peripheral.ActionMultiplePickActivity',
687
- param: {
688
- requestCode: 111,
689
- callback: 'javascript:HostApp.__callback__(%s);',
690
- }
691
- })
692
- },
693
- amrCallBack(fileName) {
694
- HostApp.__this__.$set('paper.f_recording1_path', fileName)
695
- HostApp.__callback__ = null
696
- HostApp.__this__ = null
697
- },
698
- record() {
699
- if (this.$parent.$parent.role != 'inspect') {
700
- if (this.paper.f_recording1_path != '') {
701
- window.location = this.paper.f_recording1_path
702
- }
703
- } else {
704
- HostApp.__callback__ = this.amrCallBack
705
- HostApp.__this__ = this
706
- let fileName
707
- if (!this.paper.f_recording1_path) {
708
- fileName = Util.guid() + '.amr'
709
- } else {
710
- fileName = Util.getFileName(this.paper.f_recording1_path)
711
- }
712
- HostApp._open_a_page({
713
- type: 'boomerang',
714
- page: 'com.aofeng.hybrid.android.peripheral.AudioClipActivity',
715
- param: {file: fileName, requestCode: 111, callback: 'javascript:HostApp.__callback__("%s");'}
716
- })
717
- }
718
- },
719
- // 签名回调
720
- signCallback(prop, fileName) {
721
- // HostApp.alert('绑定属性:' + prop + ' 文件全路径如file:///storage/sdcard0/safecheck/abc.jpg:' + fullFileName)
722
- HostApp.__this__.$set('paper.f_sign_path', fileName)
723
- HostApp.__callback__ = null
724
- HostApp.__this__ = null
725
- },
726
- // 用户签名
727
- sign() {
728
- if (!this.paper.f_read_instructions) {
729
- this.$showMessage('请先阅读并勾选用户须知内容后进行签名!')
730
- return
731
- }
732
- this.delAudioFile('f_sign_path', this.paper.f_sign_path)
733
- let prop = 'f_sign_path'
734
- let idx = 'aofeng'
735
- let fileName
736
- if (!this.paper.f_sign_path) {
737
- fileName = Util.guid() + '-valve-' + idx + '-' + prop + '.jpg'
738
- } else {
739
- fileName = Util.getFileName(this.paper.f_sign_path)
740
- }
741
- HostApp.__callback__ = this.signCallback
742
- HostApp.__this__ = this
743
- HostApp.getSignature({
744
- file: fileName,
745
- requestCode: 111,
746
- callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");'
747
- })
748
- },
749
- delfile(prop, fileName, index) {
750
- if (fileName == Vue.nopic)
751
- return
752
- else {
753
- if (prop == 'f_overall_path') {
754
- this.paper.f_overall_imgs.splice(index, 1)
755
- HostApp.delfile(fileName)
756
- } else {
757
- HostApp.delfile(fileName)
758
- this.paper[prop] = Vue.nopic
759
- }
760
- }
761
- },
762
- delAudioFile(prop, fileName) {
763
- if (!fileName)
764
- return
765
- else {
766
- HostApp.delfile(fileName)
767
- this.paper[prop] = null
768
- }
769
- },
770
- //获取打印用户信息
771
- getUser() {
772
- if (this.paper.f_user_name == undefined)
773
- this.paper.f_user_name = ''
774
- this.printContent.push({
775
- type: 3,
776
- text: '用户名称:' + this.paper.f_user_name,
777
- fontsize: 2,
778
- isbold: false,
779
- align: 'left'
780
- })
781
- if (this.paper.f_userinfo_code == undefined)
782
- this.paper.f_userinfo_code = ''
783
- this.printContent.push({
784
- type: 3,
785
- text: '用户编号:' + this.paper.f_userinfo_code,
786
- fontsize: 2,
787
- isbold: false,
788
- align: 'left'
789
- })
790
- if (this.paper.f_address == undefined)
791
- this.paper.f_address = ''
792
- this.printContent.push({type: 3, text: '地址:' + this.paper.f_address, fontsize: 2, isbold: false, align: 'left'})
793
- if (this.paper.f_user_phone == undefined)
794
- this.paper.f_user_phone = ''
795
- this.printContent.push({
796
- type: 3,
797
- text: '电话:' + this.paper.f_user_phone,
798
- fontsize: 2,
799
- isbold: false,
800
- align: 'left'
801
- })
802
- },
803
- verify() {
804
- let hasError = this.$parent.$parent.verifyUser()
805
- if (hasError)
806
- return hasError
807
- hasError = this.$parent.$parent.verifyDevices()
808
- if (hasError)
809
- return hasError
810
- },
811
- print() {
812
- let errString = this.verify()
813
- if (errString) {
814
- ////tag
815
- if (Vue.android)
816
- this.$showMessage(errString)
817
- return
818
- }
819
- // 文本
820
- let templatename = '安检结果单'
821
- if (Vue.config.safecheck != undefined) {
822
- if (Vue.config.safecheck.ApproveConfig != undefined) {
823
- if (Vue.config.safecheck.ApproveConfig.templatename != undefined) {
824
- templatename = Vue.config.safecheck.ApproveConfig.templatename
825
- }
826
- }
827
- }
828
- let textHead = {type: 3, text: templatename, fontsize: 3, isbold: true, align: 'center'}
829
- let feedPageHead = {type: 4, value: 2, unit: 'line'}
830
- let feedPageEnd = {type: 4, value: 4, unit: 'line'}
831
- this.printContent.push(textHead)
832
- this.printContent.push(feedPageHead)
833
- this.getUser()
834
- this.getDefect()
835
- this.getCheck()
836
- this.printContent.push(feedPageEnd)
837
- let arrstr = JSON.stringify(this.printContent)
838
- ////tag
839
- this.$androidUtil.print(arrstr)
840
- this.$set('printContent', [])
841
- },
842
- //打印安检信息
843
- getCheck() {
844
- let telephone = '96777'
845
- if (Vue.config.safecheck != undefined) {
846
- if (Vue.config.safecheck.ApproveConfig != undefined) {
847
- if (Vue.config.safecheck.ApproveConfig.checkphone != undefined) {
848
- telephone = Vue.config.safecheck.ApproveConfig.checkphone
849
- }
850
- }
851
- }
852
- this.printContent.push({
853
- type: 3,
854
- text: '*******************************',
855
- fontsize: 3,
856
- isbold: false,
857
- align: 'center'
858
- })
859
- this.printContent.push({type: 3, text: '咨询电话;' + telephone, fontsize: 2, isbold: false, align: 'left'})
860
- this.printContent.push({type: 3, text: '安检人:' + Vue.user.name, fontsize: 2, isbold: false, align: 'left'})
861
- this.printContent.push({
862
- type: 3,
863
- text: '安检时间:' + this.getNowFormatDate(),
864
- fontsize: 2,
865
- isbold: false,
866
- align: 'left'
867
- })
868
- this.printContent.push({type: 3, text: '用户签字:', fontsize: 2, isbold: false, align: 'left'})
869
- this.printContent.push({type: 4, value: 4, unit: 'line'})
870
- },
871
-
872
- getDefect() {
873
- let showmore = false
874
- if (Vue.config.safecheck != undefined) {
875
- if (Vue.config.safecheck.ApproveConfig != undefined) {
876
- if (Vue.config.safecheck.ApproveConfig.showmore != undefined) {
877
- showmore = Vue.config.safecheck.ApproveConfig.showmore
878
- }
879
- }
880
- }
881
-
882
- let backData = this.$parent.$parent.getAllDefect()
883
- // 对隐患信息进行遍历
884
- let res = JSON.parse(backData.f_defect_content)
885
- this.printContent.push({
886
- type: 3,
887
- text: '安检结果:' + res.result,
888
- fontsize: 2,
889
- isbold: false,
890
- align: 'left'
891
- })
892
- this.printContent.push({
893
- type: 3,
894
- text: '*******************************',
895
- fontsize: 3,
896
- isbold: false,
897
- align: 'center'
898
- })
899
-
900
-
901
- if (showmore) {
902
- //全部打印
903
- for (let dev in this.$parent.$parent.config) {
904
- for (let device in backData) {
905
- if (device.startsWith("device")) {
906
- for (let item in backData[device]) {
907
- //遍历结果
908
- if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
909
- let error = true
910
- for (let i in backData[device][item].f_items) {
911
- if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
912
- error = false
913
- }
914
- }
915
- if (error) {
916
- this.printContent.push({
917
- type: 3,
918
- text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':正常',
919
- fontsize: 2,
920
- isbold: false,
921
- align: 'left'
922
- })
923
- } else {
924
- this.printContent.push({
925
- type: 3,
926
- text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':有隐患',
927
- fontsize: 2,
928
- isbold: true,
929
- align: 'left'
930
- })
931
- }
932
-
933
- for (let i in backData[device][item].f_items) {
934
- if (backData[device][item].f_items[i].f_item_value != '' && backData[device][item].f_items[i].f_item_value != null) {
935
- this.printContent.push({
936
- type: 3,
937
- text: backData[device][item].f_items[i].f_item_name + backData[device][item].f_items[i].f_item_value,
938
- fontsize: 2,
939
- isbold: false,
940
- align: 'left'
941
- })
942
- }
943
- }
944
- this.printContent.push({type: 4, value: 2, unit: 'line'})
945
- }
946
- }
947
- }
948
- }
949
- }
950
-
951
- for (let dev in this.$parent.$parent.config) {
952
- for (let device in backData) {
953
- if (device.startsWith("device")) {
954
- for (let item in backData[device]) {
955
- //遍历结果
956
- if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
957
- let error = true
958
- for (let i in backData[device][item].f_items) {
959
- if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
960
- error = false
961
- }
962
- }
963
- if (!error) {
964
- this.printContent.push({
965
- type: 3,
966
- text: '隐患:',
967
- fontsize: 2,
968
- isbold: true,
969
- align: 'left'
970
- })
971
- }
972
- }
973
- }
974
- }
975
- }
976
- for (let device in backData) {
977
- if (device.startsWith("device")) {
978
- for (let item in backData[device]) {
979
- if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
980
- for (let i in backData[device][item].f_items) {
981
- if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
982
- this.printContent.push({
983
- type: 3,
984
- text: backData[device][item].f_items[i].f_item_name + ' ' + backData[device][item].f_items[i].f_item_value,
985
- fontsize: 2,
986
- isbold: true,
987
- align: 'left'
988
- })
989
- }
990
- }
991
- }
992
- }
993
- }
994
- }
995
-
996
- }
997
- } else {
998
- for (let dev in this.$parent.$parent.config) {
999
- for (let device in backData) {
1000
- if (device.startsWith("device")) {
1001
- for (let item in backData[device]) {
1002
- //遍历结果
1003
- if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
1004
- let error = true
1005
- for (let i in backData[device][item].f_items) {
1006
- if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
1007
- error = false
1008
- }
1009
- }
1010
- if (error) {
1011
- this.printContent.push({
1012
- type: 3,
1013
- text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':正常',
1014
- fontsize: 2,
1015
- isbold: false,
1016
- align: 'left'
1017
- })
1018
- } else {
1019
- this.printContent.push({
1020
- type: 3,
1021
- text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':有隐患',
1022
- fontsize: 2,
1023
- isbold: false,
1024
- align: 'left'
1025
- })
1026
- }
1027
-
1028
- for (let i in backData[device][item].f_items) {
1029
- if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
1030
- this.printContent.push({
1031
- type: 3,
1032
- text: '隐患:' + backData[device][item].f_items[i].f_item_name + backData[device][item].f_items[i].f_item_value,
1033
- fontsize: 2,
1034
- isbold: false,
1035
- align: 'left'
1036
- })
1037
- }
1038
- }
1039
- this.printContent.push({type: 4, value: 2, unit: 'line'})
1040
- }
1041
- }
1042
- }
1043
- }
1044
- }
1045
- }
1046
- },
1047
- //获取当前时间
1048
- getNowFormatDate() {
1049
- var date = new Date();
1050
- var seperator1 = "-";
1051
- var seperator2 = ":";
1052
- var month = date.getMonth() + 1;
1053
- var strDate = date.getDate();
1054
- if (month >= 1 && month <= 9) {
1055
- month = "0" + month;
1056
- }
1057
- if (strDate >= 0 && strDate <= 9) {
1058
- strDate = "0" + strDate;
1059
- }
1060
- var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
1061
- + " " + date.getHours() + seperator2 + date.getMinutes()
1062
- + seperator2 + date.getSeconds();
1063
- return currentdate;
1064
- },
1065
- readRepair() {
1066
- let url = this.$androidUtil.getProxyUrl()
1067
- let gen = getRepairs(this, url)
1068
- return co(gen)
1069
- },
1070
- showToRepair() {
1071
- let res = this.hasDefect()
1072
- ////tag
1073
- ////tag
1074
- if (res == '正常') {
1075
- this.showrepair = false
1076
- } else {
1077
- this.showrepair = true
1078
- this.assignObj()
1079
- }
1080
- this.showCheckToRepair = !this.showCheckToRepair
1081
- },
1082
- // 选中部门
1083
- reres(val) {
1084
- if (val.res == undefined) {
1085
- return
1086
- }
1087
- this.$parent.$parent.model.serviceacitivity[0].f_meetunit = val.res
1088
- this.$parent.$parent.model.f_meetunit = val.res
1089
- this.$parent.$parent.model.f_orgstr = val.resids
1090
- var arr = val.res.split('.')
1091
- this.$parent.$parent.model.f_outlets = arr[arr.length - 1]
1092
- this.$parent.$parent.model.serviceacitivity[0].f_reciever = val.resids
1093
- },
1094
- assignObj() {
1095
- this.$parent.$parent.model.f_contact_phone = this.paper.f_user_phone
1096
- this.$parent.$parent.model.f_user_name = this.paper.f_user_name
1097
- this.$parent.$parent.model.f_address = this.paper.f_address
1098
- this.$parent.$parent.model.f_user_type = this.paper.f_check_type
1099
- this.$parent.$parent.model.f_street = this.paper.f_street
1100
- this.$parent.$parent.model.f_residential_area = this.paper.f_residential_area
1101
- this.$parent.$parent.model.f_building = this.paper.f_building
1102
- this.$parent.$parent.model.f_unit = this.paper.f_unit
1103
- this.$parent.$parent.model.f_floor = this.paper.f_floor
1104
- this.$parent.$parent.model.f_room = this.paper.f_room
1105
- this.$parent.$parent.model.f_floor = this.paper.f_floor
1106
- this.$parent.$parent.model.f_userinfo_id = this.paper.f_userinfoid
1107
- this.$parent.$parent.model.f_userinfo_code = this.paper.f_userinfo_code
1108
- },
1109
- hasDefect() {
1110
- let checkResult = '正常'
1111
- let codata = JSON.parse(JSON.stringify(this.paper))
1112
- for (let device in this.paper) {
1113
- if (device.startsWith("device")) {
1114
- for (let item in this.paper[device]) {
1115
- for (let i in this.paper[device][item].f_items) {
1116
- let items = this.paper[device][item].f_items[i]
1117
- ////tag
1118
- if (items.f_is_defect == true || items.f_is_defect == 'true') {
1119
- checkResult = '有隐患'
1120
- }
1121
- }
1122
- }
1123
- }
1124
- }
1125
- return checkResult
1126
- },
1127
- uploadPaper() {
1128
- if (this.showrepair) {
1129
- ////tag
1130
- ////tag
1131
- ////tag
1132
- ////tag
1133
-
1134
- if (this.meading == '转维修员' && (this.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || this.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)) {
1135
- this.$showMessage("请选择维修员!")
1136
- return
1137
- }
1138
- if (this.$parent.$parent.meading == '转站点' && (this.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || this.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)) {
1139
- this.$showMessage("请选择站点!")
1140
- return
1141
- }
1142
- if (this.$parent.$parent.model.f_repairtype == '') {
1143
- this.$showMessage("请选择报修类型!")
1144
- return
1145
- }
1146
- this.$parent.$parent.isToRepair = true
1147
- this.$parent.$parent.uploadCheckPaper()
1148
- // this.$parent.$parent.savePaper(false).then((res) => {
1149
- // ////tag
1150
- // if(res != true){
1151
- // ////tag
1152
- // return
1153
- // }else{
1154
- // this.$parent.$parent.todo()
1155
- // }
1156
- // })
1157
- } else {
1158
- this.$parent.$parent.undo()
1159
- }
1160
-
1161
- },
1162
- closeshowgas() {
1163
- this.showgas = false
1164
- },
1165
- //确认安检转维修
1166
-
1167
- undo() {
1168
- this.showCheckToRepair = !this.showCheckToRepair
1169
- this.$parent.$parent.model.serviceacitivity[0].f_reciever = ''
1170
- this.$parent.$parent.model.serviceacitivity[0].f_meetunit = ''
1171
- this.$parent.$parent.model.f_repairtype = ''
1172
- this.meading = '转站点'
1173
- },
1174
- //取消拉黑
1175
- async deletebacklist() {
1176
- if (!this.deletecause) {
1177
- this.$showMessage("请填写取消拉黑原因!")
1178
- return
1179
- }
1180
- this.paper.f_blocking_cause = this.deletecause
1181
- ////tag)
1182
- let http = new HttpResetClass()
1183
- ////tag
1184
- let res1 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
1185
- data: {
1186
- items: "version",
1187
- tablename: "t_userinfo",
1188
- condition: "f_userinfo_id=" + this.paper.f_userinfoid,
1189
- orderitem: "f_userinfo_id"
1190
- }
1191
- }, {resolveMsg: null, rejectMsg: null})
1192
- ////tag)
1193
- ////tag
1194
- let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
1195
- data: {
1196
- "f_operat_type": "取消拉黑",
1197
- "f_state": "有效",
1198
- "f_user_name": this.paper.f_user_name,
1199
- "f_comments": this.paper.f_blocking_cause,
1200
- "f_operator": Vue.user.name,
1201
- "f_operatorid": Vue.user.id,
1202
- "f_orgid": Vue.user.orgid,
1203
- "f_orgname": Vue.user.orgs,
1204
- "f_depid": Vue.user.depids,
1205
- "f_depname": Vue.user.deps,
1206
- "f_describe": `${Vue.user.name}对用户${this.paper.f_user_name}进行取消拉黑`,
1207
- "f_userinfo_id": {
1208
- "f_userinfo_id": this.paper.f_userinfoid,
1209
- "f_user_state": "正常",
1210
- "version": res1.data[0].version
1211
- },
1212
- "f_limit_times":"",
1213
- "f_limit_value":""
1214
- }
1215
- }, {resolveMsg: null, rejectMsg: null})
1216
-
1217
- ////tag)
1218
- if (res2.data.code == 200) {
1219
- this.showmodelthree = false
1220
- this.deleteenabled = true
1221
- this.paper.f_blacklist = "否"
1222
- this.$showMessage("取消该用户限制购气成功!")
1223
- } else {
1224
- this.showmodelthree = false
1225
- this.deleteenabled = true
1226
- this.$showMessage("网络异常,请稍后再试!")
1227
- }
1228
- },
1229
- async backlist() {
1230
- if (!this.cause) {
1231
- this.$showMessage("请填写拉黑原因!")
1232
- return
1233
- }
1234
- this.paper.f_blocking_cause = this.cause
1235
- ////tag)
1236
- let http = new HttpResetClass()
1237
- ////tag
1238
- let res1 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
1239
- data: {
1240
- items: "version",
1241
- tablename: "t_userinfo",
1242
- condition: "f_userinfo_id=" + this.paper.f_userinfoid,
1243
- orderitem: "f_userinfo_id"
1244
- }
1245
- }, {resolveMsg: null, rejectMsg: null})
1246
- ////tag)
1247
- ////tag
1248
- let limit_times=1
1249
- let limit_value=3
1250
- let limit_amount=3
1251
- if(Vue.config.safecheck && Vue.config.safecheck.ApproveConfig.limit_times && Vue.config.safecheck.ApproveConfig.limit_value && Vue.config.safecheck.ApproveConfig.limit_amount){
1252
- limit_times = Vue.config.safecheck.ApproveConfig.limit_times
1253
- limit_value = Vue.config.safecheck.ApproveConfig.limit_value
1254
- limit_amount = Vue.config.safecheck.ApproveConfig.limit_amount
1255
- }
1256
- http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
1257
- data: {
1258
- data:this.$parent.$parent.data,
1259
- item:this.$parent.$parent.data.item,
1260
- "f_operat_type": "拉黑",
1261
- "f_state": "有效",
1262
- "f_user_name": this.paper.f_user_name,
1263
- "f_comments": this.paper.f_blocking_cause,
1264
- "f_operator": Vue.user.name,
1265
- "f_operate_date":Util.toStandardTimeString(),
1266
- "f_operatorid": Vue.user.id,
1267
- "f_orgid": Vue.user.orgid,
1268
- "f_orgname": Vue.user.orgs,
1269
- "f_depid": Vue.user.depids,
1270
- "f_depname": Vue.user.deps,
1271
- "f_describe": `${Vue.user.name}对用户${this.paper.f_user_name}进行拉黑`,
1272
- "f_userinfo_id": {
1273
- "f_userinfo_id": this.paper.f_userinfoid
1274
- },
1275
- "f_limit_times":limit_times,
1276
- "f_limit_value":limit_value,
1277
- "f_limit_amount":limit_amount,
1278
- 'f_limit_type':'气量'
1279
- }
1280
- }, {resolveMsg: null, rejectMsg: null}).then(res2=>{
1281
- this.showmodel = false
1282
- this.enabled = true
1283
- this.paper.f_blacklist = "是"
1284
- this.$showMessage("将该用户限制购气成功!")
1285
- }).catch(error=>{
1286
- if (error.status== 601){
1287
- this.showmodel = false
1288
- this.enabled = true
1289
- this.paper.f_blacklist = "是"
1290
- this.$showMessage("该用户已被限制购气,请勿重复提交!")
1291
- }else {
1292
- this.$showMessage("网络异常,请稍后再试!")
1293
- }
1294
- })
1295
- },
1296
- cancel() {
1297
- this.backlistisselect = false
1298
- this.showmodel = false
1299
- },
1300
- deletecancel() {
1301
- this.deletebacklistisselect = false
1302
- this.showmodelthree = false
1303
- },
1304
- repiarmancg(val) {
1305
- if (val) {
1306
- ////tag
1307
- this.$parent.$parent.model.serviceacitivity[0].f_reciever = val.name
1308
- let http1 = new HttpResetClass()
1309
- http1.load('POST', `${this.Url}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
1310
- data: {
1311
- items: 'f_user_telephone',
1312
- tablename: 't_user',
1313
- condition: `name = '${val}'`,
1314
- orderitem: 'id'
1315
- }
1316
- }, {resolveMsg: null, rejectMsg: null}).then((ress) => {
1317
- this.$parent.$parent.model.f_repairman_phone = ress.data[0].f_user_telephone
1318
- })
1319
- }
1320
- },
1321
- },
1322
- async ready() {
1323
- this.isRecodr = this.$appdata.getSingleValue('无限制录音')
1324
- this.isvideo = this.$appdata.getSingleValue('安检录视频')
1325
- if(this.$appdata.getSingleValue('安检时显示拉黑')){
1326
- this.showbacklist = this.$appdata.getSingleValue('安检时显示拉黑');
1327
- }
1328
- // await this.isoverDate()
1329
- ////tag
1330
- ////tag
1331
- ////tag)
1332
- ////tag))
1333
- if (this.$parent.$parent.role == 'repair') {
1334
- this.$set('style__', 'divmask')
1335
- this.$set('style_view_', '')
1336
- } else if (this.$parent.$parent.role == 'view' || this.$parent.$parent.item.f_upload_state == '已传') {
1337
- this.$set('style__', 'divmask')
1338
- this.$set('style_view_', 'divmask')
1339
- ////tag
1340
- } else {
1341
- this.$set('style__', '')
1342
- this.$set('style_view_', '')
1343
- }
1344
- if (Vue.config.safecheck != undefined) {
1345
- if (Vue.config.safecheck.ApproveConfig != undefined) {
1346
- if (Vue.config.safecheck.ApproveConfig.gasinstructions != undefined) {
1347
- this.gasinstructions = Vue.config.safecheck.ApproveConfig.gasinstructions
1348
- }
1349
- }
1350
- }
1351
-
1352
- for (let item of this.radios) {
1353
- if (this.paper.f_client_evaluation == item.label) {
1354
- item.isChecked = true;
1355
- }
1356
- }
1357
- if (!this.paper.f_notified_path)
1358
- this.$set('paper.f_notified_path', Vue.nopic)
1359
- if (!this.paper.f_sign_path)
1360
- this.$set('paper.f_sign_path', Vue.nopic)
1361
- ////tag
1362
- if (!this.paper.f_overall_imgs) {
1363
- let imgs = []
1364
- // imgs.push({f_overall_path:Vue.nopic})
1365
- this.$set('paper.f_overall_imgs', imgs)
1366
- ////tag
1367
- }
1368
- if (!this.paper.f_overall2_path)
1369
- this.$set('paper.f_overall2_path', Vue.nopic)
1370
-
1371
- this.userid = this.role == 'view' ? this.$login.f.id : Vue.user.id
1372
- if (Vue.config.safecheck != undefined) {
1373
- if (Vue.config.safecheck.ApproveConfig != undefined) {
1374
- if (Vue.config.safecheck.ApproveConfig.safeCheckToRepair != undefined) {
1375
- this.safeCheckToRepair = Vue.config.safecheck.ApproveConfig.safeCheckToRepair
1376
- }
1377
- }
1378
- }
1379
- let device = this.$parent.$parent.data
1380
- for (const deviceitem in device) {
1381
- if (deviceitem.startsWith('device')){
1382
- //tag)
1383
- if(device[deviceitem].length == 0){
1384
- continue
1385
- }
1386
- let items = device[deviceitem][0].f_items
1387
- let deviceType = device[deviceitem][0].f_device_type
1388
- for (let i = 0; i < items.length; i++) {
1389
- if (items[i].f_is_defect){
1390
- let reason = items[i].f_item_name+":"
1391
- if (items[i].type === 'selector' || items[i].type === 'radio' || items[i].type === 'checkbox'){
1392
- for (let j = 0; j < items[i].f_item_value.length; j++) {
1393
- if (j+1 === items[i].f_item_value.length){
1394
- reason += items[i].f_item_value[j]
1395
- }else{
1396
- reason += items[i].f_item_value[j] + ","
1397
- }
1398
- }
1399
- }else{
1400
- reason += items[i].f_item_value
1401
- }
1402
- if (items[i].f_path){
1403
- this.defectImgs.push(items[i].f_path)
1404
- }
1405
- if (items[i].f_p1_path){
1406
- this.defectImgs.push(items[i].f_p1_path)
1407
- }
1408
- if (items[i].f_p2_path){
1409
- this.defectImgs.push(items[i].f_p2_path)
1410
- }
1411
- if (items[i].f_p3_path){
1412
- this.defectImgs.push(items[i].f_p3_path)
1413
- }
1414
- if (items[i].tooltip){
1415
- this.defectToolTip.push(items[i].tooltip)
1416
- }
1417
- this.defectReason.push({device:deviceType,deviceitem:reason})
1418
- }else if(items[i].type === 'errorstring' && items[i].f_item_value ){
1419
- let reason = items[i].f_item_name+":" + items[i].f_item_value
1420
- this.defectReason.push({device:deviceType,deviceitem:reason})
1421
- }
1422
-
1423
- }
1424
- }
1425
- }
1426
- ////tag
1427
- ////tag
1428
- //tag
1429
- ////tag
1430
- //tag)
1431
- //tag)
1432
- //tag)
1433
- ////tag
1434
- ////tag
1435
- ////tag
1436
- },
1437
- watch: {
1438
- '$parent.$parent.isUpload'(val) {
1439
- ////tag
1440
- },
1441
- 'paper.f_read_instructions'(val) {
1442
- if (val == true) {
1443
- this.showgas = true
1444
- }
1445
- },
1446
- 'meading'(val) {
1447
- ////tag
1448
- this.$parent.$parent.meading = val
1449
- },
1450
- 'backlistisselect'(val) {
1451
- if (val == true) {
1452
- this.showmodel = true
1453
- this.deletebacklistisselect=false
1454
- }
1455
- },
1456
- 'deletebacklistisselect'(val) {
1457
- if (val == true) {
1458
- this.showmodelthree = true
1459
- this.backlistisselect=false
1460
- }
1461
- },
1462
- 'isRecodr'(val) {
1463
- if (val == 'false' || val == undefined || val == null || val == '' || val == 'undefined') {
1464
- this.isRecodr = "false";
1465
- }
1466
- }
1467
- }
1468
- }
1469
- </script>
1470
- <style scoped>
1471
- .panel-self{
1472
- border-radius: 5px;
1473
- border:1px solid #c5e1f7;
1474
- background-color: #F2F6FA;
1475
- }
1476
- .text-left{
1477
- text-align:left;
1478
- }
1479
- .font{
1480
- font: 16px PingFang-SC-Medium;
1481
- color: #333333;
1482
- }
1483
- .showIi{
1484
- font: 15px PingFang-SC-Medium;
1485
- color: #333333;
1486
- }
1487
- .info{
1488
- margin-top: 15px;
1489
- border-radius: 5px;
1490
- background-color: #f3faff;
1491
- }
1492
- .btn-photo{
1493
- border: 0;
1494
- border-radius: 7px;
1495
- background-color: #7dc1f4;
1496
- font: 15px PingFang-SC-Bold;
1497
- height: 20%;
1498
- }
1499
- .div-photo{
1500
- width: auto;
1501
- height: auto;
1502
- position: absolute;
1503
- bottom: 10px;
1504
- left: 10px;
1505
- }
1506
- .btn-voice{
1507
- border-radius: 7px;
1508
- border: 1px solid #dedede;
1509
- background-color: #f5fbff;
1510
- font: 15px PingFang-SC-Bold;
1511
- color: #499edf;
1512
- }
1513
- .save-btn{
1514
- width: 25%;
1515
- background-color:#499edf;
1516
- border-radius: 6px;
1517
- color: #FFFFFF;
1518
- font: 15px PingFang-SC-Bold;
1519
- }
1520
- .upload-btn{
1521
- width: 25%;
1522
- background-color:#ffffff;
1523
- border: 1px solid #499edf;
1524
- border-radius: 6px;
1525
- color: #499edf;
1526
- font: 15px PingFang-SC-Bold;
1527
- }
1528
- .repair-btn{
1529
- width: 25%;
1530
- border: 1px solid #499edf;
1531
- border-radius: 6px;
1532
- font: 15px PingFang-SC-Bold;
1533
- }
1534
- #el_ca_tx{
1535
- width: 100%;
1536
- margin: 5px;
1537
- }
1538
- #el_ca_txt{
1539
- width: 100%;
1540
- margin: 5px;
1541
- }
1542
- </style>
1
+ <template>
2
+ <form novalidate class="form-horizontal" style="width: 95%;margin: auto">
3
+ <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__">
4
+ <div class="form-group col-md-12 col-sm-12 col-xs-12">
5
+ <label class="control-label font text-left col-md-4 col-xs-4">备注</label>
6
+ <div class="col-md-12 col-sm-12 col-xs-12">
7
+ <textarea v-model="paper.f_repair_approved_note" class="form-control"></textarea>
8
+ </div>
9
+ </div>
10
+ </div>
11
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 info" :class="style__">
12
+ <div class="text-center">
13
+ <label class="font">总体安检照片请依次拍摄:</label>
14
+ </div>
15
+ <div class="col-md-12 col-sm-12 col-xs-12">
16
+ <ol class="showIi">
17
+ <li>1.表前阀+表+年检照片上传</li>
18
+ <li>2.楼板处拍照上传</li>
19
+ <li>3.灶前阀+安全阀+连接灶具管照片上传</li>
20
+ <li>4.灶具接口照片上传</li>
21
+ <li>5.安全宣传单+灶具炉头照片上传</li>
22
+ <li>6.热水连接三通拍照上传</li>
23
+ <li>7.热水器阀门+全景照片上传</li>
24
+ <li>8.安检单拍照上传</li>
25
+ </ol>
26
+ </div>
27
+ </div>
28
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
29
+ <label class="text-left font">总体安检照片,共{{paper.f_overall_imgs.length}}张</label>
30
+
31
+ <div class="auto" :class="style__">
32
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
33
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
34
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px" >
35
+ <div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px" v-for="(index,img) in paper.f_overall_imgs">
36
+ <img src="../../../assets/删除.png" @click="delfile('f_overall_path', img.f_overall_path,index)" style="width: 15px;" alt="">
37
+ <img-self-android :src="img.f_overall_path" alt="总体安检照片" :width="140" :height="170"></img-self-android>
38
+ </div>
39
+ </div>
40
+ <div class="row text-left div-photo">
41
+ <button type="button" name="button" class="btn btn-photo" @click="takePic('f_overall_path', '总体安检照片')">拍照</button>
42
+ <button v-if="isalbum" type="button" name="button" class="btn btn-photo" @click="selectPicture()">相册</button>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__" v-if="isvideo == 'true'">
49
+ <label class="text-left font">安检视频</label>
50
+
51
+ <div class="auto" :class="style__">
52
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
53
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
54
+ <div class="row">
55
+ <video width="320" height="200" controls v-if="paper.f_video_path">
56
+ <source :src="paper.f_video_path" type="video/mp4">
57
+ </video>
58
+ </div>
59
+ <div class="row text-right div-photo">
60
+ <button type="button" name="button" class="btn btn-photo" @click="takeVideo()">拍摄</button>
61
+ </div>
62
+ </div>
63
+ </div>
64
+ </div>
65
+ </div>
66
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
67
+ <label class="text-left font">总体隐患照片,共{{defectImgs.length}}张</label>
68
+ <div class="auto" :class="style__">
69
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
70
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
71
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px" >
72
+ <div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px" v-for="(index,img) in defectImgs">
73
+ <img-self-android :src="img" alt="总体隐患照片" :width="140" :height="170"></img-self-android>
74
+ <!-- <img src="../../../assets/删除.png" @click="delfile('f_overall_path', img.f_overall_path,index)" style="width: 15px;margin-top: -80px" alt="">-->
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 info" :class="style__">
82
+ <div class="text-center">
83
+ <label class="font">隐患汇总:</label>
84
+ </div>
85
+ <div class="col-md-12 col-sm-12 col-xs-12">
86
+ <ol class="showIi">
87
+ <li v-for="item in defectReason">{{ item.deviceitem }}</li>
88
+ </ol>
89
+ </div>
90
+ </div>
91
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 info" :class="style__">
92
+ <div class="text-center">
93
+ <label class="font">整改建议汇总:</label>
94
+ </div>
95
+ <div class="col-md-12 col-sm-12 col-xs-12">
96
+ <ol class="showIi">
97
+ <li v-for="item in defectToolTip">{{ item }}</li>
98
+ </ol>
99
+ </div>
100
+ </div>
101
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
102
+ &ensp;&ensp;<input type="checkbox" v-model="paper.f_read_instructions" style="transform: scale(1.5);"/><label class="text-left font">我已阅读须知内容</label>
103
+
104
+ </div>
105
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 " :class="style__">
106
+ <label class="text-left font">用户签名</label>
107
+ <div class="auto">
108
+ <div class="panel">
109
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
110
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
111
+ <div class="col-sm-4">
112
+ <img :class="style__" :src="paper.f_sign_path" :width="200" :height="150" />
113
+ </div>
114
+ </div>
115
+ <div class="row text-right div-photo">
116
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="sign">签名</button>
117
+ </div>
118
+ </div>
119
+ </div>
120
+ </div>
121
+ </div>
122
+ <div class="form-group col-sm-12 col-xs-12 col-md-12 " :style="timeSet(this.isneedDate)?'':'display:none'">
123
+ <label>请输入超期原因:</label><br/>
124
+ <textarea style="width: 100%;" v-model="paper.f_exceed_reason"></textarea>
125
+ </div>
126
+ <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__" v-show="showbacklist=='是'">
127
+ <div class="col-xs-6 col-sm-6">
128
+ <input type="checkbox" v-model="backlistisselect" :readonly="enabled"/><label class="text-left font" >限制该用户购气</label>
129
+ </div>
130
+ <div class="col-xs-6 col-sm-6">
131
+ <input type="checkbox" v-model="deletebacklistisselect" :readonly="deleteenabled"/><label class="text-left font" >取消限制该用户购气</label>
132
+ </div>
133
+ </div>
134
+ <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__" v-if="Vue.$appdata.getParam('安检天然气安全使用须知检查')=='是'">
135
+ <div class="col-xs-12 col-sm-12">
136
+ <input type="checkbox" v-model="paper.f_gas_guidelines" /><label class="text-left font" >天然气安全使用须知</label>
137
+ </div>
138
+ <div class="col-xs-12 col-sm-12">
139
+ <input type="checkbox" v-model="paper.f_safety_warning" /><label class="text-left font" >天然气室内使用安全警示</label>
140
+ </div>
141
+ <div class="col-xs-12 col-sm-12">
142
+ <input type="checkbox" v-model="paper.f_gas_manual" /><label class="text-left font" >安全用气手册</label>
143
+ </div>
144
+ </div>
145
+ <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__">
146
+ <div class="form-group col-md-12 col-sm-12 col-xs-12">
147
+ <input type="checkbox" v-model="paper.f_defect_notified" class="showIi" />安检通知书/隐患整改通知书
148
+ </div>
149
+ <div class="form-group col-md-12 col-sm-12 col-xs-12" v-if="paper.f_defect_notified">
150
+ <div class="form-group col-md-12 col-sm-12 col-xs-12">
151
+ <button type="button" @click="print()">打印隐患整改单</button>
152
+ </div>
153
+ <div class="form-group col-md-12 col-sm-12 col-xs-12">
154
+ <label class="text-left font">安检通知书/隐患整改通知书照片(要求能清晰反应安检通知单和用户签字内容):</label>
155
+ <div class="auto" >
156
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
157
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
158
+ <div class="row" style="height: 240px;overflow: scroll;top: 1px">
159
+ <div class="col-sm-4">
160
+ <img-self-android :src="paper.f_notified_path" alt="安检通知书/隐患整改通知书照片" width="150" height="200"></img-self-android>
161
+ </div>
162
+ </div>
163
+ <div class="row text-right div-photo">
164
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_notified_path', '安检通知书/隐患整改通知书照片')">拍照</button>
165
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../../assets/remove.png" :class="style__" @click="delfile('f_notified_path', this.paper.f_notified_path)" style="width: 25%;"></img>
166
+ </div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ <div class="form-group col-md-12 col-sm-12 col-xs-12">
173
+ <div class="row">
174
+ <label class="text-left">请对我们的服务做出评价:</label>
175
+ </div>
176
+ <div class="col-xs-4 col-sm-4" v-for="item in radios">
177
+ <input v-model="paper.f_client_evaluation" :value="item.label" :checked='item.isChecked' @click="check(item.value)" type="radio">{{item.label}}
178
+ </div>
179
+
180
+ <!--<div class="col-sm-4">-->
181
+ <!--<radio-group :value.sync="paper.f_client_evaluation" type="success" buttons="false">-->
182
+ <!--<radio value="满意">满意</radio>-->
183
+ <!--<radio value="基本满意">基本满意</radio>-->
184
+ <!--<radio value="不满意">不满意</radio>-->
185
+ <!--</radio-group>-->
186
+ <!--</div>-->
187
+ </div>
188
+
189
+ <div class="form-group col-md-12 col-sm-12 col-xs-12" v-if="isRecodr=='false'">
190
+ <label class="text-left font">反馈录音:</label>
191
+ <div class="col-md-12 col-sm-12 col-xs-12">
192
+ <button type="button" name="button" class="btn btn-primary btn-voice" @click="record">
193
+ <img src="../../../assets/录音.png" style="width: 14%;">
194
+ <span v-if="!paper.f_recording1_path">开始录音</span>
195
+ <span v-if="paper.f_recording1_path">已录音</span>
196
+ </button>
197
+ &nbsp;&nbsp;&nbsp;&nbsp;<img src="../../../assets/remove.png" style="width: 15px;" :class="style__" @click="delAudioFile('f_recording1_path', paper.f_recording1_path)"></img>
198
+ </div>
199
+ </div>
200
+
201
+ <div v-if="false">
202
+ <div class="text-center form-group col-md-12 col-sm-12 col-xs-12">
203
+ <button style="width: 30%;margin:3%;margin-bottom: 0%" type="button" v-show="$parent.$parent.actionEnabled && upload_state !='已传' &&(paper.f_complete != '已完成' || paper.back_f_entry_status != '入户') " class="btn save-btn" @click="$parent.$parent.save('temp')">临时保存</button>
204
+ <button style="width: 30%;margin:3%;margin-bottom: 0%" type="button" v-show="$parent.$parent.actionEnabled && upload_state !='已传' && (paper.f_complete != '已完成' || paper.back_f_entry_status != '入户')" class="btn save-btn " @click="$parent.$parent.save('finish')">完成安检</button>
205
+ </div>
206
+ <div class="text-center form-group col-md-12 col-sm-12 col-xs-12">
207
+ <button style="width: 30%;margin:3%;margin-bottom: 0%;margin-top: 0%" id="upload" type="button" v-show="$parent.$parent.actionEnabled && upload_state !='已传' && (paper.f_complete != '已完成' || paper.back_f_entry_status != '入户')" class="btn upload-btn " @click="$parent.$parent.uploadCheckPaper" >上传</button>
208
+ <button style="width: 30%;margin:3%;margin-bottom: 0%;margin-top: 0%" v-if="(safeCheckToRepair == true || safeCheckToRepair == 'true') && $parent.$parent.actionEnabled" class="btn repair-btn btn-warning " type="button" @click="showToRepair">转维修</button> </div>
209
+ </div>
210
+
211
+ </div>
212
+ </form>
213
+ <!-- <modal :show.sync="showCheckToRepair" v-ref:modal :backdrop="isback">-->
214
+ <!-- <div slot="modal-header" class="modal-header">-->
215
+ <!-- <h4 class="modal-title">-->
216
+ <!-- 安检转维修-->
217
+ <!-- </h4>-->
218
+ <!-- </div>-->
219
+ <!-- <div slot="modal-body" class="modal-body">-->
220
+ <!-- <div v-if="showrepair">-->
221
+ <!-- <div class="row">-->
222
+ <!-- <label class="col-xs-4 col-md-4 control-label text-left">派单方式</label>-->
223
+ <!-- <div class="col-xs-8 col-md-8">-->
224
+ <!-- <label v-for="handling1 in handling" >-->
225
+ <!-- <input type="radio"-->
226
+ <!-- v-model="meading"-->
227
+ <!-- value="{{handling1.label}}">-->
228
+ <!-- {{handling1.label}}-->
229
+ <!-- </label>-->
230
+ <!-- </div>-->
231
+ <!-- </div>-->
232
+ <!-- <div class="row" v-if="meading == '转站点'">-->
233
+ <!-- <label class="col-xs-4 col-md-4 control-label font text-left" for="f_reciever">站点</label>-->
234
+ <!-- &lt;!&ndash;<input type="text" v-show="false" v-model="serviceacitivity.f_reciever"&ndash;&gt;-->
235
+ <!-- &lt;!&ndash;v-validate:f_reciever='{ required: true }'>&ndash;&gt;-->
236
+ <!-- <div class="col-xs-8 col-md-8">-->
237
+ <!-- <right-tree @ready="onReady" islist :Url="Url" :userid="userid" :source="source" v-on:re-res="reres" :textContent="选择站点管理员" :selectData="" v-ref:f_reciever>-->
238
+ <!-- </right-tree>-->
239
+ <!-- </div>-->
240
+ <!-- </div>-->
241
+
242
+ <!-- <div class="row" style="margin-top: 6px" v-if="meading == '转维修员'">-->
243
+ <!-- <label class="col-xs-4 col-md-4 control-label font text-left">维修人</label>-->
244
+ <!-- <div class="col-xs-8">-->
245
+ <!-- <v-select :value="$parent.$parent.model.serviceacitivity[0].f_reciever" :value-single="true"-->
246
+ <!-- :options='f_repair_person' placeholder='请选择维修员'-->
247
+ <!-- close-on-select v-on:change="repiarmancg"></v-select>-->
248
+ <!-- </div>-->
249
+
250
+ <!-- </div>-->
251
+ <!-- <div class="row" style="margin-top: 6px">-->
252
+ <!-- <label for="f_repair" class="col-xs-4 col-md-4 control-label font text-left">报修类型</label>-->
253
+ <!-- <div class="col-xs-8 col-md-8">-->
254
+ <!-- <v-select :value.sync="$parent.$parent.model.f_repairtype" :value-single="true"-->
255
+ <!-- :options='repairstypes' placeholder='报修类型'-->
256
+ <!-- close-on-select>-->
257
+ <!-- </v-select>-->
258
+ <!-- </div>-->
259
+ <!-- </div>-->
260
+
261
+ <!-- <div class="row" style="margin-top: 6px">-->
262
+ <!-- <label class="control-label font text-left col-md-4 col-xs-4">备注</label>-->
263
+ <!-- <div class="col-xs-8 col-md-8">-->
264
+ <!-- <input type="text" v-model="$parent.$parent.model.f_remarks"/>-->
265
+ <!-- </div>-->
266
+
267
+ <!-- </div>-->
268
+
269
+ <!-- </div>-->
270
+ <!-- <div v-if="!showrepair">-->
271
+ <!-- 暂无隐患设备信息-->
272
+ <!-- </div>-->
273
+ <!-- </div>-->
274
+ <!-- <div slot="modal-footer" class="modal-footer">-->
275
+ <!-- <button type="button" class="btn btn-default" @click="uploadPaper()">确定</button>-->
276
+ <!-- <button type="button" class="btn btn-default" @click="undo()">取消</button>-->
277
+ <!-- </div>-->
278
+ <!-- </modal>-->
279
+ <!--拉黑框-->
280
+ <modal :show.sync="showmodel" v-ref:modal>
281
+ <div slot="modal-header" class="modal-header">
282
+ <h4 class="modal-title">
283
+ 限制用户购气
284
+ </h4>
285
+ </div>
286
+ <div slot="modal-body" class="modal-body">
287
+ <!-- <div class="row" style="margin-top: 6px">-->
288
+ <!-- <label style="color: red;">注:当前页面无法取消对用户的限制购气</label>-->
289
+ <!-- </div>-->
290
+ <div class="row" style="margin-top: 6px">
291
+ <textarea id="el_ca_tx" v-model.trim="cause" style="border-radius:4px;width: 100%;" placeholder="请输入限制用户购气原因" >
292
+ </textarea>
293
+ </div>
294
+ </div>
295
+ <div slot="modal-footer" class="modal-footer">
296
+ <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="backlist()">确认</button>
297
+ <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="cancel()">取消</button>
298
+ </div>
299
+ </modal>
300
+
301
+ <modal :show.sync="showmodelthree" v-ref:modal>
302
+ <div slot="modal-header" class="modal-header">
303
+ <h4 class="modal-title">
304
+ 取消限制用户购气
305
+ </h4>
306
+ </div>
307
+ <div slot="modal-body" class="modal-body">
308
+ <!-- <div class="row" style="margin-top: 6px">-->
309
+ <!-- <label style="color: red;">注:当前页面无法取消对用户的限制购气</label>-->
310
+ <!-- </div>-->
311
+ <div class="row" style="margin-top: 6px">
312
+ <textarea id="el_ca_txt" v-model.trim="deletecause" style="border-radius:4px;width: 100%;" placeholder="请输入取消限制用户购气原因" >
313
+ </textarea>
314
+ </div>
315
+ </div>
316
+ <div slot="modal-footer" class="modal-footer">
317
+ <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="deletebacklist()">确认</button>
318
+ <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="deletecancel()">取消</button>
319
+ </div>
320
+ </modal>
321
+ <modal :show.sync="showgas && showgasmodel" v-ref:modal>
322
+ <div slot="modal-header" class="modal-header">
323
+ <h4 class="modal-title">
324
+ 用户须知
325
+ </h4>
326
+ </div>
327
+ <div slot="modal-body" class="modal-body">
328
+ <div class="row" style="margin-top: 6px">
329
+ <sapn>{{ gasinstructions ? gasinstructions : '请配置用户须知' }}</sapn>
330
+ </div>
331
+ </div>
332
+ <div slot="modal-footer" class="modal-footer">
333
+ <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="closeshowgas()">确认</button>
334
+ </div>
335
+ </modal>
336
+ </template>
337
+
338
+ <script>
339
+ import Vue from 'vue'
340
+ import * as Util from '../../Util'
341
+ import { HttpResetClass } from 'vue-client'
342
+ import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
343
+ import Radio from 'vue-client/src/vue-strap/src/radioBtn'
344
+ import co from 'co'
345
+
346
+ // let getRepairParam = function * (self){
347
+ // let data = {
348
+ // $parent.$parent.model: self.$parent.$parent.model, loginUser: {
349
+ // name: self.role == 'view'?self.$login.f.name:Vue.user.name,
350
+ // ename: self.role == 'view'?self.$login.f.ename:Vue.user.ename
351
+ // }, user: self.user, callObj: self.callObj
352
+ // }
353
+ // if(self.$parent.$parent.meading == '转维修员'){
354
+ // data.toRepair = '一级派单'
355
+ // }
356
+ // data.$parent.$parent.model.f_attendant = data.loginUser.name
357
+ // ////tag
358
+ // ////tag
359
+ // let res
360
+ // let errString = self.$parent. $parent.errorVerify()
361
+ // if(errString){
362
+ // ////tag
363
+ // if (Vue.android)
364
+ // self.undo()
365
+ // this.$showMessage(errString)
366
+ // return
367
+ // } else {
368
+ // if(self.role == 'inspect'){
369
+ // if(self.$parent.$parent.meading == '转维修员' && (self.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || self.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)){
370
+ // this.$showMessage("请选择维修员!")
371
+ // return
372
+ // }
373
+ // if(self.$parent.$parent.meading == '转站点' && (self.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || self.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)){
374
+ // HostApp.alert()
375
+ // this.$showMessage("请选择站点!")
376
+ // return
377
+ // }
378
+ // if(self.$parent.$parent.model.f_repairtype == ''){
379
+ // this.$showMessage("请选择报修类型!")
380
+ // return
381
+ // }
382
+ // ////tag)
383
+ // let checkResult = '正常'
384
+ // let options = [{"data": "已处理"},{"data": "未处理"}]
385
+ // let value = ''
386
+ // let codata = JSON.parse(JSON.stringify(self.paper))
387
+ // for(let device in codata){
388
+ // ////tag)
389
+ // let f_device_type
390
+ // if(device.startsWith("device")){
391
+ // for(let item in codata[device]) {
392
+ // if(codata[device].length > 1 ){
393
+ // let j = Number.parseInt(item)+1
394
+ // f_device_type = `${codata[device][item].f_device_type}${j}`
395
+ // }else{
396
+ // f_device_type = codata[device][item].f_device_type
397
+ // }
398
+ // // ////tag
399
+ // let details = []
400
+ // for(let i in codata[device][item].f_items){
401
+ // let items = codata[device][item].f_items[i]
402
+ // ////tag
403
+ // if(items.f_is_defect == true || items.f_is_defect == 'true'){
404
+ // checkResult = '有隐患'
405
+ // ////tag
406
+ // let res = yield self.$resetpost(`${self.Url}/api/af-safecheck/sql/getDeviceItem`,{data:{f_device_id:codata[device][item].f_device_id,f_item_name:items.f_item_name}})
407
+ // ////tag)
408
+ // self.$set('detail.f_defect_id', res.data[0].id)
409
+ // self.$set('detail.f_project',`${items.f_item_name}:${items.f_item_value}`)
410
+ // self.$set('detail.type',items.type)
411
+ // self.$set('detail.options',options)
412
+ // details.push(JSON.parse(JSON.stringify(self.detail)))
413
+ // }
414
+ // if(items.type == 'selector'){
415
+ // items.selected = ''
416
+ // }
417
+ // self.detail = {}
418
+ // }
419
+ // ////tag
420
+ // self.$set('defectDevice.f_type',f_device_type)
421
+ // self.$set('defectDevice.details',details)
422
+ // if(self.defectDevice.details.length >0 ){
423
+ // self.repairitems.push(JSON.parse(JSON.stringify(self.defectDevice)))
424
+ // }
425
+ // self.defectDevice = {}
426
+ // ////tag
427
+ // }
428
+ // }
429
+ // }
430
+ // self.$set('$parent.$parent.model.f_repairitems.data',self.repairitems)
431
+ //
432
+ //
433
+ // ////tag)
434
+ // res = self.$androidUtil.bzLogic('safecheckToRepair',data)
435
+ // ////tag
436
+ // ////tag
437
+ // ////tag
438
+ // if(res.code == 200){
439
+ // self.$parent.$parent.isSafeCheckToRepair = true
440
+ // self.undo()
441
+ // self.$set('paper.f_SafeToRepair_id',res.data.f_service_id)
442
+ // ////tag
443
+ // self.$resetpost(`${self.Url}/api/af-safecheck/logic/updatePaperRepair`,{data:{f_paper_id:self.paper.f_paper_id,f_SafeToRepair_id:res.data.f_service_id}}).then((ret)=>{
444
+ // ////tag
445
+ // if(ret.data.code ==200){
446
+ // ////tag
447
+ // self.$parent.$parent.$back()
448
+ // }else{
449
+ // self.$showMessage('安检转维修失败!')
450
+ // }
451
+ // }).catch(v=>{
452
+ // ////tag)
453
+ // self.$showMessage('安检转维修失败!')
454
+ // })
455
+ // }else{
456
+ // self.$showMessage('安检转维修失败!')
457
+ // }
458
+ // }
459
+ // }
460
+ // }
461
+
462
+
463
+
464
+ // let getRepairs = async function(self,url) {
465
+ // // 获取配置信息
466
+ // try {
467
+ // let val = {source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1 ))', userid: `${Vue.user.id}`}
468
+ // let repairs =[]
469
+ // let res = await Vue.resetpost(`${url}/rs/search`,{data: val},{resolveMsg: null, rejectMsg: null})
470
+ // res.data.forEach((item) => {
471
+ // repairs.push({label: item.name, value: item})
472
+ // })
473
+ // self.f_repair_person = repairs
474
+ // if(self.$parent.$parent.role == 'inspect'){
475
+ // let res = self.$androidUtil.bzLogic('getUserInfo',{id:self.paper.f_userinfoid})
476
+ // if(res.code == 200){
477
+ // self.$parent.$parent.user = res.data[0]
478
+ // self.$parent.$parent.model.f_area = self.$parent.$parent.user.f_area
479
+ // }
480
+ // }else{
481
+ // ////tag
482
+ // self.$resetpost(`${self.Url}/api/af-safecheck/sql/safeCheckgetUserInfo`,{data:{id:self.paper.f_userinfoid}},{resolveMsg: null, rejectMsg: null}).then((res)=>{
483
+ // ////tag
484
+ // if(res.data.length != 0){
485
+ // self.$parent.$parent.user = res.data[0]
486
+ // self.$parent.$parent.model.f_area = self.$parent.$parent.user.f_area
487
+ // }
488
+ // })
489
+ // // path({alias:'getUserInfo',data:{id:this.paper.f_userinfoid}})
490
+ // }
491
+ // } catch (error) {
492
+ // ////tag
493
+ // }
494
+ // }
495
+
496
+ export default {
497
+ title: '用户反馈',
498
+ data() {
499
+ return {
500
+ isvideo:'false',
501
+ defectImgs: [],
502
+ defectToolTip: [],
503
+ defectReason: [],
504
+ images: [],
505
+ showmodelthree: false,
506
+ isneedDate: this.$parent.$parent.isneedDate,
507
+ plan: this.$parent.$parent.item,
508
+ meading: this.$parent.$parent.meading,
509
+ paper: this.$parent.$parent.data,
510
+ printContent: [],
511
+ upload_state: this.$parent.$parent.item.f_upload_state,
512
+ enabled: false,//控制限制购气是否可选
513
+ deleteenabled: false,
514
+ showmodel: false,
515
+ showbacklist:'是',
516
+ backlistisselect: false,
517
+ showgas: false,
518
+ showgasmodel:this.$appdata.getSingleValue('用户须知查看') || false,
519
+ isalbum:this.$appdata.getSingleValue('安检使用相册') || false,
520
+ gasinstructions:'',
521
+ deletebacklistisselect: false,
522
+ radios: [
523
+ {
524
+ label: '满意',
525
+ value: 0,
526
+ isChecked: false,
527
+ },
528
+ {
529
+ label: '基本满意',
530
+ value: 1,
531
+ isChecked: false,
532
+ },
533
+ {
534
+ label: '不满意',
535
+ value: 2,
536
+ isChecked: false,
537
+ },
538
+ ],
539
+ repairitems: [],
540
+ repairstypes: this.$appdata.getParam('报修类型'),
541
+ // f_repair_person: this.readRepair(),
542
+ showrepair: false,
543
+ safeCheckToRepair: '',
544
+ showCheckToRepair: false,
545
+ userid: '',
546
+ source:
547
+ 'dep=this.getParentByType($organization$).getSpecialResByType($department$),' +
548
+ 'tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))',
549
+ isback: false,
550
+ defectDevice: {},
551
+ detail: {},
552
+ callObj: null,
553
+ user: {},
554
+ role: this.$parent.$parent.role,
555
+ handling: [{label: '转站点', value: '转站点'}, {label: '转维修员', value: '转维修员'}],
556
+ Url: this.$androidUtil.getProxyUrl(),
557
+ cause: "",
558
+ deletecause: "",
559
+ isRecodr: "false", //单值参数,为true则是开启全程录音
560
+ }
561
+ },
562
+ props: ['idx'],
563
+ components: {
564
+ RadioGroup,
565
+ Radio
566
+ },
567
+ methods: {
568
+ timeSet(val) {
569
+ //////tag
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
+ // async isoverDate(){
580
+ // ////tag
581
+ // let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/androidGetuserinfo`, {data:{
582
+ // condition:"f_plan_item_id='"+this.$parent.$parent.item.id+"'"
583
+ // }
584
+ // })
585
+ // this.isneedDate=res.data[0]["f_subscribe_date"]
586
+ // ////tag
587
+ // },
588
+ check(index) {
589
+ ////tag
590
+ // 先取消所有选中项
591
+ for (let item of this.radios) {
592
+ item.isChecked = false;
593
+ }
594
+ //再设置当前点击项选中
595
+ this.paper.f_client_evaluation = this.radios[index].label;
596
+ // 设置值,以供传递
597
+ this.radios[index].isChecked = true;
598
+ ////tag;
599
+ },
600
+ getSignValue(fileName) {
601
+ this.f_signname = fileName
602
+ },
603
+ videoCallBack(fileName) {
604
+ this.$set('paper.f_video_path', fileName)
605
+ HostApp.__callback__ = null
606
+ HostApp.__this__ = null
607
+ },
608
+ takeVideo() {
609
+ HostApp.__callback__ = this.videoCallBack
610
+ HostApp.__this__ = this
611
+ let fileName = Util.guid() + '.mp4'
612
+ HostApp._open_a_page({
613
+ type: 'boomerang',
614
+ page: 'com.aofeng.hybrid.android.peripheral.VideoActivity',
615
+ param: {
616
+ file: fileName,
617
+ requestCode: 111,
618
+ callback: 'javascript:HostApp.__callback__("%s");'
619
+ }
620
+ })
621
+ },
622
+ cameraCallBack(prop, fileName) {
623
+ if (prop == 'f_overall_path') {
624
+ let f_overall_path = fileName + '?' + Math.random()
625
+ HostApp.__this__.paper.f_overall_imgs.push({
626
+ f_overall_path: f_overall_path
627
+ })
628
+ } else {
629
+ HostApp.__this__.paper[prop] = fileName + '?' + Math.random()
630
+ }
631
+ HostApp.__callback__ = null
632
+ HostApp.__this__ = null
633
+ },
634
+ takePic(prop, title, index) {
635
+ HostApp.__callback__ = this.cameraCallBack
636
+ HostApp.__this__ = this
637
+ ////tag
638
+ ////tag
639
+ let fileName
640
+ if (prop == 'f_overall_path') {
641
+ if (!this.paper.f_overall_imgs[index] || this.paper.f_overall_imgs[index].f_overall_path.includes("nopic.png")) {
642
+ fileName = Util.guid() + '-' + prop + '.jpg'
643
+ } else {
644
+ fileName = Util.getFileName(this.paper.f_overall_imgs[index].f_overall_path)
645
+ }
646
+ } else {
647
+ if (!this.paper[prop] || this.paper[prop].includes("nopic.png")) {
648
+ fileName = Util.guid() + '-' + prop + '.jpg'
649
+ } else {
650
+ fileName = Util.getFileName(this.paper[prop])
651
+ }
652
+ }
653
+ let jingweidu = ''
654
+ if (this.$parent.$parent.is_has_jingweidu == 'true'){
655
+ const obj = HostApp.getGpsDetailAddress()
656
+ jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
657
+ }
658
+ HostApp._open_a_page({
659
+ type: 'boomerang',
660
+ page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
661
+ param: {
662
+ file: fileName,
663
+ requestCode: 111,
664
+ callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
665
+ watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name + '\t' + this.paper.f_userinfo_code+ '\t' + this.paper.f_user_name+ '\t' + this.paper.f_address
666
+ +jingweidu
667
+ }
668
+ })
669
+ },
670
+ selectPictrueCallback(picList){
671
+ if(picList && picList.length>0){
672
+ for (let i = 0; i < picList.length; i++) {
673
+ HostApp.__this__.paper.f_overall_imgs.push({
674
+ f_overall_path: picList[i]
675
+ })
676
+ }
677
+ }
678
+ HostApp.__callback__ = null
679
+ HostApp.__this__ = null
680
+ },
681
+ selectPicture(){
682
+ HostApp.__callback__ = this.selectPictrueCallback
683
+ HostApp.__this__ = this
684
+ HostApp._open_a_page({
685
+ type: 'boomerang',
686
+ page: 'com.aofeng.hybrid.android.peripheral.ActionMultiplePickActivity',
687
+ param: {
688
+ requestCode: 111,
689
+ callback: 'javascript:HostApp.__callback__(%s);',
690
+ }
691
+ })
692
+ },
693
+ amrCallBack(fileName) {
694
+ HostApp.__this__.$set('paper.f_recording1_path', fileName)
695
+ HostApp.__callback__ = null
696
+ HostApp.__this__ = null
697
+ },
698
+ record() {
699
+ if (this.$parent.$parent.role != 'inspect') {
700
+ if (this.paper.f_recording1_path != '') {
701
+ window.location = this.paper.f_recording1_path
702
+ }
703
+ } else {
704
+ HostApp.__callback__ = this.amrCallBack
705
+ HostApp.__this__ = this
706
+ let fileName
707
+ if (!this.paper.f_recording1_path) {
708
+ fileName = Util.guid() + '.amr'
709
+ } else {
710
+ fileName = Util.getFileName(this.paper.f_recording1_path)
711
+ }
712
+ HostApp._open_a_page({
713
+ type: 'boomerang',
714
+ page: 'com.aofeng.hybrid.android.peripheral.AudioClipActivity',
715
+ param: {file: fileName, requestCode: 111, callback: 'javascript:HostApp.__callback__("%s");'}
716
+ })
717
+ }
718
+ },
719
+ // 签名回调
720
+ signCallback(prop, fileName) {
721
+ // HostApp.alert('绑定属性:' + prop + ' 文件全路径如file:///storage/sdcard0/safecheck/abc.jpg:' + fullFileName)
722
+ HostApp.__this__.$set('paper.f_sign_path', fileName)
723
+ HostApp.__callback__ = null
724
+ HostApp.__this__ = null
725
+ },
726
+ // 用户签名
727
+ sign() {
728
+ if (!this.paper.f_read_instructions) {
729
+ this.$showMessage('请先阅读并勾选用户须知内容后进行签名!')
730
+ return
731
+ }
732
+ this.delAudioFile('f_sign_path', this.paper.f_sign_path)
733
+ let prop = 'f_sign_path'
734
+ let idx = 'aofeng'
735
+ let fileName
736
+ if (!this.paper.f_sign_path) {
737
+ fileName = Util.guid() + '-valve-' + idx + '-' + prop + '.jpg'
738
+ } else {
739
+ fileName = Util.getFileName(this.paper.f_sign_path)
740
+ }
741
+ HostApp.__callback__ = this.signCallback
742
+ HostApp.__this__ = this
743
+ HostApp.getSignature({
744
+ file: fileName,
745
+ requestCode: 111,
746
+ callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");'
747
+ })
748
+ },
749
+ delfile(prop, fileName, index) {
750
+ if (fileName == Vue.nopic)
751
+ return
752
+ else {
753
+ if (prop == 'f_overall_path') {
754
+ this.paper.f_overall_imgs.splice(index, 1)
755
+ HostApp.delfile(fileName)
756
+ } else {
757
+ HostApp.delfile(fileName)
758
+ this.paper[prop] = Vue.nopic
759
+ }
760
+ }
761
+ },
762
+ delAudioFile(prop, fileName) {
763
+ if (!fileName)
764
+ return
765
+ else {
766
+ HostApp.delfile(fileName)
767
+ this.paper[prop] = null
768
+ }
769
+ },
770
+ //获取打印用户信息
771
+ getUser() {
772
+ if (this.paper.f_user_name == undefined)
773
+ this.paper.f_user_name = ''
774
+ this.printContent.push({
775
+ type: 3,
776
+ text: '用户名称:' + this.paper.f_user_name,
777
+ fontsize: 2,
778
+ isbold: false,
779
+ align: 'left'
780
+ })
781
+ if (this.paper.f_userinfo_code == undefined)
782
+ this.paper.f_userinfo_code = ''
783
+ this.printContent.push({
784
+ type: 3,
785
+ text: '用户编号:' + this.paper.f_userinfo_code,
786
+ fontsize: 2,
787
+ isbold: false,
788
+ align: 'left'
789
+ })
790
+ if (this.paper.f_address == undefined)
791
+ this.paper.f_address = ''
792
+ this.printContent.push({type: 3, text: '地址:' + this.paper.f_address, fontsize: 2, isbold: false, align: 'left'})
793
+ if (this.paper.f_user_phone == undefined)
794
+ this.paper.f_user_phone = ''
795
+ this.printContent.push({
796
+ type: 3,
797
+ text: '电话:' + this.paper.f_user_phone,
798
+ fontsize: 2,
799
+ isbold: false,
800
+ align: 'left'
801
+ })
802
+ },
803
+ verify() {
804
+ let hasError = this.$parent.$parent.verifyUser()
805
+ if (hasError)
806
+ return hasError
807
+ hasError = this.$parent.$parent.verifyDevices()
808
+ if (hasError)
809
+ return hasError
810
+ },
811
+ print() {
812
+ let errString = this.verify()
813
+ if (errString) {
814
+ ////tag
815
+ if (Vue.android)
816
+ this.$showMessage(errString)
817
+ return
818
+ }
819
+ // 文本
820
+ let templatename = '安检结果单'
821
+ if (Vue.config.safecheck != undefined) {
822
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
823
+ if (Vue.config.safecheck.ApproveConfig.templatename != undefined) {
824
+ templatename = Vue.config.safecheck.ApproveConfig.templatename
825
+ }
826
+ }
827
+ }
828
+ let textHead = {type: 3, text: templatename, fontsize: 3, isbold: true, align: 'center'}
829
+ let feedPageHead = {type: 4, value: 2, unit: 'line'}
830
+ let feedPageEnd = {type: 4, value: 4, unit: 'line'}
831
+ this.printContent.push(textHead)
832
+ this.printContent.push(feedPageHead)
833
+ this.getUser()
834
+ this.getDefect()
835
+ this.getCheck()
836
+ this.printContent.push(feedPageEnd)
837
+ let arrstr = JSON.stringify(this.printContent)
838
+ ////tag
839
+ this.$androidUtil.print(arrstr)
840
+ this.$set('printContent', [])
841
+ },
842
+ //打印安检信息
843
+ getCheck() {
844
+ let telephone = '96777'
845
+ if (Vue.config.safecheck != undefined) {
846
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
847
+ if (Vue.config.safecheck.ApproveConfig.checkphone != undefined) {
848
+ telephone = Vue.config.safecheck.ApproveConfig.checkphone
849
+ }
850
+ }
851
+ }
852
+ this.printContent.push({
853
+ type: 3,
854
+ text: '*******************************',
855
+ fontsize: 3,
856
+ isbold: false,
857
+ align: 'center'
858
+ })
859
+ this.printContent.push({type: 3, text: '咨询电话;' + telephone, fontsize: 2, isbold: false, align: 'left'})
860
+ this.printContent.push({type: 3, text: '安检人:' + Vue.user.name, fontsize: 2, isbold: false, align: 'left'})
861
+ this.printContent.push({
862
+ type: 3,
863
+ text: '安检时间:' + this.getNowFormatDate(),
864
+ fontsize: 2,
865
+ isbold: false,
866
+ align: 'left'
867
+ })
868
+ this.printContent.push({type: 3, text: '用户签字:', fontsize: 2, isbold: false, align: 'left'})
869
+ this.printContent.push({type: 4, value: 4, unit: 'line'})
870
+ },
871
+
872
+ getDefect() {
873
+ let showmore = false
874
+ if (Vue.config.safecheck != undefined) {
875
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
876
+ if (Vue.config.safecheck.ApproveConfig.showmore != undefined) {
877
+ showmore = Vue.config.safecheck.ApproveConfig.showmore
878
+ }
879
+ }
880
+ }
881
+
882
+ let backData = this.$parent.$parent.getAllDefect()
883
+ // 对隐患信息进行遍历
884
+ let res = JSON.parse(backData.f_defect_content)
885
+ this.printContent.push({
886
+ type: 3,
887
+ text: '安检结果:' + res.result,
888
+ fontsize: 2,
889
+ isbold: false,
890
+ align: 'left'
891
+ })
892
+ this.printContent.push({
893
+ type: 3,
894
+ text: '*******************************',
895
+ fontsize: 3,
896
+ isbold: false,
897
+ align: 'center'
898
+ })
899
+
900
+
901
+ if (showmore) {
902
+ //全部打印
903
+ for (let dev in this.$parent.$parent.config) {
904
+ for (let device in backData) {
905
+ if (device.startsWith("device")) {
906
+ for (let item in backData[device]) {
907
+ //遍历结果
908
+ if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
909
+ let error = true
910
+ for (let i in backData[device][item].f_items) {
911
+ if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
912
+ error = false
913
+ }
914
+ }
915
+ if (error) {
916
+ this.printContent.push({
917
+ type: 3,
918
+ text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':正常',
919
+ fontsize: 2,
920
+ isbold: false,
921
+ align: 'left'
922
+ })
923
+ } else {
924
+ this.printContent.push({
925
+ type: 3,
926
+ text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':有隐患',
927
+ fontsize: 2,
928
+ isbold: true,
929
+ align: 'left'
930
+ })
931
+ }
932
+
933
+ for (let i in backData[device][item].f_items) {
934
+ if (backData[device][item].f_items[i].f_item_value != '' && backData[device][item].f_items[i].f_item_value != null) {
935
+ this.printContent.push({
936
+ type: 3,
937
+ text: backData[device][item].f_items[i].f_item_name + backData[device][item].f_items[i].f_item_value,
938
+ fontsize: 2,
939
+ isbold: false,
940
+ align: 'left'
941
+ })
942
+ }
943
+ }
944
+ this.printContent.push({type: 4, value: 2, unit: 'line'})
945
+ }
946
+ }
947
+ }
948
+ }
949
+ }
950
+
951
+ for (let dev in this.$parent.$parent.config) {
952
+ for (let device in backData) {
953
+ if (device.startsWith("device")) {
954
+ for (let item in backData[device]) {
955
+ //遍历结果
956
+ if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
957
+ let error = true
958
+ for (let i in backData[device][item].f_items) {
959
+ if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
960
+ error = false
961
+ }
962
+ }
963
+ if (!error) {
964
+ this.printContent.push({
965
+ type: 3,
966
+ text: '隐患:',
967
+ fontsize: 2,
968
+ isbold: true,
969
+ align: 'left'
970
+ })
971
+ }
972
+ }
973
+ }
974
+ }
975
+ }
976
+ for (let device in backData) {
977
+ if (device.startsWith("device")) {
978
+ for (let item in backData[device]) {
979
+ if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
980
+ for (let i in backData[device][item].f_items) {
981
+ if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
982
+ this.printContent.push({
983
+ type: 3,
984
+ text: backData[device][item].f_items[i].f_item_name + ' ' + backData[device][item].f_items[i].f_item_value,
985
+ fontsize: 2,
986
+ isbold: true,
987
+ align: 'left'
988
+ })
989
+ }
990
+ }
991
+ }
992
+ }
993
+ }
994
+ }
995
+
996
+ }
997
+ } else {
998
+ for (let dev in this.$parent.$parent.config) {
999
+ for (let device in backData) {
1000
+ if (device.startsWith("device")) {
1001
+ for (let item in backData[device]) {
1002
+ //遍历结果
1003
+ if (backData[device].length != 0 && backData[device][item].f_device_type == dev) {
1004
+ let error = true
1005
+ for (let i in backData[device][item].f_items) {
1006
+ if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
1007
+ error = false
1008
+ }
1009
+ }
1010
+ if (error) {
1011
+ this.printContent.push({
1012
+ type: 3,
1013
+ text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':正常',
1014
+ fontsize: 2,
1015
+ isbold: false,
1016
+ align: 'left'
1017
+ })
1018
+ } else {
1019
+ this.printContent.push({
1020
+ type: 3,
1021
+ text: dev + (backData[device].indexOf(backData[device][item]) + 1) + ':有隐患',
1022
+ fontsize: 2,
1023
+ isbold: false,
1024
+ align: 'left'
1025
+ })
1026
+ }
1027
+
1028
+ for (let i in backData[device][item].f_items) {
1029
+ if (backData[device][item].f_items[i].f_is_defect == true || backData[device][item].f_items[i].f_is_defect == 'true') {
1030
+ this.printContent.push({
1031
+ type: 3,
1032
+ text: '隐患:' + backData[device][item].f_items[i].f_item_name + backData[device][item].f_items[i].f_item_value,
1033
+ fontsize: 2,
1034
+ isbold: false,
1035
+ align: 'left'
1036
+ })
1037
+ }
1038
+ }
1039
+ this.printContent.push({type: 4, value: 2, unit: 'line'})
1040
+ }
1041
+ }
1042
+ }
1043
+ }
1044
+ }
1045
+ }
1046
+ },
1047
+ //获取当前时间
1048
+ getNowFormatDate() {
1049
+ var date = new Date();
1050
+ var seperator1 = "-";
1051
+ var seperator2 = ":";
1052
+ var month = date.getMonth() + 1;
1053
+ var strDate = date.getDate();
1054
+ if (month >= 1 && month <= 9) {
1055
+ month = "0" + month;
1056
+ }
1057
+ if (strDate >= 0 && strDate <= 9) {
1058
+ strDate = "0" + strDate;
1059
+ }
1060
+ var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
1061
+ + " " + date.getHours() + seperator2 + date.getMinutes()
1062
+ + seperator2 + date.getSeconds();
1063
+ return currentdate;
1064
+ },
1065
+ readRepair() {
1066
+ let url = this.$androidUtil.getProxyUrl()
1067
+ let gen = getRepairs(this, url)
1068
+ return co(gen)
1069
+ },
1070
+ showToRepair() {
1071
+ let res = this.hasDefect()
1072
+ ////tag
1073
+ ////tag
1074
+ if (res == '正常') {
1075
+ this.showrepair = false
1076
+ } else {
1077
+ this.showrepair = true
1078
+ this.assignObj()
1079
+ }
1080
+ this.showCheckToRepair = !this.showCheckToRepair
1081
+ },
1082
+ // 选中部门
1083
+ reres(val) {
1084
+ if (val.res == undefined) {
1085
+ return
1086
+ }
1087
+ this.$parent.$parent.model.serviceacitivity[0].f_meetunit = val.res
1088
+ this.$parent.$parent.model.f_meetunit = val.res
1089
+ this.$parent.$parent.model.f_orgstr = val.resids
1090
+ var arr = val.res.split('.')
1091
+ this.$parent.$parent.model.f_outlets = arr[arr.length - 1]
1092
+ this.$parent.$parent.model.serviceacitivity[0].f_reciever = val.resids
1093
+ },
1094
+ assignObj() {
1095
+ this.$parent.$parent.model.f_contact_phone = this.paper.f_user_phone
1096
+ this.$parent.$parent.model.f_user_name = this.paper.f_user_name
1097
+ this.$parent.$parent.model.f_address = this.paper.f_address
1098
+ this.$parent.$parent.model.f_user_type = this.paper.f_check_type
1099
+ this.$parent.$parent.model.f_street = this.paper.f_street
1100
+ this.$parent.$parent.model.f_residential_area = this.paper.f_residential_area
1101
+ this.$parent.$parent.model.f_building = this.paper.f_building
1102
+ this.$parent.$parent.model.f_unit = this.paper.f_unit
1103
+ this.$parent.$parent.model.f_floor = this.paper.f_floor
1104
+ this.$parent.$parent.model.f_room = this.paper.f_room
1105
+ this.$parent.$parent.model.f_floor = this.paper.f_floor
1106
+ this.$parent.$parent.model.f_userinfo_id = this.paper.f_userinfoid
1107
+ this.$parent.$parent.model.f_userinfo_code = this.paper.f_userinfo_code
1108
+ },
1109
+ hasDefect() {
1110
+ let checkResult = '正常'
1111
+ let codata = JSON.parse(JSON.stringify(this.paper))
1112
+ for (let device in this.paper) {
1113
+ if (device.startsWith("device")) {
1114
+ for (let item in this.paper[device]) {
1115
+ for (let i in this.paper[device][item].f_items) {
1116
+ let items = this.paper[device][item].f_items[i]
1117
+ ////tag
1118
+ if (items.f_is_defect == true || items.f_is_defect == 'true') {
1119
+ checkResult = '有隐患'
1120
+ }
1121
+ }
1122
+ }
1123
+ }
1124
+ }
1125
+ return checkResult
1126
+ },
1127
+ uploadPaper() {
1128
+ if (this.showrepair) {
1129
+ ////tag
1130
+ ////tag
1131
+ ////tag
1132
+ ////tag
1133
+
1134
+ if (this.meading == '转维修员' && (this.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || this.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)) {
1135
+ this.$showMessage("请选择维修员!")
1136
+ return
1137
+ }
1138
+ if (this.$parent.$parent.meading == '转站点' && (this.$parent.$parent.model.serviceacitivity[0].f_reciever == '' || this.$parent.$parent.model.serviceacitivity[0].f_reciever == undefined)) {
1139
+ this.$showMessage("请选择站点!")
1140
+ return
1141
+ }
1142
+ if (this.$parent.$parent.model.f_repairtype == '') {
1143
+ this.$showMessage("请选择报修类型!")
1144
+ return
1145
+ }
1146
+ this.$parent.$parent.isToRepair = true
1147
+ this.$parent.$parent.uploadCheckPaper()
1148
+ // this.$parent.$parent.savePaper(false).then((res) => {
1149
+ // ////tag
1150
+ // if(res != true){
1151
+ // ////tag
1152
+ // return
1153
+ // }else{
1154
+ // this.$parent.$parent.todo()
1155
+ // }
1156
+ // })
1157
+ } else {
1158
+ this.$parent.$parent.undo()
1159
+ }
1160
+
1161
+ },
1162
+ closeshowgas() {
1163
+ this.showgas = false
1164
+ },
1165
+ //确认安检转维修
1166
+
1167
+ undo() {
1168
+ this.showCheckToRepair = !this.showCheckToRepair
1169
+ this.$parent.$parent.model.serviceacitivity[0].f_reciever = ''
1170
+ this.$parent.$parent.model.serviceacitivity[0].f_meetunit = ''
1171
+ this.$parent.$parent.model.f_repairtype = ''
1172
+ this.meading = '转站点'
1173
+ },
1174
+ //取消拉黑
1175
+ async deletebacklist() {
1176
+ if (!this.deletecause) {
1177
+ this.$showMessage("请填写取消拉黑原因!")
1178
+ return
1179
+ }
1180
+ this.paper.f_blocking_cause = this.deletecause
1181
+ ////tag)
1182
+ let http = new HttpResetClass()
1183
+ ////tag
1184
+ let res1 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
1185
+ data: {
1186
+ items: "version",
1187
+ tablename: "t_userinfo",
1188
+ condition: "f_userinfo_id=" + this.paper.f_userinfoid,
1189
+ orderitem: "f_userinfo_id"
1190
+ }
1191
+ }, {resolveMsg: null, rejectMsg: null})
1192
+ ////tag)
1193
+ ////tag
1194
+ let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
1195
+ data: {
1196
+ "f_operat_type": "取消拉黑",
1197
+ "f_state": "有效",
1198
+ "f_user_name": this.paper.f_user_name,
1199
+ "f_comments": this.paper.f_blocking_cause,
1200
+ "f_operator": Vue.user.name,
1201
+ "f_operatorid": Vue.user.id,
1202
+ "f_orgid": Vue.user.orgid,
1203
+ "f_orgname": Vue.user.orgs,
1204
+ "f_depid": Vue.user.depids,
1205
+ "f_depname": Vue.user.deps,
1206
+ "f_describe": `${Vue.user.name}对用户${this.paper.f_user_name}进行取消拉黑`,
1207
+ "f_userinfo_id": {
1208
+ "f_userinfo_id": this.paper.f_userinfoid,
1209
+ "f_user_state": "正常",
1210
+ "version": res1.data[0].version
1211
+ },
1212
+ "f_limit_times":"",
1213
+ "f_limit_value":""
1214
+ }
1215
+ }, {resolveMsg: null, rejectMsg: null})
1216
+
1217
+ ////tag)
1218
+ if (res2.data.code == 200) {
1219
+ this.showmodelthree = false
1220
+ this.deleteenabled = true
1221
+ this.paper.f_blacklist = "否"
1222
+ this.$showMessage("取消该用户限制购气成功!")
1223
+ } else {
1224
+ this.showmodelthree = false
1225
+ this.deleteenabled = true
1226
+ this.$showMessage("网络异常,请稍后再试!")
1227
+ }
1228
+ },
1229
+ async backlist() {
1230
+ if (!this.cause) {
1231
+ this.$showMessage("请填写拉黑原因!")
1232
+ return
1233
+ }
1234
+ this.paper.f_blocking_cause = this.cause
1235
+ ////tag)
1236
+ let http = new HttpResetClass()
1237
+ ////tag
1238
+ let res1 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
1239
+ data: {
1240
+ items: "version",
1241
+ tablename: "t_userinfo",
1242
+ condition: "f_userinfo_id=" + this.paper.f_userinfoid,
1243
+ orderitem: "f_userinfo_id"
1244
+ }
1245
+ }, {resolveMsg: null, rejectMsg: null})
1246
+ ////tag)
1247
+ ////tag
1248
+ let limit_times=1
1249
+ let limit_value=3
1250
+ let limit_amount=3
1251
+ if(Vue.config.safecheck && Vue.config.safecheck.ApproveConfig.limit_times && Vue.config.safecheck.ApproveConfig.limit_value && Vue.config.safecheck.ApproveConfig.limit_amount){
1252
+ limit_times = Vue.config.safecheck.ApproveConfig.limit_times
1253
+ limit_value = Vue.config.safecheck.ApproveConfig.limit_value
1254
+ limit_amount = Vue.config.safecheck.ApproveConfig.limit_amount
1255
+ }
1256
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
1257
+ data: {
1258
+ data:this.$parent.$parent.data,
1259
+ item:this.$parent.$parent.data.item,
1260
+ "f_operat_type": "拉黑",
1261
+ "f_state": "有效",
1262
+ "f_user_name": this.paper.f_user_name,
1263
+ "f_comments": this.paper.f_blocking_cause,
1264
+ "f_operator": Vue.user.name,
1265
+ "f_operate_date":Util.toStandardTimeString(),
1266
+ "f_operatorid": Vue.user.id,
1267
+ "f_orgid": Vue.user.orgid,
1268
+ "f_orgname": Vue.user.orgs,
1269
+ "f_depid": Vue.user.depids,
1270
+ "f_depname": Vue.user.deps,
1271
+ "f_describe": `${Vue.user.name}对用户${this.paper.f_user_name}进行拉黑`,
1272
+ "f_userinfo_id": {
1273
+ "f_userinfo_id": this.paper.f_userinfoid
1274
+ },
1275
+ "f_limit_times":limit_times,
1276
+ "f_limit_value":limit_value,
1277
+ "f_limit_amount":limit_amount,
1278
+ 'f_limit_type':'气量'
1279
+ }
1280
+ }, {resolveMsg: null, rejectMsg: null}).then(res2=>{
1281
+ this.showmodel = false
1282
+ this.enabled = true
1283
+ this.paper.f_blacklist = "是"
1284
+ this.$showMessage("将该用户限制购气成功!")
1285
+ }).catch(error=>{
1286
+ if (error.status== 601){
1287
+ this.showmodel = false
1288
+ this.enabled = true
1289
+ this.paper.f_blacklist = "是"
1290
+ this.$showMessage("该用户已被限制购气,请勿重复提交!")
1291
+ }else {
1292
+ this.$showMessage("网络异常,请稍后再试!")
1293
+ }
1294
+ })
1295
+ },
1296
+ cancel() {
1297
+ this.backlistisselect = false
1298
+ this.showmodel = false
1299
+ },
1300
+ deletecancel() {
1301
+ this.deletebacklistisselect = false
1302
+ this.showmodelthree = false
1303
+ },
1304
+ repiarmancg(val) {
1305
+ if (val) {
1306
+ ////tag
1307
+ this.$parent.$parent.model.serviceacitivity[0].f_reciever = val.name
1308
+ let http1 = new HttpResetClass()
1309
+ http1.load('POST', `${this.Url}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
1310
+ data: {
1311
+ items: 'f_user_telephone',
1312
+ tablename: 't_user',
1313
+ condition: `name = '${val}'`,
1314
+ orderitem: 'id'
1315
+ }
1316
+ }, {resolveMsg: null, rejectMsg: null}).then((ress) => {
1317
+ this.$parent.$parent.model.f_repairman_phone = ress.data[0].f_user_telephone
1318
+ })
1319
+ }
1320
+ },
1321
+ },
1322
+ async ready() {
1323
+ this.isRecodr = this.$appdata.getSingleValue('无限制录音')
1324
+ this.isvideo = this.$appdata.getSingleValue('安检录视频')
1325
+ if(this.$appdata.getSingleValue('安检时显示拉黑')){
1326
+ this.showbacklist = this.$appdata.getSingleValue('安检时显示拉黑');
1327
+ }
1328
+ // await this.isoverDate()
1329
+ ////tag
1330
+ ////tag
1331
+ ////tag)
1332
+ ////tag))
1333
+ if (this.$parent.$parent.role == 'repair') {
1334
+ this.$set('style__', 'divmask')
1335
+ this.$set('style_view_', '')
1336
+ } else if (this.$parent.$parent.role == 'view' || this.$parent.$parent.item.f_upload_state == '已传') {
1337
+ this.$set('style__', 'divmask')
1338
+ this.$set('style_view_', 'divmask')
1339
+ ////tag
1340
+ } else {
1341
+ this.$set('style__', '')
1342
+ this.$set('style_view_', '')
1343
+ }
1344
+ if (Vue.config.safecheck != undefined) {
1345
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
1346
+ if (Vue.config.safecheck.ApproveConfig.gasinstructions != undefined) {
1347
+ this.gasinstructions = Vue.config.safecheck.ApproveConfig.gasinstructions
1348
+ }
1349
+ }
1350
+ }
1351
+
1352
+ for (let item of this.radios) {
1353
+ if (this.paper.f_client_evaluation == item.label) {
1354
+ item.isChecked = true;
1355
+ }
1356
+ }
1357
+ if (!this.paper.f_notified_path)
1358
+ this.$set('paper.f_notified_path', Vue.nopic)
1359
+ if (!this.paper.f_sign_path)
1360
+ this.$set('paper.f_sign_path', Vue.nopic)
1361
+ ////tag
1362
+ if (!this.paper.f_overall_imgs) {
1363
+ let imgs = []
1364
+ // imgs.push({f_overall_path:Vue.nopic})
1365
+ this.$set('paper.f_overall_imgs', imgs)
1366
+ ////tag
1367
+ }
1368
+ if (!this.paper.f_overall2_path)
1369
+ this.$set('paper.f_overall2_path', Vue.nopic)
1370
+
1371
+ this.userid = this.role == 'view' ? this.$login.f.id : Vue.user.id
1372
+ if (Vue.config.safecheck != undefined) {
1373
+ if (Vue.config.safecheck.ApproveConfig != undefined) {
1374
+ if (Vue.config.safecheck.ApproveConfig.safeCheckToRepair != undefined) {
1375
+ this.safeCheckToRepair = Vue.config.safecheck.ApproveConfig.safeCheckToRepair
1376
+ }
1377
+ }
1378
+ }
1379
+ let device = this.$parent.$parent.data
1380
+ for (const deviceitem in device) {
1381
+ if (deviceitem.startsWith('device')){
1382
+ //tag)
1383
+ if(device[deviceitem].length == 0){
1384
+ continue
1385
+ }
1386
+ let items = device[deviceitem][0].f_items
1387
+ let deviceType = device[deviceitem][0].f_device_type
1388
+ for (let i = 0; i < items.length; i++) {
1389
+ if (items[i].f_is_defect){
1390
+ let reason = items[i].f_item_name+":"
1391
+ if (items[i].type === 'selector' || items[i].type === 'radio' || items[i].type === 'checkbox'){
1392
+ for (let j = 0; j < items[i].f_item_value.length; j++) {
1393
+ if (j+1 === items[i].f_item_value.length){
1394
+ reason += items[i].f_item_value[j]
1395
+ }else{
1396
+ reason += items[i].f_item_value[j] + ","
1397
+ }
1398
+ }
1399
+ }else{
1400
+ reason += items[i].f_item_value
1401
+ }
1402
+ if (items[i].f_path){
1403
+ this.defectImgs.push(items[i].f_path)
1404
+ }
1405
+ if (items[i].f_p1_path){
1406
+ this.defectImgs.push(items[i].f_p1_path)
1407
+ }
1408
+ if (items[i].f_p2_path){
1409
+ this.defectImgs.push(items[i].f_p2_path)
1410
+ }
1411
+ if (items[i].f_p3_path){
1412
+ this.defectImgs.push(items[i].f_p3_path)
1413
+ }
1414
+ if (items[i].tooltip){
1415
+ this.defectToolTip.push(items[i].tooltip)
1416
+ }
1417
+ this.defectReason.push({device:deviceType,deviceitem:reason})
1418
+ }else if(items[i].type === 'errorstring' && items[i].f_item_value ){
1419
+ let reason = items[i].f_item_name+":" + items[i].f_item_value
1420
+ this.defectReason.push({device:deviceType,deviceitem:reason})
1421
+ }
1422
+
1423
+ }
1424
+ }
1425
+ }
1426
+ ////tag
1427
+ ////tag
1428
+ //tag
1429
+ ////tag
1430
+ //tag)
1431
+ //tag)
1432
+ //tag)
1433
+ ////tag
1434
+ ////tag
1435
+ ////tag
1436
+ },
1437
+ watch: {
1438
+ '$parent.$parent.isUpload'(val) {
1439
+ ////tag
1440
+ },
1441
+ 'paper.f_read_instructions'(val) {
1442
+ if (val == true) {
1443
+ this.showgas = true
1444
+ }
1445
+ },
1446
+ 'meading'(val) {
1447
+ ////tag
1448
+ this.$parent.$parent.meading = val
1449
+ },
1450
+ 'backlistisselect'(val) {
1451
+ if (val == true) {
1452
+ this.showmodel = true
1453
+ this.deletebacklistisselect=false
1454
+ }
1455
+ },
1456
+ 'deletebacklistisselect'(val) {
1457
+ if (val == true) {
1458
+ this.showmodelthree = true
1459
+ this.backlistisselect=false
1460
+ }
1461
+ },
1462
+ 'isRecodr'(val) {
1463
+ if (val == 'false' || val == undefined || val == null || val == '' || val == 'undefined') {
1464
+ this.isRecodr = "false";
1465
+ }
1466
+ }
1467
+ }
1468
+ }
1469
+ </script>
1470
+ <style scoped>
1471
+ .panel-self{
1472
+ border-radius: 5px;
1473
+ border:1px solid #c5e1f7;
1474
+ background-color: #F2F6FA;
1475
+ }
1476
+ .text-left{
1477
+ text-align:left;
1478
+ }
1479
+ .font{
1480
+ font: 16px PingFang-SC-Medium;
1481
+ color: #333333;
1482
+ }
1483
+ .showIi{
1484
+ font: 15px PingFang-SC-Medium;
1485
+ color: #333333;
1486
+ }
1487
+ .info{
1488
+ margin-top: 15px;
1489
+ border-radius: 5px;
1490
+ background-color: #f3faff;
1491
+ }
1492
+ .btn-photo{
1493
+ border: 0;
1494
+ border-radius: 7px;
1495
+ background-color: #7dc1f4;
1496
+ font: 15px PingFang-SC-Bold;
1497
+ height: 20%;
1498
+ }
1499
+ .div-photo{
1500
+ width: auto;
1501
+ height: auto;
1502
+ position: absolute;
1503
+ bottom: 10px;
1504
+ left: 10px;
1505
+ }
1506
+ .btn-voice{
1507
+ border-radius: 7px;
1508
+ border: 1px solid #dedede;
1509
+ background-color: #f5fbff;
1510
+ font: 15px PingFang-SC-Bold;
1511
+ color: #499edf;
1512
+ }
1513
+ .save-btn{
1514
+ width: 25%;
1515
+ background-color:#499edf;
1516
+ border-radius: 6px;
1517
+ color: #FFFFFF;
1518
+ font: 15px PingFang-SC-Bold;
1519
+ }
1520
+ .upload-btn{
1521
+ width: 25%;
1522
+ background-color:#ffffff;
1523
+ border: 1px solid #499edf;
1524
+ border-radius: 6px;
1525
+ color: #499edf;
1526
+ font: 15px PingFang-SC-Bold;
1527
+ }
1528
+ .repair-btn{
1529
+ width: 25%;
1530
+ border: 1px solid #499edf;
1531
+ border-radius: 6px;
1532
+ font: 15px PingFang-SC-Bold;
1533
+ }
1534
+ #el_ca_tx{
1535
+ width: 100%;
1536
+ margin: 5px;
1537
+ }
1538
+ #el_ca_txt{
1539
+ width: 100%;
1540
+ margin: 5px;
1541
+ }
1542
+ </style>