safecheck-client 4.0.0-9 → 4.0.0-91

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