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,880 +1,880 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <criteria-paged :model="model" v-ref:paged @sort="sort">
5
- <criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
6
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
- <div class="row">
8
- <div class="form-group col-sm-2" >
9
- <label class="font_normal_body">客户编号</label>
10
- <input type="text" class="input_search" v-model="model.f_userinfo_code"
11
- style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
12
- </div>
13
- <div class="form-group col-sm-2" >
14
- <label class="font_normal_body">客户名称</label>
15
- <input type="text" class="input_search" v-model="model.f_user_name"
16
- style="width: 60%" placeholder="客户名称" condition="f_user_name like '%{}%'">
17
- </div>
18
- <div class="form-group col-sm-2" >
19
- <label class="font_normal_body">客户电话</label>
20
- <input type="text" class="input_search" v-model="model.f_user_phone"
21
- style="width: 60%" placeholder="客户电话" condition="f_user_phone like '%{}%'">
22
- </div>
23
- <div class="form-group col-sm-2" >
24
- <label class="font_normal_body">小&emsp;&emsp;区</label>
25
- <input type="text" class="input_search" v-model="model.f_residential_area"
26
- style="width: 60%" placeholder="小区" condition="f_residential_area like '%{}%'">
27
- </div>
28
- <div class="form-group col-sm-4" style="display: flex; gap: 15px">
29
- <export-excel :data="$parent.$parent.searchData"
30
- :field="$parent.$parent.excelHeaders"
31
- progress="safeGetExportProgress"
32
- sqlurl="api/af-safecheck/logic/exportfile" sql-name="defectDetails" template-name='安检隐患明细'></export-excel>
33
- <button class="button_search" @click="$parent.$parent.showaudio()" v-if="$parent.$parent.audioshow">隐藏</button>
34
- <button class="button_search" @click="$parent.$parent.toRepair" v-if="$parent.$parent.canToRepair == '是'">转维修</button>
35
- <button class="button_search" @click="search()">查询</button>
36
- <div class="button_spacing"
37
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
38
- @click="$parent.$parent.hidden()"></div>
39
- </div>
40
-
41
- </div>
42
- <div class="row">
43
- <div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow" style="margin: 0">
44
- <role-selector-safe
45
- role-name="安检员"
46
- role-lable="安&nbsp;检&nbsp;员&nbsp;"
47
- @re-res="$parent.$parent.getRes"
48
- :value.sync="model.f_checker_id"
49
- v-model="model.f_checker_id"
50
- :value-multiple="true"
51
- :value-close="false"
52
- condition="f_checker_name in {}">
53
- </role-selector-safe>
54
- </div>
55
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
56
- <label class="font_normal_body">检&ensp;查&ensp;项</label>
57
- <v-select :value.sync="model.f_device_type"
58
- v-model="model.f_device_type"
59
- style="width: 60%"
60
- class="select_list select"
61
- :options='$parent.$parent.device_types'
62
- placeholder='检查项'
63
- :multiple="true"
64
- condition="f_device_type in {}"></v-select>
65
- <!--<input type="text" class="input_search" v-model="model.f_device_type"-->
66
- <!--style="width: 60%" placeholder="检&ensp;查&ensp;项" condition="f_device_type like '%{}%'">-->
67
- </div>
68
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
69
- <label class="font_normal_body">隐患名称</label>
70
- <v-select :value.sync="model.f_item_name"
71
- v-model='model.f_item_name'
72
- style="width: 60%"
73
- class="select_list select"
74
- :options='$parent.$parent.DefectConfigs'
75
- placeholder='隐患名称'
76
- :multiple="true"
77
- condition="f_item_name in {}"></v-select>
78
- </div>
79
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
80
- <label class="font_normal_body">安检起始</label>
81
- <datepicker
82
- class="select_list select"
83
- :value.sync="model.f_check_start"
84
- placeholder='安检起始时间' style="width: 60%"
85
- :disabled-days-of-week="[]"
86
- :format="'yyyy-MM-dd'"
87
- :show-rest-button="reset"
88
- v-model="model.f_check_start"
89
- condition="f_offsite_time > ='{} 00:00:00'">
90
- </datepicker>
91
- </div>
92
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
93
- <label class="font_normal_body">安检结束</label>
94
- <datepicker
95
- class="select_list select"
96
- :value.sync="model.f_check_end"
97
- placeholder='安检结束时间' style="width: 60%"
98
- :disabled-days-of-week="[]"
99
- :format="'yyyy-MM-dd'"
100
- :show-rest-button="reset"
101
- v-model="model.f_check_end"
102
- condition="f_offsite_time <= '{} 23:59:59'">
103
- </datepicker>
104
- </div>
105
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
106
- <label class="font_normal_body">用户类型</label>
107
- <v-select :value.sync="model.f_check_type" v-model='model.f_check_type'
108
- :value-single="true" style="width: 60%"
109
- class="select_list select"
110
- :options='$parent.$parent.f_check_type' placeholder='请选择'
111
- close-on-select
112
- condition="f_check_type = '{}'"></v-select>
113
- </div>
114
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
115
- <label class="font_normal_body">处理方式</label>
116
- <v-select :value.sync="model.f_deal_dispose"
117
- v-model='model.f_deal_dispose'
118
- style="width: 60%"
119
- class="select_list select"
120
- :options='$parent.$parent.deal_dispose' placeholder='请选择'
121
- :multiple="true"
122
- condition="f_deal_dispose in {}"></v-select>
123
- </div>
124
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
125
- <label class="font_normal_body">详细地址</label>
126
- <input type="text" class="input_search" v-model="model.f_address"
127
- style="width: 60%" placeholder="详细地址" condition="f_address like '%{}%'">
128
- </div>
129
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
130
- <label class="font_normal_body">隐患状态</label>
131
- <v-select :value.sync="model.f_is_repaired"
132
- v-model='model.f_is_repaired'
133
- style="width: 60%"
134
- class="select_list select"
135
- :options='$parent.$parent.repairStateOptions' placeholder='请选择'
136
- :multiple="true"
137
- condition="f_is_repaired in {}"></v-select>
138
- </div>
139
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
140
- <label class="font_normal_body">处理人</label>
141
- <input type="text" class="input_search" v-model="model.f_repairman"
142
- style="width: 60%" placeholder="处理人" condition="f_repairman = '{}'">
143
- </div>
144
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
145
- <label for="startDate" class="font_normal_body">处理时间:</label>
146
- <datepicker id="startDate" placeholder="处理开始日期"
147
- style="width: 60%!important;"
148
- v-model="model.sq_startDate"
149
- :value.sync="model.sq_startDate"
150
- :format="'yyyy-MM-dd 00:00:00'"
151
- :show-reset-button="true"
152
- condition="f_repair_date >= '{}'">
153
- </datepicker>
154
- </div>
155
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
156
- <label for="endDate" class="font_normal_body">处理时间:</label>
157
- <datepicker id="endDate" placeholder="处理结束日期"
158
- style="width: 60%!important;"
159
- v-model="model.sq_endDate"
160
- :value.sync="model.sq_endDate"
161
- :format="'yyyy-MM-dd 23:59:59'"
162
- :show-reset-button="true"
163
- condition="f_repair_date<= '{}'">
164
- </datepicker>
165
- </div>
166
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
167
- <label class="font_normal_body">开户时间</label>
168
- <datepicker
169
- :value.sync="model.f_check_gasstart"
170
- placeholder='开始时间' style="width: 60%"
171
- :format="'yyyy-MM-dd'"
172
- :show-rest-button="true"
173
- v-model="model.f_check_gasstart"
174
- condition="f_gas_date > ='{} 00:00:00'">
175
- </datepicker>
176
- </div>
177
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
178
- <label class="font_normal_body">开户时间</label>
179
- <datepicker
180
- :value.sync="model.f_check_gasend"
181
- placeholder='结束时间' style="width: 60%"
182
- :format="'yyyy-MM-dd'"
183
- :show-rest-button="true"
184
- v-model="model.f_check_gasend"
185
- condition="f_gas_date <= '{} 23:59:59'">
186
- </datepicker>
187
- </div>
188
- </div>
189
- <modal :show.sync="$parent.$parent.showModal" v-ref:modal>
190
- <div slot="modal-header" class="modal-header">
191
- <h4 class="modal-title">
192
- 选择计划
193
- </h4>
194
- </div>
195
- <div slot="modal-body" class="modal-body">
196
- <plan-chooser :f.sync="$parent.$parent.fun" v-ref:chooser></plan-chooser>
197
- </div>
198
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
199
- <button class="button_search" @click="$parent.$parent.ok">确认</button>
200
- <button class="button_search" @click="$parent.$parent.cancel">取消</button>
201
- </div>
202
- </modal>
203
- </div>
204
- </criteria>
205
- <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
206
- <template partial='head'>
207
- <tr>
208
- <th v-if="$parent.$parent.$parent.canToRepair=='是'"><nobr>选择</nobr></th>
209
- <th>
210
- <nobr>检查项</nobr>
211
- </th>
212
- <th>
213
- <nobr>隐患原因</nobr>
214
- </th>
215
- <th>
216
- <nobr>隐患级别</nobr>
217
- </th>
218
- <th>
219
- <nobr>客户编号</nobr>
220
- </th>
221
- <th>
222
- <nobr>客户名称</nobr>
223
- </th>
224
- <th>
225
- <nobr>客户电话</nobr>
226
- </th>
227
- <th>
228
- <nobr>客户小区</nobr>
229
- </th>
230
- <th>
231
- <data-order field="f_address" name="客户地址"></data-order>
232
- </th>
233
-
234
- <th>
235
- <data-order field="f_offsite_time" name="安检时间"></data-order>
236
- </th>
237
- <th>
238
- <nobr>安检员</nobr>
239
- </th>
240
- <th>
241
- <nobr>隐患状态</nobr>
242
- </th>
243
- <th>
244
- <nobr>处理人</nobr>
245
- </th>
246
- <th>
247
- <nobr>处理方式</nobr>
248
- </th>
249
- <th>
250
- <nobr>处理时间</nobr>
251
- </th>
252
- <th>
253
- <nobr>工单编号</nobr>
254
- </th>
255
- <th>
256
- <nobr>转单类型</nobr>
257
- </th>
258
- <th>
259
- <nobr>接收人</nobr>
260
- </th>
261
- </tr>
262
- </template>
263
- <template partial='body'>
264
- <td v-if="$parent.$parent.$parent.canToRepair=='是'" style="text-align: center;white-space:nowrap;"><input type="checkbox" v-if="['用户自行整改', '现场已处理', '维修已处理', '转维修'].indexOf(row.f_is_repaired) == -1" @click="$event.cancelBubble=true" :checked="$parent.$parent.$parent.isChecked(row)" @change="$parent.$parent.$parent.setCheckes(row)"></input></td>
265
- <td style="text-align: center">{{row.f_device_type}}</td>
266
- <td style="text-align: center">{{row.f_item_name}}/{{row.f_item_value}}</td>
267
- <td style="text-align: center">{{row.f_defect_level}}</td>
268
- <td style="text-align: center">{{row.f_userinfo_code}}</td>
269
- <td style="text-align: center">{{row.f_user_name}}</td>
270
- <td style="text-align: center">{{row.f_user_phone}}</td>
271
- <td style="text-align: center">{{row.f_residential_area}}</td>
272
- <td style="text-align: center">{{row.f_address}}</td>
273
- <td style="text-align: center">{{row.f_offsite_time}}</td>
274
- <td style="text-align: center">{{row.f_checker_name}}</td>
275
- <td style="text-align: center">{{row.f_is_repaired}}</td>
276
- <td style="text-align: center">{{row.f_repairman}}</td>
277
- <td style="text-align: center">{{row.f_deal_dispose}}</td>
278
- <td style="text-align: center">{{row.f_repair_date}}</td>
279
- <td style="text-align: center">{{row.f_service_id}}</td>
280
- <td style="text-align: center">{{row.f_handlingtype}}</td>
281
- <td style="text-align: center">{{row.f_order_man}}</td>
282
- </template>
283
- </data-grid>
284
- </criteria-paged>
285
- <check-msg v-if="showcheckmsg" :show="showcheckmsg" :data="checkInfo"></check-msg>
286
- <modal :show.sync="showModal2" :backdrop="false">
287
- <div slot="modal-header" class="modal-header">
288
- <h4 class="modal-title">
289
- 转维修
290
- </h4>
291
- </div>
292
- <div slot="modal-body" class="modal-body">
293
- <div v-if="true">
294
- <div>
295
-
296
- </div>
297
- <!-- <div v-for="(index, item) in dangerGroup">-->
298
-
299
- <!-- </div>-->
300
- <div class="row" style="margin-top: 10px">
301
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">派发类型</label>
302
- <div class="col-xs-8 col-md-8">
303
- <v-select :value.sync="selectData.dispatchType" :value-single="true" v-model="selectData.dispatchType"
304
- :options='dispatchTypeOptions' placeholder='派发类型'
305
- close-on-select>
306
- </v-select>
307
- </div>
308
- </div>
309
- <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给维修员'">
310
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">维&ensp;修&ensp;员</label>
311
- <div class="col-xs-8 col-md-8">
312
- <v-select
313
- :value.sync="selectData.f_repairman"
314
- :value-single="true"
315
- :options='repairers'
316
- placeholder='请选择维修员'
317
- close-on-select></v-select>
318
- </div>
319
- </div>
320
- <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给站点'">
321
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">站&ensp;&ensp;&ensp;&ensp;点</label>
322
- <div class="col-xs-8 col-md-8">
323
- <right-tree
324
- islist
325
- :userid="userid"
326
- :source="'dep=this.getParentByType($organization$).getSpecialResByType($department$),tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))'"
327
- @re-res="getSiteRes"></right-tree>
328
- </div>
329
- </div>
330
- <div class="row" style="margin-top: 10px">
331
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">报修类型</label>
332
- <div class="col-xs-8 col-md-8">
333
- <v-select :value.sync="selectData.f_repairtype" style="width:60%"
334
- class="select select_list"
335
- :value-single="true"
336
- :options='repairTypeOptions'
337
- close-on-select>
338
- </v-select>
339
- </div>
340
- </div>
341
- <div class="row" style="margin-top: 10px">
342
- <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
343
- <div class="col-xs-8 col-md-8">
344
- <textarea style="width: 60%; height: 100px" v-model="selectData.f_remarks"></textarea>
345
- </div>
346
- </div>
347
- </div>
348
- </div>
349
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
350
- <button class="button_search" @click="rectification">转维修</button>
351
- <button class="button_search" @click="cancel1">取消</button>
352
- </div>
353
- </modal>
354
- <modal :show.sync="showModal3">
355
- <div slot="modal-header" class="modal-header">
356
- <h4 class="modal-title">
357
- 转维修进度{{ progressbarWidth }}%
358
- </h4>
359
- </div>
360
- <div slot="modal-body" class="modal-body">
361
- <div class="progress">
362
- <div class="progress-bar" role="progressbar" aria-valuenow="60"
363
- aria-valuemin="0" aria-valuemax="100" :style="'width:'+ progressbarWidth+'%'">
364
- </div>
365
- </div>
366
- </div>
367
- <div slot="modal-footer" class="modal-footer" style="text-align: center" v-show="false"></div>
368
- </modal>
369
- </div>
370
- </div>
371
- </template>
372
-
373
- <script>
374
- import {PagedList} from 'vue-client'
375
- import Vue from 'vue'
376
- import co from 'co'
377
- import AppData from '../../stores/AppData'
378
- import * as Util from '../Util'
379
- import getNowDate from "../../utils/getNowDate";
380
- import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
381
- import BenzAMRRecorder from 'benz-amr-recorder'
382
-
383
- let asyncReady = async function (self) {
384
- // 获取配置信息
385
- try {
386
- let res = await new HttpResetClass().load('get','/api/af-safecheck/vue',null, {resolveMsg: null, rejectMsg: null})
387
- self.delConfigKey(res.data)
388
- Vue.config.safecheck=res.data
389
- self.getDefectInfoConfig(res.data)
390
- console.log('获取配置结果===', res.data)
391
- } catch (error) {
392
- // 忽略704,文件找不到异常R
393
- if (error.status !== 704) {
394
- throw error
395
- }
396
- }
397
- }
398
-
399
- let select = function* (self) {
400
- let http = new HttpResetClass()
401
- let getGasman = yield http.load('POST', '/rs/search', {
402
- source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
403
- userid: self.$login.f.id
404
- }, {resolveMsg: null, rejectMsg: null})
405
- ////tag
406
- self.checkersid.push({label: '全部', value: ''})
407
- getGasman.data.forEach((checker) => {
408
- self.checkersid.push({label: checker.name, value: checker.id})
409
- })
410
- }
411
-
412
- export default {
413
- title: '隐患明细查看',
414
- data() {
415
- let model = new PagedList('api/af-safecheck/sql/defectDetails', 20,{
416
- f_filialeid: 'this.f_filialeid'
417
- })
418
- model.f_plan_id = ''
419
- model.f_approved = ''
420
- model.f_entry = ''
421
- model.f_no_checkplan = ''
422
- model.f_check_type=''
423
- model.f_filialeid = `('${this.$login.f.orgid}')`
424
- return {
425
- audioshow:false,
426
-
427
- model: model,
428
- deal_dispose:[{label:'全部',value:''},{label:'报修',value:'报修'},{label:'现场整改',value:'现场整改'},{label:'自行处理',value:'自行处理'},{label:'未处理',value:'未处理'}],
429
- repairStateOptions: this.getSafeParam('隐患状态'),
430
- //searchData:searchData,
431
- excelHeaders: {
432
- 'f_device_type': '检查项',
433
- 'f_item_name': '隐患名称',
434
- 'f_userinfo_code': '客户编号',
435
- 'f_user_name': '客户姓名',
436
- 'f_user_phone': '客户电话',
437
- 'f_residential_area': '小区',
438
- 'f_address': '客户地址',
439
- 'f_offsite_time': '安检时间',
440
- 'f_checker_name': '安检员',
441
- 'f_deal_dispose': '处理方式',
442
- 'f_is_repaired': '隐患状态',
443
- 'f_repairman':'处理人',
444
- 'f_repair_date':'处理时间'
445
- },
446
- fun: this.$login.f,
447
- checkersid: [],
448
- safetype: this.getSafeParam('安检类型'),
449
- criteriaShow: false,
450
- showModal: false,
451
- f_approval_states: this.getSafeParam('安检单审核状态'),
452
- f_entry_status:this.getSafeParam('安检状态'),
453
- f_checkplans: this.getSafeParam('有无计划'),
454
- showcheckmsg: false,
455
- checkInfo: {},
456
- orderDefault: "'f_offsite_time'",
457
- orderFields: {
458
- f_offsite_time: 'no'
459
- },
460
- sliceArea: [],
461
- cbc:[],
462
- DefectConfig:'' ,
463
- DefectConfigs:[{label:'全部',value:''},{label: '金额异常差值', value: '金额异常差值'},{label: '气量异常差值', value: '气量异常差值'}],
464
- device_types:[{label:'全部',value:''}],
465
- f_check_type:[{label:'全部',value:''},{label:'民用',value:'民用'},{label:'非民用',value:'非民用'}],
466
- showModal2: false,
467
- selectData:{
468
- dispatchType:'',
469
- f_repairman:'',
470
- f_remarks:'',
471
- f_repairtype:''
472
- },
473
- repairers: [],
474
- repairTypeOptions:this.$appdata.getParam('报修类型'),
475
- dispatchTypeOptions: [{label: '派发给站点', value: '派发给站点'},{label: '派发给维修员', value: '派发给维修员'}],
476
- dangerGroups: [],
477
- showModal3: false,
478
- progressbarWidth:'0',
479
- canToRepair: this.$appdata.getSingleValue('隐患明细转维修'),
480
- checkes: []
481
- }
482
- },
483
- computed :{
484
- searchData() {
485
- return {condition: this.model.condition}
486
- }
487
- },
488
- methods: {
489
- delConfigKey(obj){
490
- // 从琉璃中获取的配置中会包含 $开头的一些额外描述新的key。为了兼容v3的代码逻辑在此函数中去掉
491
- Object.keys(obj).forEach(key =>{
492
- Object.keys(obj[key]).forEach(col => {
493
- // 检查键是否以$开头
494
- if (col.startsWith('$')) {
495
- // 使用delete操作符删除键
496
- delete obj[key][col];
497
- }
498
- })
499
- })
500
- },
501
- isChecked(row) {
502
- return this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id) != -1
503
- },
504
- setCheckes(row) {
505
- let index=this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id)
506
- if(index<0){
507
- this.checkes.push(row)
508
- }else{
509
- this.checkes.splice(index,1)
510
- }
511
- console.log('this.checkes=', JSON.stringify(this.checkes))
512
- },
513
- toRepair(){
514
- console.log('this.checkes=', JSON.stringify(this.checkes))
515
- if(this.checkes.length==0){
516
- return this.$showMessage('请先选择需要转维修的隐患!')
517
- }
518
-
519
- const dangerGroups = []
520
- for (const danger of this.checkes) {
521
- let i = dangerGroups.findIndex(dangerGroup => dangerGroup.f_userinfo_code === danger.f_userinfo_code)
522
- if (i == -1){
523
- dangerGroups.push({
524
- f_userinfo_code: danger.f_userinfo_code,
525
- dangers: []
526
- })
527
- i = dangerGroups.length - 1
528
- }
529
- dangerGroups[i].dangers.push(danger)
530
- }
531
- this.dangerGroups = dangerGroups
532
- console.log('this.dangerGroups=', JSON.stringify(this.dangerGroups))
533
- this.showModal2=true
534
- },
535
- getEmp() {
536
- let val = {source: 'this.getParentByType($organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$)!=null ).where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1))', userid: `${this.$login.f.id}`}
537
- let http = new HttpResetClass()
538
- http.load('POST', '/rs/search', {data: val}, {resolveMsg: null, rejectMsg: null}).then((res) => {
539
- if (res.data.length == 0){
540
- this.repairers= []
541
- return
542
- }
543
- let str=``
544
- res.data.forEach((item,idx,arr) => {
545
- if(idx+1==arr.length){
546
- str += item.id
547
- }else{
548
- str += item.id+`','`
549
- }
550
- })
551
- let http1 = new HttpResetClass()
552
- http1.load('POST', 'api/af-safecheck/sql/safe_singleTable_OrderBy', {
553
- data: {
554
- items: 'id,f_user_telephone',
555
- tablename: 't_user',
556
- condition: `id in ('${str}')`,
557
- orderitem: 'id'
558
- }
559
- }, {resolveMsg: null, rejectMsg: null}).then((ress) => {
560
- res.data.forEach((user)=>{
561
- try {
562
- ress.data.forEach((tel,tidx,arr)=>{
563
- if(user.id==tel.id){
564
- this.repairers.push({label: `${user.name}:${tel.f_user_telephone}`, value: user.name})
565
- ress.data.splice(tidx,1)
566
- }
567
- })
568
- }catch (e) {
569
- }
570
- })
571
- }).catch(error=>{
572
- res.data.forEach((user)=>{
573
- this.repairers.push({label: user.name, value: user.name})
574
- })
575
- })
576
-
577
- })
578
- },
579
- getSiteRes(obj) {
580
- console.log('siteRes ---> ')
581
- console.log(obj)
582
- if(obj.resids[0]){
583
- this.selectData.f_meetunit = obj.res.join('.')
584
- this.selectData.f_reciever = obj.resids.join('.')
585
- this.selectData.f_outlets = obj.res[obj.res.length - 1]
586
- }else {
587
- this.selectData.f_meetunit = ''
588
- this.selectData.f_reciever = ''
589
- this.selectData.f_outlets = ''
590
- }
591
- },
592
- cancel1(){
593
- this.showModal2=false
594
- this.selectData={
595
- dispatchType:'',
596
- f_repairman:'',
597
- f_remarks:'',
598
- f_repairtype:''
599
- }
600
- },
601
- async rectification(){
602
- if(this.selectData.dispatchType){
603
- if(this.selectData.dispatchType=='派发给站点'){
604
- if(!this.selectData.f_reciever){
605
- this.$showMessage('请选择部门!')
606
- return
607
- }
608
- }else{
609
- if(!this.selectData.f_repairman){
610
- this.$showMessage('请选择维修员!')
611
- return
612
- }
613
- }
614
- }else {
615
- this.$showMessage('请选择派发类型!')
616
- return
617
- }
618
-
619
- if(!this.selectData.f_repairtype){
620
- this.$showMessage('请选择报修类型!')
621
- return
622
- }
623
- this.showModal3=true
624
- let act={}
625
- let toRepair=''
626
- let successCount=0
627
- if(this.selectData.dispatchType=='派发给站点'){
628
- act={f_meetunit:this.selectData.f_meetunit,f_reciever:this.selectData.f_reciever,f_service_acitivity_type:'派单'}
629
- toRepair=null
630
- }else{
631
- console.log('派发给维修员---------'+this.selectData.f_repairman)
632
- act={f_meetunit:'',f_reciever:this.selectData.f_repairman,f_service_acitivity_type:'派单'}
633
- toRepair='一级派单'
634
- }
635
- let rep={
636
- loginUser: {
637
- name: this.$login.f.name,
638
- ename: this.$login.f.ename
639
- },
640
- f_meetunit: this.$login.f.deps,
641
- f_attendant: this.$login.f.name,
642
- f_outlets: this.$login.f.deps,
643
- f_remarks: this.selectData.f_remarks,
644
- f_repairtype: this.selectData.f_repairtype,
645
- dispatchType: this.selectData.dispatchType,
646
- toRepair: toRepair,
647
- activity:act
648
- }
649
- for(let i=0; i<this.dangerGroups.length; i++){
650
- let defectIdStr = ''
651
- const defectIds = []
652
- for (let j = 0; j < this.dangerGroups[i].dangers.length; j++) {
653
- defectIds.push(`'${this.dangerGroups[i].dangers[j].f_defect_id}'`)
654
- }
655
- defectIdStr = `(${defectIds.join(',')})`
656
- const data = {
657
- id:this.dangerGroups[i].dangers[0].f_paper_id,
658
- repData:rep,
659
- source:'pc',
660
- defectIdStr: defectIdStr
661
- }
662
- console.log('data=', JSON.stringify(data))
663
- try {
664
- let result =await new HttpResetClass().load('post','/api/af-safecheck/logic/phoneUploadRectification', data, {resolveMsg: null, rejectMsg: null})
665
- if (result.data.code==200) {
666
- successCount += result.data.successcon
667
- this.progressbarWidth=Math.ceil((i+1)*100/(this.dangerGroups.length))
668
- }
669
- }catch (e) {
670
- this.showModal3=false
671
- this.$showMessage('网络异常,请稍后再试!')
672
- return
673
- }
674
- }
675
- this.showModal3=false
676
- this.cancel1()
677
- this.$showMessage('本次转维修成功'+successCount+'单')
678
- },
679
- getDefectInfoConfig(val){
680
- try {
681
- if (val.DevicesSetConfig != undefined) {
682
- this.DefectConfig = val.DevicesConfig
683
- // 获取到配置项,进行遍历,获取每个隐患项
684
- for (var Key1 in this.DefectConfig){
685
- this.device_types.push({label:Key1,value:Key1})
686
- for(var Key2 in this.DefectConfig[Key1].items){
687
- this.DefectConfigs.push({label:Key2,value:Key2})
688
- }
689
- }
690
- // 非民用或其他配置项加入,在进行遍历
691
- }
692
- }catch (e) {
693
- //tag
694
- }
695
- },
696
- showaudio(){
697
- //tag
698
- this.audioshow=!this.audioshow
699
- //tag
700
- },
701
- getmeterbook(val){
702
- this.cbc=[]
703
- this.cbc.push({
704
- label:'全部',
705
- value:''
706
- })
707
- if (val==''){
708
-
709
- this.cbcs.forEach(res=>{
710
- this.cbc.push({
711
- label:res.f_book_name,
712
- value:res.id
713
- })
714
- })
715
- }else{
716
- this.cbcs.forEach(res=>{
717
- if (res.f_book_slice_area==val){
718
- this.cbc.push({
719
- label:res.f_book_name,
720
- value:res.id
721
- })
722
- }
723
- })
724
- }
725
- },
726
- getSafeParam(val){
727
- if(this.$appdata.getParam(val)){
728
- return [{label: '全部', value: ''}, ...this.$appdata.getParam(val)]
729
- }else{
730
- return [{label: '全部', value: ''}]
731
- }
732
-
733
- },
734
- Mreadibook(val){
735
- ////tag
736
- ////tag
737
- this.sliceArea=[]
738
- if (val){
739
- new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
740
- items: 'name',
741
- tablename: 't_zone',
742
- condition: `parentid in ${val}`,
743
- orderitem: 'id'
744
- }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
745
- this.sliceArea.push({
746
- label:'全部',
747
- value:''
748
- })
749
- res.data.forEach(ress=>{
750
- this.sliceArea.push({
751
- label:ress.name,
752
- value:ress.name
753
- })
754
- })
755
-
756
- })
757
- }
758
- },
759
- getAllMeterBook(val){
760
- ////tag
761
- ////tag
762
- this.cbcs=[]
763
- if (val){
764
- new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
765
- items: 'f_book_name,f_book_slice_area,id',
766
- tablename: 't_meter_book',
767
- condition: `f_filiale_id in ${val}`,
768
- orderitem: 'id'
769
- }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
770
- res.data.forEach(ress=>{
771
- this.cbcs.push({
772
- id:ress.id,
773
- f_book_name:ress.f_book_name,
774
- f_book_slice_area:ress.f_book_slice_area
775
- })
776
- })
777
- this.cbc=[]
778
- this.cbc.push({
779
- label:'全部',
780
- value:''
781
- })
782
- this.cbcs.forEach(res=>{
783
- this.cbc.push({
784
- label:res.f_book_name,
785
- value:res.id
786
- })
787
- })
788
- })
789
- }
790
- },
791
- getRes(obj) {
792
- this.model.f_filialeid = this.$login.convertToIn(obj.resids);
793
- this.searchData.f_filialeid = this.$login.convertToIn(obj.resids);
794
- this.Mreadibook(this.model.f_filialeid)
795
- this.getAllMeterBook(this.model.f_filialeid)
796
- //this.$refs.paged.$refs.criteria.search()
797
- },
798
-
799
- change(row) {
800
- // Vue.$login = {jwt: row.f_checker_id}
801
- asyncReady(this).then(() => {
802
- ////tag)
803
- row.f_upload_state = '已传'
804
- this.$goto('new-check-paper', {f_plan_id: row.f_check_plan_id, item: row, role: 'view'}, 'self')
805
- }).catch(
806
- (respanse) => {
807
- alert('获取配置文件失败')
808
- })
809
- },
810
- readConfig() {
811
- let gen = asyncReady(this)
812
- return co(gen)
813
- },
814
- showChooser() {
815
- this.showModal = true
816
- },
817
- hidden() {
818
- this.criteriaShow = !this.criteriaShow
819
- },
820
- refresh() {
821
- this.$refs.paged.$refs.criteria.search()
822
- },
823
- ok() {
824
- this.showModal = false
825
- if (this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id) {
826
- this.model.f_plan_id = this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id
827
- this.model.f_check_plan=this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow
828
- }
829
- },
830
- cancel() {
831
- this.showModal = false
832
- this.model.f_check_plan = {f_plan_name: '', id: ''}
833
- this.model.f_plan_id=''
834
- },
835
- print(row) {
836
- this.showcheckmsg = true
837
- this.checkInfo = row
838
- },
839
-
840
- sort(field, rule) {
841
- // 将所有排序方式设为不排序,实现相互排斥
842
- for (let key in this.orderFields) {
843
- if (key === field) {
844
- this.orderFields[key] = rule
845
- } else {
846
- this.orderFields[key] = 'no'
847
- }
848
- }
849
- // 如果新规则不排序,还原为默认排序
850
- if (rule === 'no') {
851
- this.model.paramSource.orderitem = `'${this.orderDefault}'`
852
- } else {
853
- this.model.paramSource.orderitem = `'${field} ${rule}'`
854
- }
855
- this.search()
856
- },
857
- search() {
858
- this.$refs.paged.$refs.criteria.search()
859
- },
860
- selfSearch(args) {
861
- ////tag
862
- args.condition += ` and f_filialeid in ${this.model.f_filialeid}`
863
- this.model.search(args.condition, args.model, args.condValue)
864
- }
865
- },
866
-
867
- ready() {
868
- this.getEmp()
869
- this.readConfig()
870
- ////tag
871
- this.function = this.f
872
- ////tag
873
-
874
- let gen = select(this)
875
- //this.pianqu()
876
- this.Mreadibook(`('${this.$login.f.orgid}')`)
877
- co(gen)
878
- }
879
- }
880
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:paged @sort="sort">
5
+ <criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
6
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row">
8
+ <div class="form-group col-sm-2" >
9
+ <label class="font_normal_body">客户编号</label>
10
+ <input type="text" class="input_search" v-model="model.f_userinfo_code"
11
+ style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
12
+ </div>
13
+ <div class="form-group col-sm-2" >
14
+ <label class="font_normal_body">客户名称</label>
15
+ <input type="text" class="input_search" v-model="model.f_user_name"
16
+ style="width: 60%" placeholder="客户名称" condition="f_user_name like '%{}%'">
17
+ </div>
18
+ <div class="form-group col-sm-2" >
19
+ <label class="font_normal_body">客户电话</label>
20
+ <input type="text" class="input_search" v-model="model.f_user_phone"
21
+ style="width: 60%" placeholder="客户电话" condition="f_user_phone like '%{}%'">
22
+ </div>
23
+ <div class="form-group col-sm-2" >
24
+ <label class="font_normal_body">小&emsp;&emsp;区</label>
25
+ <input type="text" class="input_search" v-model="model.f_residential_area"
26
+ style="width: 60%" placeholder="小区" condition="f_residential_area like '%{}%'">
27
+ </div>
28
+ <div class="form-group col-sm-4" style="display: flex; gap: 15px">
29
+ <export-excel :data="$parent.$parent.searchData"
30
+ :field="$parent.$parent.excelHeaders"
31
+ progress="safeGetExportProgress"
32
+ sqlurl="api/af-safecheck/logic/exportfile" sql-name="defectDetails" template-name='安检隐患明细'></export-excel>
33
+ <button class="button_search" @click="$parent.$parent.showaudio()" v-if="$parent.$parent.audioshow">隐藏</button>
34
+ <button class="button_search" @click="$parent.$parent.toRepair" v-if="$parent.$parent.canToRepair == '是'">转维修</button>
35
+ <button class="button_search" @click="search()">查询</button>
36
+ <div class="button_spacing"
37
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
38
+ @click="$parent.$parent.hidden()"></div>
39
+ </div>
40
+
41
+ </div>
42
+ <div class="row">
43
+ <div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow" style="margin: 0">
44
+ <role-selector-safe
45
+ role-name="安检员"
46
+ role-lable="安&nbsp;检&nbsp;员&nbsp;"
47
+ @re-res="$parent.$parent.getRes"
48
+ :value.sync="model.f_checker_id"
49
+ v-model="model.f_checker_id"
50
+ :value-multiple="true"
51
+ :value-close="false"
52
+ condition="f_checker_name in {}">
53
+ </role-selector-safe>
54
+ </div>
55
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
56
+ <label class="font_normal_body">检&ensp;查&ensp;项</label>
57
+ <v-select :value.sync="model.f_device_type"
58
+ v-model="model.f_device_type"
59
+ style="width: 60%"
60
+ class="select_list select"
61
+ :options='$parent.$parent.device_types'
62
+ placeholder='检查项'
63
+ :multiple="true"
64
+ condition="f_device_type in {}"></v-select>
65
+ <!--<input type="text" class="input_search" v-model="model.f_device_type"-->
66
+ <!--style="width: 60%" placeholder="检&ensp;查&ensp;项" condition="f_device_type like '%{}%'">-->
67
+ </div>
68
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
69
+ <label class="font_normal_body">隐患名称</label>
70
+ <v-select :value.sync="model.f_item_name"
71
+ v-model='model.f_item_name'
72
+ style="width: 60%"
73
+ class="select_list select"
74
+ :options='$parent.$parent.DefectConfigs'
75
+ placeholder='隐患名称'
76
+ :multiple="true"
77
+ condition="f_item_name in {}"></v-select>
78
+ </div>
79
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
80
+ <label class="font_normal_body">安检起始</label>
81
+ <datepicker
82
+ class="select_list select"
83
+ :value.sync="model.f_check_start"
84
+ placeholder='安检起始时间' style="width: 60%"
85
+ :disabled-days-of-week="[]"
86
+ :format="'yyyy-MM-dd'"
87
+ :show-rest-button="reset"
88
+ v-model="model.f_check_start"
89
+ condition="f_offsite_time > ='{} 00:00:00'">
90
+ </datepicker>
91
+ </div>
92
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
93
+ <label class="font_normal_body">安检结束</label>
94
+ <datepicker
95
+ class="select_list select"
96
+ :value.sync="model.f_check_end"
97
+ placeholder='安检结束时间' style="width: 60%"
98
+ :disabled-days-of-week="[]"
99
+ :format="'yyyy-MM-dd'"
100
+ :show-rest-button="reset"
101
+ v-model="model.f_check_end"
102
+ condition="f_offsite_time <= '{} 23:59:59'">
103
+ </datepicker>
104
+ </div>
105
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
106
+ <label class="font_normal_body">用户类型</label>
107
+ <v-select :value.sync="model.f_check_type" v-model='model.f_check_type'
108
+ :value-single="true" style="width: 60%"
109
+ class="select_list select"
110
+ :options='$parent.$parent.f_check_type' placeholder='请选择'
111
+ close-on-select
112
+ condition="f_check_type = '{}'"></v-select>
113
+ </div>
114
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
115
+ <label class="font_normal_body">处理方式</label>
116
+ <v-select :value.sync="model.f_deal_dispose"
117
+ v-model='model.f_deal_dispose'
118
+ style="width: 60%"
119
+ class="select_list select"
120
+ :options='$parent.$parent.deal_dispose' placeholder='请选择'
121
+ :multiple="true"
122
+ condition="f_deal_dispose in {}"></v-select>
123
+ </div>
124
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
125
+ <label class="font_normal_body">详细地址</label>
126
+ <input type="text" class="input_search" v-model="model.f_address"
127
+ style="width: 60%" placeholder="详细地址" condition="f_address like '%{}%'">
128
+ </div>
129
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
130
+ <label class="font_normal_body">隐患状态</label>
131
+ <v-select :value.sync="model.f_is_repaired"
132
+ v-model='model.f_is_repaired'
133
+ style="width: 60%"
134
+ class="select_list select"
135
+ :options='$parent.$parent.repairStateOptions' placeholder='请选择'
136
+ :multiple="true"
137
+ condition="f_is_repaired in {}"></v-select>
138
+ </div>
139
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
140
+ <label class="font_normal_body">处理人</label>
141
+ <input type="text" class="input_search" v-model="model.f_repairman"
142
+ style="width: 60%" placeholder="处理人" condition="f_repairman = '{}'">
143
+ </div>
144
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
145
+ <label for="startDate" class="font_normal_body">处理时间:</label>
146
+ <datepicker id="startDate" placeholder="处理开始日期"
147
+ style="width: 60%!important;"
148
+ v-model="model.sq_startDate"
149
+ :value.sync="model.sq_startDate"
150
+ :format="'yyyy-MM-dd 00:00:00'"
151
+ :show-reset-button="true"
152
+ condition="f_repair_date >= '{}'">
153
+ </datepicker>
154
+ </div>
155
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
156
+ <label for="endDate" class="font_normal_body">处理时间:</label>
157
+ <datepicker id="endDate" placeholder="处理结束日期"
158
+ style="width: 60%!important;"
159
+ v-model="model.sq_endDate"
160
+ :value.sync="model.sq_endDate"
161
+ :format="'yyyy-MM-dd 23:59:59'"
162
+ :show-reset-button="true"
163
+ condition="f_repair_date<= '{}'">
164
+ </datepicker>
165
+ </div>
166
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
167
+ <label class="font_normal_body">开户时间</label>
168
+ <datepicker
169
+ :value.sync="model.f_check_gasstart"
170
+ placeholder='开始时间' style="width: 60%"
171
+ :format="'yyyy-MM-dd'"
172
+ :show-rest-button="true"
173
+ v-model="model.f_check_gasstart"
174
+ condition="f_gas_date > ='{} 00:00:00'">
175
+ </datepicker>
176
+ </div>
177
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
178
+ <label class="font_normal_body">开户时间</label>
179
+ <datepicker
180
+ :value.sync="model.f_check_gasend"
181
+ placeholder='结束时间' style="width: 60%"
182
+ :format="'yyyy-MM-dd'"
183
+ :show-rest-button="true"
184
+ v-model="model.f_check_gasend"
185
+ condition="f_gas_date <= '{} 23:59:59'">
186
+ </datepicker>
187
+ </div>
188
+ </div>
189
+ <modal :show.sync="$parent.$parent.showModal" v-ref:modal>
190
+ <div slot="modal-header" class="modal-header">
191
+ <h4 class="modal-title">
192
+ 选择计划
193
+ </h4>
194
+ </div>
195
+ <div slot="modal-body" class="modal-body">
196
+ <plan-chooser :f.sync="$parent.$parent.fun" v-ref:chooser></plan-chooser>
197
+ </div>
198
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
199
+ <button class="button_search" @click="$parent.$parent.ok">确认</button>
200
+ <button class="button_search" @click="$parent.$parent.cancel">取消</button>
201
+ </div>
202
+ </modal>
203
+ </div>
204
+ </criteria>
205
+ <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
206
+ <template partial='head'>
207
+ <tr>
208
+ <th v-if="$parent.$parent.$parent.canToRepair=='是'"><nobr>选择</nobr></th>
209
+ <th>
210
+ <nobr>检查项</nobr>
211
+ </th>
212
+ <th>
213
+ <nobr>隐患原因</nobr>
214
+ </th>
215
+ <th>
216
+ <nobr>隐患级别</nobr>
217
+ </th>
218
+ <th>
219
+ <nobr>客户编号</nobr>
220
+ </th>
221
+ <th>
222
+ <nobr>客户名称</nobr>
223
+ </th>
224
+ <th>
225
+ <nobr>客户电话</nobr>
226
+ </th>
227
+ <th>
228
+ <nobr>客户小区</nobr>
229
+ </th>
230
+ <th>
231
+ <data-order field="f_address" name="客户地址"></data-order>
232
+ </th>
233
+
234
+ <th>
235
+ <data-order field="f_offsite_time" name="安检时间"></data-order>
236
+ </th>
237
+ <th>
238
+ <nobr>安检员</nobr>
239
+ </th>
240
+ <th>
241
+ <nobr>隐患状态</nobr>
242
+ </th>
243
+ <th>
244
+ <nobr>处理人</nobr>
245
+ </th>
246
+ <th>
247
+ <nobr>处理方式</nobr>
248
+ </th>
249
+ <th>
250
+ <nobr>处理时间</nobr>
251
+ </th>
252
+ <th>
253
+ <nobr>工单编号</nobr>
254
+ </th>
255
+ <th>
256
+ <nobr>转单类型</nobr>
257
+ </th>
258
+ <th>
259
+ <nobr>接收人</nobr>
260
+ </th>
261
+ </tr>
262
+ </template>
263
+ <template partial='body'>
264
+ <td v-if="$parent.$parent.$parent.canToRepair=='是'" style="text-align: center;white-space:nowrap;"><input type="checkbox" v-if="['用户自行整改', '现场已处理', '维修已处理', '转维修'].indexOf(row.f_is_repaired) == -1" @click="$event.cancelBubble=true" :checked="$parent.$parent.$parent.isChecked(row)" @change="$parent.$parent.$parent.setCheckes(row)"></input></td>
265
+ <td style="text-align: center">{{row.f_device_type}}</td>
266
+ <td style="text-align: center">{{row.f_item_name}}/{{row.f_item_value}}</td>
267
+ <td style="text-align: center">{{row.f_defect_level}}</td>
268
+ <td style="text-align: center">{{row.f_userinfo_code}}</td>
269
+ <td style="text-align: center">{{row.f_user_name}}</td>
270
+ <td style="text-align: center">{{row.f_user_phone}}</td>
271
+ <td style="text-align: center">{{row.f_residential_area}}</td>
272
+ <td style="text-align: center">{{row.f_address}}</td>
273
+ <td style="text-align: center">{{row.f_offsite_time}}</td>
274
+ <td style="text-align: center">{{row.f_checker_name}}</td>
275
+ <td style="text-align: center">{{row.f_is_repaired}}</td>
276
+ <td style="text-align: center">{{row.f_repairman}}</td>
277
+ <td style="text-align: center">{{row.f_deal_dispose}}</td>
278
+ <td style="text-align: center">{{row.f_repair_date}}</td>
279
+ <td style="text-align: center">{{row.f_service_id}}</td>
280
+ <td style="text-align: center">{{row.f_handlingtype}}</td>
281
+ <td style="text-align: center">{{row.f_order_man}}</td>
282
+ </template>
283
+ </data-grid>
284
+ </criteria-paged>
285
+ <check-msg v-if="showcheckmsg" :show="showcheckmsg" :data="checkInfo"></check-msg>
286
+ <modal :show.sync="showModal2" :backdrop="false">
287
+ <div slot="modal-header" class="modal-header">
288
+ <h4 class="modal-title">
289
+ 转维修
290
+ </h4>
291
+ </div>
292
+ <div slot="modal-body" class="modal-body">
293
+ <div v-if="true">
294
+ <div>
295
+
296
+ </div>
297
+ <!-- <div v-for="(index, item) in dangerGroup">-->
298
+
299
+ <!-- </div>-->
300
+ <div class="row" style="margin-top: 10px">
301
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">派发类型</label>
302
+ <div class="col-xs-8 col-md-8">
303
+ <v-select :value.sync="selectData.dispatchType" :value-single="true" v-model="selectData.dispatchType"
304
+ :options='dispatchTypeOptions' placeholder='派发类型'
305
+ close-on-select>
306
+ </v-select>
307
+ </div>
308
+ </div>
309
+ <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给维修员'">
310
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">维&ensp;修&ensp;员</label>
311
+ <div class="col-xs-8 col-md-8">
312
+ <v-select
313
+ :value.sync="selectData.f_repairman"
314
+ :value-single="true"
315
+ :options='repairers'
316
+ placeholder='请选择维修员'
317
+ close-on-select></v-select>
318
+ </div>
319
+ </div>
320
+ <div class="row" style="margin-top: 10px" v-if="selectData.dispatchType=='派发给站点'">
321
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">站&ensp;&ensp;&ensp;&ensp;点</label>
322
+ <div class="col-xs-8 col-md-8">
323
+ <right-tree
324
+ islist
325
+ :userid="userid"
326
+ :source="'dep=this.getParentByType($organization$).getSpecialResByType($department$),tool.getFullTree(dep.where(row.hasSpecialRole($派单员$)))'"
327
+ @re-res="getSiteRes"></right-tree>
328
+ </div>
329
+ </div>
330
+ <div class="row" style="margin-top: 10px">
331
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">报修类型</label>
332
+ <div class="col-xs-8 col-md-8">
333
+ <v-select :value.sync="selectData.f_repairtype" style="width:60%"
334
+ class="select select_list"
335
+ :value-single="true"
336
+ :options='repairTypeOptions'
337
+ close-on-select>
338
+ </v-select>
339
+ </div>
340
+ </div>
341
+ <div class="row" style="margin-top: 10px">
342
+ <label class="control-label font text-left" style="float:left;margin-left:20%;margin-top:5px">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
343
+ <div class="col-xs-8 col-md-8">
344
+ <textarea style="width: 60%; height: 100px" v-model="selectData.f_remarks"></textarea>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
350
+ <button class="button_search" @click="rectification">转维修</button>
351
+ <button class="button_search" @click="cancel1">取消</button>
352
+ </div>
353
+ </modal>
354
+ <modal :show.sync="showModal3">
355
+ <div slot="modal-header" class="modal-header">
356
+ <h4 class="modal-title">
357
+ 转维修进度{{ progressbarWidth }}%
358
+ </h4>
359
+ </div>
360
+ <div slot="modal-body" class="modal-body">
361
+ <div class="progress">
362
+ <div class="progress-bar" role="progressbar" aria-valuenow="60"
363
+ aria-valuemin="0" aria-valuemax="100" :style="'width:'+ progressbarWidth+'%'">
364
+ </div>
365
+ </div>
366
+ </div>
367
+ <div slot="modal-footer" class="modal-footer" style="text-align: center" v-show="false"></div>
368
+ </modal>
369
+ </div>
370
+ </div>
371
+ </template>
372
+
373
+ <script>
374
+ import {PagedList} from 'vue-client'
375
+ import Vue from 'vue'
376
+ import co from 'co'
377
+ import AppData from '../../stores/AppData'
378
+ import * as Util from '../Util'
379
+ import getNowDate from "../../utils/getNowDate";
380
+ import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
381
+ import BenzAMRRecorder from 'benz-amr-recorder'
382
+
383
+ let asyncReady = async function (self) {
384
+ // 获取配置信息
385
+ try {
386
+ let res = await new HttpResetClass().load('get','/api/af-safecheck/vue',null, {resolveMsg: null, rejectMsg: null})
387
+ self.delConfigKey(res.data)
388
+ Vue.config.safecheck=res.data
389
+ self.getDefectInfoConfig(res.data)
390
+ console.log('获取配置结果===', res.data)
391
+ } catch (error) {
392
+ // 忽略704,文件找不到异常R
393
+ if (error.status !== 704) {
394
+ throw error
395
+ }
396
+ }
397
+ }
398
+
399
+ let select = function* (self) {
400
+ let http = new HttpResetClass()
401
+ let getGasman = yield http.load('POST', '/rs/search', {
402
+ source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
403
+ userid: self.$login.f.id
404
+ }, {resolveMsg: null, rejectMsg: null})
405
+ ////tag
406
+ self.checkersid.push({label: '全部', value: ''})
407
+ getGasman.data.forEach((checker) => {
408
+ self.checkersid.push({label: checker.name, value: checker.id})
409
+ })
410
+ }
411
+
412
+ export default {
413
+ title: '隐患明细查看',
414
+ data() {
415
+ let model = new PagedList('api/af-safecheck/sql/defectDetails', 20,{
416
+ f_filialeid: 'this.f_filialeid'
417
+ })
418
+ model.f_plan_id = ''
419
+ model.f_approved = ''
420
+ model.f_entry = ''
421
+ model.f_no_checkplan = ''
422
+ model.f_check_type=''
423
+ model.f_filialeid = `('${this.$login.f.orgid}')`
424
+ return {
425
+ audioshow:false,
426
+
427
+ model: model,
428
+ deal_dispose:[{label:'全部',value:''},{label:'报修',value:'报修'},{label:'现场整改',value:'现场整改'},{label:'自行处理',value:'自行处理'},{label:'未处理',value:'未处理'}],
429
+ repairStateOptions: this.getSafeParam('隐患状态'),
430
+ //searchData:searchData,
431
+ excelHeaders: {
432
+ 'f_device_type': '检查项',
433
+ 'f_item_name': '隐患名称',
434
+ 'f_userinfo_code': '客户编号',
435
+ 'f_user_name': '客户姓名',
436
+ 'f_user_phone': '客户电话',
437
+ 'f_residential_area': '小区',
438
+ 'f_address': '客户地址',
439
+ 'f_offsite_time': '安检时间',
440
+ 'f_checker_name': '安检员',
441
+ 'f_deal_dispose': '处理方式',
442
+ 'f_is_repaired': '隐患状态',
443
+ 'f_repairman':'处理人',
444
+ 'f_repair_date':'处理时间'
445
+ },
446
+ fun: this.$login.f,
447
+ checkersid: [],
448
+ safetype: this.getSafeParam('安检类型'),
449
+ criteriaShow: false,
450
+ showModal: false,
451
+ f_approval_states: this.getSafeParam('安检单审核状态'),
452
+ f_entry_status:this.getSafeParam('安检状态'),
453
+ f_checkplans: this.getSafeParam('有无计划'),
454
+ showcheckmsg: false,
455
+ checkInfo: {},
456
+ orderDefault: "'f_offsite_time'",
457
+ orderFields: {
458
+ f_offsite_time: 'no'
459
+ },
460
+ sliceArea: [],
461
+ cbc:[],
462
+ DefectConfig:'' ,
463
+ DefectConfigs:[{label:'全部',value:''},{label: '金额异常差值', value: '金额异常差值'},{label: '气量异常差值', value: '气量异常差值'}],
464
+ device_types:[{label:'全部',value:''}],
465
+ f_check_type:[{label:'全部',value:''},{label:'民用',value:'民用'},{label:'非民用',value:'非民用'}],
466
+ showModal2: false,
467
+ selectData:{
468
+ dispatchType:'',
469
+ f_repairman:'',
470
+ f_remarks:'',
471
+ f_repairtype:''
472
+ },
473
+ repairers: [],
474
+ repairTypeOptions:this.$appdata.getParam('报修类型'),
475
+ dispatchTypeOptions: [{label: '派发给站点', value: '派发给站点'},{label: '派发给维修员', value: '派发给维修员'}],
476
+ dangerGroups: [],
477
+ showModal3: false,
478
+ progressbarWidth:'0',
479
+ canToRepair: this.$appdata.getSingleValue('隐患明细转维修'),
480
+ checkes: []
481
+ }
482
+ },
483
+ computed :{
484
+ searchData() {
485
+ return {condition: this.model.condition}
486
+ }
487
+ },
488
+ methods: {
489
+ delConfigKey(obj){
490
+ // 从琉璃中获取的配置中会包含 $开头的一些额外描述新的key。为了兼容v3的代码逻辑在此函数中去掉
491
+ Object.keys(obj).forEach(key =>{
492
+ Object.keys(obj[key]).forEach(col => {
493
+ // 检查键是否以$开头
494
+ if (col.startsWith('$')) {
495
+ // 使用delete操作符删除键
496
+ delete obj[key][col];
497
+ }
498
+ })
499
+ })
500
+ },
501
+ isChecked(row) {
502
+ return this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id) != -1
503
+ },
504
+ setCheckes(row) {
505
+ let index=this.checkes.findIndex(item => item.f_defect_id == row.f_defect_id)
506
+ if(index<0){
507
+ this.checkes.push(row)
508
+ }else{
509
+ this.checkes.splice(index,1)
510
+ }
511
+ console.log('this.checkes=', JSON.stringify(this.checkes))
512
+ },
513
+ toRepair(){
514
+ console.log('this.checkes=', JSON.stringify(this.checkes))
515
+ if(this.checkes.length==0){
516
+ return this.$showMessage('请先选择需要转维修的隐患!')
517
+ }
518
+
519
+ const dangerGroups = []
520
+ for (const danger of this.checkes) {
521
+ let i = dangerGroups.findIndex(dangerGroup => dangerGroup.f_userinfo_code === danger.f_userinfo_code)
522
+ if (i == -1){
523
+ dangerGroups.push({
524
+ f_userinfo_code: danger.f_userinfo_code,
525
+ dangers: []
526
+ })
527
+ i = dangerGroups.length - 1
528
+ }
529
+ dangerGroups[i].dangers.push(danger)
530
+ }
531
+ this.dangerGroups = dangerGroups
532
+ console.log('this.dangerGroups=', JSON.stringify(this.dangerGroups))
533
+ this.showModal2=true
534
+ },
535
+ getEmp() {
536
+ let val = {source: 'this.getParentByType($organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$)!=null ).where(row.getAttributes().get($rolestr$).indexOf($维修员$) != -1))', userid: `${this.$login.f.id}`}
537
+ let http = new HttpResetClass()
538
+ http.load('POST', '/rs/search', {data: val}, {resolveMsg: null, rejectMsg: null}).then((res) => {
539
+ if (res.data.length == 0){
540
+ this.repairers= []
541
+ return
542
+ }
543
+ let str=``
544
+ res.data.forEach((item,idx,arr) => {
545
+ if(idx+1==arr.length){
546
+ str += item.id
547
+ }else{
548
+ str += item.id+`','`
549
+ }
550
+ })
551
+ let http1 = new HttpResetClass()
552
+ http1.load('POST', 'api/af-safecheck/sql/safe_singleTable_OrderBy', {
553
+ data: {
554
+ items: 'id,f_user_telephone',
555
+ tablename: 't_user',
556
+ condition: `id in ('${str}')`,
557
+ orderitem: 'id'
558
+ }
559
+ }, {resolveMsg: null, rejectMsg: null}).then((ress) => {
560
+ res.data.forEach((user)=>{
561
+ try {
562
+ ress.data.forEach((tel,tidx,arr)=>{
563
+ if(user.id==tel.id){
564
+ this.repairers.push({label: `${user.name}:${tel.f_user_telephone}`, value: user.name})
565
+ ress.data.splice(tidx,1)
566
+ }
567
+ })
568
+ }catch (e) {
569
+ }
570
+ })
571
+ }).catch(error=>{
572
+ res.data.forEach((user)=>{
573
+ this.repairers.push({label: user.name, value: user.name})
574
+ })
575
+ })
576
+
577
+ })
578
+ },
579
+ getSiteRes(obj) {
580
+ console.log('siteRes ---> ')
581
+ console.log(obj)
582
+ if(obj.resids[0]){
583
+ this.selectData.f_meetunit = obj.res.join('.')
584
+ this.selectData.f_reciever = obj.resids.join('.')
585
+ this.selectData.f_outlets = obj.res[obj.res.length - 1]
586
+ }else {
587
+ this.selectData.f_meetunit = ''
588
+ this.selectData.f_reciever = ''
589
+ this.selectData.f_outlets = ''
590
+ }
591
+ },
592
+ cancel1(){
593
+ this.showModal2=false
594
+ this.selectData={
595
+ dispatchType:'',
596
+ f_repairman:'',
597
+ f_remarks:'',
598
+ f_repairtype:''
599
+ }
600
+ },
601
+ async rectification(){
602
+ if(this.selectData.dispatchType){
603
+ if(this.selectData.dispatchType=='派发给站点'){
604
+ if(!this.selectData.f_reciever){
605
+ this.$showMessage('请选择部门!')
606
+ return
607
+ }
608
+ }else{
609
+ if(!this.selectData.f_repairman){
610
+ this.$showMessage('请选择维修员!')
611
+ return
612
+ }
613
+ }
614
+ }else {
615
+ this.$showMessage('请选择派发类型!')
616
+ return
617
+ }
618
+
619
+ if(!this.selectData.f_repairtype){
620
+ this.$showMessage('请选择报修类型!')
621
+ return
622
+ }
623
+ this.showModal3=true
624
+ let act={}
625
+ let toRepair=''
626
+ let successCount=0
627
+ if(this.selectData.dispatchType=='派发给站点'){
628
+ act={f_meetunit:this.selectData.f_meetunit,f_reciever:this.selectData.f_reciever,f_service_acitivity_type:'派单'}
629
+ toRepair=null
630
+ }else{
631
+ console.log('派发给维修员---------'+this.selectData.f_repairman)
632
+ act={f_meetunit:'',f_reciever:this.selectData.f_repairman,f_service_acitivity_type:'派单'}
633
+ toRepair='一级派单'
634
+ }
635
+ let rep={
636
+ loginUser: {
637
+ name: this.$login.f.name,
638
+ ename: this.$login.f.ename
639
+ },
640
+ f_meetunit: this.$login.f.deps,
641
+ f_attendant: this.$login.f.name,
642
+ f_outlets: this.$login.f.deps,
643
+ f_remarks: this.selectData.f_remarks,
644
+ f_repairtype: this.selectData.f_repairtype,
645
+ dispatchType: this.selectData.dispatchType,
646
+ toRepair: toRepair,
647
+ activity:act
648
+ }
649
+ for(let i=0; i<this.dangerGroups.length; i++){
650
+ let defectIdStr = ''
651
+ const defectIds = []
652
+ for (let j = 0; j < this.dangerGroups[i].dangers.length; j++) {
653
+ defectIds.push(`'${this.dangerGroups[i].dangers[j].f_defect_id}'`)
654
+ }
655
+ defectIdStr = `(${defectIds.join(',')})`
656
+ const data = {
657
+ id:this.dangerGroups[i].dangers[0].f_paper_id,
658
+ repData:rep,
659
+ source:'pc',
660
+ defectIdStr: defectIdStr
661
+ }
662
+ console.log('data=', JSON.stringify(data))
663
+ try {
664
+ let result =await new HttpResetClass().load('post','/api/af-safecheck/logic/phoneUploadRectification', data, {resolveMsg: null, rejectMsg: null})
665
+ if (result.data.code==200) {
666
+ successCount += result.data.successcon
667
+ this.progressbarWidth=Math.ceil((i+1)*100/(this.dangerGroups.length))
668
+ }
669
+ }catch (e) {
670
+ this.showModal3=false
671
+ this.$showMessage('网络异常,请稍后再试!')
672
+ return
673
+ }
674
+ }
675
+ this.showModal3=false
676
+ this.cancel1()
677
+ this.$showMessage('本次转维修成功'+successCount+'单')
678
+ },
679
+ getDefectInfoConfig(val){
680
+ try {
681
+ if (val.DevicesSetConfig != undefined) {
682
+ this.DefectConfig = val.DevicesConfig
683
+ // 获取到配置项,进行遍历,获取每个隐患项
684
+ for (var Key1 in this.DefectConfig){
685
+ this.device_types.push({label:Key1,value:Key1})
686
+ for(var Key2 in this.DefectConfig[Key1].items){
687
+ this.DefectConfigs.push({label:Key2,value:Key2})
688
+ }
689
+ }
690
+ // 非民用或其他配置项加入,在进行遍历
691
+ }
692
+ }catch (e) {
693
+ //tag
694
+ }
695
+ },
696
+ showaudio(){
697
+ //tag
698
+ this.audioshow=!this.audioshow
699
+ //tag
700
+ },
701
+ getmeterbook(val){
702
+ this.cbc=[]
703
+ this.cbc.push({
704
+ label:'全部',
705
+ value:''
706
+ })
707
+ if (val==''){
708
+
709
+ this.cbcs.forEach(res=>{
710
+ this.cbc.push({
711
+ label:res.f_book_name,
712
+ value:res.id
713
+ })
714
+ })
715
+ }else{
716
+ this.cbcs.forEach(res=>{
717
+ if (res.f_book_slice_area==val){
718
+ this.cbc.push({
719
+ label:res.f_book_name,
720
+ value:res.id
721
+ })
722
+ }
723
+ })
724
+ }
725
+ },
726
+ getSafeParam(val){
727
+ if(this.$appdata.getParam(val)){
728
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam(val)]
729
+ }else{
730
+ return [{label: '全部', value: ''}]
731
+ }
732
+
733
+ },
734
+ Mreadibook(val){
735
+ ////tag
736
+ ////tag
737
+ this.sliceArea=[]
738
+ if (val){
739
+ new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
740
+ items: 'name',
741
+ tablename: 't_zone',
742
+ condition: `parentid in ${val}`,
743
+ orderitem: 'id'
744
+ }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
745
+ this.sliceArea.push({
746
+ label:'全部',
747
+ value:''
748
+ })
749
+ res.data.forEach(ress=>{
750
+ this.sliceArea.push({
751
+ label:ress.name,
752
+ value:ress.name
753
+ })
754
+ })
755
+
756
+ })
757
+ }
758
+ },
759
+ getAllMeterBook(val){
760
+ ////tag
761
+ ////tag
762
+ this.cbcs=[]
763
+ if (val){
764
+ new HttpResetClass().load('POST',`/api/af-safecheck/sql/safe_singleTable_OrderBy`, {data: {
765
+ items: 'f_book_name,f_book_slice_area,id',
766
+ tablename: 't_meter_book',
767
+ condition: `f_filiale_id in ${val}`,
768
+ orderitem: 'id'
769
+ }}, {resolveMsg: null, rejectMsg: null}).then((res) => {
770
+ res.data.forEach(ress=>{
771
+ this.cbcs.push({
772
+ id:ress.id,
773
+ f_book_name:ress.f_book_name,
774
+ f_book_slice_area:ress.f_book_slice_area
775
+ })
776
+ })
777
+ this.cbc=[]
778
+ this.cbc.push({
779
+ label:'全部',
780
+ value:''
781
+ })
782
+ this.cbcs.forEach(res=>{
783
+ this.cbc.push({
784
+ label:res.f_book_name,
785
+ value:res.id
786
+ })
787
+ })
788
+ })
789
+ }
790
+ },
791
+ getRes(obj) {
792
+ this.model.f_filialeid = this.$login.convertToIn(obj.resids);
793
+ this.searchData.f_filialeid = this.$login.convertToIn(obj.resids);
794
+ this.Mreadibook(this.model.f_filialeid)
795
+ this.getAllMeterBook(this.model.f_filialeid)
796
+ //this.$refs.paged.$refs.criteria.search()
797
+ },
798
+
799
+ change(row) {
800
+ // Vue.$login = {jwt: row.f_checker_id}
801
+ asyncReady(this).then(() => {
802
+ ////tag)
803
+ row.f_upload_state = '已传'
804
+ this.$goto('new-check-paper', {f_plan_id: row.f_check_plan_id, item: row, role: 'view'}, 'self')
805
+ }).catch(
806
+ (respanse) => {
807
+ alert('获取配置文件失败')
808
+ })
809
+ },
810
+ readConfig() {
811
+ let gen = asyncReady(this)
812
+ return co(gen)
813
+ },
814
+ showChooser() {
815
+ this.showModal = true
816
+ },
817
+ hidden() {
818
+ this.criteriaShow = !this.criteriaShow
819
+ },
820
+ refresh() {
821
+ this.$refs.paged.$refs.criteria.search()
822
+ },
823
+ ok() {
824
+ this.showModal = false
825
+ if (this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id) {
826
+ this.model.f_plan_id = this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id
827
+ this.model.f_check_plan=this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow
828
+ }
829
+ },
830
+ cancel() {
831
+ this.showModal = false
832
+ this.model.f_check_plan = {f_plan_name: '', id: ''}
833
+ this.model.f_plan_id=''
834
+ },
835
+ print(row) {
836
+ this.showcheckmsg = true
837
+ this.checkInfo = row
838
+ },
839
+
840
+ sort(field, rule) {
841
+ // 将所有排序方式设为不排序,实现相互排斥
842
+ for (let key in this.orderFields) {
843
+ if (key === field) {
844
+ this.orderFields[key] = rule
845
+ } else {
846
+ this.orderFields[key] = 'no'
847
+ }
848
+ }
849
+ // 如果新规则不排序,还原为默认排序
850
+ if (rule === 'no') {
851
+ this.model.paramSource.orderitem = `'${this.orderDefault}'`
852
+ } else {
853
+ this.model.paramSource.orderitem = `'${field} ${rule}'`
854
+ }
855
+ this.search()
856
+ },
857
+ search() {
858
+ this.$refs.paged.$refs.criteria.search()
859
+ },
860
+ selfSearch(args) {
861
+ ////tag
862
+ args.condition += ` and f_filialeid in ${this.model.f_filialeid}`
863
+ this.model.search(args.condition, args.model, args.condValue)
864
+ }
865
+ },
866
+
867
+ ready() {
868
+ this.getEmp()
869
+ this.readConfig()
870
+ ////tag
871
+ this.function = this.f
872
+ ////tag
873
+
874
+ let gen = select(this)
875
+ //this.pianqu()
876
+ this.Mreadibook(`('${this.$login.f.orgid}')`)
877
+ co(gen)
878
+ }
879
+ }
880
+ </script>