safecheck-client 4.0.2-52 → 4.0.2-55

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 (508) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/android.html +18 -18
  4. package/build/css-loaders.js +34 -0
  5. package/build/dev-android.js +151 -0
  6. package/build/dev-client.js +8 -0
  7. package/build/example-server.js +157 -0
  8. package/build/release.sh +28 -0
  9. package/build/utils.js +71 -0
  10. package/build/webpack.base.conf.js +129 -0
  11. package/build/webpack.baseandroid.conf.js +83 -0
  12. package/build/webpack.dev.conf.js +44 -0
  13. package/build/webpack.devandroid.conf.js +33 -0
  14. package/build/webpack.example.conf.js +49 -0
  15. package/build/webpack.hanwei.conf.js +57 -0
  16. package/build/webpack.hwbase.conf.js +78 -0
  17. package/build/webpack.prod.conf.js +78 -0
  18. package/build/webpack.prodandroid.conf.js +60 -0
  19. package/build/webpack.test.conf.js +31 -0
  20. package/config/dev.env.js +6 -6
  21. package/config/index.js +38 -38
  22. package/config/prod.env.js +3 -3
  23. package/config/test.env.js +6 -6
  24. package/docs/AppBase.md +22 -22
  25. package/docs/Busy.md +14 -14
  26. package/docs/CriteriaPaged.md +47 -47
  27. package/docs/DataGrid.md +54 -54
  28. package/docs/DataModel.md +22 -22
  29. package/docs/Dynamic.md +42 -42
  30. package/docs/GetParams.md +11 -11
  31. package/docs/HttpBusy.md +13 -13
  32. package/docs/HttpStore.md +29 -29
  33. package/docs/MessageBox.md +28 -28
  34. package/docs/PagedList.md +29 -29
  35. package/docs/Pager.md +21 -21
  36. package/docs/Project.md +23 -23
  37. package/docs/Route.md +105 -105
  38. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  39. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  40. package/docs/Task.md +46 -46
  41. package/docs/TreeList.md +28 -28
  42. package/docs/TreeMixin.md +18 -18
  43. package/docs/all.md +10 -10
  44. package/docs/list.md +42 -42
  45. package/docs/partial.md +75 -75
  46. package/docs/selector.md +82 -82
  47. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  48. 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
  49. 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
  50. 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
  51. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  52. package/examples/AddressList/App.vue +13 -13
  53. package/examples/AddressList/index.html +11 -11
  54. package/examples/DispatchList/App.vue +10 -10
  55. package/examples/DispatchList/BaseTree.vue +13 -13
  56. package/examples/DispatchList/Init.vue +22 -22
  57. package/examples/DispatchList/Test.vue +20 -20
  58. package/examples/DispatchList/index.html +11 -11
  59. package/examples/DispatchList/main.js +18 -18
  60. package/home.html +16 -16
  61. package/package.json +1 -1
  62. package/publish.bat +7 -7
  63. package/release.bat +5 -5
  64. package/src/Widget.vue +13 -13
  65. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  66. package/src/android-bootstrap/less/.csscomb.json +304 -304
  67. package/src/android-bootstrap/less/.csslintrc +19 -19
  68. package/src/android-bootstrap/less/alerts.less +73 -73
  69. package/src/android-bootstrap/less/badges.less +66 -66
  70. package/src/android-bootstrap/less/bootstrap.less +56 -56
  71. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  72. package/src/android-bootstrap/less/button-groups.less +247 -247
  73. package/src/android-bootstrap/less/buttons.less +173 -173
  74. package/src/android-bootstrap/less/carousel.less +269 -269
  75. package/src/android-bootstrap/less/close.less +34 -34
  76. package/src/android-bootstrap/less/code.less +69 -69
  77. package/src/android-bootstrap/less/component-animations.less +33 -33
  78. package/src/android-bootstrap/less/grid.less +84 -84
  79. package/src/android-bootstrap/less/input-groups.less +167 -167
  80. package/src/android-bootstrap/less/jumbotron.less +52 -52
  81. package/src/android-bootstrap/less/labels.less +64 -64
  82. package/src/android-bootstrap/less/list-group.less +141 -141
  83. package/src/android-bootstrap/less/media.less +66 -66
  84. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  85. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  86. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  87. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  88. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  89. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  90. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  91. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  92. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  93. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  94. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  95. package/src/android-bootstrap/less/mixins/image.less +33 -33
  96. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  97. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  98. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  99. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  100. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  101. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  102. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  103. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  104. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  105. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  106. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  107. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  108. package/src/android-bootstrap/less/mixins/size.less +10 -10
  109. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  110. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  111. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  112. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  113. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  114. package/src/android-bootstrap/less/mixins.less +40 -40
  115. package/src/android-bootstrap/less/modals.less +151 -151
  116. package/src/android-bootstrap/less/navbar.less +660 -660
  117. package/src/android-bootstrap/less/navs.less +290 -290
  118. package/src/android-bootstrap/less/normalize.less +424 -424
  119. package/src/android-bootstrap/less/pager.less +76 -76
  120. package/src/android-bootstrap/less/pagination.less +89 -89
  121. package/src/android-bootstrap/less/panels.less +274 -274
  122. package/src/android-bootstrap/less/popovers.less +131 -131
  123. package/src/android-bootstrap/less/print.less +101 -101
  124. package/src/android-bootstrap/less/progress-bars.less +87 -87
  125. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  126. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  127. package/src/android-bootstrap/less/scaffolding.less +161 -161
  128. package/src/android-bootstrap/less/tables.less +262 -262
  129. package/src/android-bootstrap/less/theme.less +291 -291
  130. package/src/android-bootstrap/less/thumbnails.less +36 -36
  131. package/src/android-bootstrap/less/tooltip.less +102 -102
  132. package/src/android-bootstrap/less/type.less +303 -303
  133. package/src/android-bootstrap/less/utilities.less +55 -55
  134. package/src/android-bootstrap/less/variables.less +896 -896
  135. package/src/android-bootstrap/less/wells.less +29 -29
  136. package/src/bootstrap/less/.csscomb.json +304 -304
  137. package/src/bootstrap/less/.csslintrc +19 -19
  138. package/src/bootstrap/less/alerts.less +73 -73
  139. package/src/bootstrap/less/badges.less +66 -66
  140. package/src/bootstrap/less/breadcrumbs.less +26 -26
  141. package/src/bootstrap/less/button-groups.less +247 -247
  142. package/src/bootstrap/less/buttons.less +172 -172
  143. package/src/bootstrap/less/carousel.less +269 -269
  144. package/src/bootstrap/less/close.less +34 -34
  145. package/src/bootstrap/less/code.less +69 -69
  146. package/src/bootstrap/less/component-animations.less +33 -33
  147. package/src/bootstrap/less/dropdowns.less +216 -216
  148. package/src/bootstrap/less/grid.less +84 -84
  149. package/src/bootstrap/less/input-groups.less +167 -167
  150. package/src/bootstrap/less/jumbotron.less +52 -52
  151. package/src/bootstrap/less/labels.less +64 -64
  152. package/src/bootstrap/less/list-group.less +141 -141
  153. package/src/bootstrap/less/media.less +66 -66
  154. package/src/bootstrap/less/mixins/alerts.less +14 -14
  155. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  156. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  157. package/src/bootstrap/less/mixins/buttons.less +69 -69
  158. package/src/bootstrap/less/mixins/center-block.less +7 -7
  159. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  160. package/src/bootstrap/less/mixins/forms.less +90 -90
  161. package/src/bootstrap/less/mixins/gradients.less +59 -59
  162. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  163. package/src/bootstrap/less/mixins/grid.less +122 -122
  164. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  165. package/src/bootstrap/less/mixins/image.less +33 -33
  166. package/src/bootstrap/less/mixins/labels.less +12 -12
  167. package/src/bootstrap/less/mixins/list-group.less +30 -30
  168. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  169. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  170. package/src/bootstrap/less/mixins/opacity.less +8 -8
  171. package/src/bootstrap/less/mixins/pagination.less +24 -24
  172. package/src/bootstrap/less/mixins/panels.less +24 -24
  173. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  174. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  175. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  176. package/src/bootstrap/less/mixins/resize.less +6 -6
  177. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  178. package/src/bootstrap/less/mixins/size.less +10 -10
  179. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  180. package/src/bootstrap/less/mixins/table-row.less +44 -44
  181. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  182. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  183. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  184. package/src/bootstrap/less/mixins.less +40 -40
  185. package/src/bootstrap/less/modals.less +151 -151
  186. package/src/bootstrap/less/navbar.less +660 -660
  187. package/src/bootstrap/less/normalize.less +424 -424
  188. package/src/bootstrap/less/pagination.less +89 -89
  189. package/src/bootstrap/less/panels.less +275 -275
  190. package/src/bootstrap/less/popovers.less +131 -131
  191. package/src/bootstrap/less/print.less +101 -101
  192. package/src/bootstrap/less/progress-bars.less +87 -87
  193. package/src/bootstrap/less/responsive-embed.less +35 -35
  194. package/src/bootstrap/less/responsive-utilities.less +194 -194
  195. package/src/bootstrap/less/scaffolding.less +161 -161
  196. package/src/bootstrap/less/theme.less +291 -291
  197. package/src/bootstrap/less/thumbnails.less +36 -36
  198. package/src/bootstrap/less/tooltip.less +102 -102
  199. package/src/bootstrap/less/type.less +303 -303
  200. package/src/bootstrap/less/utilities.less +55 -55
  201. package/src/bootstrap/less/wells.less +29 -29
  202. package/src/components/CheckerCount/CheckCountUserList.vue +144 -144
  203. package/src/components/DefectDealMain/DefectListNew.vue +642 -642
  204. package/src/components/FileUpload.vue +696 -696
  205. package/src/components/Hello.vue +39 -39
  206. package/src/components/LeftTree.vue +27 -27
  207. package/src/components/Util/RightTreeSafeDep.vue +362 -362
  208. package/src/components/android/AddPlanItem.vue +447 -447
  209. package/src/components/android/AddPlanItemYy.vue +451 -451
  210. package/src/components/android/AddSpecialPlanItem.vue +426 -426
  211. package/src/components/android/AndroidNotifiedDeal.vue +417 -417
  212. package/src/components/android/AttendanceTally.vue +116 -116
  213. package/src/components/android/Blank.vue +10 -10
  214. package/src/components/android/CheckUnplanPage.vue +56 -56
  215. package/src/components/android/Checker.vue +12 -12
  216. package/src/components/android/CheckerAnnual.vue +81 -81
  217. package/src/components/android/CheckerAvarta.vue +82 -82
  218. package/src/components/android/CurrentCreateYy.vue +1051 -1051
  219. package/src/components/android/DailyworkloadQuery.vue +473 -473
  220. package/src/components/android/Devices.vue +327 -327
  221. package/src/components/android/Devicesm.vue +327 -327
  222. package/src/components/android/EquipmentInspection.vue +348 -348
  223. package/src/components/android/FootprintMap.vue +120 -120
  224. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  225. package/src/components/android/MasterMain.vue +77 -77
  226. package/src/components/android/Menu.vue +132 -132
  227. package/src/components/android/PaperAlarm.vue +85 -85
  228. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  229. package/src/components/android/PaperFeedbackm.vue +1026 -1026
  230. package/src/components/android/PhoneRecordInfo.vue +113 -113
  231. package/src/components/android/PhoneSellInfo.vue +113 -113
  232. package/src/components/android/PhoneUpDetail.vue +1040 -1040
  233. package/src/components/android/PlumberAnnual.vue +83 -83
  234. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  235. package/src/components/android/PlumberMonthly.vue +84 -84
  236. package/src/components/android/PostMap.vue +83 -83
  237. package/src/components/android/QRCode/QRCodeBinding.vue +300 -300
  238. package/src/components/android/QRCode/QRCodePage.vue +212 -212
  239. package/src/components/android/QueryCheckHistory.vue +122 -122
  240. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  241. package/src/components/android/RepairMain.vue +60 -60
  242. package/src/components/android/Repairman.vue +12 -12
  243. package/src/components/android/SafePlanItem.vue +509 -509
  244. package/src/components/android/StationMaster.vue +12 -12
  245. package/src/components/android/UploadPage.vue +232 -232
  246. package/src/components/android/examples/SafeListExamples.vue +296 -296
  247. package/src/components/android/old/PaperFeedback.vue +1015 -1015
  248. package/src/components/android/recheck/Recheck.vue +402 -402
  249. package/src/components/android/userinfo/SafecheckUserInfo.vue +776 -776
  250. package/src/components/checkplan/checkmsg.vue +459 -459
  251. package/src/components/defect/DefectList.vue +507 -507
  252. package/src/components/defect/DefectListWeixiu.vue +484 -484
  253. package/src/components/defects/DefectModal.vue +101 -101
  254. package/src/components/defects/DevicesAndItem.vue +39 -39
  255. package/src/components/filialCircle/CircleList.vue +139 -139
  256. package/src/components/inspections/AddInspectPlanItem.vue +325 -325
  257. package/src/components/inspections/AddInspectPlanItems.vue +325 -325
  258. package/src/components/inspections/AddInspectPlanItemss.vue +317 -317
  259. package/src/components/inspections/DisplayInspectionList.vue +1224 -1224
  260. package/src/components/inspections/inspectionOrderV.vue +1853 -1853
  261. package/src/components/inspections/inspectionOrderVs.vue +1853 -1853
  262. package/src/components/inspections/inspectionOrderVss.vue +1856 -1856
  263. package/src/components/inspections/inspectionUserInfo.vue +398 -398
  264. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  265. package/src/components/map/PersonTrack.vue +226 -226
  266. package/src/components/notice/NoticeForm.vue +100 -100
  267. package/src/components/notice/NoticeIssue.vue +20 -20
  268. package/src/components/paper/PicViewer.vue +18 -18
  269. package/src/components/paper/RegionalList.vue +220 -220
  270. package/src/components/pc/AnnouncementPC.vue +524 -524
  271. package/src/components/pc/DefectDeal.vue +1012 -1008
  272. package/src/components/pc/DefectList.vue +742 -742
  273. package/src/components/pc/DefectMaterialLook.vue +98 -98
  274. package/src/components/pc/DeviceChange.vue +1068 -1068
  275. package/src/components/pc/PaperDefectMain.vue +905 -905
  276. package/src/components/pc/RoleSelectorDep.vue +166 -166
  277. package/src/components/pc/SafeVisitInfo.vue +261 -261
  278. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  279. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  280. package/src/components/phonestate/PostMap.vue +82 -82
  281. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  282. package/src/components/report/HiddenSituation.vue +165 -165
  283. package/src/components/rongcheng/AspiratedOrderV.vue +2377 -2377
  284. package/src/components/rongcheng/CurrentCreateOnline.vue +906 -906
  285. package/src/components/rongcheng/DefectList.vue +560 -560
  286. package/src/components/rongcheng/SafecheckOrderVCli.vue +2641 -2641
  287. package/src/components/safecheckNew/android/AddPlanItem.vue +419 -419
  288. package/src/components/safecheckNew/android/CurrentCreate.vue +1050 -1050
  289. package/src/components/safecheckNew/android/Recheck.vue +379 -379
  290. package/src/components/sendsingle/EquipmentManagement.vue +727 -727
  291. package/src/components/shaoguan/DefectList.vue +473 -473
  292. package/src/components/shaoguan/SafecheckOrderV.vue +2140 -2140
  293. package/src/components/tongcheng/PaperFeedback.vue +1061 -1061
  294. package/src/components/userfile/MeterFile.vue +145 -145
  295. package/src/components/userfile/MeterModify.vue +46 -46
  296. package/src/components/userfile/SecurityAudit.vue +243 -243
  297. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  298. package/src/filiale/ALshan/pc/DefectListWeixiu.vue +476 -476
  299. package/src/filiale/ancheng/android/SafecheckOrderV.vue +2703 -2703
  300. package/src/filiale/ancheng/android/SafecheckUserInfo.vue +737 -737
  301. package/src/filiale/ancheng/pc/checkScreen.vue +923 -923
  302. package/src/filiale/ankangyihua/android/AddPlanItem.vue +446 -446
  303. package/src/filiale/ankangyihua/android/SafecheckOrderV.vue +2908 -2908
  304. package/src/filiale/ankangyihua/pc/DefectListWeixiu.vue +491 -491
  305. package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -2785
  306. package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
  307. package/src/filiale/bayan/android/Edit.vue +132 -132
  308. package/src/filiale/bayan/pc/DefectListNew.vue +597 -597
  309. package/src/filiale/bayan/pc/DeviceChange.vue +1838 -1838
  310. package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
  311. package/src/filiale/dexin/android/CasualSave.vue +1050 -1050
  312. package/src/filiale/dexin/android/SafecheckOrderV.vue +2950 -2950
  313. package/src/filiale/fugou/android/AddPlanItem.vue +413 -413
  314. package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -2796
  315. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +830 -830
  316. package/src/filiale/fugu/android/SafecheckOrderV.vue +2484 -2484
  317. package/src/filiale/fugu/pc/NewCheckpaper.vue +1287 -1287
  318. package/src/filiale/ganquan/android/AddPlanItem.vue +444 -444
  319. package/src/filiale/ganquan/android/SafecheckOrderV.vue +2485 -2485
  320. package/src/filiale/ganquan/pc/NewCheckpaper.vue +1354 -1354
  321. package/src/filiale/guangxi/pc/DefectListNew.vue +518 -518
  322. package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2683 -2683
  323. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +786 -786
  324. package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -2803
  325. package/src/filiale/huatong/android/SafecheckOrderV.vue +2426 -2426
  326. package/src/filiale/huatong/android/SafecheckUserInfo.vue +749 -749
  327. package/src/filiale/huayin/pc/NewCheckpaper.vue +1307 -1307
  328. package/src/filiale/jiaocheng/android/AddPlanItem.vue +435 -435
  329. package/src/filiale/jiaocheng/android/SafecheckUserInfo.vue +737 -737
  330. package/src/filiale/jiaocheng/pc/DefectListNew.vue +576 -576
  331. package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -447
  332. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -2807
  333. package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -784
  334. package/src/filiale/jinbin/pc/DefectListWeixiu.vue +478 -478
  335. package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
  336. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
  337. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +781 -781
  338. package/src/filiale/jinhong/android/AndroidDefectDeal.vue +722 -722
  339. package/src/filiale/jinhong/android/AndroidNotifiedDeal.vue +521 -0
  340. package/src/filiale/jinhong/android/CurrentCreate.vue +1 -1
  341. package/src/filiale/jinhong/android/PhoneInsurancePurchaseDetail.vue +463 -463
  342. package/src/filiale/jinhong/android.js +14 -13
  343. package/src/filiale/jinhong/pc/PlanManage.vue +927 -927
  344. package/src/filiale/kelai/android/AddPlanItem.vue +488 -488
  345. package/src/filiale/kelai/android/SafecheckUserInfo.vue +774 -774
  346. package/src/filiale/kelai/android/SafecheckUserInfo1.vue +618 -618
  347. package/src/filiale/kelai/pc/DefectListNew.vue +688 -688
  348. package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasList.vue +518 -518
  349. package/src/filiale/kelai/pc/NewCheckpaper.vue +1454 -1454
  350. package/src/filiale/liaoyuan/android/AddPlanItem.vue +412 -412
  351. package/src/filiale/liaoyuan/android/CurrentCreate.vue +1066 -1066
  352. package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +2388 -2388
  353. package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +557 -557
  354. package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +489 -489
  355. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +1020 -1020
  356. package/src/filiale/libo/android/CurrentCreate.vue +1091 -1091
  357. package/src/filiale/libo/android.js +15 -15
  358. package/src/filiale/lixian/android/SafecheckOrderV.vue +2404 -2404
  359. package/src/filiale/lixian/android/SafecheckUserInfo.vue +578 -578
  360. package/src/filiale/lixian/pc/NewCheckpaper.vue +1211 -1211
  361. package/src/filiale/meihekou/android/AreaPlan.vue +577 -577
  362. package/src/filiale/meihekou/android/MeterReading.vue +110 -110
  363. package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +1307 -1307
  364. package/src/filiale/meihekou/android/SafecheckUserInfo.vue +785 -785
  365. package/src/filiale/meihekou/pc/CheckDetail.vue +217 -217
  366. package/src/filiale/meihekou/pc/CheckPlan.vue +52 -52
  367. package/src/filiale/meihekou/pc/NewCheckpaper.vue +2028 -2028
  368. package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2051 -2051
  369. package/src/filiale/meihekou/pc/NewCheckpaperTemp.vue +1289 -1289
  370. package/src/filiale/meihekou/pc/SelectCheckPlan.vue +262 -262
  371. package/src/filiale/minsheng/android/SafecheckUserInfo.vue +754 -754
  372. package/src/filiale/minsheng/pc/DefectListNew.vue +535 -535
  373. package/src/filiale/pingxiang/android/SafecheckOrderV.vue +2424 -2424
  374. package/src/filiale/pingxiang/android/SafecheckUserInfo.vue +600 -600
  375. package/src/filiale/pingxiang/pc/DefectListNew.vue +519 -519
  376. package/src/filiale/pingxiang/pc/NewCheckpaper.vue +1294 -1294
  377. package/src/filiale/qianneng/android/AddPlanItem.vue +482 -482
  378. package/src/filiale/qianneng/android/SafecheckOrderV.vue +2785 -2785
  379. package/src/filiale/qianneng/android/SafecheckUserInfo.vue +775 -775
  380. package/src/filiale/qianneng/pc/DefectListNew.vue +576 -576
  381. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1546 -1546
  382. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
  383. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +800 -800
  384. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1871 -1871
  385. package/src/filiale/qingjian/pc/SecurityCheckCoordinates.vue +359 -359
  386. package/src/filiale/qingjian/pc.js +15 -15
  387. package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -450
  388. package/src/filiale/qingtongxia/android/SafecheckOrderV.vue +2726 -2726
  389. package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -782
  390. package/src/filiale/qingtongxia/pc/DefectListNew.vue +594 -594
  391. package/src/filiale/rizhao/android/AddPlanItem.vue +446 -446
  392. package/src/filiale/rizhao/android/SafecheckOrderV.vue +2430 -2430
  393. package/src/filiale/rizhao/android/SafecheckUserInfo.vue +640 -640
  394. package/src/filiale/rizhao/pc/DefectList.vue +489 -489
  395. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2696 -2696
  396. package/src/filiale/rongchuang/android/checkpapermsg.vue +209 -209
  397. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -2747
  398. package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -804
  399. package/src/filiale/shanggao/android/SafecheckOrderV.vue +2426 -2426
  400. package/src/filiale/shanxian/android/SafecheckUserInfo.vue +749 -749
  401. package/src/filiale/shanxian/pc/HiddenSituation.vue +121 -121
  402. package/src/filiale/shanxian/pc/NewCheckpaper.vue +1526 -1526
  403. package/src/filiale/shexian/android/AddPlanItem.vue +444 -444
  404. package/src/filiale/shexian/android/SafecheckOrderV.vue +2879 -2879
  405. package/src/filiale/shexian/pc/DefectListNew.vue +593 -593
  406. package/src/filiale/shexian/pc/NewCheckpaper.vue +1469 -1469
  407. package/src/filiale/shimen/android/SafecheckUserInfo.vue +547 -547
  408. package/src/filiale/shimen/pc/DefectList.vue +473 -473
  409. package/src/filiale/shimen/pc/NewCheckpaper.vue +1275 -1275
  410. package/src/filiale/siyang/android/AddPlanItem.vue +450 -450
  411. package/src/filiale/siyang/android/CurrentCreate.vue +1051 -1051
  412. package/src/filiale/siyang/android/PhoneRecordInfo.vue +214 -214
  413. package/src/filiale/siyang/android/SafecheckOrderV.vue +2796 -2796
  414. package/src/filiale/siyang/android/SafecheckUserInfo.vue +789 -789
  415. package/src/filiale/siyang/pc/HiddenSituation.vue +167 -167
  416. package/src/filiale/taiyuan/pc/NewCheckpaper.vue +1976 -1976
  417. package/src/filiale/taiyuan/pc/PlanManage.vue +891 -891
  418. package/src/filiale/taiyuan/pc/checkUserList.vue +798 -798
  419. package/src/filiale/tianke/android/AddPlanItem.vue +455 -455
  420. package/src/filiale/tianke/android/SafecheckOrderV.vue +2431 -2431
  421. package/src/filiale/tianke/android/SafecheckUserInfo.vue +744 -744
  422. package/src/filiale/tongchuan/android/AddPlanItem.vue +483 -483
  423. package/src/filiale/tongchuan/android/PhoneRecordInfo.vue +191 -191
  424. package/src/filiale/tongchuan/android/PhoneSellInfo.vue +113 -113
  425. package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +720 -720
  426. package/src/filiale/tongchuan/pc/CheckBookDetails.vue +209 -209
  427. package/src/filiale/tongchuan/pc/DefectListWeixiu.vue +484 -484
  428. package/src/filiale/tongchuan/pc/HiddenSituation.vue +166 -166
  429. package/src/filiale/weinan/android/AddPlanItem.vue +438 -438
  430. package/src/filiale/weinan/android/CurrentCreate.vue +1171 -1171
  431. package/src/filiale/weinan/android/CurrentCreateOnline.vue +911 -911
  432. package/src/filiale/weinan/android/SafePlanItem.vue +440 -440
  433. package/src/filiale/weinan/android/SafecheckUserInfo.vue +778 -778
  434. package/src/filiale/weinan/pc/DefectListNew.vue +617 -617
  435. package/src/filiale/weinan/pc/DeviceChange.vue +1088 -1088
  436. package/src/filiale/weinan/pc/HiddenSituation.vue +167 -167
  437. package/src/filiale/weinan/pc/checkScreen.vue +1094 -1094
  438. package/src/filiale/weinanct/android/SafecheckOrderV.vue +2730 -2730
  439. package/src/filiale/weinanct/pc/NewCheckpaper.vue +1315 -1315
  440. package/src/filiale/wensu/android/AddPlanItem.vue +495 -495
  441. package/src/filiale/wensu/android/AndroidDefectDeal.vue +464 -464
  442. package/src/filiale/wensu/android/PaperFeedback.vue +1358 -1358
  443. package/src/filiale/wensu/android/SafecheckOrderV.vue +2430 -2430
  444. package/src/filiale/wensu/android/SafecheckUserInfo.vue +627 -627
  445. package/src/filiale/wensu/pc/DefectListNew.vue +735 -735
  446. package/src/filiale/wenxi/android/AddPlanItem.vue +431 -431
  447. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2671 -2671
  448. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +673 -673
  449. package/src/filiale/wenxi/pc/DefectList.vue +653 -653
  450. package/src/filiale/wenxi/pc/NewCheckpaper.vue +1358 -1358
  451. package/src/filiale/wuan/android/SafecheckOrderV.vue +2241 -2241
  452. package/src/filiale/wuan/android/SafecheckUserInfo.vue +596 -596
  453. package/src/filiale/wuan/pc/DefectListWeixiu.vue +506 -506
  454. package/src/filiale/wuan/pc/NewCheckpaper.vue +1169 -1169
  455. package/src/filiale/wuhai/android/SafecheckOrderV.vue +2456 -2456
  456. package/src/filiale/wuhai/android/SafecheckUserInfo.vue +573 -573
  457. package/src/filiale/wuhai/pc/NewCheckpaper.vue +1281 -1281
  458. package/src/filiale/xiangyuanzhongai/android/PhoneUpUserinfo.vue +1251 -1251
  459. package/src/filiale/xinkang/pc/CheckSearchUser.vue +1026 -1026
  460. package/src/filiale/xinkang/pc/DefectListWeixiu.vue +475 -475
  461. package/src/filiale/xinliansihui/pc/PaperList.vue +814 -814
  462. package/src/filiale/xinliansihui/pc/PaperVisitMain.vue +206 -206
  463. package/src/filiale/xinliansihui/pc.js +13 -13
  464. package/src/filiale/yangchunboneng/android/AddPlanItem.vue +496 -496
  465. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2865 -2865
  466. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
  467. package/src/filiale/yangchunboneng/pc/DefectListNew.vue +576 -576
  468. package/src/filiale/yongzhou/android/SafecheckOrderV.vue +2774 -2774
  469. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +776 -776
  470. package/src/filiale/yuansheng/android/SafecheckOrderV.vue +2758 -2758
  471. package/src/filiale/yuansheng/android/SafecheckUserInfo.vue +797 -797
  472. package/src/filiale/yuansheng/pc/DefectListNew.vue +524 -524
  473. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +1371 -1371
  474. package/src/filiale/yuansheng/pc/checkmsg.vue +464 -464
  475. package/src/filiale/yunchengminsheng/android/DailyworkloadQuery.vue +491 -491
  476. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1509 -1509
  477. package/src/filiale/yunchengminsheng/android/PhoneSellInfo.vue +113 -113
  478. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1270 -1270
  479. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +785 -785
  480. package/src/filiale/yunchengminsheng/android.js +15 -15
  481. package/src/filiale/yunchengminsheng/pc/PaperList.vue +811 -811
  482. package/src/filiale/yunchengminsheng/pc.js +15 -15
  483. package/src/filiale/zhongsheng/android/BuyRecords.vue +122 -122
  484. package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +2461 -2461
  485. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +690 -690
  486. package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +514 -514
  487. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +1322 -1322
  488. package/src/filiale/zhongyi/android/SafecheckOrderV.vue +2431 -2431
  489. package/src/filiale/zhongyi/pc/DefectListNew.vue +514 -514
  490. package/src/filiale/zhoukou/android/SafecheckOrderV.vue +2502 -2502
  491. package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +588 -588
  492. package/src/main.js +32 -33
  493. package/src/plugins/LoadData.js +10 -10
  494. package/src/plugins/LoadParams.js +24 -24
  495. package/src/safecheck-android.js +328 -328
  496. package/src/safecheck.js +927 -927
  497. package/src/stores/wxconfig.js +10 -10
  498. package/src/utils/getNowDate.js +33 -33
  499. package/test/e2e/custom-assertions/elementCount.js +26 -26
  500. package/test/e2e/nightwatch.conf.js +40 -40
  501. package/test/e2e/runner.js +30 -30
  502. package/test/e2e/specs/test.js +13 -13
  503. package/test/unit/.eslintrc +5 -5
  504. package/test/unit/TestUtil.js +62 -62
  505. package/test/unit/context.html +20 -20
  506. package/test/unit/index.js +13 -13
  507. package/build/libs/SafecheckClient-1.15.6-9.jar +0 -0
  508. package/build/tmp/jar/MANIFEST.MF +0 -2
@@ -1,1838 +1,1838 @@
1
- <template>
2
- <div id="unit" class="flex-row">
3
- <!-- <work-busy :is-busy="seaching"></work-busy>-->
4
- <div class="flex basic-main" style="flex:1">
5
- <div novalidate="" class="row form-horizontal select-overspread container-fluid auto" partial="">
6
- <div novalidate="" class="form-inline auto" partial="">
7
- <div class="form-group col-sm-2">
8
- <label class="font_normal_body">组织机构</label>
9
- <res-select
10
- :initresid='curorgid'
11
- @res-select="getorg"
12
- is-mul="false"
13
- restype='organization'
14
- >
15
- </res-select>
16
- </div>
17
- <div class="form-group col-sm-2">
18
- <label class="font_normal_body">配置名称</label>
19
- <v-select
20
- v-model="dispositioName"
21
- :options='disposition'
22
- @change="dispselect"
23
- close-on-select
24
- :value-single="true"
25
- clear-button>
26
- ></v-select>
27
- </div>
28
- </div>
29
- </div>
30
- <div class="list-group list_area table_sy" isedit="true" style="overflow: auto" v-if="firstShow">
31
- <table class="table table-bordered">
32
- <thead a-partial="head" class="text-left">
33
- <tr>
34
- <th>安检配置项</th>
35
- </tr>
36
- </thead>
37
- <tbody>
38
- <tr a-partial="body" :id="'vc-datagrid-tree-grid-'+$index" v-for="item in safeArray">
39
- <td><a herf="#" @click="selectedshow($index)" class="list-group-item expand-transition"
40
- style="border: none;background-color: transparent;cursor: pointer" :id="'vc-tree-tree-grid-'+$index">
41
- <span style="color: black" v-for="n in item.safeindex-1 ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
42
- <span style="color: black" :id="'vc-tree-tree-grid-'+$index">
43
- <span style="color: black" v-if="item.safeshow&&(item.safetype=='selector'||item.safetype=='radio'||item.safetype=='')"
44
- @click.stop="pushArray(item,$index)" class="glyphicon glyphicon-minus-sign"
45
- style="font-size: 18px;">
46
- </span>
47
- <span style="color: black" v-if="!item.safeshow&&(item.safetype=='selector'||item.safetype=='radio'||item.safetype=='')"
48
- @click.stop="pushArray(item,$index)" class="glyphicon glyphicon-plus-sign"
49
- style="font-size: 18px;">
50
- </span>
51
- <span style="color: black" v-if="item.safetype!='selector'&&item.safetype!='radio'&&item.safetype!=''" style="font-size: 18px;">
52
- &nbsp;&nbsp;&nbsp;</span>
53
- </span> <span style="color: black" partial=""> <span>{{ item.safename }}</span>
54
- <span style="color: black" v-if="item.safevalue!=0">【{{ item.safevalue }}】</span>
55
- <span style="color: black" v-show="item.selectedshow">
56
- <button v-show="isadd(item)" class="button_spacing button_export" @click.stop="addsafeConfig(item)">添加</button><!--v-if-->
57
- <button v-show="isdelete(item)" class="button_spacing button_export" @click.stop="updatesafeConfigName(item)">修改名称</button><!--v-if-->
58
- <button v-show="isdelete(item)" class="button_spacing button_export" @click.stop="updatesafeConfig(item)">修改属性</button><!--v-if-->
59
-
60
- <button v-show="isdelete(item)" class="button_spacing button_export" @click.stop="deletesafeConfig(item)">删除</button><!--v-if-->
61
- </span>
62
- </span> </a></td>
63
- </tr>
64
- </tbody>
65
- <tbody>
66
- <tr a-partial="foot"></tr>
67
- </tbody>
68
- </table>
69
- </div>
70
- <div class="list-group list_area table_sy" isedit="true" style="overflow: auto" v-if="!firstShow">
71
- <table class="table table-bordered">
72
- <thead a-partial="head" class="text-left">
73
- <tr>
74
- <th>工单配置项</th>
75
- </tr>
76
- </thead>
77
- <tbody>
78
- <tr a-partial="body" :id="'vc-datagrid-tree-grid-'+$index" v-for="item in telArray">
79
- <td>
80
- <a herf="#" @click="selecttelshow($index)" class="list-group-item expand-transition" style="border: none;background-color: transparent;cursor: pointer" :id="'vc-tree-tree-grid-'+$index">
81
- <span style="color: black" v-for="n in item.telindex-1 ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
82
- <span style="color: black" :id="'vc-tree-tree-grid-'+$index">
83
- <span style="color: black" v-if="item.telshow&&(item.teltype=='selector'||item.teltype=='radio'||item.teltype=='')"
84
- @click.stop="tlepushArray(item,$index)" class="glyphicon glyphicon-minus-sign"
85
- style="font-size: 18px;">
86
- </span>
87
- <span style="color: black" v-if="!item.telshow&&(item.teltype=='selector'||item.teltype=='radio'||item.teltype=='')"
88
- @click.stop="tlepushArray(item,$index)" class="glyphicon glyphicon-plus-sign"
89
- style="font-size: 18px;">
90
- </span>
91
- <span style="color: black" v-if="item.telshow!='selector'&&item.teltype!='radio'&&item.teltype!=''" style="font-size: 18px;">
92
- &nbsp;&nbsp;&nbsp;</span>
93
- </span> <span style="color: black" partial=""><span>{{ item.telname }}</span>
94
- <span style="color: black" v-if="item.telvalue!=0">【{{ item.telvalue }}】</span>
95
- <span style="color: black" v-show="item.selectedshow">
96
- <button v-show="isteladd(item)" class="button_spacing button_export" @click.stop="addsafeConfig(item)">添加</button><!--v-if-->
97
- <button v-show="isteldelete(item)" class="button_spacing button_export" @click.stop="updatetelConfigName(item)">修改名称</button><!--v-if-->
98
- <button v-show="isteldelete(item)" class="button_spacing button_export" @click.stop="updatetelConfig(item)">修改属性</button><!--v-if-->
99
- <button v-show="isteldelete(item)" class="button_spacing button_export" @click.stop="deletetelConfig(item)">删除</button><!--v-if-->
100
- </span>
101
- </span> </a></td>
102
- </tr>
103
- </tbody>
104
- <tbody>
105
- <tr a-partial="foot"></tr>
106
- </tbody>
107
- </table>
108
- </div>
109
- </div>
110
- <div class="binary-right" style="width: 40%" v-if="rightshow"> <!--fragment-start-->
111
- <div class="auto select-overspread" style="overflow-y: hidden"> <!--fragment-start-->
112
- <ul class="nav nav-tabs"><p class="bg-info text-center" style="padding: 8px">功能信息</p> <!--v-if--> <h3
113
- class="txtline">上一级【{{ getlastname() }}】</h3><!--v-if--> </ul>
114
- <div class="form-horizontal" style="margin-top:20px;flex: 1">
115
- <div class="row">
116
- <div class="col-sm-6" v-for="(key,value) in rightdata">
117
- <label class="font_normal_body">{{getrightdataname(key)}}</label>
118
- <input type="text" style="width:60%" class="input_search full-with" :placeholder="getrightdatavalue(key,value)"
119
- disabled=""></div>
120
- </div>
121
-
122
- <button @click="closeright()" class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px"><span
123
- class="glyphicon glyphicon-log-out" style="color: black"></span>返回
124
- </button>
125
- </div><!--fragment-end--><!--vue-validator--> </div><!--v-component--><!--fragment-end--><!--v-if--> </div>
126
- <div class="binary-right" style="width: 40%" v-if="righttelshow">
127
- <div class="auto select-overspread" style="overflow-y: hidden">
128
- <ul class="nav nav-tabs"><p class="bg-info text-center" style="padding: 8px">功能信息</p> <h3
129
- class="txtline">上一级【{{ getlastname() }}】</h3></ul>
130
- <div class="form-horizontal" style="margin-top:20px;flex: 1">
131
- <div class="row">
132
- <div class="col-sm-6" v-for="(key,value) in rightteldata">
133
- <label class="font_normal_body">{{getrightdataname(key)}}</label>
134
- <input type="text" style="width:60%" class="input_search full-with" :placeholder="getrightdatavalue(key,value)"
135
- disabled=""></div>
136
- </div>
137
- <button @click="closeright()" class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px"><span
138
- class="glyphicon glyphicon-log-out" style="color: black"></span>返回
139
- </button>
140
- </div> </div> </div>
141
- <modal :show.sync="modelshow" v-ref:modal large backdrop="false">
142
- <header slot="modal-header" class="modal-header">
143
- <button type="button" class="close" @click="cancel"><span style="color: black">&times;</span></button>
144
- </header>
145
- <article slot="modal-body" class="modal-body">
146
- <div class="auto select-overspread" style="overflow-y: hidden">
147
- <validator name='v'>
148
- <ul class="nav nav-tabs">
149
- <p class="bg-info text-center" style="padding: 8px;">配置添加</p>
150
- </ul>
151
- <div class="form-horizontal" style="margin-top:20px;flex: 1;">
152
- <div class="row">
153
- <div class="col-sm-6">
154
- <label class="font_normal_body" >配置名称</label>
155
- <input type="text"
156
- v-model="model.name" style="width:60%"
157
- class="input_search full-with" placeholder="配置名称">
158
- </div>
159
- </div>
160
-
161
-
162
- <button @click="confirm()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
163
- <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
164
- </button>
165
- <button @click='cancel()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
166
- <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
167
- </button>
168
- </div>
169
- </validator>
170
- </div>
171
- </article>
172
- <footer slot="modal-footer" class="modal-footer">
173
- </footer>
174
- </modal>
175
- <modal :show.sync="modelshow1" v-ref:modal large backdrop="false">
176
- <header slot="modal-header" class="modal-header">
177
- <button type="button" class="close" @click="cancel1"><span style="color: black">&times;</span></button>
178
- </header>
179
- <article slot="modal-body" class="modal-body">
180
- <div class="auto select-overspread" style="overflow-y: hidden">
181
- <validator name='v'>
182
- <ul class="nav nav-tabs">
183
- <p class="bg-info text-center" style="padding: 8px;">名称修改</p>
184
- </ul>
185
- <div class="form-horizontal" style="margin-top:20px;flex: 1;">
186
- <div class="row">
187
- <div class="col-sm-6">
188
- <label class="font_normal_body" >配置名称</label>
189
- <input type="text"
190
- v-model="model.name" style="width:60%"
191
- class="input_search full-with" placeholder="配置名称">
192
- </div>
193
- </div>
194
-
195
-
196
- <button @click="confirm1()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
197
- <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
198
- </button>
199
- <button @click='cancel1()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
200
- <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
201
- </button>
202
- </div>
203
- </validator>
204
- </div>
205
- </article>
206
- <footer slot="modal-footer" class="modal-footer">
207
- </footer>
208
- </modal>
209
- <modal :show.sync="modelshow2" v-ref:modal large backdrop="false">
210
- <header slot="modal-header" class="modal-header">
211
- <button type="button" class="close" @click="cancel2"><span style="color: black">&times;</span></button>
212
- </header>
213
- <article slot="modal-body" class="modal-body">
214
- <div class="auto select-overspread" >
215
- <validator name='v'>
216
- <ul class="nav nav-tabs">
217
- <p class="bg-info text-center" style="padding: 8px;">属性修改</p>
218
- </ul>
219
- <div class="form-horizontal" style="margin-top:20px;margin-bottom:20px;flex: 1;">
220
- <div class="row">
221
- <div class="col-sm-6" v-for="objs in updateArray">
222
- <label class="font_normal_body" >{{objs.label}}</label>
223
- <input v-if="objs.type=='input'" type="text"
224
- v-model="objs.value" style="width:60%"
225
- class="input_search full-with" :placeholder="objs.label">
226
- <v-select v-if="objs.type=='selector'"
227
- :value.sync="objs.value"
228
- v-model="objs.value" style="width:60%"
229
- close-on-select
230
- :value-single="true"
231
- :options="objs.options"
232
- class=" full-with" :placeholder="objs.label"></v-select>
233
- </div>
234
- </div>
235
-
236
-
237
- <button @click="confirm2()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
238
- <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
239
- </button>
240
- <button @click='cancel2()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
241
- <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
242
- </button>
243
- </div>
244
- </validator>
245
- </div>
246
- </article>
247
- <footer slot="modal-footer" class="modal-footer">
248
- </footer>
249
- </modal>
250
- <modal :show.sync="modeltelshow" v-ref:modal large backdrop="false">
251
- <header slot="modal-header" class="modal-header">
252
- <button type="button" class="close" @click="cancel"><span style="color: black">&times;</span></button>
253
- </header>
254
- <article slot="modal-body" class="modal-body">
255
- <div class="auto select-overspread" style="overflow-y: hidden">
256
- <validator name='v'>
257
- <ul class="nav nav-tabs">
258
- <p class="bg-info text-center" style="padding: 8px;">配置添加</p>
259
- </ul>
260
- <div class="form-horizontal" style="margin-top:20px;margin-bottom: 100px;maflex: 1;">
261
- <div class="row">
262
- <div class="col-sm-6">
263
- <label class="font_normal_body" >配置名称</label>
264
- <input type="text"
265
- v-model="model.name" style="width:60%"
266
- class="input_search full-with" placeholder="配置名称">
267
- </div>
268
- <div class="col-sm-6" v-if="modeldata.telindex===2">
269
- <label class="font_normal_body" >配置类型</label>
270
- <v-select
271
- v-model="model.type"
272
- :value.sync="model.type"
273
- :options='distype'
274
- close-on-select
275
- :value-single="true"
276
- clear-button>
277
- ></v-select>
278
- </div>
279
- <div class="col-sm-6" v-if="modeldata.telindex===2">
280
- <label class="font_normal_body" >配置数量</label>
281
- <input type="text"
282
- v-model="model.num" style="width:60%"
283
- class="input_search full-with" placeholder="配置数量">
284
- </div>
285
- <div class="row"></div>
286
- <button @click="telconfirm()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
287
- <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
288
- </button>
289
- <button @click='cancel()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
290
- <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
291
- </button>
292
- </div>
293
- </div>
294
- </validator>
295
- </div>
296
- </article>
297
- <footer slot="modal-footer" class="modal-footer">
298
- </footer>
299
- </modal>
300
- <modal :show.sync="modeltelshow1" v-ref:modal large backdrop="false">
301
- <header slot="modal-header" class="modal-header">
302
- <button type="button" class="close" @click="cancel1"><span style="color: black">&times;</span></button>
303
- </header>
304
- <article slot="modal-body" class="modal-body">
305
- <div class="auto select-overspread" style="overflow-y: hidden">
306
- <validator name='v'>
307
- <ul class="nav nav-tabs">
308
- <p class="bg-info text-center" style="padding: 8px;">名称修改</p>
309
- </ul>
310
- <div class="form-horizontal" style="margin-top:20px;flex: 1;">
311
- <div class="row">
312
- <div class="col-sm-6">
313
- <label class="font_normal_body" >配置名称</label>
314
- <input type="text"
315
- v-model="model.name" style="width:60%"
316
- class="input_search full-with" placeholder="配置名称">
317
- </div>
318
- </div>
319
- <button @click="contelfirm1()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
320
- <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
321
- </button>
322
- <button @click='cancel1()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
323
- <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
324
- </button>
325
- </div>
326
- </validator>
327
- </div>
328
- </article>
329
- <footer slot="modal-footer" class="modal-footer">
330
- </footer>
331
- </modal>
332
- <modal :show.sync="modeltelshow2" v-ref:modal large backdrop="false">
333
- <header slot="modal-header" class="modal-header">
334
- <button type="button" class="close" @click="cancel2"><span style="color: black">&times;</span></button>
335
- </header>
336
- <article slot="modal-body" class="modal-body">
337
- <div class="auto select-overspread" >
338
- <validator name='v'>
339
- <ul class="nav nav-tabs">
340
- <p class="bg-info text-center" style="padding: 8px;">属性修改</p>
341
- </ul>
342
- <div class="form-horizontal" style="margin-top:20px;margin-bottom:20px;flex: 1;">
343
- <div class="row">
344
- <div class="col-sm-6" v-for="objs in updateArray">
345
- <label class="font_normal_body" >{{objs.label}}</label>
346
- <input v-if="objs.type=='input'" type="text"
347
- v-model="objs.value" style="width:60%"
348
- class="input_search full-with" :placeholder="objs.label">
349
- <v-select v-if="objs.type=='selector'"
350
- :value.sync="objs.value"
351
- v-model="objs.value" style="width:60%"
352
- close-on-select
353
- :value-single="true"
354
- :options="objs.options"
355
- class=" full-with" :placeholder="objs.label"></v-select>
356
- </div>
357
- </div>
358
- <button @click="telconfirm2()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
359
- <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
360
- </button>
361
- <button @click='cancel2()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
362
- <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
363
- </button>
364
- </div>
365
- </validator>
366
- </div>
367
- </article>
368
- <footer slot="modal-footer" class="modal-footer">
369
- </footer>
370
- </modal>
371
- </div>
372
- </template>
373
-
374
- <script>
375
- import { HttpResetClass } from 'vue-client'
376
- export default {
377
- title: '配置修改',
378
- ready() {
379
-
380
- },
381
- data() {
382
- return {
383
- firstShow: true,
384
- dispositioName:'',
385
- curorgid: [this.$login.f.orgid],
386
- seaching:false,
387
- modelshow:false,
388
- modelshow1:false,
389
- modelshow2:false,
390
- modeltelshow:false,
391
- modeltelshow1:false,
392
- modeltelshow2:false,
393
- upmodel:{},
394
- f_dir:'',
395
- model:{},
396
- modeldata:{},
397
- rightshow:false,
398
- righttelshow:false,
399
- rightrow:{},
400
- rightelrow:{},
401
- rightdata:{},
402
- rightteldata:{},
403
- telArray: [],
404
- safeArray: [],
405
- updateArray:[],
406
- distype:[{label:"输入框",value:"string"},{label:"选择框",value:"selector"}],
407
- disposition:this.$appdata.getParam('配置名称'),
408
- safeConfig: {
409
- "民用配置项": {},
410
- "非民用配置项": {}
411
- },
412
- telConfig: {
413
- "民用配置项": {},
414
- "非民用配置项": {}
415
- }
416
- }
417
- },
418
- methods: {
419
- dispselect(val){
420
- if(val=='安检配置项' || val==""){
421
- this.firstShow=true
422
- }else{
423
- this.firstShow=false
424
- }
425
- },
426
- getorg(val) {
427
- this.f_filialeid = val[0]
428
- if (val[0]){
429
- new HttpResetClass().load('post','api/af-safecheck/sql/safe_singleTable_OrderBy',{data: {
430
- items: 'f_dir',
431
- tablename: 't_organization',
432
- condition: `id = '${val[0]}'`,
433
- orderitem: 'id'
434
- }}).then(res=>{
435
- if (!res.data[0].f_dir){
436
- this.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
437
- }else{
438
- this.f_dir=res.data[0].f_dir
439
- try {
440
- new HttpResetClass().load('GET',`/safecheck/rs/vue/DevicesConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取居民配置项成功!', rejectMsg: '获取居民配置项出错!'}).then(res=>{
441
- //tag
442
- this.safeConfig["民用配置项"]=Object.assign({},res.data)
443
- })
444
- new HttpResetClass().load('GET',`/safecheck/rs/vue/DevicesSetConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取非居民配置项成功!', rejectMsg: '获取非居民配置项出错!'}).then(res=>{
445
- //tag
446
- this.safeConfig["非民用配置项"]=Object.assign({},res.data)
447
- }).then(res=> {
448
- this.safeArray = []
449
- this.initArray()
450
- this.model = {}
451
- this.modeldata = {}
452
- })
453
- new HttpResetClass().load('GET',`/telephone/rs/vue/SubstitConfigBusiness.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取居民配置项成功!', rejectMsg: '获取居民配置项出错!'}).then(res=>{
454
- this.telConfig["非民用配置项"]=Object.assign({},res.data)
455
- })
456
- new HttpResetClass().load('GET',`/telephone/rs/vue/SubstitConfigCivil.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取非居民配置项成功!', rejectMsg: '获取非居民配置项出错!'}).then(res=>{
457
- this.telConfig["民用配置项"]=Object.assign({},res.data)
458
- }).then(res=> {
459
- this.telArray = []
460
- this.initTelArray()
461
- })
462
- }catch (e) {
463
- this.$showMessage("获取配置文件失败"+e)
464
- }
465
- }
466
- })
467
- }
468
- },
469
- isteldelete(item){
470
-
471
- if (item.telindex!=1){
472
- return true
473
- }
474
- },
475
- isdelete(item){
476
- if (item.safename=='燃气表'&&item.safeindex){
477
- return false
478
- }
479
- if (item.safeindex!='1'){
480
- return true
481
- }
482
- },
483
- isteladd(item){
484
- if (item.telindex===4){
485
- return false
486
- }if (item.telindex===3){
487
- return item.teltype==='selector'||item.teltype==='radio'
488
- }
489
- return true
490
- },
491
- isadd(item){
492
- if (item.safeindex=='4' ){
493
- return false
494
- }if (item.safeindex=='3'){
495
- return item.safetype=='selector'||item.safetype=='radio'
496
- }
497
- return true
498
- },
499
- telconfirm(){
500
- if (this.modeldata.telindex==1){
501
- for(var i=0;i<this.telConfig[this.modeldata.telname].data.length;i++){
502
- if (this.telConfig[this.modeldata.telname].data[i].f_type===this.model.name){
503
- this.$showMessage('已有配置名'+this.model.name+',修改失败')
504
- return
505
- }
506
- }
507
- }
508
- if (this.modeldata.telindex==2){
509
- for(var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
510
- for (var j = 0; j <this.telConfig[this.modeldata.last].data[i].details.length; j++) {
511
- if (this.telConfig[this.modeldata.last].data[i].details[j].f_project===this.model.name){
512
- this.$showMessage('已有配置名'+this.model.name+',修改失败')
513
- return
514
- }
515
- }
516
- }
517
- }
518
- if (this.modeldata.telindex==3){
519
- for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
520
- for (var j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
521
- if(!!this.telConfig[this.modeldata.lastlast].data[i].details[j].options){
522
- for (var k = 0; k < this.telConfig[this.modeldata.lastlast].data[i].details[j].options.length; k++) {
523
- if (this.telConfig[this.modeldata.lastlast].data[i].details[j].options[k].data===this.model.name){
524
- this.$showMessage('已有配置名'+this.model.name+',修改失败')
525
- return
526
- }
527
- }
528
- }
529
- }
530
- }
531
- }
532
- if (this.modeldata.telindex==1){
533
- this.telConfig[this.modeldata.telname].data.push({
534
- f_type:this.model.name,
535
- details:[]
536
- })
537
- }
538
- if (this.modeldata.telindex==2){
539
- for(var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
540
- if(this.telConfig[this.modeldata.last].data[i].f_type==this.modeldata.telname){
541
- if(this.model.type==""){
542
- this.$showMessage("请输入类型")
543
- return
544
- }
545
- if(this.model.type=="string"){
546
- this.telConfig[this.modeldata.last].data[i].details.push({
547
- f_project:this.model.name,
548
- level:"",
549
- type:this.model.type
550
- })
551
- }
552
- if(this.model.type=="selector"){
553
- let options=[]
554
- if(this.model.num>0){
555
- for (let j = 0; j <this.model.num; j++) {
556
- options.push({
557
- data:"请修改"+j,
558
- isdefect:false,
559
- f_status:false,
560
- isdefault: false
561
- })
562
- }
563
- }else{
564
- this.$showMessage("请输入选项数量")
565
- return
566
- }
567
- this.telConfig[this.modeldata.last].data[i].details.push({
568
- f_project:this.model.name,
569
- level:"",
570
- type:this.model.type,
571
- options:options
572
- })
573
- }
574
- }
575
- }
576
- }
577
- if (this.modeldata.telindex==3){
578
- for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
579
- for (var j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
580
- if(!!this.telConfig[this.modeldata.lastlast].data[i].details[j].options){
581
- if(this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.modeldata.telname){
582
- this.telConfig[this.modeldata.lastlast].data[i].details[j].options.push({
583
- data:this.model.name,
584
- f_status:false,
585
- isdefect:false,
586
- isdefault:false
587
- })
588
- }
589
-
590
- }
591
- }
592
- }
593
- }
594
- let path
595
- let value
596
- if (this.modeldata.last=='民用配置项'||this.modeldata.lastlast=='民用配置项'||this.modeldata.lastlastlast=='民用配置项'){
597
- path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
598
- value=this.telConfig["民用配置项"]
599
- }else{
600
- path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
601
- value=this.telConfig["非民用配置项"]
602
- }
603
- /*发送求情*/
604
- this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
605
- this.$showMessage("修改成功")
606
- /*刷新页面*/
607
- this.telArray = []
608
- this.initTelArray()
609
- this.cancel1()
610
- })
611
- },
612
- confirm() {
613
- ////tag
614
- if (this.modeldata.safeindex==1){
615
- //tag
616
- for(let name in this.safeConfig[this.modeldata.safename]){
617
- if(typeof name=='function'){
618
- continue
619
- }
620
- if (name==this.model.name){
621
- this.$showMessage('已有配置名'+name+',添加失败')
622
- return
623
- }
624
- }
625
- }
626
- if (this.modeldata.safeindex==2){
627
- for(let name in this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items){
628
- if(typeof name=='function'){
629
- continue
630
- }
631
- if (name==this.model.name){
632
- this.$showMessage('已有配置名'+name+',添加失败')
633
- return
634
- }
635
- }
636
- //tag
637
- }
638
- if (this.modeldata.safeindex==3){
639
- for (let i = 0; i < this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options.length; i++) {
640
- if (this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options[i].data==this.model.name){
641
- this.$showMessage('已有配置名'+this.model.name+',添加失败')
642
- return
643
- }
644
- }
645
- //tag
646
- }
647
- ////tag
648
- ////tag)
649
- if (this.modeldata.safeindex=='1'){
650
- let index
651
- ////tag
652
- ////tag
653
- if (Object.keys(this.safeConfig[this.modeldata.safename]).length==0){
654
- index=0
655
- }else{
656
- for (let obj in this.safeConfig[this.modeldata.safename]) {
657
- if(typeof obj=='function'){
658
- continue
659
- }
660
- ////tag
661
- ////tag
662
- ////tag
663
- index = this.safeConfig[this.modeldata.safename][obj].index
664
- }
665
- }
666
- ////tag
667
- this.safeConfig[this.modeldata.safename][this.model.name] = {
668
- checkmust: true,
669
- index: index + 1,
670
- items:{}
671
- }
672
- ////tag)
673
- }
674
- if (this.modeldata.safeindex=='2'){
675
- let index
676
- ////tag
677
- ////tag
678
- if (Object.keys(this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items).length==0){
679
- index=0
680
- }else{
681
- for (let obj in this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items) {
682
- if(typeof obj=='function'){
683
- continue
684
- }
685
- ////tag
686
- ////tag
687
- ////tag
688
- index = this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items[obj].index
689
- }
690
- }
691
-
692
- ////tag
693
- this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items[this.model.name] = {
694
- index: index + 1,
695
- multiple: false,
696
- options:[],
697
- isshow:true,
698
- checkmust:false,
699
- type: "selector"
700
- }
701
- ////tag)
702
- }
703
- if (this.modeldata.safeindex=='3'){
704
- let index
705
- ////tag
706
- ////tag
707
- ////tag
708
- this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options.push({
709
- data:this.model.name,
710
- isdefect:false,
711
- level:'A',
712
- isdefault:false
713
- })
714
-
715
- ////tag)
716
- }
717
- let path
718
- let value
719
- if (this.modeldata.safelast=='民用配置项'||this.modeldata.safelastlast=='民用配置项'||this.modeldata.safelastlastlast=='民用配置项'){
720
- path= this.f_dir + `/phonevues/DevicesConfig.json`
721
- value=this.safeConfig["民用配置项"]
722
- }else{
723
- path= this.f_dir + `/phonevues/DevicesSetConfig.json`
724
- value=this.safeConfig["非民用配置项"]
725
- }
726
-
727
- this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=> {
728
-
729
- this.$showMessage("保存成功")
730
- this.safeArray = []
731
- this.initArray()
732
- this.model = {}
733
- this.modeldata = {}
734
- this.rightshow = false
735
- this.modelshow = false
736
- })
737
-
738
- },
739
- cancel() {
740
- this.model={}
741
- this.modeldata={}
742
- this.modelshow = false
743
- this.modeltelshow = false
744
- },
745
- confirm1() {
746
- if (this.modeldata.safeindex==2){
747
- //tag
748
- for(let name in this.safeConfig[this.modeldata.safelast]){
749
- if(typeof name=='function'){
750
- continue
751
- }
752
- if (name==this.model.name){
753
- this.$showMessage('已有配置名'+name+',修改失败')
754
- return
755
- }
756
- }
757
- }
758
- if (this.modeldata.safeindex==3){
759
- for(let name in this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items){
760
- if(typeof name=='function'){
761
- continue
762
- }
763
- if (name==this.model.name){
764
- this.$showMessage('已有配置名'+name+',修改失败')
765
- return
766
- }
767
- }
768
- //tag
769
- }
770
- if (this.modeldata.safeindex==4){
771
- for (let i = 0; i < this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options.length; i++) {
772
- if (this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data==this.model.name){
773
- this.$showMessage('已有配置名'+this.model.name+',修改失败')
774
- return
775
- }
776
- }
777
- //tag
778
- }
779
- this.seaching=true
780
- ////tag
781
- ////tag)
782
-
783
- if (this.modeldata.safeindex=='2'){
784
- this.safeConfig[this.modeldata.safelast][this.model.name]=Object.assign({},this.safeConfig[this.modeldata.safelast][this.modeldata.safename])
785
- delete this.safeConfig[this.modeldata.safelast][this.modeldata.safename]
786
- }
787
- if (this.modeldata.safeindex=='3'){
788
- this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.model.name]=Object.assign({},this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename])
789
- delete this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename]
790
- }
791
- if (this.modeldata.safeindex=='4'){
792
- ////tag
793
- ////tag)
794
- for (let i = 0; i < this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options.length; i++) {
795
- if(this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data==this.modeldata.safename){
796
- this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data=this.model.name
797
- }
798
- }
799
- }
800
- let path
801
- let value
802
- if (this.modeldata.safelast=='民用配置项'||this.modeldata.safelastlast=='民用配置项'||this.modeldata.safelastlastlast=='民用配置项'){
803
- path= this.f_dir + `/phonevues/DevicesConfig.json`
804
- value=this.safeConfig["民用配置项"]
805
- }else{
806
- path= this.f_dir + `/phonevues/DevicesSetConfig.json`
807
- value=this.safeConfig["非民用配置项"]
808
- }
809
-
810
- this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
811
- this.$showMessage("修改成功")
812
- this.safeArray = []
813
- this.initArray()
814
- this.model={}
815
- this.modeldata={}
816
- this.rightshow=false
817
- this.modelshow1 = false
818
- this.seaching=false
819
- })
820
-
821
-
822
- },
823
- contelfirm1() {
824
- if (this.modeldata.telindex===2){
825
- for( var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
826
- if (this.telConfig[this.modeldata.last].data[i].f_type===this.model.name){
827
- this.$showMessage('已有配置名'+this.model.name+',修改失败')
828
- return
829
- }
830
- }
831
- }
832
- if (this.modeldata.telindex===3){
833
- for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
834
- for (let j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
835
- if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.model.name){
836
- this.$showMessage('已有配置名'+this.model.name+',修改失败')
837
- return
838
- }
839
- }
840
- }
841
- }
842
- if (this.modeldata.telindex===4){
843
- for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
844
- for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
845
- if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
846
- for (var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++) {
847
- if (this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.model.name){
848
- this.$showMessage('已有配置名'+this.model.name+',修改失败')
849
- return
850
- }
851
- }
852
- }
853
- }
854
- }
855
- }
856
- this.seaching=true
857
- if (this.modeldata.telindex==2){
858
- for( var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
859
- if (this.telConfig[this.modeldata.last].data[i].f_type===this.modeldata.telname){
860
- this.telConfig[this.modeldata.last].data[i].f_type=this.model.name
861
- }
862
- }
863
- }
864
-
865
- if (this.modeldata.telindex==3){
866
- for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
867
- for (let j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
868
- if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.modeldata.telname){
869
- this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project=this.model.name
870
- }
871
- }
872
- }
873
- }
874
- if (this.modeldata.telindex==4){
875
- for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
876
- for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
877
- if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
878
- for (var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++) {
879
- if (this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.modeldata.telname){
880
- this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data=this.model.name
881
- }
882
- }
883
- }
884
- }
885
- }
886
- }
887
- let path
888
- let value
889
- if (this.modeldata.last=='民用配置项'||this.modeldata.lastlast=='民用配置项'||this.modeldata.lastlastlast=='民用配置项'){
890
- path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
891
- value=this.telConfig["民用配置项"]
892
- }else{
893
- path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
894
- value=this.telConfig["非民用配置项"]
895
- }
896
- /*发送求情*/
897
- this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
898
- this.$showMessage("修改成功")
899
- /*刷新页面*/
900
- this.telArray = []
901
- this.initTelArray()
902
- this.cancel1()
903
- })
904
- },
905
- cancel1() {
906
- this.model={}
907
- this.modeldata={}
908
- this.modelshow1 = false
909
- this.modeltelshow1 = false
910
- },
911
- addsafeConfig(item) {
912
- this.modeldata = item
913
- this.modeltelshow= true
914
- },
915
- deletetelConfig(item){
916
- this.$showMessage('删除后无法恢复,确认删除吗?',['confirm','cancel']).then(res=>{
917
- if (res=='confirm'){
918
- if (item.telindex==2){
919
- for(var i=0;i<this.telConfig[item.last].data.length;i++){
920
- if(this.telConfig[item.last].data[i].f_type===item.telname){
921
- this.telConfig[item.last].data.splice(i, 1);
922
- i--;
923
-
924
- }
925
- }
926
- }else if (item.telindex==3){
927
- for(var i=0;i<this.telConfig[item.lastlast].data.length;i++){
928
- for (var j = 0; j <this.telConfig[item.lastlast].data[i].details.length; j++) {
929
- console.log(this.telConfig[item.lastlast].data[i].details[j].f_project)
930
- if (this.telConfig[item.lastlast].data[i].details[j].f_project===item.telname){
931
- //移除这个对象
932
- // 移除这个对象
933
- this.telConfig[item.lastlast].data[i].details.splice(j, 1);
934
- // 移除后需要调整 j 的值,因为数组长度减少了
935
- j--;
936
- }
937
- }
938
- }
939
- }else if (item.telindex==4){
940
- for(var i=0;i<this.telConfig[item.lastlastlast].data.length;i++){
941
- for (var j = 0; j <this.telConfig[item.lastlastlast].data[i].details.length; j++) {
942
- if(!!this.telConfig[item.lastlastlast].data[i].details[j].options){
943
- for(var k = 0; k < this.telConfig[item.lastlastlast].data[i].details[j].options.length; k++){
944
- if(this.telConfig[item.lastlastlast].data[i].details[j].options[k].data===item.telname &&this.telConfig[item.lastlastlast].data[i].details[j].f_project===item.last){
945
- //除这个对象
946
- this.telConfig[item.lastlastlast].data[i].details[j].options.splice(k, 1);
947
- // 移除后需要调整 k 的值,因为数组长度减少了
948
- k--;
949
-
950
- }
951
- }
952
- }
953
- }
954
- }
955
- }
956
- let path
957
- let value
958
- if (this.modeldata.last==='民用配置项'||this.modeldata.lastlast==='民用配置项'||this.modeldata.lastlastlast==='民用配置项'){
959
- path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
960
- value=this.telConfig["民用配置项"]
961
- }else{
962
- path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
963
- value=this.telConfig["非民用配置项"]
964
- }
965
- /*发送求情*/
966
- this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
967
- this.$showMessage("修改成功")
968
- this.telArray = []
969
- this.initTelArray()
970
- this.cancel2()
971
- })
972
- }
973
- })
974
- },
975
- deletesafeConfig(item){
976
- this.$showMessage('删除后无法恢复,确认删除吗?',['confirm','cancel']).then(res=>{
977
- if (res=='confirm'){
978
- this.seaching=true
979
- if (item.safeindex=='2'){
980
- ////tag
981
- if (item.safename=='燃气表'){
982
- this.$showMessage("燃气表不允许删除!!!")
983
- return
984
- }else{
985
- ////tag
986
- delete this.safeConfig[item.safelast][item.safename]
987
-
988
- for(let name in this.safeConfig[item.safelast]){
989
- if(typeof name=='function'){
990
- continue
991
- }
992
- if (this.safeConfig[item.safelast][name].index>item.safesort){
993
- this.safeConfig[item.safelast][name].index=this.safeConfig[item.safelast][name].index-1
994
- }
995
- }
996
- }
997
- }else if (item.safeindex=='3'){
998
- delete this.safeConfig[item.safelastlast][item.safelast].items[item.safename]
999
- for(let name in this.safeConfig[item.safelastlast][item.safelast].items){
1000
- if(typeof name=='function'){
1001
- continue
1002
- }
1003
- if (this.safeConfig[item.safelastlast][item.safelast].items[name].index>item.safesort){
1004
- this.safeConfig[item.safelastlast][item.safelast].items[name].index=this.safeConfig[item.safelastlast][item.safelast].items[name].index-1
1005
- }
1006
- }
1007
- }else if (item.safeindex=='4'){
1008
- for (let i = 0; i < this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options.length; i++) {
1009
- if (this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i].data==item.safename){
1010
- this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options.splice(i,1)
1011
- }
1012
- }
1013
- }
1014
- let path
1015
- let value
1016
- if (item.safelast=='民用配置项'||item.safelastlast=='民用配置项'||item.safelastlastlast=='民用配置项'){
1017
- path= this.f_dir + `/phonevues/DevicesConfig.json`
1018
- value=this.safeConfig["民用配置项"]
1019
- }else{
1020
- path= this.f_dir + `/phonevues/DevicesSetConfig.json`
1021
- value=this.safeConfig["非民用配置项"]
1022
- }
1023
-
1024
- this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=> {
1025
-
1026
- this.$showMessage("删除成功")
1027
- this.safeArray = []
1028
- this.initArray()
1029
- this.model = {}
1030
- this.modeldata = {}
1031
- this.rightshow = false
1032
- this.modelshow2 = false
1033
- // this.sleep(2000);
1034
- this.seaching = false
1035
- })
1036
- }
1037
- })
1038
-
1039
- },
1040
- updatesafeConfig(item){
1041
- this.modeldata=item
1042
- //tag
1043
- let array=[]
1044
- if (item.safeindex=='2') {
1045
- //tag)
1046
- let aa = {"checkmust": false, "index": 1}
1047
- if (this.safeConfig[item.safelast][item.safename].checkmust) {
1048
- array.push({
1049
- label: '是否必填',
1050
- value: true,
1051
- type: 'selector',
1052
- name:'checkmust',
1053
- options: [{label: '是', value: true}, {label: '否', value: false}]
1054
- })
1055
- } else {
1056
- array.push({
1057
- label: '是否必填',
1058
- value: false,
1059
- type: 'selector',
1060
- name:'checkmust',
1061
- options: [{label: '是', value: true}, {label: '否', value: false}]
1062
- })
1063
- }
1064
- }
1065
- if (item.safeindex=='3'){
1066
- let aa={"index":1,"multiple":false,"isshow":true,"checkmust":false,"type":"selector"}
1067
- for (let key in this.safeConfig[item.safelastlast][item.safelast].items[item.safename]){
1068
- if(typeof key=='function'){
1069
- continue
1070
- }
1071
- if (key=='index'){
1072
-
1073
- }else if(key=='multiple'){
1074
- array.push({
1075
- label: '是否多选',
1076
- value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1077
- name:key,
1078
- type: 'selector',
1079
- options: [{label: '是', value: true}, {label: '否', value: false}]
1080
- })
1081
- }else if(key=='options'){
1082
-
1083
- }else if(key=='isshow'){
1084
- array.push({
1085
- label: '是否展示',
1086
- value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1087
- name:key,
1088
- type: 'selector',
1089
- options: [{label: '是', value: true}, {label: '否', value: false}]
1090
- })
1091
- }else if(key=='checkmust'){
1092
- array.push({
1093
- label: '是否必填',
1094
- value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1095
- name:key,
1096
- type: 'selector',
1097
- options: [{label: '是', value: true}, {label: '否', value: false}]
1098
- })
1099
- }else if(key=='type'){
1100
- array.push({
1101
- label: '配置类型',
1102
- value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1103
- name:key,
1104
- type: 'selector',
1105
- options: [{label: '输入框', value: 'string'}, {label: '选择框', value: 'selector'}, {label: '勾选框', value: 'radio'},{label: '图片框', value: 'picture'}]
1106
- })
1107
- }
1108
- }
1109
- //tag)
1110
- }
1111
- if (item.safeindex=='4'){
1112
- let aa={"data":"333333333","isdefect":"否","level":"A","isdefault":"否"}
1113
- for (let i = 0; i < this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options.length; i++) {
1114
- if (this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i].data==item.safename){
1115
- //tag)
1116
- for(let key in this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i]){
1117
- if(typeof key=='function'){
1118
- continue
1119
- }
1120
- if(key=='data'){
1121
-
1122
- }else if(key=='isdefect'){
1123
- array.push({
1124
- label: '是否隐患',
1125
- value: this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i][key],
1126
- name:key,
1127
- type: 'selector',
1128
- options: [{label: '是', value: true}, {label: '否', value: false}]
1129
- })
1130
- }else if(key=='isdefault'){
1131
- array.push({
1132
- label: '是否默认',
1133
- value: this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i][key],
1134
- name:key,
1135
- type: 'selector',
1136
- options: [{label: '是否默认', value: ''},{label: '是', value: true}, {label: '否', value: false}]
1137
- })
1138
-
1139
- }else if(key=='level'){
1140
- array.push({
1141
- label: '隐患级别',
1142
- value: this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i][key],
1143
- name:key,
1144
- type: 'input',
1145
- })
1146
-
1147
- }
1148
- }
1149
- }
1150
- }
1151
- }
1152
- //tag
1153
- //tag
1154
- this.updateArray=Object.assign([],array)
1155
- this.modelshow2=true
1156
- },
1157
- updatetelConfig(item){
1158
- this.modeldata=item
1159
- let array=[]
1160
- if (item.telindex==2) {
1161
- }
1162
- if (item.telindex==3){
1163
- for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
1164
- for (var j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
1165
- if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.modeldata.telname){
1166
- for(let key in this.telConfig[this.modeldata.lastlast].data[i].details[j]){
1167
- if(typeof key=='function'){
1168
- continue
1169
- }
1170
- if(key==='level'){
1171
- array.push({
1172
- label: '隐患级别',
1173
- value: this.telConfig[this.modeldata.lastlast].data[i].details[j].level,
1174
- name:key,
1175
- type: 'input',
1176
- })
1177
- }
1178
- }
1179
- }
1180
- }
1181
- }
1182
- }
1183
- if (item.telindex===4){
1184
- for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
1185
- for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
1186
- if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
1187
- for(var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++){
1188
- if(this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.modeldata.telname &&this.telConfig[this.modeldata.lastlastlast].data[i].details[j].f_project===this.modeldata.last){
1189
- for(var key in this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k]){
1190
- if(typeof key=='function'){
1191
- continue
1192
- }
1193
- if(key==='isdefect'){
1194
- array.push({
1195
- label: '隐患',
1196
- value: this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].isdefect,
1197
- name:key,
1198
- type: 'input',
1199
- })
1200
- }
1201
- if(key==='isdefault'){
1202
- array.push({
1203
- label: '是否默认',
1204
- value: this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].isdefault,
1205
- name:key,
1206
- type: 'input',
1207
- })
1208
- }
1209
- if(key==='f_status'){
1210
- array.push({
1211
- label: '是否异常',
1212
- value: this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].f_status,
1213
- name:key,
1214
- type: 'input',
1215
- })
1216
- }
1217
- }
1218
- }
1219
- }
1220
- }
1221
- }
1222
- }
1223
- }
1224
- this.updateArray=Object.assign([],array)
1225
- this.modeltelshow2=true
1226
- },
1227
- confirm2(){
1228
- this.seaching=true
1229
- if (this.modeldata.safeindex=='2'){
1230
- for (let i = 0; i < this.updateArray.length; i++) {
1231
- this.safeConfig[this.modeldata.safelast][this.modeldata.safename][this.updateArray[i].name]=this.updateArray[i].value
1232
- }
1233
- }
1234
- if (this.modeldata.safeindex=='3'){
1235
- for (let i = 0; i < this.updateArray.length; i++) {
1236
- this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename][this.updateArray[i].name]=this.updateArray[i].value
1237
- if (this.updateArray[i].name=='type'&&this.updateArray[i].value!='selector'&&this.updateArray[i].value!='radio'){
1238
-
1239
- if (this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].hasOwnProperty('options')){
1240
- delete this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options
1241
- }
1242
- }
1243
- if (this.updateArray[i].name=='type'&&(this.updateArray[i].value=='selector'||this.updateArray[i].value!='radio')){
1244
- if (!this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].hasOwnProperty('options')){
1245
- this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options=[]
1246
- }
1247
- }
1248
- }
1249
-
1250
- }
1251
- if (this.modeldata.safeindex=='4'){
1252
-
1253
- for (let i = 0; i < this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options.length; i++) {
1254
- if(this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data==this.modeldata.safename){
1255
- for (let j = 0; j < this.updateArray.length; j++) {
1256
-
1257
-
1258
- this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i][this.updateArray[j].name]=this.updateArray[j].value
1259
- }
1260
- }
1261
- }
1262
- }
1263
- let path
1264
- let value
1265
- if (this.modeldata.safelast=='民用配置项'||this.modeldata.safelastlast=='民用配置项'||this.modeldata.safelastlastlast=='民用配置项'){
1266
- path= this.f_dir + `/phonevues/DevicesConfig.json`
1267
- value=this.safeConfig["民用配置项"]
1268
- }else{
1269
- path= this.f_dir + `/phonevues/DevicesSetConfig.json`
1270
- value=this.safeConfig["非民用配置项"]
1271
- }
1272
-
1273
- this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=> {
1274
-
1275
- this.$showMessage("修改成功")
1276
- this.safeArray = []
1277
- this.initArray()
1278
- this.model = {}
1279
- this.modeldata = {}
1280
- this.rightshow = false
1281
- this.modelshow2 = false
1282
- this.seaching = false
1283
- })
1284
- },
1285
- telconfirm2(){
1286
- this.seaching=true
1287
- if (this.modeldata.telindex==3) {
1288
- for (var i = 0; i< this.telConfig[this.modeldata.lastlast].data.length; i++) {
1289
- for (var j = 0; j < this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
1290
- if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project === this.modeldata.telname) {
1291
- for (let key in this.telConfig[this.modeldata.lastlast].data[i].details[j]) {
1292
- for (let K = 0; K< this.updateArray.length; K++) {
1293
- if(this.updateArray[K].name===key){
1294
- this.telConfig[this.modeldata.lastlast].data[i].details[j][key]=this.updateArray[K].value
1295
- }
1296
- }
1297
- }
1298
- }
1299
- }
1300
- }
1301
- }
1302
- if (this.modeldata.telindex==4){
1303
- for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
1304
- for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
1305
- if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
1306
- for(var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++){
1307
- if(this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.modeldata.telname &&this.telConfig[this.modeldata.lastlastlast].data[i].details[j].f_project===this.modeldata.last){
1308
- for(var key in this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k]){
1309
- for (var l = 0; l< this.updateArray.length; l++) {
1310
- if(this.updateArray[l].name===key){
1311
- this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k][key]=this.updateArray[l].value
1312
- }
1313
- }
1314
- }
1315
- }
1316
- }
1317
- }
1318
- }
1319
- }
1320
- }
1321
- let path
1322
- let value
1323
- if (this.modeldata.last==='民用配置项'||this.modeldata.lastlast==='民用配置项'||this.modeldata.lastlastlast==='民用配置项'){
1324
- path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
1325
- value=this.telConfig["民用配置项"]
1326
- }else{
1327
- path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
1328
- value=this.telConfig["非民用配置项"]
1329
- }
1330
- /*发送求情*/
1331
- this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
1332
- this.$showMessage("修改成功")
1333
- this.telArray = []
1334
- this.initTelArray()
1335
- this.cancel2()
1336
- })
1337
- },
1338
- cancel2(){
1339
- this.modelshow2=false
1340
- this.modeltelshow2=false
1341
- },
1342
- updatesafeConfigName(item){
1343
-
1344
- this.$set('model.name',item.safename)
1345
- this.modeldata=Object.assign({},item)
1346
- this.modelshow1=true
1347
- },
1348
- updatetelConfigName(item){
1349
- this.$set('model.name',item.telname)
1350
- this.modeldata=Object.assign({},item)
1351
- this.modeltelshow1=true
1352
- },
1353
- initArray() {
1354
- for (let bigsafe in this.safeConfig) {
1355
- if(typeof bigsafe=='function'){
1356
- continue
1357
- }
1358
- ////tag
1359
- ////tag)
1360
- this.safeArray.push({
1361
- selectedshow: false,
1362
- safetype: '',
1363
- safeshow: false,
1364
- safename: bigsafe,
1365
- safevalue: this.safeConfig[bigsafe] ? Object.keys(this.safeConfig[bigsafe]).length : 0,
1366
- safeindex: 1
1367
- })
1368
- }
1369
- this.seaching=false
1370
- },
1371
- initTelArray(){
1372
- //延时0.5s,后执行
1373
- setTimeout(()=>{
1374
- for (let bigsafe in this.telConfig) {
1375
- if (typeof bigsafe == 'function') {
1376
- continue
1377
- }
1378
- this.telArray.push({
1379
- selectedshow: false,
1380
- teltype:'',
1381
- telshow: false,
1382
- telname: bigsafe,
1383
- telvalue: this.telConfig[bigsafe] ? this.telConfig[bigsafe].data.length : 0,
1384
- telindex: 1,
1385
- type:bigsafe
1386
- })
1387
- }
1388
- },1000)
1389
- },
1390
- tlepushArray(val, arrayindex) {
1391
- let spliceindex = arrayindex + 1
1392
- if(this.telArray[arrayindex].telshow == false){
1393
- this.telArray[arrayindex].telshow = true
1394
- if(val.telindex==1){
1395
- let linshiarray = []
1396
- for (let two in this.telConfig[val.telname].data){
1397
- linshiarray.push({
1398
- selectedshow:false,
1399
- telsort:two+1 ,
1400
- teltype:'',
1401
- type: val.type,
1402
- telshow: false,
1403
- telname: this.telConfig[val.telname].data[two].f_type,
1404
- telvalue: this.telConfig[val.telname].data[two].details.length,
1405
- telindex: 2,
1406
- last:val.telname //fei
1407
- })
1408
- }
1409
- linshiarray=this.jsonSort(linshiarray, "telsort",true)
1410
- for (let i = 0; i < linshiarray.length; i++) {
1411
- this.telArray.splice(spliceindex, 0,linshiarray[i])
1412
- }
1413
- }
1414
- if(val.telindex==2){
1415
- let linshiarray = [];
1416
- for (var i = 0; i < this.telConfig[val.type].data.length; i++) {
1417
- if (this.telConfig[val.type].data[i].f_type === val.telname) {
1418
- for (var j = 0; j < this.telConfig[val.type].data[i].details.length; j++) {
1419
- linshiarray.push({
1420
- type:val.type,
1421
- selectedshow: false,
1422
- telsort: j+1,
1423
- teltype: this.telConfig[val.type].data[i].details[j].type,
1424
- telshow: false,
1425
- telname: this.telConfig[val.type].data[i].details[j].f_project,
1426
- telvalue: this.telConfig[val.type].data[i].details[j].options?this.telConfig[val.type].data[i].details[j].options.length:0,
1427
- telindex: 3,
1428
- last: val.telname,
1429
- lastlast:val.last,
1430
- });
1431
- }
1432
- }
1433
- }
1434
- linshiarray=this.jsonSort(linshiarray, "telsort",true)
1435
- for (let i = 0; i < linshiarray.length; i++) {
1436
- this.telArray.splice(spliceindex, 0,linshiarray[i])
1437
- }
1438
- }
1439
- if(val.telindex==3){
1440
- let linshiarray = [];
1441
- for (var m = 0; m < this.telConfig[val.type].data.length; m++) {
1442
- for (var n = 0; n < this.telConfig[val.type].data[m].details.length; n++){
1443
- if(this.telConfig[val.type].data[m].details[n].f_project==val.telname){
1444
- for (var p = 0; p < this.telConfig[val.type].data[m].details[n].options.length; p++){
1445
- linshiarray.push({
1446
- telindex: 4,
1447
- type:val.type,
1448
- selectedshow: false,
1449
- telsort: p+1,
1450
- teltype: this.telConfig[val.type].data[m].details[n].options[p].type,
1451
- telshow: false,
1452
- telname: this.telConfig[val.type].data[m].details[n].options[p].data,
1453
- telvalue: this.telConfig[val.type].data[m].details[n].options[p].options?this.telConfig[val.type].data[m].details[n].options[p].options.length:0,
1454
- last:val.telname,
1455
- lastlast:val.last,
1456
- lastlastlast:val.lastlast
1457
-
1458
- })
1459
- }
1460
- }
1461
- }
1462
- }
1463
- linshiarray=this.jsonSort(linshiarray, "telsort",true)
1464
- for (let i = 0; i < linshiarray.length; i++) {
1465
- this.telArray.splice(spliceindex, 0,linshiarray[i])
1466
- }
1467
- }
1468
- }else if(this.telArray[arrayindex].telshow ===true){
1469
- this.telArray[arrayindex].telshow = false
1470
- for (let i = 0; i < this.telArray.length; i++) {
1471
- if (this.telArray[i].last === this.telArray[arrayindex].telname
1472
- || this.telArray[i].lastlast === this.telArray[arrayindex].telname
1473
- || this.telArray[i].lastlastlast === this.telArray[arrayindex].telname) {
1474
- if(this.telArray[arrayindex].type===this.telArray[i].type){
1475
- //从数组中移除
1476
- this.telArray.splice(i, 1);
1477
- i--; // 由于删除了元素,索引需要减1
1478
- }
1479
-
1480
- }
1481
- }
1482
- }
1483
- },
1484
- closeright() {
1485
- this.rightshow = false
1486
- this.righttelshow = false
1487
- },
1488
- getlastname() {
1489
- if (this.rightrow.safelast) {
1490
- return this.rightrow.safelast
1491
- }
1492
- return '无'
1493
- },
1494
- pushArray(val, arrayindex) {
1495
- ////tag
1496
- ////tag)
1497
- ////tag)
1498
- if (this.safeArray[arrayindex].safeshow == false) {
1499
- let spliceindex = arrayindex + 1
1500
- this.safeArray[arrayindex].safeshow = true
1501
- if (val.safeindex == '1') {
1502
- let linshiarray = []
1503
- for (let two in this.safeConfig[val.safename]) {
1504
- if(typeof two=='function'){
1505
- continue
1506
- }
1507
- ////tag
1508
- ////tag)
1509
-
1510
- linshiarray.push({
1511
- selectedshow: false,
1512
- safesort: this.safeConfig[val.safename][two].index,
1513
- safetype: '',
1514
- safeshow: false,
1515
- safename: two,
1516
- safevalue: this.safeConfig[val.safename][two].items ? Object.keys(this.safeConfig[val.safename][two].items).length : 0,
1517
- safeindex: 2,
1518
- safelast: val.safename
1519
- })
1520
-
1521
- }
1522
- linshiarray=this.jsonSort(linshiarray, "safesort",true)
1523
- ////tag
1524
- ////tag)
1525
- for (let i = 0; i < linshiarray.length; i++) {
1526
- this.safeArray.splice(spliceindex, 0,linshiarray[i])
1527
- }
1528
- }
1529
- if (val.safeindex == '2') {
1530
- let linshiarray = []
1531
- let aa = {"safename": "燃气表", "safevalue": 3, "safeindex": 2, "safelast": "民用配置项"}
1532
- for (let isthree in this.safeConfig[val.safelast][val.safename]) {
1533
- if(typeof isthree=='function'){
1534
- continue
1535
- }
1536
- if (isthree == 'items') {
1537
- for (let three in this.safeConfig[val.safelast][val.safename].items) {
1538
- if(typeof three=='function'){
1539
- continue
1540
- }
1541
- ////tag
1542
- ////tag
1543
- ////tag
1544
- ////tag)
1545
- ////tag)
1546
- linshiarray.push({
1547
- safesort:this.safeConfig[val.safelast][val.safename].items[three].index,
1548
- selectedshow: false,
1549
- safetype: this.safeConfig[val.safelast][val.safename].items[three].type,
1550
- safeshow: false,
1551
- safename: three,
1552
- safevalue: this.safeConfig[val.safelast][val.safename].items[three].options ? Object.keys(this.safeConfig[val.safelast][val.safename].items[three].options).length : 0,
1553
- safeindex: 3,
1554
- safelast: val.safename,
1555
- safelastlast: val.safelast
1556
- })
1557
- }
1558
- linshiarray=this.jsonSort(linshiarray, "safesort",true)
1559
- ////tag
1560
- ////tag)
1561
- for (let i = 0; i < linshiarray.length; i++) {
1562
- this.safeArray.splice(spliceindex, 0,linshiarray[i])
1563
- }
1564
- }
1565
- }
1566
-
1567
- }
1568
- if (val.safeindex == '3') {
1569
- let linshiarray = []
1570
- let aa = {
1571
- "safename": "燃气表有无改装在卧室、卫生间、客厅",
1572
- "safevalue": 4,
1573
- "safeindex": 3,
1574
- "safelast": "燃气表",
1575
- "safelastlast": "民用配置项"
1576
- }
1577
- for (let isfour in this.safeConfig[val.safelastlast][val.safelast].items[val.safename]) {
1578
- if(typeof isfour=='function'){
1579
- continue
1580
- }
1581
- if (isfour == 'options') {
1582
- for (let four in this.safeConfig[val.safelastlast][val.safelast].items[val.safename].options) {
1583
- if(typeof four=='function'){
1584
- continue
1585
- }
1586
- ////tag
1587
- ////tag
1588
- ////tag)
1589
- ////tag)
1590
- ////tag)
1591
- linshiarray.push({
1592
- safesort:four,
1593
- selectedshow: false,
1594
- safetype: 'no',
1595
- safeshow: false,
1596
- safename: this.safeConfig[val.safelastlast][val.safelast].items[val.safename].options[four].data,
1597
- safevalue: 0,
1598
- safeindex: 4,
1599
- safelast: val.safename,
1600
- safelastlast: val.safelast,
1601
- safelastlastlast: val.safelastlast,
1602
- })
1603
- }
1604
- linshiarray=this.jsonSort(linshiarray, "safesort",true)
1605
- ////tag
1606
- ////tag)
1607
- for (let i = 0; i < linshiarray.length; i++) {
1608
- this.safeArray.splice(spliceindex, 0,linshiarray[i])
1609
- }
1610
-
1611
- }
1612
- }
1613
- }
1614
- } else {
1615
- let deleteindex = {begin: 999999, end: 99999}
1616
- this.safeArray[arrayindex].safeshow = false
1617
- for (let i = 0; i < this.safeArray.length; i++) {
1618
- if (this.safeArray[i].safelast == this.safeArray[arrayindex].safename
1619
- || this.safeArray[i].safelastlast == this.safeArray[arrayindex].safename
1620
- || this.safeArray[i].safelastlastlast == this.safeArray[arrayindex].safename) {
1621
- if (deleteindex.begin == 999999) {
1622
- deleteindex.begin = i
1623
- } else {
1624
- deleteindex.end = i
1625
- }
1626
- }
1627
- }
1628
- ////tag)
1629
- this.safeArray.splice(deleteindex.begin, deleteindex.end + 1 - deleteindex.begin)
1630
-
1631
- }
1632
- ////tag)
1633
- },
1634
- selectedshow(index) {
1635
- this.rightdata={}
1636
- ////tag
1637
- for (let i = 0; i < this.safeArray.length; i++) {
1638
- this.safeArray[i].selectedshow = false
1639
- }
1640
- this.safeArray[index].selectedshow = true
1641
- this.rightrow = Object.assign({}, this.safeArray[index])
1642
- //传入参数到右侧
1643
- //开始取对应参数
1644
- ////tag
1645
- ////tag
1646
- this.setRightRow(this.rightrow)
1647
-
1648
- this.rightshow = true
1649
-
1650
- },
1651
- selecttelshow(index) {
1652
- this.rightteldata={}
1653
- for (let i = 0; i < this.telArray.length; i++) {
1654
- this.telArray[i].selectedshow = false
1655
- }
1656
- this.telArray[index].selectedshow = true
1657
- this.righttelrow = Object.assign({}, this.telArray[index])
1658
- this.setRighttelRow(this.righttelrow)
1659
- this.righttelshow = true
1660
- },
1661
- setRighttelRow(row) {
1662
- if (row.lastlastlast) {
1663
- for (var i = 0; i < this.telConfig[row.lastlastlast].data.length; i++) {
1664
- if(this.telConfig[row.lastlastlast].data[i].f_type===row.lastlast){
1665
- for (var j = 0; j < this.telConfig[row.lastlastlast].data[i].details.length; j++) {
1666
- if (this.telConfig[row.lastlastlast].data[i].details[j].f_project === row.last) {
1667
- if (this.telConfig[row.lastlastlast].data[i].details[j].options) {
1668
- for (var k = 0; k < this.telConfig[row.lastlastlast].data[i].details[j].options.length; k++) {
1669
- if (this.telConfig[row.lastlastlast].data[i].details[j].options[k].data === row.telname) {
1670
- this.rightteldata = Object.assign({}, this.telConfig[row.lastlastlast].data[i].details[j].options[k])
1671
- }
1672
- }
1673
- }
1674
- }
1675
- }
1676
- }
1677
- }
1678
- } else if (row.lastlast) {
1679
- for (var i = 0; i < this.telConfig[row.lastlast].data.length; i++) {
1680
- if(this.telConfig[row.lastlast].data[i].f_type===row.last){
1681
- for (var j = 0; j < this.telConfig[row.lastlast].data[i].details.length; j++) {
1682
- if (this.telConfig[row.lastlast].data[i].details[j].f_project === row.telname) {
1683
- this.rightteldata = Object.assign({}, this.telConfig[row.lastlast].data[i].details[j])
1684
- }
1685
- }
1686
- }
1687
- }
1688
- } else if (row.last) {
1689
- for (var i = 0; i < this.telConfig[row.last].data.length; i++) {
1690
- if(this.telConfig[row.last].data[i].f_type===row.telname
1691
- ){
1692
- this.rightteldata = Object.assign({}, this.telConfig[row.last].data[i])
1693
- }
1694
- }
1695
- }
1696
- },
1697
- getrightdataname(name) {
1698
- ////tag
1699
- ////tag
1700
- debugger
1701
- if (name == 'checkmust') {
1702
- return '是否必填'
1703
- }
1704
- if (name == 'isdefault') {
1705
- return '是否默认'
1706
- }
1707
- if (name == 'index') {
1708
- return '配置下标'
1709
- }
1710
- if (name == 'items') {
1711
- return '配置数量'
1712
- }
1713
- if (name == 'items' ||name== 'details') {
1714
- return '配置数量'
1715
- }
1716
- if (name == 'options') {
1717
- return '选项数量'
1718
- }
1719
- if (name == 'type') {
1720
- return '配置类型'
1721
- }
1722
- if (name == 'isdefect') {
1723
- return '是否隐患'
1724
- }
1725
- if (name == 'isshow') {
1726
- return '是否展示'
1727
- }
1728
- if (name == 'multiple') {
1729
- return '是否多选'
1730
- }
1731
- if (name == 'level') {
1732
- return '隐患级别'
1733
- }
1734
- if (name == 'data') {
1735
- return '选项名称'
1736
- }
1737
- if (name == 'f_status') {
1738
- return '是否异常'
1739
- }
1740
- if (name == 'f_project') {
1741
- return '名称'
1742
- }
1743
- if (name == 'f_type') {
1744
- return '名称'
1745
- }
1746
- },
1747
- getrightdatavalue(key, value) {
1748
- if (key == 'items' ||key == 'details'){
1749
- return Object.keys(value).length
1750
- }
1751
- if (key == 'options') {
1752
- return value.length
1753
- }
1754
- if (value == 'string') {
1755
- return '文本框'
1756
- }
1757
- if (value == 'selector') {
1758
- return '选择框'
1759
- }
1760
- if (value == 'picture') {
1761
- return '照片框'
1762
- }
1763
- if (value == 'radio') {
1764
- return '勾选框'
1765
- }
1766
- if (value === true) {
1767
- return '是'
1768
- }
1769
- if (value === false) {
1770
- return '否'
1771
- }
1772
- return value
1773
- },
1774
- setRightRow(row) {
1775
- ////tag
1776
- if (row.safelastlastlast) {
1777
- ////tag
1778
- ////tag)
1779
- for (let i = 0; i < this.safeConfig[row.safelastlastlast][row.safelastlast].items[row.safelast].options.length; i++) {
1780
- if (this.safeConfig[row.safelastlastlast][row.safelastlast].items[row.safelast].options[i].data == row.safename) {
1781
- this.rightdata = Object.assign({}, this.safeConfig[row.safelastlastlast][row.safelastlast].items[row.safelast].options[i])
1782
- }
1783
- }
1784
- } else if (row.safelastlast) {
1785
-
1786
- ////tag)
1787
- this.rightdata = Object.assign(this.safeConfig[row.safelastlast][row.safelast].items[row.safename])
1788
- } else if (row.safelast) {
1789
- ////tag)
1790
- this.rightdata = Object.assign(this.safeConfig[row.safelast][row.safename])
1791
- }
1792
- },
1793
- getJsonLength(val) {
1794
- return Object.keys(val).length
1795
- },
1796
- jsonSort(array, field, reverse) {
1797
- ////tag
1798
- //数组长度小于2 或 没有指定排序字段 或 不是json格式数据
1799
- if (array.length < 2 || !field || typeof array[0] !== "object") return array;
1800
- //数字类型排序
1801
- if (typeof array[0][field] === "number") {
1802
- array.sort(function (x, y) {
1803
- return x[field] - y[field]
1804
- });
1805
- }
1806
- //字符串类型排序
1807
- if (typeof array[0][field] === "string") {
1808
- array.sort(function (x, y) {
1809
- return parseInt(x[field]) - parseInt(y[field])
1810
- });
1811
- }
1812
- //倒序
1813
- if (reverse) {
1814
- array.reverse();
1815
- }
1816
- return array;
1817
- },
1818
- sleep(n) {
1819
- var start = new Date().getTime();
1820
- // //tag;
1821
- while (true) {
1822
- if (new Date().getTime() - start > n) {
1823
- break;
1824
- }
1825
- }
1826
- // //tag.getTime());
1827
- }
1828
-
1829
-
1830
- },
1831
- events: {}
1832
- }
1833
- </script>
1834
- <style>
1835
- /*span {*/
1836
- /* color: black;*/
1837
- /*}*/
1838
- </style>
1
+ <template>
2
+ <div id="unit" class="flex-row">
3
+ <!-- <work-busy :is-busy="seaching"></work-busy>-->
4
+ <div class="flex basic-main" style="flex:1">
5
+ <div novalidate="" class="row form-horizontal select-overspread container-fluid auto" partial="">
6
+ <div novalidate="" class="form-inline auto" partial="">
7
+ <div class="form-group col-sm-2">
8
+ <label class="font_normal_body">组织机构</label>
9
+ <res-select
10
+ :initresid='curorgid'
11
+ @res-select="getorg"
12
+ is-mul="false"
13
+ restype='organization'
14
+ >
15
+ </res-select>
16
+ </div>
17
+ <div class="form-group col-sm-2">
18
+ <label class="font_normal_body">配置名称</label>
19
+ <v-select
20
+ v-model="dispositioName"
21
+ :options='disposition'
22
+ @change="dispselect"
23
+ close-on-select
24
+ :value-single="true"
25
+ clear-button>
26
+ ></v-select>
27
+ </div>
28
+ </div>
29
+ </div>
30
+ <div class="list-group list_area table_sy" isedit="true" style="overflow: auto" v-if="firstShow">
31
+ <table class="table table-bordered">
32
+ <thead a-partial="head" class="text-left">
33
+ <tr>
34
+ <th>安检配置项</th>
35
+ </tr>
36
+ </thead>
37
+ <tbody>
38
+ <tr a-partial="body" :id="'vc-datagrid-tree-grid-'+$index" v-for="item in safeArray">
39
+ <td><a herf="#" @click="selectedshow($index)" class="list-group-item expand-transition"
40
+ style="border: none;background-color: transparent;cursor: pointer" :id="'vc-tree-tree-grid-'+$index">
41
+ <span style="color: black" v-for="n in item.safeindex-1 ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
42
+ <span style="color: black" :id="'vc-tree-tree-grid-'+$index">
43
+ <span style="color: black" v-if="item.safeshow&&(item.safetype=='selector'||item.safetype=='radio'||item.safetype=='')"
44
+ @click.stop="pushArray(item,$index)" class="glyphicon glyphicon-minus-sign"
45
+ style="font-size: 18px;">
46
+ </span>
47
+ <span style="color: black" v-if="!item.safeshow&&(item.safetype=='selector'||item.safetype=='radio'||item.safetype=='')"
48
+ @click.stop="pushArray(item,$index)" class="glyphicon glyphicon-plus-sign"
49
+ style="font-size: 18px;">
50
+ </span>
51
+ <span style="color: black" v-if="item.safetype!='selector'&&item.safetype!='radio'&&item.safetype!=''" style="font-size: 18px;">
52
+ &nbsp;&nbsp;&nbsp;</span>
53
+ </span> <span style="color: black" partial=""> <span>{{ item.safename }}</span>
54
+ <span style="color: black" v-if="item.safevalue!=0">【{{ item.safevalue }}】</span>
55
+ <span style="color: black" v-show="item.selectedshow">
56
+ <button v-show="isadd(item)" class="button_spacing button_export" @click.stop="addsafeConfig(item)">添加</button><!--v-if-->
57
+ <button v-show="isdelete(item)" class="button_spacing button_export" @click.stop="updatesafeConfigName(item)">修改名称</button><!--v-if-->
58
+ <button v-show="isdelete(item)" class="button_spacing button_export" @click.stop="updatesafeConfig(item)">修改属性</button><!--v-if-->
59
+
60
+ <button v-show="isdelete(item)" class="button_spacing button_export" @click.stop="deletesafeConfig(item)">删除</button><!--v-if-->
61
+ </span>
62
+ </span> </a></td>
63
+ </tr>
64
+ </tbody>
65
+ <tbody>
66
+ <tr a-partial="foot"></tr>
67
+ </tbody>
68
+ </table>
69
+ </div>
70
+ <div class="list-group list_area table_sy" isedit="true" style="overflow: auto" v-if="!firstShow">
71
+ <table class="table table-bordered">
72
+ <thead a-partial="head" class="text-left">
73
+ <tr>
74
+ <th>工单配置项</th>
75
+ </tr>
76
+ </thead>
77
+ <tbody>
78
+ <tr a-partial="body" :id="'vc-datagrid-tree-grid-'+$index" v-for="item in telArray">
79
+ <td>
80
+ <a herf="#" @click="selecttelshow($index)" class="list-group-item expand-transition" style="border: none;background-color: transparent;cursor: pointer" :id="'vc-tree-tree-grid-'+$index">
81
+ <span style="color: black" v-for="n in item.telindex-1 ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
82
+ <span style="color: black" :id="'vc-tree-tree-grid-'+$index">
83
+ <span style="color: black" v-if="item.telshow&&(item.teltype=='selector'||item.teltype=='radio'||item.teltype=='')"
84
+ @click.stop="tlepushArray(item,$index)" class="glyphicon glyphicon-minus-sign"
85
+ style="font-size: 18px;">
86
+ </span>
87
+ <span style="color: black" v-if="!item.telshow&&(item.teltype=='selector'||item.teltype=='radio'||item.teltype=='')"
88
+ @click.stop="tlepushArray(item,$index)" class="glyphicon glyphicon-plus-sign"
89
+ style="font-size: 18px;">
90
+ </span>
91
+ <span style="color: black" v-if="item.telshow!='selector'&&item.teltype!='radio'&&item.teltype!=''" style="font-size: 18px;">
92
+ &nbsp;&nbsp;&nbsp;</span>
93
+ </span> <span style="color: black" partial=""><span>{{ item.telname }}</span>
94
+ <span style="color: black" v-if="item.telvalue!=0">【{{ item.telvalue }}】</span>
95
+ <span style="color: black" v-show="item.selectedshow">
96
+ <button v-show="isteladd(item)" class="button_spacing button_export" @click.stop="addsafeConfig(item)">添加</button><!--v-if-->
97
+ <button v-show="isteldelete(item)" class="button_spacing button_export" @click.stop="updatetelConfigName(item)">修改名称</button><!--v-if-->
98
+ <button v-show="isteldelete(item)" class="button_spacing button_export" @click.stop="updatetelConfig(item)">修改属性</button><!--v-if-->
99
+ <button v-show="isteldelete(item)" class="button_spacing button_export" @click.stop="deletetelConfig(item)">删除</button><!--v-if-->
100
+ </span>
101
+ </span> </a></td>
102
+ </tr>
103
+ </tbody>
104
+ <tbody>
105
+ <tr a-partial="foot"></tr>
106
+ </tbody>
107
+ </table>
108
+ </div>
109
+ </div>
110
+ <div class="binary-right" style="width: 40%" v-if="rightshow"> <!--fragment-start-->
111
+ <div class="auto select-overspread" style="overflow-y: hidden"> <!--fragment-start-->
112
+ <ul class="nav nav-tabs"><p class="bg-info text-center" style="padding: 8px">功能信息</p> <!--v-if--> <h3
113
+ class="txtline">上一级【{{ getlastname() }}】</h3><!--v-if--> </ul>
114
+ <div class="form-horizontal" style="margin-top:20px;flex: 1">
115
+ <div class="row">
116
+ <div class="col-sm-6" v-for="(key,value) in rightdata">
117
+ <label class="font_normal_body">{{getrightdataname(key)}}</label>
118
+ <input type="text" style="width:60%" class="input_search full-with" :placeholder="getrightdatavalue(key,value)"
119
+ disabled=""></div>
120
+ </div>
121
+
122
+ <button @click="closeright()" class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px"><span
123
+ class="glyphicon glyphicon-log-out" style="color: black"></span>返回
124
+ </button>
125
+ </div><!--fragment-end--><!--vue-validator--> </div><!--v-component--><!--fragment-end--><!--v-if--> </div>
126
+ <div class="binary-right" style="width: 40%" v-if="righttelshow">
127
+ <div class="auto select-overspread" style="overflow-y: hidden">
128
+ <ul class="nav nav-tabs"><p class="bg-info text-center" style="padding: 8px">功能信息</p> <h3
129
+ class="txtline">上一级【{{ getlastname() }}】</h3></ul>
130
+ <div class="form-horizontal" style="margin-top:20px;flex: 1">
131
+ <div class="row">
132
+ <div class="col-sm-6" v-for="(key,value) in rightteldata">
133
+ <label class="font_normal_body">{{getrightdataname(key)}}</label>
134
+ <input type="text" style="width:60%" class="input_search full-with" :placeholder="getrightdatavalue(key,value)"
135
+ disabled=""></div>
136
+ </div>
137
+ <button @click="closeright()" class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px"><span
138
+ class="glyphicon glyphicon-log-out" style="color: black"></span>返回
139
+ </button>
140
+ </div> </div> </div>
141
+ <modal :show.sync="modelshow" v-ref:modal large backdrop="false">
142
+ <header slot="modal-header" class="modal-header">
143
+ <button type="button" class="close" @click="cancel"><span style="color: black">&times;</span></button>
144
+ </header>
145
+ <article slot="modal-body" class="modal-body">
146
+ <div class="auto select-overspread" style="overflow-y: hidden">
147
+ <validator name='v'>
148
+ <ul class="nav nav-tabs">
149
+ <p class="bg-info text-center" style="padding: 8px;">配置添加</p>
150
+ </ul>
151
+ <div class="form-horizontal" style="margin-top:20px;flex: 1;">
152
+ <div class="row">
153
+ <div class="col-sm-6">
154
+ <label class="font_normal_body" >配置名称</label>
155
+ <input type="text"
156
+ v-model="model.name" style="width:60%"
157
+ class="input_search full-with" placeholder="配置名称">
158
+ </div>
159
+ </div>
160
+
161
+
162
+ <button @click="confirm()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
163
+ <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
164
+ </button>
165
+ <button @click='cancel()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
166
+ <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
167
+ </button>
168
+ </div>
169
+ </validator>
170
+ </div>
171
+ </article>
172
+ <footer slot="modal-footer" class="modal-footer">
173
+ </footer>
174
+ </modal>
175
+ <modal :show.sync="modelshow1" v-ref:modal large backdrop="false">
176
+ <header slot="modal-header" class="modal-header">
177
+ <button type="button" class="close" @click="cancel1"><span style="color: black">&times;</span></button>
178
+ </header>
179
+ <article slot="modal-body" class="modal-body">
180
+ <div class="auto select-overspread" style="overflow-y: hidden">
181
+ <validator name='v'>
182
+ <ul class="nav nav-tabs">
183
+ <p class="bg-info text-center" style="padding: 8px;">名称修改</p>
184
+ </ul>
185
+ <div class="form-horizontal" style="margin-top:20px;flex: 1;">
186
+ <div class="row">
187
+ <div class="col-sm-6">
188
+ <label class="font_normal_body" >配置名称</label>
189
+ <input type="text"
190
+ v-model="model.name" style="width:60%"
191
+ class="input_search full-with" placeholder="配置名称">
192
+ </div>
193
+ </div>
194
+
195
+
196
+ <button @click="confirm1()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
197
+ <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
198
+ </button>
199
+ <button @click='cancel1()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
200
+ <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
201
+ </button>
202
+ </div>
203
+ </validator>
204
+ </div>
205
+ </article>
206
+ <footer slot="modal-footer" class="modal-footer">
207
+ </footer>
208
+ </modal>
209
+ <modal :show.sync="modelshow2" v-ref:modal large backdrop="false">
210
+ <header slot="modal-header" class="modal-header">
211
+ <button type="button" class="close" @click="cancel2"><span style="color: black">&times;</span></button>
212
+ </header>
213
+ <article slot="modal-body" class="modal-body">
214
+ <div class="auto select-overspread" >
215
+ <validator name='v'>
216
+ <ul class="nav nav-tabs">
217
+ <p class="bg-info text-center" style="padding: 8px;">属性修改</p>
218
+ </ul>
219
+ <div class="form-horizontal" style="margin-top:20px;margin-bottom:20px;flex: 1;">
220
+ <div class="row">
221
+ <div class="col-sm-6" v-for="objs in updateArray">
222
+ <label class="font_normal_body" >{{objs.label}}</label>
223
+ <input v-if="objs.type=='input'" type="text"
224
+ v-model="objs.value" style="width:60%"
225
+ class="input_search full-with" :placeholder="objs.label">
226
+ <v-select v-if="objs.type=='selector'"
227
+ :value.sync="objs.value"
228
+ v-model="objs.value" style="width:60%"
229
+ close-on-select
230
+ :value-single="true"
231
+ :options="objs.options"
232
+ class=" full-with" :placeholder="objs.label"></v-select>
233
+ </div>
234
+ </div>
235
+
236
+
237
+ <button @click="confirm2()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
238
+ <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
239
+ </button>
240
+ <button @click='cancel2()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
241
+ <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
242
+ </button>
243
+ </div>
244
+ </validator>
245
+ </div>
246
+ </article>
247
+ <footer slot="modal-footer" class="modal-footer">
248
+ </footer>
249
+ </modal>
250
+ <modal :show.sync="modeltelshow" v-ref:modal large backdrop="false">
251
+ <header slot="modal-header" class="modal-header">
252
+ <button type="button" class="close" @click="cancel"><span style="color: black">&times;</span></button>
253
+ </header>
254
+ <article slot="modal-body" class="modal-body">
255
+ <div class="auto select-overspread" style="overflow-y: hidden">
256
+ <validator name='v'>
257
+ <ul class="nav nav-tabs">
258
+ <p class="bg-info text-center" style="padding: 8px;">配置添加</p>
259
+ </ul>
260
+ <div class="form-horizontal" style="margin-top:20px;margin-bottom: 100px;maflex: 1;">
261
+ <div class="row">
262
+ <div class="col-sm-6">
263
+ <label class="font_normal_body" >配置名称</label>
264
+ <input type="text"
265
+ v-model="model.name" style="width:60%"
266
+ class="input_search full-with" placeholder="配置名称">
267
+ </div>
268
+ <div class="col-sm-6" v-if="modeldata.telindex===2">
269
+ <label class="font_normal_body" >配置类型</label>
270
+ <v-select
271
+ v-model="model.type"
272
+ :value.sync="model.type"
273
+ :options='distype'
274
+ close-on-select
275
+ :value-single="true"
276
+ clear-button>
277
+ ></v-select>
278
+ </div>
279
+ <div class="col-sm-6" v-if="modeldata.telindex===2">
280
+ <label class="font_normal_body" >配置数量</label>
281
+ <input type="text"
282
+ v-model="model.num" style="width:60%"
283
+ class="input_search full-with" placeholder="配置数量">
284
+ </div>
285
+ <div class="row"></div>
286
+ <button @click="telconfirm()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
287
+ <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
288
+ </button>
289
+ <button @click='cancel()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
290
+ <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
291
+ </button>
292
+ </div>
293
+ </div>
294
+ </validator>
295
+ </div>
296
+ </article>
297
+ <footer slot="modal-footer" class="modal-footer">
298
+ </footer>
299
+ </modal>
300
+ <modal :show.sync="modeltelshow1" v-ref:modal large backdrop="false">
301
+ <header slot="modal-header" class="modal-header">
302
+ <button type="button" class="close" @click="cancel1"><span style="color: black">&times;</span></button>
303
+ </header>
304
+ <article slot="modal-body" class="modal-body">
305
+ <div class="auto select-overspread" style="overflow-y: hidden">
306
+ <validator name='v'>
307
+ <ul class="nav nav-tabs">
308
+ <p class="bg-info text-center" style="padding: 8px;">名称修改</p>
309
+ </ul>
310
+ <div class="form-horizontal" style="margin-top:20px;flex: 1;">
311
+ <div class="row">
312
+ <div class="col-sm-6">
313
+ <label class="font_normal_body" >配置名称</label>
314
+ <input type="text"
315
+ v-model="model.name" style="width:60%"
316
+ class="input_search full-with" placeholder="配置名称">
317
+ </div>
318
+ </div>
319
+ <button @click="contelfirm1()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
320
+ <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
321
+ </button>
322
+ <button @click='cancel1()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
323
+ <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
324
+ </button>
325
+ </div>
326
+ </validator>
327
+ </div>
328
+ </article>
329
+ <footer slot="modal-footer" class="modal-footer">
330
+ </footer>
331
+ </modal>
332
+ <modal :show.sync="modeltelshow2" v-ref:modal large backdrop="false">
333
+ <header slot="modal-header" class="modal-header">
334
+ <button type="button" class="close" @click="cancel2"><span style="color: black">&times;</span></button>
335
+ </header>
336
+ <article slot="modal-body" class="modal-body">
337
+ <div class="auto select-overspread" >
338
+ <validator name='v'>
339
+ <ul class="nav nav-tabs">
340
+ <p class="bg-info text-center" style="padding: 8px;">属性修改</p>
341
+ </ul>
342
+ <div class="form-horizontal" style="margin-top:20px;margin-bottom:20px;flex: 1;">
343
+ <div class="row">
344
+ <div class="col-sm-6" v-for="objs in updateArray">
345
+ <label class="font_normal_body" >{{objs.label}}</label>
346
+ <input v-if="objs.type=='input'" type="text"
347
+ v-model="objs.value" style="width:60%"
348
+ class="input_search full-with" :placeholder="objs.label">
349
+ <v-select v-if="objs.type=='selector'"
350
+ :value.sync="objs.value"
351
+ v-model="objs.value" style="width:60%"
352
+ close-on-select
353
+ :value-single="true"
354
+ :options="objs.options"
355
+ class=" full-with" :placeholder="objs.label"></v-select>
356
+ </div>
357
+ </div>
358
+ <button @click="telconfirm2()" class="btn button_search col-sm-1 col-sm-offset-5" style="width: 70px" :disabled="!$v.valid">
359
+ <span style="color: black" class="glyphicon glyphicon-floppy-disk"></span>保存
360
+ </button>
361
+ <button @click='cancel2()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
362
+ <span style="color: black" class=" glyphicon glyphicon-log-out"></span>返回
363
+ </button>
364
+ </div>
365
+ </validator>
366
+ </div>
367
+ </article>
368
+ <footer slot="modal-footer" class="modal-footer">
369
+ </footer>
370
+ </modal>
371
+ </div>
372
+ </template>
373
+
374
+ <script>
375
+ import { HttpResetClass } from 'vue-client'
376
+ export default {
377
+ title: '配置修改',
378
+ ready() {
379
+
380
+ },
381
+ data() {
382
+ return {
383
+ firstShow: true,
384
+ dispositioName:'',
385
+ curorgid: [this.$login.f.orgid],
386
+ seaching:false,
387
+ modelshow:false,
388
+ modelshow1:false,
389
+ modelshow2:false,
390
+ modeltelshow:false,
391
+ modeltelshow1:false,
392
+ modeltelshow2:false,
393
+ upmodel:{},
394
+ f_dir:'',
395
+ model:{},
396
+ modeldata:{},
397
+ rightshow:false,
398
+ righttelshow:false,
399
+ rightrow:{},
400
+ rightelrow:{},
401
+ rightdata:{},
402
+ rightteldata:{},
403
+ telArray: [],
404
+ safeArray: [],
405
+ updateArray:[],
406
+ distype:[{label:"输入框",value:"string"},{label:"选择框",value:"selector"}],
407
+ disposition:this.$appdata.getParam('配置名称'),
408
+ safeConfig: {
409
+ "民用配置项": {},
410
+ "非民用配置项": {}
411
+ },
412
+ telConfig: {
413
+ "民用配置项": {},
414
+ "非民用配置项": {}
415
+ }
416
+ }
417
+ },
418
+ methods: {
419
+ dispselect(val){
420
+ if(val=='安检配置项' || val==""){
421
+ this.firstShow=true
422
+ }else{
423
+ this.firstShow=false
424
+ }
425
+ },
426
+ getorg(val) {
427
+ this.f_filialeid = val[0]
428
+ if (val[0]){
429
+ new HttpResetClass().load('post','api/af-safecheck/sql/safe_singleTable_OrderBy',{data: {
430
+ items: 'f_dir',
431
+ tablename: 't_organization',
432
+ condition: `id = '${val[0]}'`,
433
+ orderitem: 'id'
434
+ }}).then(res=>{
435
+ if (!res.data[0].f_dir){
436
+ this.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
437
+ }else{
438
+ this.f_dir=res.data[0].f_dir
439
+ try {
440
+ new HttpResetClass().load('GET',`/safecheck/rs/vue/DevicesConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取居民配置项成功!', rejectMsg: '获取居民配置项出错!'}).then(res=>{
441
+ //tag
442
+ this.safeConfig["民用配置项"]=Object.assign({},res.data)
443
+ })
444
+ new HttpResetClass().load('GET',`/safecheck/rs/vue/DevicesSetConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取非居民配置项成功!', rejectMsg: '获取非居民配置项出错!'}).then(res=>{
445
+ //tag
446
+ this.safeConfig["非民用配置项"]=Object.assign({},res.data)
447
+ }).then(res=> {
448
+ this.safeArray = []
449
+ this.initArray()
450
+ this.model = {}
451
+ this.modeldata = {}
452
+ })
453
+ new HttpResetClass().load('GET',`/telephone/rs/vue/SubstitConfigBusiness.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取居民配置项成功!', rejectMsg: '获取居民配置项出错!'}).then(res=>{
454
+ this.telConfig["非民用配置项"]=Object.assign({},res.data)
455
+ })
456
+ new HttpResetClass().load('GET',`/telephone/rs/vue/SubstitConfigCivil.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {},{resolveMsg: '获取非居民配置项成功!', rejectMsg: '获取非居民配置项出错!'}).then(res=>{
457
+ this.telConfig["民用配置项"]=Object.assign({},res.data)
458
+ }).then(res=> {
459
+ this.telArray = []
460
+ this.initTelArray()
461
+ })
462
+ }catch (e) {
463
+ this.$showMessage("获取配置文件失败"+e)
464
+ }
465
+ }
466
+ })
467
+ }
468
+ },
469
+ isteldelete(item){
470
+
471
+ if (item.telindex!=1){
472
+ return true
473
+ }
474
+ },
475
+ isdelete(item){
476
+ if (item.safename=='燃气表'&&item.safeindex){
477
+ return false
478
+ }
479
+ if (item.safeindex!='1'){
480
+ return true
481
+ }
482
+ },
483
+ isteladd(item){
484
+ if (item.telindex===4){
485
+ return false
486
+ }if (item.telindex===3){
487
+ return item.teltype==='selector'||item.teltype==='radio'
488
+ }
489
+ return true
490
+ },
491
+ isadd(item){
492
+ if (item.safeindex=='4' ){
493
+ return false
494
+ }if (item.safeindex=='3'){
495
+ return item.safetype=='selector'||item.safetype=='radio'
496
+ }
497
+ return true
498
+ },
499
+ telconfirm(){
500
+ if (this.modeldata.telindex==1){
501
+ for(var i=0;i<this.telConfig[this.modeldata.telname].data.length;i++){
502
+ if (this.telConfig[this.modeldata.telname].data[i].f_type===this.model.name){
503
+ this.$showMessage('已有配置名'+this.model.name+',修改失败')
504
+ return
505
+ }
506
+ }
507
+ }
508
+ if (this.modeldata.telindex==2){
509
+ for(var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
510
+ for (var j = 0; j <this.telConfig[this.modeldata.last].data[i].details.length; j++) {
511
+ if (this.telConfig[this.modeldata.last].data[i].details[j].f_project===this.model.name){
512
+ this.$showMessage('已有配置名'+this.model.name+',修改失败')
513
+ return
514
+ }
515
+ }
516
+ }
517
+ }
518
+ if (this.modeldata.telindex==3){
519
+ for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
520
+ for (var j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
521
+ if(!!this.telConfig[this.modeldata.lastlast].data[i].details[j].options){
522
+ for (var k = 0; k < this.telConfig[this.modeldata.lastlast].data[i].details[j].options.length; k++) {
523
+ if (this.telConfig[this.modeldata.lastlast].data[i].details[j].options[k].data===this.model.name){
524
+ this.$showMessage('已有配置名'+this.model.name+',修改失败')
525
+ return
526
+ }
527
+ }
528
+ }
529
+ }
530
+ }
531
+ }
532
+ if (this.modeldata.telindex==1){
533
+ this.telConfig[this.modeldata.telname].data.push({
534
+ f_type:this.model.name,
535
+ details:[]
536
+ })
537
+ }
538
+ if (this.modeldata.telindex==2){
539
+ for(var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
540
+ if(this.telConfig[this.modeldata.last].data[i].f_type==this.modeldata.telname){
541
+ if(this.model.type==""){
542
+ this.$showMessage("请输入类型")
543
+ return
544
+ }
545
+ if(this.model.type=="string"){
546
+ this.telConfig[this.modeldata.last].data[i].details.push({
547
+ f_project:this.model.name,
548
+ level:"",
549
+ type:this.model.type
550
+ })
551
+ }
552
+ if(this.model.type=="selector"){
553
+ let options=[]
554
+ if(this.model.num>0){
555
+ for (let j = 0; j <this.model.num; j++) {
556
+ options.push({
557
+ data:"请修改"+j,
558
+ isdefect:false,
559
+ f_status:false,
560
+ isdefault: false
561
+ })
562
+ }
563
+ }else{
564
+ this.$showMessage("请输入选项数量")
565
+ return
566
+ }
567
+ this.telConfig[this.modeldata.last].data[i].details.push({
568
+ f_project:this.model.name,
569
+ level:"",
570
+ type:this.model.type,
571
+ options:options
572
+ })
573
+ }
574
+ }
575
+ }
576
+ }
577
+ if (this.modeldata.telindex==3){
578
+ for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
579
+ for (var j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
580
+ if(!!this.telConfig[this.modeldata.lastlast].data[i].details[j].options){
581
+ if(this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.modeldata.telname){
582
+ this.telConfig[this.modeldata.lastlast].data[i].details[j].options.push({
583
+ data:this.model.name,
584
+ f_status:false,
585
+ isdefect:false,
586
+ isdefault:false
587
+ })
588
+ }
589
+
590
+ }
591
+ }
592
+ }
593
+ }
594
+ let path
595
+ let value
596
+ if (this.modeldata.last=='民用配置项'||this.modeldata.lastlast=='民用配置项'||this.modeldata.lastlastlast=='民用配置项'){
597
+ path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
598
+ value=this.telConfig["民用配置项"]
599
+ }else{
600
+ path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
601
+ value=this.telConfig["非民用配置项"]
602
+ }
603
+ /*发送求情*/
604
+ this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
605
+ this.$showMessage("修改成功")
606
+ /*刷新页面*/
607
+ this.telArray = []
608
+ this.initTelArray()
609
+ this.cancel1()
610
+ })
611
+ },
612
+ confirm() {
613
+ ////tag
614
+ if (this.modeldata.safeindex==1){
615
+ //tag
616
+ for(let name in this.safeConfig[this.modeldata.safename]){
617
+ if(typeof name=='function'){
618
+ continue
619
+ }
620
+ if (name==this.model.name){
621
+ this.$showMessage('已有配置名'+name+',添加失败')
622
+ return
623
+ }
624
+ }
625
+ }
626
+ if (this.modeldata.safeindex==2){
627
+ for(let name in this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items){
628
+ if(typeof name=='function'){
629
+ continue
630
+ }
631
+ if (name==this.model.name){
632
+ this.$showMessage('已有配置名'+name+',添加失败')
633
+ return
634
+ }
635
+ }
636
+ //tag
637
+ }
638
+ if (this.modeldata.safeindex==3){
639
+ for (let i = 0; i < this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options.length; i++) {
640
+ if (this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options[i].data==this.model.name){
641
+ this.$showMessage('已有配置名'+this.model.name+',添加失败')
642
+ return
643
+ }
644
+ }
645
+ //tag
646
+ }
647
+ ////tag
648
+ ////tag)
649
+ if (this.modeldata.safeindex=='1'){
650
+ let index
651
+ ////tag
652
+ ////tag
653
+ if (Object.keys(this.safeConfig[this.modeldata.safename]).length==0){
654
+ index=0
655
+ }else{
656
+ for (let obj in this.safeConfig[this.modeldata.safename]) {
657
+ if(typeof obj=='function'){
658
+ continue
659
+ }
660
+ ////tag
661
+ ////tag
662
+ ////tag
663
+ index = this.safeConfig[this.modeldata.safename][obj].index
664
+ }
665
+ }
666
+ ////tag
667
+ this.safeConfig[this.modeldata.safename][this.model.name] = {
668
+ checkmust: true,
669
+ index: index + 1,
670
+ items:{}
671
+ }
672
+ ////tag)
673
+ }
674
+ if (this.modeldata.safeindex=='2'){
675
+ let index
676
+ ////tag
677
+ ////tag
678
+ if (Object.keys(this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items).length==0){
679
+ index=0
680
+ }else{
681
+ for (let obj in this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items) {
682
+ if(typeof obj=='function'){
683
+ continue
684
+ }
685
+ ////tag
686
+ ////tag
687
+ ////tag
688
+ index = this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items[obj].index
689
+ }
690
+ }
691
+
692
+ ////tag
693
+ this.safeConfig[this.modeldata.safelast][this.modeldata.safename].items[this.model.name] = {
694
+ index: index + 1,
695
+ multiple: false,
696
+ options:[],
697
+ isshow:true,
698
+ checkmust:false,
699
+ type: "selector"
700
+ }
701
+ ////tag)
702
+ }
703
+ if (this.modeldata.safeindex=='3'){
704
+ let index
705
+ ////tag
706
+ ////tag
707
+ ////tag
708
+ this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options.push({
709
+ data:this.model.name,
710
+ isdefect:false,
711
+ level:'A',
712
+ isdefault:false
713
+ })
714
+
715
+ ////tag)
716
+ }
717
+ let path
718
+ let value
719
+ if (this.modeldata.safelast=='民用配置项'||this.modeldata.safelastlast=='民用配置项'||this.modeldata.safelastlastlast=='民用配置项'){
720
+ path= this.f_dir + `/phonevues/DevicesConfig.json`
721
+ value=this.safeConfig["民用配置项"]
722
+ }else{
723
+ path= this.f_dir + `/phonevues/DevicesSetConfig.json`
724
+ value=this.safeConfig["非民用配置项"]
725
+ }
726
+
727
+ this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=> {
728
+
729
+ this.$showMessage("保存成功")
730
+ this.safeArray = []
731
+ this.initArray()
732
+ this.model = {}
733
+ this.modeldata = {}
734
+ this.rightshow = false
735
+ this.modelshow = false
736
+ })
737
+
738
+ },
739
+ cancel() {
740
+ this.model={}
741
+ this.modeldata={}
742
+ this.modelshow = false
743
+ this.modeltelshow = false
744
+ },
745
+ confirm1() {
746
+ if (this.modeldata.safeindex==2){
747
+ //tag
748
+ for(let name in this.safeConfig[this.modeldata.safelast]){
749
+ if(typeof name=='function'){
750
+ continue
751
+ }
752
+ if (name==this.model.name){
753
+ this.$showMessage('已有配置名'+name+',修改失败')
754
+ return
755
+ }
756
+ }
757
+ }
758
+ if (this.modeldata.safeindex==3){
759
+ for(let name in this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items){
760
+ if(typeof name=='function'){
761
+ continue
762
+ }
763
+ if (name==this.model.name){
764
+ this.$showMessage('已有配置名'+name+',修改失败')
765
+ return
766
+ }
767
+ }
768
+ //tag
769
+ }
770
+ if (this.modeldata.safeindex==4){
771
+ for (let i = 0; i < this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options.length; i++) {
772
+ if (this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data==this.model.name){
773
+ this.$showMessage('已有配置名'+this.model.name+',修改失败')
774
+ return
775
+ }
776
+ }
777
+ //tag
778
+ }
779
+ this.seaching=true
780
+ ////tag
781
+ ////tag)
782
+
783
+ if (this.modeldata.safeindex=='2'){
784
+ this.safeConfig[this.modeldata.safelast][this.model.name]=Object.assign({},this.safeConfig[this.modeldata.safelast][this.modeldata.safename])
785
+ delete this.safeConfig[this.modeldata.safelast][this.modeldata.safename]
786
+ }
787
+ if (this.modeldata.safeindex=='3'){
788
+ this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.model.name]=Object.assign({},this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename])
789
+ delete this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename]
790
+ }
791
+ if (this.modeldata.safeindex=='4'){
792
+ ////tag
793
+ ////tag)
794
+ for (let i = 0; i < this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options.length; i++) {
795
+ if(this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data==this.modeldata.safename){
796
+ this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data=this.model.name
797
+ }
798
+ }
799
+ }
800
+ let path
801
+ let value
802
+ if (this.modeldata.safelast=='民用配置项'||this.modeldata.safelastlast=='民用配置项'||this.modeldata.safelastlastlast=='民用配置项'){
803
+ path= this.f_dir + `/phonevues/DevicesConfig.json`
804
+ value=this.safeConfig["民用配置项"]
805
+ }else{
806
+ path= this.f_dir + `/phonevues/DevicesSetConfig.json`
807
+ value=this.safeConfig["非民用配置项"]
808
+ }
809
+
810
+ this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
811
+ this.$showMessage("修改成功")
812
+ this.safeArray = []
813
+ this.initArray()
814
+ this.model={}
815
+ this.modeldata={}
816
+ this.rightshow=false
817
+ this.modelshow1 = false
818
+ this.seaching=false
819
+ })
820
+
821
+
822
+ },
823
+ contelfirm1() {
824
+ if (this.modeldata.telindex===2){
825
+ for( var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
826
+ if (this.telConfig[this.modeldata.last].data[i].f_type===this.model.name){
827
+ this.$showMessage('已有配置名'+this.model.name+',修改失败')
828
+ return
829
+ }
830
+ }
831
+ }
832
+ if (this.modeldata.telindex===3){
833
+ for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
834
+ for (let j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
835
+ if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.model.name){
836
+ this.$showMessage('已有配置名'+this.model.name+',修改失败')
837
+ return
838
+ }
839
+ }
840
+ }
841
+ }
842
+ if (this.modeldata.telindex===4){
843
+ for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
844
+ for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
845
+ if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
846
+ for (var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++) {
847
+ if (this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.model.name){
848
+ this.$showMessage('已有配置名'+this.model.name+',修改失败')
849
+ return
850
+ }
851
+ }
852
+ }
853
+ }
854
+ }
855
+ }
856
+ this.seaching=true
857
+ if (this.modeldata.telindex==2){
858
+ for( var i=0;i<this.telConfig[this.modeldata.last].data.length;i++){
859
+ if (this.telConfig[this.modeldata.last].data[i].f_type===this.modeldata.telname){
860
+ this.telConfig[this.modeldata.last].data[i].f_type=this.model.name
861
+ }
862
+ }
863
+ }
864
+
865
+ if (this.modeldata.telindex==3){
866
+ for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
867
+ for (let j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
868
+ if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.modeldata.telname){
869
+ this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project=this.model.name
870
+ }
871
+ }
872
+ }
873
+ }
874
+ if (this.modeldata.telindex==4){
875
+ for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
876
+ for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
877
+ if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
878
+ for (var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++) {
879
+ if (this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.modeldata.telname){
880
+ this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data=this.model.name
881
+ }
882
+ }
883
+ }
884
+ }
885
+ }
886
+ }
887
+ let path
888
+ let value
889
+ if (this.modeldata.last=='民用配置项'||this.modeldata.lastlast=='民用配置项'||this.modeldata.lastlastlast=='民用配置项'){
890
+ path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
891
+ value=this.telConfig["民用配置项"]
892
+ }else{
893
+ path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
894
+ value=this.telConfig["非民用配置项"]
895
+ }
896
+ /*发送求情*/
897
+ this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
898
+ this.$showMessage("修改成功")
899
+ /*刷新页面*/
900
+ this.telArray = []
901
+ this.initTelArray()
902
+ this.cancel1()
903
+ })
904
+ },
905
+ cancel1() {
906
+ this.model={}
907
+ this.modeldata={}
908
+ this.modelshow1 = false
909
+ this.modeltelshow1 = false
910
+ },
911
+ addsafeConfig(item) {
912
+ this.modeldata = item
913
+ this.modeltelshow= true
914
+ },
915
+ deletetelConfig(item){
916
+ this.$showMessage('删除后无法恢复,确认删除吗?',['confirm','cancel']).then(res=>{
917
+ if (res=='confirm'){
918
+ if (item.telindex==2){
919
+ for(var i=0;i<this.telConfig[item.last].data.length;i++){
920
+ if(this.telConfig[item.last].data[i].f_type===item.telname){
921
+ this.telConfig[item.last].data.splice(i, 1);
922
+ i--;
923
+
924
+ }
925
+ }
926
+ }else if (item.telindex==3){
927
+ for(var i=0;i<this.telConfig[item.lastlast].data.length;i++){
928
+ for (var j = 0; j <this.telConfig[item.lastlast].data[i].details.length; j++) {
929
+ console.log(this.telConfig[item.lastlast].data[i].details[j].f_project)
930
+ if (this.telConfig[item.lastlast].data[i].details[j].f_project===item.telname){
931
+ //移除这个对象
932
+ // 移除这个对象
933
+ this.telConfig[item.lastlast].data[i].details.splice(j, 1);
934
+ // 移除后需要调整 j 的值,因为数组长度减少了
935
+ j--;
936
+ }
937
+ }
938
+ }
939
+ }else if (item.telindex==4){
940
+ for(var i=0;i<this.telConfig[item.lastlastlast].data.length;i++){
941
+ for (var j = 0; j <this.telConfig[item.lastlastlast].data[i].details.length; j++) {
942
+ if(!!this.telConfig[item.lastlastlast].data[i].details[j].options){
943
+ for(var k = 0; k < this.telConfig[item.lastlastlast].data[i].details[j].options.length; k++){
944
+ if(this.telConfig[item.lastlastlast].data[i].details[j].options[k].data===item.telname &&this.telConfig[item.lastlastlast].data[i].details[j].f_project===item.last){
945
+ //除这个对象
946
+ this.telConfig[item.lastlastlast].data[i].details[j].options.splice(k, 1);
947
+ // 移除后需要调整 k 的值,因为数组长度减少了
948
+ k--;
949
+
950
+ }
951
+ }
952
+ }
953
+ }
954
+ }
955
+ }
956
+ let path
957
+ let value
958
+ if (this.modeldata.last==='民用配置项'||this.modeldata.lastlast==='民用配置项'||this.modeldata.lastlastlast==='民用配置项'){
959
+ path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
960
+ value=this.telConfig["民用配置项"]
961
+ }else{
962
+ path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
963
+ value=this.telConfig["非民用配置项"]
964
+ }
965
+ /*发送求情*/
966
+ this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
967
+ this.$showMessage("修改成功")
968
+ this.telArray = []
969
+ this.initTelArray()
970
+ this.cancel2()
971
+ })
972
+ }
973
+ })
974
+ },
975
+ deletesafeConfig(item){
976
+ this.$showMessage('删除后无法恢复,确认删除吗?',['confirm','cancel']).then(res=>{
977
+ if (res=='confirm'){
978
+ this.seaching=true
979
+ if (item.safeindex=='2'){
980
+ ////tag
981
+ if (item.safename=='燃气表'){
982
+ this.$showMessage("燃气表不允许删除!!!")
983
+ return
984
+ }else{
985
+ ////tag
986
+ delete this.safeConfig[item.safelast][item.safename]
987
+
988
+ for(let name in this.safeConfig[item.safelast]){
989
+ if(typeof name=='function'){
990
+ continue
991
+ }
992
+ if (this.safeConfig[item.safelast][name].index>item.safesort){
993
+ this.safeConfig[item.safelast][name].index=this.safeConfig[item.safelast][name].index-1
994
+ }
995
+ }
996
+ }
997
+ }else if (item.safeindex=='3'){
998
+ delete this.safeConfig[item.safelastlast][item.safelast].items[item.safename]
999
+ for(let name in this.safeConfig[item.safelastlast][item.safelast].items){
1000
+ if(typeof name=='function'){
1001
+ continue
1002
+ }
1003
+ if (this.safeConfig[item.safelastlast][item.safelast].items[name].index>item.safesort){
1004
+ this.safeConfig[item.safelastlast][item.safelast].items[name].index=this.safeConfig[item.safelastlast][item.safelast].items[name].index-1
1005
+ }
1006
+ }
1007
+ }else if (item.safeindex=='4'){
1008
+ for (let i = 0; i < this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options.length; i++) {
1009
+ if (this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i].data==item.safename){
1010
+ this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options.splice(i,1)
1011
+ }
1012
+ }
1013
+ }
1014
+ let path
1015
+ let value
1016
+ if (item.safelast=='民用配置项'||item.safelastlast=='民用配置项'||item.safelastlastlast=='民用配置项'){
1017
+ path= this.f_dir + `/phonevues/DevicesConfig.json`
1018
+ value=this.safeConfig["民用配置项"]
1019
+ }else{
1020
+ path= this.f_dir + `/phonevues/DevicesSetConfig.json`
1021
+ value=this.safeConfig["非民用配置项"]
1022
+ }
1023
+
1024
+ this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=> {
1025
+
1026
+ this.$showMessage("删除成功")
1027
+ this.safeArray = []
1028
+ this.initArray()
1029
+ this.model = {}
1030
+ this.modeldata = {}
1031
+ this.rightshow = false
1032
+ this.modelshow2 = false
1033
+ // this.sleep(2000);
1034
+ this.seaching = false
1035
+ })
1036
+ }
1037
+ })
1038
+
1039
+ },
1040
+ updatesafeConfig(item){
1041
+ this.modeldata=item
1042
+ //tag
1043
+ let array=[]
1044
+ if (item.safeindex=='2') {
1045
+ //tag)
1046
+ let aa = {"checkmust": false, "index": 1}
1047
+ if (this.safeConfig[item.safelast][item.safename].checkmust) {
1048
+ array.push({
1049
+ label: '是否必填',
1050
+ value: true,
1051
+ type: 'selector',
1052
+ name:'checkmust',
1053
+ options: [{label: '是', value: true}, {label: '否', value: false}]
1054
+ })
1055
+ } else {
1056
+ array.push({
1057
+ label: '是否必填',
1058
+ value: false,
1059
+ type: 'selector',
1060
+ name:'checkmust',
1061
+ options: [{label: '是', value: true}, {label: '否', value: false}]
1062
+ })
1063
+ }
1064
+ }
1065
+ if (item.safeindex=='3'){
1066
+ let aa={"index":1,"multiple":false,"isshow":true,"checkmust":false,"type":"selector"}
1067
+ for (let key in this.safeConfig[item.safelastlast][item.safelast].items[item.safename]){
1068
+ if(typeof key=='function'){
1069
+ continue
1070
+ }
1071
+ if (key=='index'){
1072
+
1073
+ }else if(key=='multiple'){
1074
+ array.push({
1075
+ label: '是否多选',
1076
+ value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1077
+ name:key,
1078
+ type: 'selector',
1079
+ options: [{label: '是', value: true}, {label: '否', value: false}]
1080
+ })
1081
+ }else if(key=='options'){
1082
+
1083
+ }else if(key=='isshow'){
1084
+ array.push({
1085
+ label: '是否展示',
1086
+ value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1087
+ name:key,
1088
+ type: 'selector',
1089
+ options: [{label: '是', value: true}, {label: '否', value: false}]
1090
+ })
1091
+ }else if(key=='checkmust'){
1092
+ array.push({
1093
+ label: '是否必填',
1094
+ value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1095
+ name:key,
1096
+ type: 'selector',
1097
+ options: [{label: '是', value: true}, {label: '否', value: false}]
1098
+ })
1099
+ }else if(key=='type'){
1100
+ array.push({
1101
+ label: '配置类型',
1102
+ value: this.safeConfig[item.safelastlast][item.safelast].items[item.safename][key],
1103
+ name:key,
1104
+ type: 'selector',
1105
+ options: [{label: '输入框', value: 'string'}, {label: '选择框', value: 'selector'}, {label: '勾选框', value: 'radio'},{label: '图片框', value: 'picture'}]
1106
+ })
1107
+ }
1108
+ }
1109
+ //tag)
1110
+ }
1111
+ if (item.safeindex=='4'){
1112
+ let aa={"data":"333333333","isdefect":"否","level":"A","isdefault":"否"}
1113
+ for (let i = 0; i < this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options.length; i++) {
1114
+ if (this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i].data==item.safename){
1115
+ //tag)
1116
+ for(let key in this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i]){
1117
+ if(typeof key=='function'){
1118
+ continue
1119
+ }
1120
+ if(key=='data'){
1121
+
1122
+ }else if(key=='isdefect'){
1123
+ array.push({
1124
+ label: '是否隐患',
1125
+ value: this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i][key],
1126
+ name:key,
1127
+ type: 'selector',
1128
+ options: [{label: '是', value: true}, {label: '否', value: false}]
1129
+ })
1130
+ }else if(key=='isdefault'){
1131
+ array.push({
1132
+ label: '是否默认',
1133
+ value: this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i][key],
1134
+ name:key,
1135
+ type: 'selector',
1136
+ options: [{label: '是否默认', value: ''},{label: '是', value: true}, {label: '否', value: false}]
1137
+ })
1138
+
1139
+ }else if(key=='level'){
1140
+ array.push({
1141
+ label: '隐患级别',
1142
+ value: this.safeConfig[item.safelastlastlast][item.safelastlast].items[item.safelast].options[i][key],
1143
+ name:key,
1144
+ type: 'input',
1145
+ })
1146
+
1147
+ }
1148
+ }
1149
+ }
1150
+ }
1151
+ }
1152
+ //tag
1153
+ //tag
1154
+ this.updateArray=Object.assign([],array)
1155
+ this.modelshow2=true
1156
+ },
1157
+ updatetelConfig(item){
1158
+ this.modeldata=item
1159
+ let array=[]
1160
+ if (item.telindex==2) {
1161
+ }
1162
+ if (item.telindex==3){
1163
+ for(var i=0;i<this.telConfig[this.modeldata.lastlast].data.length;i++){
1164
+ for (var j = 0; j <this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
1165
+ if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project===this.modeldata.telname){
1166
+ for(let key in this.telConfig[this.modeldata.lastlast].data[i].details[j]){
1167
+ if(typeof key=='function'){
1168
+ continue
1169
+ }
1170
+ if(key==='level'){
1171
+ array.push({
1172
+ label: '隐患级别',
1173
+ value: this.telConfig[this.modeldata.lastlast].data[i].details[j].level,
1174
+ name:key,
1175
+ type: 'input',
1176
+ })
1177
+ }
1178
+ }
1179
+ }
1180
+ }
1181
+ }
1182
+ }
1183
+ if (item.telindex===4){
1184
+ for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
1185
+ for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
1186
+ if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
1187
+ for(var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++){
1188
+ if(this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.modeldata.telname &&this.telConfig[this.modeldata.lastlastlast].data[i].details[j].f_project===this.modeldata.last){
1189
+ for(var key in this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k]){
1190
+ if(typeof key=='function'){
1191
+ continue
1192
+ }
1193
+ if(key==='isdefect'){
1194
+ array.push({
1195
+ label: '隐患',
1196
+ value: this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].isdefect,
1197
+ name:key,
1198
+ type: 'input',
1199
+ })
1200
+ }
1201
+ if(key==='isdefault'){
1202
+ array.push({
1203
+ label: '是否默认',
1204
+ value: this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].isdefault,
1205
+ name:key,
1206
+ type: 'input',
1207
+ })
1208
+ }
1209
+ if(key==='f_status'){
1210
+ array.push({
1211
+ label: '是否异常',
1212
+ value: this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].f_status,
1213
+ name:key,
1214
+ type: 'input',
1215
+ })
1216
+ }
1217
+ }
1218
+ }
1219
+ }
1220
+ }
1221
+ }
1222
+ }
1223
+ }
1224
+ this.updateArray=Object.assign([],array)
1225
+ this.modeltelshow2=true
1226
+ },
1227
+ confirm2(){
1228
+ this.seaching=true
1229
+ if (this.modeldata.safeindex=='2'){
1230
+ for (let i = 0; i < this.updateArray.length; i++) {
1231
+ this.safeConfig[this.modeldata.safelast][this.modeldata.safename][this.updateArray[i].name]=this.updateArray[i].value
1232
+ }
1233
+ }
1234
+ if (this.modeldata.safeindex=='3'){
1235
+ for (let i = 0; i < this.updateArray.length; i++) {
1236
+ this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename][this.updateArray[i].name]=this.updateArray[i].value
1237
+ if (this.updateArray[i].name=='type'&&this.updateArray[i].value!='selector'&&this.updateArray[i].value!='radio'){
1238
+
1239
+ if (this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].hasOwnProperty('options')){
1240
+ delete this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options
1241
+ }
1242
+ }
1243
+ if (this.updateArray[i].name=='type'&&(this.updateArray[i].value=='selector'||this.updateArray[i].value!='radio')){
1244
+ if (!this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].hasOwnProperty('options')){
1245
+ this.safeConfig[this.modeldata.safelastlast][this.modeldata.safelast].items[this.modeldata.safename].options=[]
1246
+ }
1247
+ }
1248
+ }
1249
+
1250
+ }
1251
+ if (this.modeldata.safeindex=='4'){
1252
+
1253
+ for (let i = 0; i < this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options.length; i++) {
1254
+ if(this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i].data==this.modeldata.safename){
1255
+ for (let j = 0; j < this.updateArray.length; j++) {
1256
+
1257
+
1258
+ this.safeConfig[this.modeldata.safelastlastlast][this.modeldata.safelastlast].items[this.modeldata.safelast].options[i][this.updateArray[j].name]=this.updateArray[j].value
1259
+ }
1260
+ }
1261
+ }
1262
+ }
1263
+ let path
1264
+ let value
1265
+ if (this.modeldata.safelast=='民用配置项'||this.modeldata.safelastlast=='民用配置项'||this.modeldata.safelastlastlast=='民用配置项'){
1266
+ path= this.f_dir + `/phonevues/DevicesConfig.json`
1267
+ value=this.safeConfig["民用配置项"]
1268
+ }else{
1269
+ path= this.f_dir + `/phonevues/DevicesSetConfig.json`
1270
+ value=this.safeConfig["非民用配置项"]
1271
+ }
1272
+
1273
+ this.$resetpost('rs/vue/safeSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=> {
1274
+
1275
+ this.$showMessage("修改成功")
1276
+ this.safeArray = []
1277
+ this.initArray()
1278
+ this.model = {}
1279
+ this.modeldata = {}
1280
+ this.rightshow = false
1281
+ this.modelshow2 = false
1282
+ this.seaching = false
1283
+ })
1284
+ },
1285
+ telconfirm2(){
1286
+ this.seaching=true
1287
+ if (this.modeldata.telindex==3) {
1288
+ for (var i = 0; i< this.telConfig[this.modeldata.lastlast].data.length; i++) {
1289
+ for (var j = 0; j < this.telConfig[this.modeldata.lastlast].data[i].details.length; j++) {
1290
+ if (this.telConfig[this.modeldata.lastlast].data[i].details[j].f_project === this.modeldata.telname) {
1291
+ for (let key in this.telConfig[this.modeldata.lastlast].data[i].details[j]) {
1292
+ for (let K = 0; K< this.updateArray.length; K++) {
1293
+ if(this.updateArray[K].name===key){
1294
+ this.telConfig[this.modeldata.lastlast].data[i].details[j][key]=this.updateArray[K].value
1295
+ }
1296
+ }
1297
+ }
1298
+ }
1299
+ }
1300
+ }
1301
+ }
1302
+ if (this.modeldata.telindex==4){
1303
+ for(var i=0;i<this.telConfig[this.modeldata.lastlastlast].data.length;i++){
1304
+ for (var j = 0; j <this.telConfig[this.modeldata.lastlastlast].data[i].details.length; j++) {
1305
+ if(!!this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options){
1306
+ for(var k = 0; k < this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options.length; k++){
1307
+ if(this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k].data===this.modeldata.telname &&this.telConfig[this.modeldata.lastlastlast].data[i].details[j].f_project===this.modeldata.last){
1308
+ for(var key in this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k]){
1309
+ for (var l = 0; l< this.updateArray.length; l++) {
1310
+ if(this.updateArray[l].name===key){
1311
+ this.telConfig[this.modeldata.lastlastlast].data[i].details[j].options[k][key]=this.updateArray[l].value
1312
+ }
1313
+ }
1314
+ }
1315
+ }
1316
+ }
1317
+ }
1318
+ }
1319
+ }
1320
+ }
1321
+ let path
1322
+ let value
1323
+ if (this.modeldata.last==='民用配置项'||this.modeldata.lastlast==='民用配置项'||this.modeldata.lastlastlast==='民用配置项'){
1324
+ path= this.f_dir + `/phonevues/SubstitConfigCivil.json`
1325
+ value=this.telConfig["民用配置项"]
1326
+ }else{
1327
+ path= this.f_dir + `/phonevues/SubstitConfigBusiness.json`
1328
+ value=this.telConfig["非民用配置项"]
1329
+ }
1330
+ /*发送求情*/
1331
+ this.$resetpost('rs/vue/telSaveConfig', {path: path, data: JSON.stringify(value)} ).then(res=>{
1332
+ this.$showMessage("修改成功")
1333
+ this.telArray = []
1334
+ this.initTelArray()
1335
+ this.cancel2()
1336
+ })
1337
+ },
1338
+ cancel2(){
1339
+ this.modelshow2=false
1340
+ this.modeltelshow2=false
1341
+ },
1342
+ updatesafeConfigName(item){
1343
+
1344
+ this.$set('model.name',item.safename)
1345
+ this.modeldata=Object.assign({},item)
1346
+ this.modelshow1=true
1347
+ },
1348
+ updatetelConfigName(item){
1349
+ this.$set('model.name',item.telname)
1350
+ this.modeldata=Object.assign({},item)
1351
+ this.modeltelshow1=true
1352
+ },
1353
+ initArray() {
1354
+ for (let bigsafe in this.safeConfig) {
1355
+ if(typeof bigsafe=='function'){
1356
+ continue
1357
+ }
1358
+ ////tag
1359
+ ////tag)
1360
+ this.safeArray.push({
1361
+ selectedshow: false,
1362
+ safetype: '',
1363
+ safeshow: false,
1364
+ safename: bigsafe,
1365
+ safevalue: this.safeConfig[bigsafe] ? Object.keys(this.safeConfig[bigsafe]).length : 0,
1366
+ safeindex: 1
1367
+ })
1368
+ }
1369
+ this.seaching=false
1370
+ },
1371
+ initTelArray(){
1372
+ //延时0.5s,后执行
1373
+ setTimeout(()=>{
1374
+ for (let bigsafe in this.telConfig) {
1375
+ if (typeof bigsafe == 'function') {
1376
+ continue
1377
+ }
1378
+ this.telArray.push({
1379
+ selectedshow: false,
1380
+ teltype:'',
1381
+ telshow: false,
1382
+ telname: bigsafe,
1383
+ telvalue: this.telConfig[bigsafe] ? this.telConfig[bigsafe].data.length : 0,
1384
+ telindex: 1,
1385
+ type:bigsafe
1386
+ })
1387
+ }
1388
+ },1000)
1389
+ },
1390
+ tlepushArray(val, arrayindex) {
1391
+ let spliceindex = arrayindex + 1
1392
+ if(this.telArray[arrayindex].telshow == false){
1393
+ this.telArray[arrayindex].telshow = true
1394
+ if(val.telindex==1){
1395
+ let linshiarray = []
1396
+ for (let two in this.telConfig[val.telname].data){
1397
+ linshiarray.push({
1398
+ selectedshow:false,
1399
+ telsort:two+1 ,
1400
+ teltype:'',
1401
+ type: val.type,
1402
+ telshow: false,
1403
+ telname: this.telConfig[val.telname].data[two].f_type,
1404
+ telvalue: this.telConfig[val.telname].data[two].details.length,
1405
+ telindex: 2,
1406
+ last:val.telname //fei
1407
+ })
1408
+ }
1409
+ linshiarray=this.jsonSort(linshiarray, "telsort",true)
1410
+ for (let i = 0; i < linshiarray.length; i++) {
1411
+ this.telArray.splice(spliceindex, 0,linshiarray[i])
1412
+ }
1413
+ }
1414
+ if(val.telindex==2){
1415
+ let linshiarray = [];
1416
+ for (var i = 0; i < this.telConfig[val.type].data.length; i++) {
1417
+ if (this.telConfig[val.type].data[i].f_type === val.telname) {
1418
+ for (var j = 0; j < this.telConfig[val.type].data[i].details.length; j++) {
1419
+ linshiarray.push({
1420
+ type:val.type,
1421
+ selectedshow: false,
1422
+ telsort: j+1,
1423
+ teltype: this.telConfig[val.type].data[i].details[j].type,
1424
+ telshow: false,
1425
+ telname: this.telConfig[val.type].data[i].details[j].f_project,
1426
+ telvalue: this.telConfig[val.type].data[i].details[j].options?this.telConfig[val.type].data[i].details[j].options.length:0,
1427
+ telindex: 3,
1428
+ last: val.telname,
1429
+ lastlast:val.last,
1430
+ });
1431
+ }
1432
+ }
1433
+ }
1434
+ linshiarray=this.jsonSort(linshiarray, "telsort",true)
1435
+ for (let i = 0; i < linshiarray.length; i++) {
1436
+ this.telArray.splice(spliceindex, 0,linshiarray[i])
1437
+ }
1438
+ }
1439
+ if(val.telindex==3){
1440
+ let linshiarray = [];
1441
+ for (var m = 0; m < this.telConfig[val.type].data.length; m++) {
1442
+ for (var n = 0; n < this.telConfig[val.type].data[m].details.length; n++){
1443
+ if(this.telConfig[val.type].data[m].details[n].f_project==val.telname){
1444
+ for (var p = 0; p < this.telConfig[val.type].data[m].details[n].options.length; p++){
1445
+ linshiarray.push({
1446
+ telindex: 4,
1447
+ type:val.type,
1448
+ selectedshow: false,
1449
+ telsort: p+1,
1450
+ teltype: this.telConfig[val.type].data[m].details[n].options[p].type,
1451
+ telshow: false,
1452
+ telname: this.telConfig[val.type].data[m].details[n].options[p].data,
1453
+ telvalue: this.telConfig[val.type].data[m].details[n].options[p].options?this.telConfig[val.type].data[m].details[n].options[p].options.length:0,
1454
+ last:val.telname,
1455
+ lastlast:val.last,
1456
+ lastlastlast:val.lastlast
1457
+
1458
+ })
1459
+ }
1460
+ }
1461
+ }
1462
+ }
1463
+ linshiarray=this.jsonSort(linshiarray, "telsort",true)
1464
+ for (let i = 0; i < linshiarray.length; i++) {
1465
+ this.telArray.splice(spliceindex, 0,linshiarray[i])
1466
+ }
1467
+ }
1468
+ }else if(this.telArray[arrayindex].telshow ===true){
1469
+ this.telArray[arrayindex].telshow = false
1470
+ for (let i = 0; i < this.telArray.length; i++) {
1471
+ if (this.telArray[i].last === this.telArray[arrayindex].telname
1472
+ || this.telArray[i].lastlast === this.telArray[arrayindex].telname
1473
+ || this.telArray[i].lastlastlast === this.telArray[arrayindex].telname) {
1474
+ if(this.telArray[arrayindex].type===this.telArray[i].type){
1475
+ //从数组中移除
1476
+ this.telArray.splice(i, 1);
1477
+ i--; // 由于删除了元素,索引需要减1
1478
+ }
1479
+
1480
+ }
1481
+ }
1482
+ }
1483
+ },
1484
+ closeright() {
1485
+ this.rightshow = false
1486
+ this.righttelshow = false
1487
+ },
1488
+ getlastname() {
1489
+ if (this.rightrow.safelast) {
1490
+ return this.rightrow.safelast
1491
+ }
1492
+ return '无'
1493
+ },
1494
+ pushArray(val, arrayindex) {
1495
+ ////tag
1496
+ ////tag)
1497
+ ////tag)
1498
+ if (this.safeArray[arrayindex].safeshow == false) {
1499
+ let spliceindex = arrayindex + 1
1500
+ this.safeArray[arrayindex].safeshow = true
1501
+ if (val.safeindex == '1') {
1502
+ let linshiarray = []
1503
+ for (let two in this.safeConfig[val.safename]) {
1504
+ if(typeof two=='function'){
1505
+ continue
1506
+ }
1507
+ ////tag
1508
+ ////tag)
1509
+
1510
+ linshiarray.push({
1511
+ selectedshow: false,
1512
+ safesort: this.safeConfig[val.safename][two].index,
1513
+ safetype: '',
1514
+ safeshow: false,
1515
+ safename: two,
1516
+ safevalue: this.safeConfig[val.safename][two].items ? Object.keys(this.safeConfig[val.safename][two].items).length : 0,
1517
+ safeindex: 2,
1518
+ safelast: val.safename
1519
+ })
1520
+
1521
+ }
1522
+ linshiarray=this.jsonSort(linshiarray, "safesort",true)
1523
+ ////tag
1524
+ ////tag)
1525
+ for (let i = 0; i < linshiarray.length; i++) {
1526
+ this.safeArray.splice(spliceindex, 0,linshiarray[i])
1527
+ }
1528
+ }
1529
+ if (val.safeindex == '2') {
1530
+ let linshiarray = []
1531
+ let aa = {"safename": "燃气表", "safevalue": 3, "safeindex": 2, "safelast": "民用配置项"}
1532
+ for (let isthree in this.safeConfig[val.safelast][val.safename]) {
1533
+ if(typeof isthree=='function'){
1534
+ continue
1535
+ }
1536
+ if (isthree == 'items') {
1537
+ for (let three in this.safeConfig[val.safelast][val.safename].items) {
1538
+ if(typeof three=='function'){
1539
+ continue
1540
+ }
1541
+ ////tag
1542
+ ////tag
1543
+ ////tag
1544
+ ////tag)
1545
+ ////tag)
1546
+ linshiarray.push({
1547
+ safesort:this.safeConfig[val.safelast][val.safename].items[three].index,
1548
+ selectedshow: false,
1549
+ safetype: this.safeConfig[val.safelast][val.safename].items[three].type,
1550
+ safeshow: false,
1551
+ safename: three,
1552
+ safevalue: this.safeConfig[val.safelast][val.safename].items[three].options ? Object.keys(this.safeConfig[val.safelast][val.safename].items[three].options).length : 0,
1553
+ safeindex: 3,
1554
+ safelast: val.safename,
1555
+ safelastlast: val.safelast
1556
+ })
1557
+ }
1558
+ linshiarray=this.jsonSort(linshiarray, "safesort",true)
1559
+ ////tag
1560
+ ////tag)
1561
+ for (let i = 0; i < linshiarray.length; i++) {
1562
+ this.safeArray.splice(spliceindex, 0,linshiarray[i])
1563
+ }
1564
+ }
1565
+ }
1566
+
1567
+ }
1568
+ if (val.safeindex == '3') {
1569
+ let linshiarray = []
1570
+ let aa = {
1571
+ "safename": "燃气表有无改装在卧室、卫生间、客厅",
1572
+ "safevalue": 4,
1573
+ "safeindex": 3,
1574
+ "safelast": "燃气表",
1575
+ "safelastlast": "民用配置项"
1576
+ }
1577
+ for (let isfour in this.safeConfig[val.safelastlast][val.safelast].items[val.safename]) {
1578
+ if(typeof isfour=='function'){
1579
+ continue
1580
+ }
1581
+ if (isfour == 'options') {
1582
+ for (let four in this.safeConfig[val.safelastlast][val.safelast].items[val.safename].options) {
1583
+ if(typeof four=='function'){
1584
+ continue
1585
+ }
1586
+ ////tag
1587
+ ////tag
1588
+ ////tag)
1589
+ ////tag)
1590
+ ////tag)
1591
+ linshiarray.push({
1592
+ safesort:four,
1593
+ selectedshow: false,
1594
+ safetype: 'no',
1595
+ safeshow: false,
1596
+ safename: this.safeConfig[val.safelastlast][val.safelast].items[val.safename].options[four].data,
1597
+ safevalue: 0,
1598
+ safeindex: 4,
1599
+ safelast: val.safename,
1600
+ safelastlast: val.safelast,
1601
+ safelastlastlast: val.safelastlast,
1602
+ })
1603
+ }
1604
+ linshiarray=this.jsonSort(linshiarray, "safesort",true)
1605
+ ////tag
1606
+ ////tag)
1607
+ for (let i = 0; i < linshiarray.length; i++) {
1608
+ this.safeArray.splice(spliceindex, 0,linshiarray[i])
1609
+ }
1610
+
1611
+ }
1612
+ }
1613
+ }
1614
+ } else {
1615
+ let deleteindex = {begin: 999999, end: 99999}
1616
+ this.safeArray[arrayindex].safeshow = false
1617
+ for (let i = 0; i < this.safeArray.length; i++) {
1618
+ if (this.safeArray[i].safelast == this.safeArray[arrayindex].safename
1619
+ || this.safeArray[i].safelastlast == this.safeArray[arrayindex].safename
1620
+ || this.safeArray[i].safelastlastlast == this.safeArray[arrayindex].safename) {
1621
+ if (deleteindex.begin == 999999) {
1622
+ deleteindex.begin = i
1623
+ } else {
1624
+ deleteindex.end = i
1625
+ }
1626
+ }
1627
+ }
1628
+ ////tag)
1629
+ this.safeArray.splice(deleteindex.begin, deleteindex.end + 1 - deleteindex.begin)
1630
+
1631
+ }
1632
+ ////tag)
1633
+ },
1634
+ selectedshow(index) {
1635
+ this.rightdata={}
1636
+ ////tag
1637
+ for (let i = 0; i < this.safeArray.length; i++) {
1638
+ this.safeArray[i].selectedshow = false
1639
+ }
1640
+ this.safeArray[index].selectedshow = true
1641
+ this.rightrow = Object.assign({}, this.safeArray[index])
1642
+ //传入参数到右侧
1643
+ //开始取对应参数
1644
+ ////tag
1645
+ ////tag
1646
+ this.setRightRow(this.rightrow)
1647
+
1648
+ this.rightshow = true
1649
+
1650
+ },
1651
+ selecttelshow(index) {
1652
+ this.rightteldata={}
1653
+ for (let i = 0; i < this.telArray.length; i++) {
1654
+ this.telArray[i].selectedshow = false
1655
+ }
1656
+ this.telArray[index].selectedshow = true
1657
+ this.righttelrow = Object.assign({}, this.telArray[index])
1658
+ this.setRighttelRow(this.righttelrow)
1659
+ this.righttelshow = true
1660
+ },
1661
+ setRighttelRow(row) {
1662
+ if (row.lastlastlast) {
1663
+ for (var i = 0; i < this.telConfig[row.lastlastlast].data.length; i++) {
1664
+ if(this.telConfig[row.lastlastlast].data[i].f_type===row.lastlast){
1665
+ for (var j = 0; j < this.telConfig[row.lastlastlast].data[i].details.length; j++) {
1666
+ if (this.telConfig[row.lastlastlast].data[i].details[j].f_project === row.last) {
1667
+ if (this.telConfig[row.lastlastlast].data[i].details[j].options) {
1668
+ for (var k = 0; k < this.telConfig[row.lastlastlast].data[i].details[j].options.length; k++) {
1669
+ if (this.telConfig[row.lastlastlast].data[i].details[j].options[k].data === row.telname) {
1670
+ this.rightteldata = Object.assign({}, this.telConfig[row.lastlastlast].data[i].details[j].options[k])
1671
+ }
1672
+ }
1673
+ }
1674
+ }
1675
+ }
1676
+ }
1677
+ }
1678
+ } else if (row.lastlast) {
1679
+ for (var i = 0; i < this.telConfig[row.lastlast].data.length; i++) {
1680
+ if(this.telConfig[row.lastlast].data[i].f_type===row.last){
1681
+ for (var j = 0; j < this.telConfig[row.lastlast].data[i].details.length; j++) {
1682
+ if (this.telConfig[row.lastlast].data[i].details[j].f_project === row.telname) {
1683
+ this.rightteldata = Object.assign({}, this.telConfig[row.lastlast].data[i].details[j])
1684
+ }
1685
+ }
1686
+ }
1687
+ }
1688
+ } else if (row.last) {
1689
+ for (var i = 0; i < this.telConfig[row.last].data.length; i++) {
1690
+ if(this.telConfig[row.last].data[i].f_type===row.telname
1691
+ ){
1692
+ this.rightteldata = Object.assign({}, this.telConfig[row.last].data[i])
1693
+ }
1694
+ }
1695
+ }
1696
+ },
1697
+ getrightdataname(name) {
1698
+ ////tag
1699
+ ////tag
1700
+ debugger
1701
+ if (name == 'checkmust') {
1702
+ return '是否必填'
1703
+ }
1704
+ if (name == 'isdefault') {
1705
+ return '是否默认'
1706
+ }
1707
+ if (name == 'index') {
1708
+ return '配置下标'
1709
+ }
1710
+ if (name == 'items') {
1711
+ return '配置数量'
1712
+ }
1713
+ if (name == 'items' ||name== 'details') {
1714
+ return '配置数量'
1715
+ }
1716
+ if (name == 'options') {
1717
+ return '选项数量'
1718
+ }
1719
+ if (name == 'type') {
1720
+ return '配置类型'
1721
+ }
1722
+ if (name == 'isdefect') {
1723
+ return '是否隐患'
1724
+ }
1725
+ if (name == 'isshow') {
1726
+ return '是否展示'
1727
+ }
1728
+ if (name == 'multiple') {
1729
+ return '是否多选'
1730
+ }
1731
+ if (name == 'level') {
1732
+ return '隐患级别'
1733
+ }
1734
+ if (name == 'data') {
1735
+ return '选项名称'
1736
+ }
1737
+ if (name == 'f_status') {
1738
+ return '是否异常'
1739
+ }
1740
+ if (name == 'f_project') {
1741
+ return '名称'
1742
+ }
1743
+ if (name == 'f_type') {
1744
+ return '名称'
1745
+ }
1746
+ },
1747
+ getrightdatavalue(key, value) {
1748
+ if (key == 'items' ||key == 'details'){
1749
+ return Object.keys(value).length
1750
+ }
1751
+ if (key == 'options') {
1752
+ return value.length
1753
+ }
1754
+ if (value == 'string') {
1755
+ return '文本框'
1756
+ }
1757
+ if (value == 'selector') {
1758
+ return '选择框'
1759
+ }
1760
+ if (value == 'picture') {
1761
+ return '照片框'
1762
+ }
1763
+ if (value == 'radio') {
1764
+ return '勾选框'
1765
+ }
1766
+ if (value === true) {
1767
+ return '是'
1768
+ }
1769
+ if (value === false) {
1770
+ return '否'
1771
+ }
1772
+ return value
1773
+ },
1774
+ setRightRow(row) {
1775
+ ////tag
1776
+ if (row.safelastlastlast) {
1777
+ ////tag
1778
+ ////tag)
1779
+ for (let i = 0; i < this.safeConfig[row.safelastlastlast][row.safelastlast].items[row.safelast].options.length; i++) {
1780
+ if (this.safeConfig[row.safelastlastlast][row.safelastlast].items[row.safelast].options[i].data == row.safename) {
1781
+ this.rightdata = Object.assign({}, this.safeConfig[row.safelastlastlast][row.safelastlast].items[row.safelast].options[i])
1782
+ }
1783
+ }
1784
+ } else if (row.safelastlast) {
1785
+
1786
+ ////tag)
1787
+ this.rightdata = Object.assign(this.safeConfig[row.safelastlast][row.safelast].items[row.safename])
1788
+ } else if (row.safelast) {
1789
+ ////tag)
1790
+ this.rightdata = Object.assign(this.safeConfig[row.safelast][row.safename])
1791
+ }
1792
+ },
1793
+ getJsonLength(val) {
1794
+ return Object.keys(val).length
1795
+ },
1796
+ jsonSort(array, field, reverse) {
1797
+ ////tag
1798
+ //数组长度小于2 或 没有指定排序字段 或 不是json格式数据
1799
+ if (array.length < 2 || !field || typeof array[0] !== "object") return array;
1800
+ //数字类型排序
1801
+ if (typeof array[0][field] === "number") {
1802
+ array.sort(function (x, y) {
1803
+ return x[field] - y[field]
1804
+ });
1805
+ }
1806
+ //字符串类型排序
1807
+ if (typeof array[0][field] === "string") {
1808
+ array.sort(function (x, y) {
1809
+ return parseInt(x[field]) - parseInt(y[field])
1810
+ });
1811
+ }
1812
+ //倒序
1813
+ if (reverse) {
1814
+ array.reverse();
1815
+ }
1816
+ return array;
1817
+ },
1818
+ sleep(n) {
1819
+ var start = new Date().getTime();
1820
+ // //tag;
1821
+ while (true) {
1822
+ if (new Date().getTime() - start > n) {
1823
+ break;
1824
+ }
1825
+ }
1826
+ // //tag.getTime());
1827
+ }
1828
+
1829
+
1830
+ },
1831
+ events: {}
1832
+ }
1833
+ </script>
1834
+ <style>
1835
+ /*span {*/
1836
+ /* color: black;*/
1837
+ /*}*/
1838
+ </style>