@vtx/modals2 3.3.19 → 4.0.2

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 (1679) hide show
  1. package/README.md +1 -1
  2. package/lib/index.js +17 -24
  3. package/lib/index.js.map +1 -1
  4. package/lib/style/css.js +1 -3
  5. package/lib/style/css.js.map +1 -1
  6. package/lib/style/index.css +1 -49
  7. package/lib/style/index.js +1 -3
  8. package/lib/style/index.js.map +1 -1
  9. package/lib/style/themes/dark.css +1 -49
  10. package/lib/style/themes/dark.less +0 -45
  11. package/lib/style/themes/default.css +1 -5
  12. package/lib/style/themes/default.less +1 -5
  13. package/lib/style/themes/index.css +1 -49
  14. package/lib/typings.d.ts +1 -4
  15. package/lib/util/index.js.map +1 -1
  16. package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
  17. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
  18. package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
  19. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
  20. package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
  21. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
  22. package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
  23. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
  24. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
  25. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
  26. package/lib/vm-alarm-info/Components/index.css +39 -0
  27. package/lib/vm-alarm-info/Components/index.less +40 -0
  28. package/lib/vm-alarm-info/api.js +171 -0
  29. package/lib/vm-alarm-info/api.js.map +1 -0
  30. package/lib/vm-alarm-info/index.js +88 -0
  31. package/lib/vm-alarm-info/index.js.map +1 -0
  32. package/lib/vm-alarm-info/style/css.js.map +1 -0
  33. package/lib/vm-alarm-info/style/index.css +19 -0
  34. package/lib/vm-alarm-info/style/index.js.map +1 -0
  35. package/lib/vm-alarm-info/style/index.less +16 -0
  36. package/lib/vm-alarm-situation/api.js +86 -0
  37. package/lib/vm-alarm-situation/api.js.map +1 -0
  38. package/lib/vm-alarm-situation/index.js +212 -0
  39. package/lib/vm-alarm-situation/index.js.map +1 -0
  40. package/lib/vm-alarm-situation/style/css.js +4 -0
  41. package/lib/vm-alarm-situation/style/css.js.map +1 -0
  42. package/lib/vm-alarm-situation/style/index.css +78 -0
  43. package/lib/vm-alarm-situation/style/index.js +4 -0
  44. package/lib/vm-alarm-situation/style/index.js.map +1 -0
  45. package/lib/vm-alarm-situation/style/index.less +67 -0
  46. package/lib/vm-alarm-situation-pt/api.js +73 -0
  47. package/lib/vm-alarm-situation-pt/api.js.map +1 -0
  48. package/lib/vm-alarm-situation-pt/index.js +145 -0
  49. package/lib/vm-alarm-situation-pt/index.js.map +1 -0
  50. package/lib/vm-alarm-situation-pt/style/css.js +4 -0
  51. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
  52. package/lib/vm-alarm-situation-pt/style/index.css +79 -0
  53. package/lib/vm-alarm-situation-pt/style/index.js +4 -0
  54. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
  55. package/lib/vm-alarm-situation-pt/style/index.less +65 -0
  56. package/lib/vm-analysis-comparison/api.js +177 -0
  57. package/lib/vm-analysis-comparison/api.js.map +1 -0
  58. package/lib/vm-analysis-comparison/index.js +368 -0
  59. package/lib/vm-analysis-comparison/index.js.map +1 -0
  60. package/lib/vm-analysis-comparison/style/css.js +4 -0
  61. package/lib/vm-analysis-comparison/style/css.js.map +1 -0
  62. package/lib/vm-analysis-comparison/style/index.css +13 -0
  63. package/lib/vm-analysis-comparison/style/index.js +4 -0
  64. package/lib/vm-analysis-comparison/style/index.js.map +1 -0
  65. package/lib/vm-analysis-comparison/style/index.less +12 -0
  66. package/lib/vm-appraisal-info/AppraisalBase.js +5 -26
  67. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -1
  68. package/lib/vm-appraisal-info/AppraisalTop5.js +4 -5
  69. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -1
  70. package/lib/vm-appraisal-info/List.js +9 -8
  71. package/lib/vm-appraisal-info/List.js.map +1 -1
  72. package/lib/vm-appraisal-info/ListKh.js +13 -11
  73. package/lib/vm-appraisal-info/ListKh.js.map +1 -1
  74. package/lib/vm-appraisal-info/ListZg.js +13 -11
  75. package/lib/vm-appraisal-info/ListZg.js.map +1 -1
  76. package/lib/vm-appraisal-info/Wtlx.js +5 -6
  77. package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
  78. package/lib/vm-appraisal-info/Zgxxhz.js +4 -21
  79. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -1
  80. package/lib/vm-appraisal-info/api.js +1 -2
  81. package/lib/vm-appraisal-info/api.js.map +1 -1
  82. package/lib/vm-appraisal-info/index.js +23 -49
  83. package/lib/vm-appraisal-info/index.js.map +1 -1
  84. package/lib/vm-appraisal-info/style/css.js.map +1 -1
  85. package/lib/vm-appraisal-info/style/index.js.map +1 -1
  86. package/lib/vm-base-list/OpenArrow.js +47 -0
  87. package/lib/vm-base-list/OpenArrow.js.map +1 -0
  88. package/lib/vm-base-list/index.js +85 -0
  89. package/lib/vm-base-list/index.js.map +1 -0
  90. package/lib/vm-base-list/style/css.js +4 -0
  91. package/lib/vm-base-list/style/css.js.map +1 -0
  92. package/lib/vm-base-list/style/index.css +41 -0
  93. package/lib/vm-base-list/style/index.js +4 -0
  94. package/lib/vm-base-list/style/index.js.map +1 -0
  95. package/lib/vm-base-list/style/index.less +39 -0
  96. package/lib/vm-button/index.js +2 -3
  97. package/lib/vm-button/index.js.map +1 -1
  98. package/lib/vm-button/style/css.js.map +1 -1
  99. package/lib/vm-button/style/index.js.map +1 -1
  100. package/lib/vm-charts/Distribute1.js +7 -8
  101. package/lib/vm-charts/Distribute1.js.map +1 -1
  102. package/lib/vm-charts/Gauge1.js +2 -3
  103. package/lib/vm-charts/Gauge1.js.map +1 -1
  104. package/lib/vm-charts/Line.js +213 -0
  105. package/lib/vm-charts/Line.js.map +1 -0
  106. package/lib/vm-charts/Line1.js +3 -4
  107. package/lib/vm-charts/Line1.js.map +1 -1
  108. package/lib/vm-charts/Pie.js +115 -0
  109. package/lib/vm-charts/Pie.js.map +1 -0
  110. package/lib/vm-charts/index.css +20 -0
  111. package/lib/vm-charts/index.js +15 -1
  112. package/lib/vm-charts/index.js.map +1 -1
  113. package/lib/vm-charts/index.less +30 -0
  114. package/lib/vm-checkbox/index.js +32 -0
  115. package/lib/vm-checkbox/index.js.map +1 -0
  116. package/lib/vm-checkbox/style/css.js +4 -0
  117. package/lib/vm-checkbox/style/css.js.map +1 -0
  118. package/lib/vm-checkbox/style/index.css +25 -0
  119. package/lib/vm-checkbox/style/index.js +4 -0
  120. package/lib/vm-checkbox/style/index.js.map +1 -0
  121. package/lib/vm-checkbox/style/index.less +25 -0
  122. package/lib/vm-container/index.js +33 -0
  123. package/lib/vm-container/index.js.map +1 -0
  124. package/lib/vm-container/style/css.js +4 -0
  125. package/lib/vm-container/style/css.js.map +1 -0
  126. package/lib/vm-container/style/index.css +30 -0
  127. package/lib/vm-container/style/index.js +4 -0
  128. package/lib/vm-container/style/index.js.map +1 -0
  129. package/lib/vm-container/style/index.less +28 -0
  130. package/lib/vm-correlation-comparison/api.js +236 -0
  131. package/lib/vm-correlation-comparison/api.js.map +1 -0
  132. package/lib/vm-correlation-comparison/index.js +308 -0
  133. package/lib/vm-correlation-comparison/index.js.map +1 -0
  134. package/lib/vm-correlation-comparison/style/css.js +4 -0
  135. package/lib/vm-correlation-comparison/style/css.js.map +1 -0
  136. package/lib/vm-correlation-comparison/style/index.css +19 -0
  137. package/lib/vm-correlation-comparison/style/index.js +4 -0
  138. package/lib/vm-correlation-comparison/style/index.js.map +1 -0
  139. package/lib/vm-correlation-comparison/style/index.less +13 -0
  140. package/lib/vm-empty/index.js +44 -0
  141. package/lib/vm-empty/index.js.map +1 -0
  142. package/lib/vm-empty/style/css.js +4 -0
  143. package/lib/vm-empty/style/css.js.map +1 -0
  144. package/lib/vm-empty/style/index.css +30 -0
  145. package/lib/vm-empty/style/index.js +4 -0
  146. package/lib/vm-empty/style/index.js.map +1 -0
  147. package/lib/vm-empty/style/index.less +23 -0
  148. package/lib/vm-filter/index.js +110 -121
  149. package/lib/vm-filter/index.js.map +1 -1
  150. package/lib/vm-filter/style/css.js.map +1 -1
  151. package/lib/vm-filter/style/index.css +32 -22
  152. package/lib/vm-filter/style/index.js.map +1 -1
  153. package/lib/vm-filter/style/index.less +24 -29
  154. package/lib/vm-hooks/useSettings.js +5 -4
  155. package/lib/vm-hooks/useSettings.js.map +1 -1
  156. package/lib/vm-iframe-modal/index.js +40 -0
  157. package/lib/vm-iframe-modal/index.js.map +1 -0
  158. package/lib/vm-iframe-modal/style/css.js +4 -0
  159. package/lib/vm-iframe-modal/style/css.js.map +1 -0
  160. package/lib/vm-iframe-modal/style/index.css +10 -0
  161. package/lib/vm-iframe-modal/style/index.js +4 -0
  162. package/lib/vm-iframe-modal/style/index.js.map +1 -0
  163. package/lib/vm-iframe-modal/style/index.less +8 -0
  164. package/lib/vm-image-text/index.js +10 -5
  165. package/lib/vm-image-text/index.js.map +1 -1
  166. package/lib/vm-image-text/style/css.js.map +1 -1
  167. package/lib/vm-image-text/style/index.css +2 -5
  168. package/lib/vm-image-text/style/index.js.map +1 -1
  169. package/lib/vm-image-text/style/index.less +2 -5
  170. package/lib/vm-info-collection/index.js +9 -21
  171. package/lib/vm-info-collection/index.js.map +1 -1
  172. package/lib/vm-info-collection/style/css.js.map +1 -1
  173. package/lib/vm-info-collection/style/index.css +21 -0
  174. package/lib/vm-info-collection/style/index.js.map +1 -1
  175. package/lib/vm-info-collection/style/index.less +19 -0
  176. package/lib/vm-map/index.js +125 -166
  177. package/lib/vm-map/index.js.map +1 -1
  178. package/lib/vm-map/mapStyle.js +7 -14
  179. package/lib/vm-map/mapStyle.js.map +1 -1
  180. package/lib/vm-modal-table/index.js +34 -0
  181. package/lib/vm-modal-table/index.js.map +1 -0
  182. package/lib/vm-modal-table/style/css.js +4 -0
  183. package/lib/vm-modal-table/style/css.js.map +1 -0
  184. package/lib/vm-modal-table/style/index.css +20 -0
  185. package/lib/vm-modal-table/style/index.js +4 -0
  186. package/lib/vm-modal-table/style/index.js.map +1 -0
  187. package/lib/vm-modal-table/style/index.less +23 -0
  188. package/lib/vm-nodata/imgs/chart.png +0 -0
  189. package/lib/vm-nodata/index.js +7 -3
  190. package/lib/vm-nodata/index.js.map +1 -1
  191. package/lib/vm-radio/index.js +27 -0
  192. package/lib/vm-radio/index.js.map +1 -0
  193. package/lib/vm-radio/style/css.js +4 -0
  194. package/lib/vm-radio/style/css.js.map +1 -0
  195. package/lib/vm-radio/style/index.css +21 -0
  196. package/lib/vm-radio/style/index.js +4 -0
  197. package/lib/vm-radio/style/index.js.map +1 -0
  198. package/lib/vm-radio/style/index.less +26 -0
  199. package/lib/vm-real-time-monitor/api.js +193 -0
  200. package/lib/vm-real-time-monitor/api.js.map +1 -0
  201. package/lib/vm-real-time-monitor/index.js +367 -0
  202. package/lib/vm-real-time-monitor/index.js.map +1 -0
  203. package/lib/vm-real-time-monitor/style/css.js +4 -0
  204. package/lib/vm-real-time-monitor/style/css.js.map +1 -0
  205. package/lib/vm-real-time-monitor/style/index.css +12 -0
  206. package/lib/vm-real-time-monitor/style/index.js +4 -0
  207. package/lib/vm-real-time-monitor/style/index.js.map +1 -0
  208. package/lib/vm-real-time-monitor/style/index.less +12 -0
  209. package/lib/vm-repair-maintain/RmInfoSummary.js +6 -7
  210. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -1
  211. package/lib/vm-repair-maintain/RmMonthTrend.js +2 -3
  212. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
  213. package/lib/vm-repair-maintain/RmRecord.js +12 -7
  214. package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
  215. package/lib/vm-repair-maintain/RmType.js +5 -6
  216. package/lib/vm-repair-maintain/RmType.js.map +1 -1
  217. package/lib/vm-repair-maintain/api.js +1 -2
  218. package/lib/vm-repair-maintain/api.js.map +1 -1
  219. package/lib/vm-repair-maintain/index.js +2 -3
  220. package/lib/vm-repair-maintain/index.js.map +1 -1
  221. package/lib/vm-repair-maintain/style/css.js.map +1 -1
  222. package/lib/vm-repair-maintain/style/index.js.map +1 -1
  223. package/lib/vm-round-content/index.js +68 -0
  224. package/lib/vm-round-content/index.js.map +1 -0
  225. package/lib/vm-round-content/style/css.js +4 -0
  226. package/lib/vm-round-content/style/css.js.map +1 -0
  227. package/lib/vm-round-content/style/index.css +38 -0
  228. package/lib/vm-round-content/style/index.js +4 -0
  229. package/lib/vm-round-content/style/index.js.map +1 -0
  230. package/lib/vm-round-content/style/index.less +33 -0
  231. package/lib/vm-row-col/index.js +26 -0
  232. package/lib/vm-row-col/index.js.map +1 -0
  233. package/lib/vm-row-col/style/css.js +4 -0
  234. package/lib/vm-row-col/style/css.js.map +1 -0
  235. package/lib/vm-row-col/style/index.css +0 -0
  236. package/lib/vm-row-col/style/index.js +4 -0
  237. package/lib/vm-row-col/style/index.js.map +1 -0
  238. package/lib/vm-row-col/style/index.less +0 -0
  239. package/lib/vm-select-device/index.js +90 -0
  240. package/lib/vm-select-device/index.js.map +1 -0
  241. package/lib/vm-select-device/style/css.js +4 -0
  242. package/lib/vm-select-device/style/css.js.map +1 -0
  243. package/lib/vm-select-device/style/index.css +16 -0
  244. package/lib/vm-select-device/style/index.js +4 -0
  245. package/lib/vm-select-device/style/index.js.map +1 -0
  246. package/lib/vm-select-device/style/index.less +16 -0
  247. package/lib/vm-sub-tabs/index.js +4 -7
  248. package/lib/vm-sub-tabs/index.js.map +1 -1
  249. package/lib/vm-sub-tabs/style/css.js.map +1 -1
  250. package/lib/vm-sub-tabs/style/index.css +8 -31
  251. package/lib/vm-sub-tabs/style/index.js.map +1 -1
  252. package/lib/vm-sub-tabs/style/index.less +26 -48
  253. package/lib/vm-sub-title/index.js +4 -5
  254. package/lib/vm-sub-title/index.js.map +1 -1
  255. package/lib/vm-sub-title/style/css.js.map +1 -1
  256. package/lib/vm-sub-title/style/index.css +3 -10
  257. package/lib/vm-sub-title/style/index.js.map +1 -1
  258. package/lib/vm-sub-title/style/index.less +3 -10
  259. package/lib/vm-table/index.js +25 -25
  260. package/lib/vm-table/index.js.map +1 -1
  261. package/lib/vm-table/style/css.js.map +1 -1
  262. package/lib/vm-table/style/index.css +31 -56
  263. package/lib/vm-table/style/index.js.map +1 -1
  264. package/lib/vm-table/style/index.less +54 -80
  265. package/lib/vm-time-line/index.js +25 -0
  266. package/lib/vm-time-line/index.js.map +1 -0
  267. package/lib/vm-time-line/style/css.js +4 -0
  268. package/lib/vm-time-line/style/css.js.map +1 -0
  269. package/lib/vm-time-line/style/index.css +0 -0
  270. package/lib/vm-time-line/style/index.js +4 -0
  271. package/lib/vm-time-line/style/index.js.map +1 -0
  272. package/lib/vm-time-line/style/index.less +0 -0
  273. package/lib/vm-video/api.js +1 -2
  274. package/lib/vm-video/api.js.map +1 -1
  275. package/lib/vm-video/index.css +1 -49
  276. package/lib/vm-video/index.js +7 -25
  277. package/lib/vm-video/index.js.map +1 -1
  278. package/lib/vtx-base-info/index.js +53 -0
  279. package/lib/vtx-base-info/index.js.map +1 -0
  280. package/lib/vtx-base-info/style/css.js +4 -0
  281. package/lib/vtx-base-info/style/css.js.map +1 -0
  282. package/lib/vtx-base-info/style/index.css +69 -0
  283. package/lib/vtx-base-info/style/index.js +4 -0
  284. package/lib/vtx-base-info/style/index.js.map +1 -0
  285. package/lib/vtx-base-info/style/index.less +62 -0
  286. package/lib/vtx-base-modal/api.js +13 -7
  287. package/lib/vtx-base-modal/api.js.map +1 -1
  288. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  289. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  290. package/lib/vtx-base-modal/index.js +128 -47
  291. package/lib/vtx-base-modal/index.js.map +1 -1
  292. package/lib/vtx-base-modal/style/css.js.map +1 -1
  293. package/lib/vtx-base-modal/style/index.css +32 -38
  294. package/lib/vtx-base-modal/style/index.js.map +1 -1
  295. package/lib/vtx-base-modal/style/index.less +38 -38
  296. package/lib/vtx-car-modal/api.js +106 -132
  297. package/lib/vtx-car-modal/api.js.map +1 -1
  298. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +6 -7
  299. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
  300. package/lib/vtx-car-modal/components/AlarmInfo/List.js +18 -17
  301. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
  302. package/lib/vtx-car-modal/components/AlarmInfo/index.css +1 -1
  303. package/lib/vtx-car-modal/components/AlarmInfo/index.js +41 -27
  304. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
  305. package/lib/vtx-car-modal/components/AlarmInfo/index.less +1 -1
  306. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +9 -21
  307. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
  308. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +4 -6
  309. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
  310. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
  311. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
  312. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +5 -4
  313. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -1
  314. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +7 -18
  315. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
  316. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +4 -5
  317. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
  318. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +1 -1
  319. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -1
  320. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +3 -18
  321. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
  322. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +137 -0
  323. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
  324. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +14 -12
  325. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
  326. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +11 -10
  327. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
  328. package/lib/vtx-car-modal/components/BaseInfo/index.css +6 -4
  329. package/lib/vtx-car-modal/components/BaseInfo/index.js +42 -36
  330. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
  331. package/lib/vtx-car-modal/components/BaseInfo/index.less +4 -4
  332. package/lib/vtx-car-modal/components/Maintenance/index.js +6 -7
  333. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -1
  334. package/lib/vtx-car-modal/components/OilConsumption/List.js +9 -8
  335. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
  336. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +4 -4
  337. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
  338. package/lib/vtx-car-modal/components/OilConsumption/index.js +14 -11
  339. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -1
  340. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +5 -6
  341. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
  342. package/lib/vtx-car-modal/components/StaticInfo/List.js +2 -3
  343. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
  344. package/lib/vtx-car-modal/components/StaticInfo/index.css +3 -7
  345. package/lib/vtx-car-modal/components/StaticInfo/index.js +26 -19
  346. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
  347. package/lib/vtx-car-modal/components/StaticInfo/index.less +3 -6
  348. package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -11
  349. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
  350. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +8 -9
  351. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
  352. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -33
  353. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
  354. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +30 -262
  355. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
  356. package/lib/vtx-car-modal/components/WorkInfo/index.css +2 -166
  357. package/lib/vtx-car-modal/components/WorkInfo/index.js +6 -13
  358. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -1
  359. package/lib/vtx-car-modal/components/WorkInfo/index.less +2 -160
  360. package/lib/vtx-car-modal/components/index.js +1 -15
  361. package/lib/vtx-car-modal/components/index.js.map +1 -1
  362. package/lib/vtx-car-modal/index.js +58 -88
  363. package/lib/vtx-car-modal/index.js.map +1 -1
  364. package/lib/vtx-car-modal/style/css.js +1 -0
  365. package/lib/vtx-car-modal/style/css.js.map +1 -1
  366. package/lib/vtx-car-modal/style/index.css +1 -49
  367. package/lib/vtx-car-modal/style/index.js +1 -0
  368. package/lib/vtx-car-modal/style/index.js.map +1 -1
  369. package/lib/vtx-cc-cp-modal/api.js +303 -0
  370. package/lib/vtx-cc-cp-modal/api.js.map +1 -0
  371. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +152 -0
  372. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  373. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +103 -0
  374. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  375. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +134 -0
  376. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  377. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +116 -0
  378. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
  379. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
  380. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +104 -0
  381. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +76 -0
  382. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
  383. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +44 -0
  384. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
  385. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +48 -0
  386. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  387. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
  388. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
  389. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +102 -0
  390. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +66 -0
  391. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
  392. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +89 -0
  393. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +130 -0
  394. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
  395. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +103 -0
  396. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
  397. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +134 -0
  398. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
  399. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +116 -0
  400. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
  401. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
  402. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +104 -0
  403. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +7 -0
  404. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +124 -0
  405. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
  406. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +7 -0
  407. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +110 -0
  408. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  409. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
  410. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
  411. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +46 -0
  412. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +83 -0
  413. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
  414. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +40 -0
  415. package/lib/vtx-cc-cp-modal/components/index.js +42 -0
  416. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
  417. package/lib/vtx-cc-cp-modal/index.js +64 -0
  418. package/lib/vtx-cc-cp-modal/index.js.map +1 -0
  419. package/lib/vtx-cc-cp-modal/style/css.js +5 -0
  420. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
  421. package/lib/vtx-cc-cp-modal/style/index.css +84 -0
  422. package/lib/vtx-cc-cp-modal/style/index.js +5 -0
  423. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
  424. package/lib/vtx-cc-cp-modal/type.js +6 -0
  425. package/lib/vtx-cc-cp-modal/type.js.map +1 -0
  426. package/lib/vtx-cp-modal/api.js +36 -28
  427. package/lib/vtx-cp-modal/api.js.map +1 -1
  428. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +12 -14
  429. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  430. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +2 -3
  431. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  432. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +20 -21
  433. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
  434. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +2 -3
  435. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -1
  436. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +52 -42
  437. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
  438. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +180 -0
  439. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +1 -0
  440. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +161 -39
  441. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
  442. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +34 -42
  443. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
  444. package/lib/vtx-cp-modal/components/BaseInfo/index.css +178 -10
  445. package/lib/vtx-cp-modal/components/BaseInfo/index.js +53 -15
  446. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
  447. package/lib/vtx-cp-modal/components/BaseInfo/index.less +95 -8
  448. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +11 -9
  449. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
  450. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +2 -3
  451. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
  452. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +18 -17
  453. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
  454. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +2 -3
  455. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -1
  456. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +8 -9
  457. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  458. package/lib/vtx-cp-modal/components/SyInfo/index.js +56 -80
  459. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
  460. package/lib/vtx-cp-modal/components/index.js +1 -1
  461. package/lib/vtx-cp-modal/components/index.js.map +1 -1
  462. package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
  463. package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
  464. package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
  465. package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
  466. package/lib/vtx-cp-modal/index.js +26 -36
  467. package/lib/vtx-cp-modal/index.js.map +1 -1
  468. package/lib/vtx-cp-modal/style/css.js.map +1 -1
  469. package/lib/vtx-cp-modal/style/index.css +1 -49
  470. package/lib/vtx-cp-modal/style/index.js.map +1 -1
  471. package/lib/vtx-default-modal/api.js +8 -43
  472. package/lib/vtx-default-modal/api.js.map +1 -1
  473. package/lib/vtx-default-modal/components/BaseInfo/index.css +1 -3
  474. package/lib/vtx-default-modal/components/BaseInfo/index.js +22 -21
  475. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
  476. package/lib/vtx-default-modal/components/BaseInfo/index.less +1 -3
  477. package/lib/vtx-default-modal/components/index.js +1 -1
  478. package/lib/vtx-default-modal/components/index.js.map +1 -1
  479. package/lib/vtx-default-modal/index.js +49 -35
  480. package/lib/vtx-default-modal/index.js.map +1 -1
  481. package/lib/vtx-default-modal/style/css.js.map +1 -1
  482. package/lib/vtx-default-modal/style/index.css +1 -49
  483. package/lib/vtx-default-modal/style/index.js.map +1 -1
  484. package/lib/vtx-device-modal/api.js +211 -0
  485. package/lib/vtx-device-modal/api.js.map +1 -0
  486. package/lib/vtx-device-modal/components/BaseInfo/index.js +50 -0
  487. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
  488. package/lib/vtx-device-modal/components/DataAnalysis/index.js +84 -0
  489. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
  490. package/lib/vtx-device-modal/components/FacilityFile/index.js +47 -0
  491. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
  492. package/lib/vtx-device-modal/components/LiftInfo/index.js +31 -0
  493. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
  494. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +26 -0
  495. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
  496. package/lib/vtx-device-modal/components/OverViewInfo/index.js +102 -0
  497. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
  498. package/lib/vtx-device-modal/components/VideoInfo/index.js +35 -0
  499. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
  500. package/lib/vtx-device-modal/config.js +52 -0
  501. package/lib/vtx-device-modal/config.js.map +1 -0
  502. package/lib/vtx-device-modal/imgs/car.png +0 -0
  503. package/lib/vtx-device-modal/imgs/user.png +0 -0
  504. package/lib/vtx-device-modal/index.js +73 -0
  505. package/lib/vtx-device-modal/index.js.map +1 -0
  506. package/lib/vtx-device-modal/style/css.js +4 -0
  507. package/lib/vtx-device-modal/style/css.js.map +1 -0
  508. package/lib/vtx-device-modal/style/index.css +11 -0
  509. package/lib/vtx-device-modal/style/index.js +4 -0
  510. package/lib/vtx-device-modal/style/index.js.map +1 -0
  511. package/lib/vtx-device-modal/style/index.less +7 -0
  512. package/lib/vtx-device-modal/types.js.map +1 -0
  513. package/lib/vtx-df-modal/api.js +9 -67
  514. package/lib/vtx-df-modal/api.js.map +1 -1
  515. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +5 -6
  516. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
  517. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +10 -10
  518. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
  519. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +15 -14
  520. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
  521. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +3 -3
  522. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
  523. package/lib/vtx-df-modal/components/BaseInfo/index.css +4 -63
  524. package/lib/vtx-df-modal/components/BaseInfo/index.js +21 -19
  525. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
  526. package/lib/vtx-df-modal/components/BaseInfo/index.less +3 -58
  527. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +11 -16
  528. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
  529. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +18 -20
  530. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
  531. package/lib/vtx-df-modal/components/Metering/List.js +10 -14
  532. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
  533. package/lib/vtx-df-modal/components/Metering/index.css +4 -7
  534. package/lib/vtx-df-modal/components/Metering/index.js +32 -32
  535. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
  536. package/lib/vtx-df-modal/components/Metering/index.less +4 -7
  537. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +16 -15
  538. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
  539. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +16 -24
  540. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -1
  541. package/lib/vtx-df-modal/components/WorkCondition/index.css +10 -45
  542. package/lib/vtx-df-modal/components/WorkCondition/index.js +18 -26
  543. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -1
  544. package/lib/vtx-df-modal/components/WorkCondition/index.less +7 -48
  545. package/lib/vtx-df-modal/components/index.js +1 -8
  546. package/lib/vtx-df-modal/components/index.js.map +1 -1
  547. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  548. package/lib/vtx-df-modal/index.js +25 -43
  549. package/lib/vtx-df-modal/index.js.map +1 -1
  550. package/lib/vtx-df-modal/style/css.js.map +1 -1
  551. package/lib/vtx-df-modal/style/index.css +1 -49
  552. package/lib/vtx-df-modal/style/index.js.map +1 -1
  553. package/lib/vtx-facility-modal/api.js +31 -37
  554. package/lib/vtx-facility-modal/api.js.map +1 -1
  555. package/lib/vtx-facility-modal/components/OverView/Left.js +2 -3
  556. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
  557. package/lib/vtx-facility-modal/components/OverView/index.js +18 -19
  558. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
  559. package/lib/vtx-facility-modal/components/index.js +1 -1
  560. package/lib/vtx-facility-modal/components/index.js.map +1 -1
  561. package/lib/vtx-facility-modal/config.js +13 -13
  562. package/lib/vtx-facility-modal/config.js.map +1 -1
  563. package/lib/vtx-facility-modal/index.js +2 -3
  564. package/lib/vtx-facility-modal/index.js.map +1 -1
  565. package/lib/vtx-facility-modal/style/css.js.map +1 -1
  566. package/lib/vtx-facility-modal/style/index.js.map +1 -1
  567. package/lib/vtx-facility-modal/types.js.map +1 -1
  568. package/lib/vtx-housing-estate-modal/api.js +153 -240
  569. package/lib/vtx-housing-estate-modal/api.js.map +1 -1
  570. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +13 -15
  571. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
  572. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +14 -15
  573. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -1
  574. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +17 -18
  575. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -1
  576. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +2 -3
  577. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -1
  578. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +15 -17
  579. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
  580. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +235 -127
  581. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
  582. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +55 -28
  583. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
  584. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +11 -13
  585. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -1
  586. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +11 -13
  587. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
  588. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +12 -157
  589. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -1
  590. package/lib/vtx-housing-estate-modal/components/OverView/index.css +3 -13
  591. package/lib/vtx-housing-estate-modal/components/OverView/index.js +11 -28
  592. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
  593. package/lib/vtx-housing-estate-modal/components/OverView/index.less +3 -7
  594. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +11 -12
  595. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
  596. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -9
  597. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +79 -242
  598. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -1
  599. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -7
  600. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +5 -6
  601. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
  602. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +10 -11
  603. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -1
  604. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +5 -6
  605. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
  606. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +13 -14
  607. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
  608. package/lib/vtx-housing-estate-modal/components/index.js +1 -1
  609. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -1
  610. package/lib/vtx-housing-estate-modal/config.js +27 -21
  611. package/lib/vtx-housing-estate-modal/config.js.map +1 -1
  612. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  613. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  614. package/lib/vtx-housing-estate-modal/index.js +36 -26
  615. package/lib/vtx-housing-estate-modal/index.js.map +1 -1
  616. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -1
  617. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -1
  618. package/lib/vtx-housing-estate-modal/types.js.map +1 -1
  619. package/lib/vtx-kh-modal/api.js +1 -2
  620. package/lib/vtx-kh-modal/api.js.map +1 -1
  621. package/lib/vtx-kh-modal/components/BaseInfo/index.js +5 -5
  622. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
  623. package/lib/vtx-kh-modal/components/index.js +1 -1
  624. package/lib/vtx-kh-modal/components/index.js.map +1 -1
  625. package/lib/vtx-kh-modal/index.js +10 -9
  626. package/lib/vtx-kh-modal/index.js.map +1 -1
  627. package/lib/vtx-kh-modal/style/css.js.map +1 -1
  628. package/lib/vtx-kh-modal/style/index.css +1 -49
  629. package/lib/vtx-kh-modal/style/index.js.map +1 -1
  630. package/lib/vtx-pump-modal/api.js +298 -0
  631. package/lib/vtx-pump-modal/api.js.map +1 -0
  632. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +143 -0
  633. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
  634. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +223 -0
  635. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
  636. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +97 -0
  637. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +152 -0
  638. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
  639. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +91 -0
  640. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +249 -0
  641. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
  642. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
  643. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
  644. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
  645. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
  646. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
  647. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
  648. package/lib/vtx-pump-modal/components/Basic/index.css +86 -0
  649. package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
  650. package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
  651. package/lib/vtx-pump-modal/components/Basic/index.less +69 -0
  652. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +185 -0
  653. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
  654. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +187 -0
  655. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
  656. package/lib/vtx-pump-modal/components/Sbxl/index.css +87 -0
  657. package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
  658. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
  659. package/lib/vtx-pump-modal/components/Sbxl/index.less +91 -0
  660. package/lib/vtx-pump-modal/components/Sjfx/index.css +61 -0
  661. package/lib/vtx-pump-modal/components/Sjfx/index.js +698 -0
  662. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
  663. package/lib/vtx-pump-modal/components/Sjfx/index.less +58 -0
  664. package/lib/vtx-pump-modal/components/Sxyx/index.css +167 -0
  665. package/lib/vtx-pump-modal/components/Sxyx/index.js +282 -0
  666. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
  667. package/lib/vtx-pump-modal/components/Sxyx/index.less +156 -0
  668. package/lib/vtx-pump-modal/components/index.js +42 -0
  669. package/lib/vtx-pump-modal/components/index.js.map +1 -0
  670. package/lib/vtx-pump-modal/config.js +103 -0
  671. package/lib/vtx-pump-modal/config.js.map +1 -0
  672. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  673. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  674. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  675. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  676. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  677. package/lib/vtx-pump-modal/index.js +82 -0
  678. package/lib/vtx-pump-modal/index.js.map +1 -0
  679. package/lib/vtx-pump-modal/style/css.js +5 -0
  680. package/lib/vtx-pump-modal/style/css.js.map +1 -0
  681. package/lib/vtx-pump-modal/style/index.css +0 -0
  682. package/lib/vtx-pump-modal/style/index.js +5 -0
  683. package/lib/vtx-pump-modal/style/index.js.map +1 -0
  684. package/lib/vtx-pump-modal/style/index.less +1 -0
  685. package/lib/vtx-pump-modal/type.js +6 -0
  686. package/lib/vtx-pump-modal/type.js.map +1 -0
  687. package/lib/vtx-restaurant-modal/api.js +60 -61
  688. package/lib/vtx-restaurant-modal/api.js.map +1 -1
  689. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +9 -10
  690. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -1
  691. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +26 -9
  692. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
  693. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +22 -15
  694. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
  695. package/lib/vtx-restaurant-modal/components/Alarm/index.js +10 -11
  696. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -1
  697. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +31 -20
  698. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
  699. package/lib/vtx-restaurant-modal/components/Basic/Info.js +19 -14
  700. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
  701. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +13 -12
  702. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
  703. package/lib/vtx-restaurant-modal/components/Basic/index.css +2 -4
  704. package/lib/vtx-restaurant-modal/components/Basic/index.js +7 -8
  705. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -1
  706. package/lib/vtx-restaurant-modal/components/Basic/index.less +2 -4
  707. package/lib/vtx-restaurant-modal/components/Collection/index.js +12 -13
  708. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
  709. package/lib/vtx-restaurant-modal/components/index.js +1 -1
  710. package/lib/vtx-restaurant-modal/components/index.js.map +1 -1
  711. package/lib/vtx-restaurant-modal/config.js +10 -9
  712. package/lib/vtx-restaurant-modal/config.js.map +1 -1
  713. package/lib/vtx-restaurant-modal/index.js +18 -17
  714. package/lib/vtx-restaurant-modal/index.js.map +1 -1
  715. package/lib/vtx-restaurant-modal/style/css.js.map +1 -1
  716. package/lib/vtx-restaurant-modal/style/index.js.map +1 -1
  717. package/lib/vtx-restaurant-modal/type.js.map +1 -1
  718. package/lib/vtx-road-modal/api.js +18 -18
  719. package/lib/vtx-road-modal/api.js.map +1 -1
  720. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +2 -2
  721. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
  722. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +5 -15
  723. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
  724. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +8 -14
  725. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
  726. package/lib/vtx-road-modal/components/BaseInfo/index.css +7 -4
  727. package/lib/vtx-road-modal/components/BaseInfo/index.js +12 -12
  728. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
  729. package/lib/vtx-road-modal/components/BaseInfo/index.less +7 -4
  730. package/lib/vtx-road-modal/components/Statistical/Zylc.js +7 -8
  731. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
  732. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +7 -8
  733. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
  734. package/lib/vtx-road-modal/components/Statistical/index.css +3 -4
  735. package/lib/vtx-road-modal/components/Statistical/index.js +21 -19
  736. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -1
  737. package/lib/vtx-road-modal/components/Statistical/index.less +3 -4
  738. package/lib/vtx-road-modal/components/index.js +1 -1
  739. package/lib/vtx-road-modal/components/index.js.map +1 -1
  740. package/lib/vtx-road-modal/index.js +30 -41
  741. package/lib/vtx-road-modal/index.js.map +1 -1
  742. package/lib/vtx-road-modal/style/css.js.map +1 -1
  743. package/lib/vtx-road-modal/style/index.css +1 -49
  744. package/lib/vtx-road-modal/style/index.js.map +1 -1
  745. package/lib/vtx-staff-modal/api.js +11 -13
  746. package/lib/vtx-staff-modal/api.js.map +1 -1
  747. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +6 -7
  748. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
  749. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +11 -10
  750. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -1
  751. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +18 -17
  752. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
  753. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +3 -3
  754. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
  755. package/lib/vtx-staff-modal/components/Attendance/Record.js +12 -8
  756. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
  757. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +3 -3
  758. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
  759. package/lib/vtx-staff-modal/components/Attendance/index.js +2 -3
  760. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
  761. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +8 -9
  762. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
  763. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +3 -3
  764. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -1
  765. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +3 -3
  766. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
  767. package/lib/vtx-staff-modal/components/BaseInfo/index.css +1 -1
  768. package/lib/vtx-staff-modal/components/BaseInfo/index.js +16 -40
  769. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
  770. package/lib/vtx-staff-modal/components/BaseInfo/index.less +1 -1
  771. package/lib/vtx-staff-modal/components/Equipment/index.js +2 -3
  772. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
  773. package/lib/vtx-staff-modal/components/index.js +1 -1
  774. package/lib/vtx-staff-modal/components/index.js.map +1 -1
  775. package/lib/vtx-staff-modal/index.js +20 -20
  776. package/lib/vtx-staff-modal/index.js.map +1 -1
  777. package/lib/vtx-staff-modal/style/css.js.map +1 -1
  778. package/lib/vtx-staff-modal/style/index.css +1 -49
  779. package/lib/vtx-staff-modal/style/index.js.map +1 -1
  780. package/lib/vtx-theme-provider/index.js +7 -6
  781. package/lib/vtx-theme-provider/index.js.map +1 -1
  782. package/lib/vtx-throw-point-modal/api.js +39 -53
  783. package/lib/vtx-throw-point-modal/api.js.map +1 -1
  784. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +13 -15
  785. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -1
  786. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +14 -15
  787. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -1
  788. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +17 -18
  789. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -1
  790. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +2 -3
  791. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -1
  792. package/lib/vtx-throw-point-modal/components/Alarm/index.js +15 -17
  793. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -1
  794. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +12 -13
  795. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
  796. package/lib/vtx-throw-point-modal/components/OverView/Left.js +7 -7
  797. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
  798. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +11 -13
  799. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -1
  800. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +11 -13
  801. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
  802. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +2 -3
  803. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -1
  804. package/lib/vtx-throw-point-modal/components/OverView/index.js +4 -5
  805. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
  806. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +2 -3
  807. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -1
  808. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +14 -15
  809. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
  810. package/lib/vtx-throw-point-modal/components/TFRD/index.js +13 -14
  811. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -1
  812. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +5 -6
  813. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
  814. package/lib/vtx-throw-point-modal/components/WGGS/index.js +12 -13
  815. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -1
  816. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +5 -6
  817. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
  818. package/lib/vtx-throw-point-modal/components/WGXW/index.js +15 -16
  819. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
  820. package/lib/vtx-throw-point-modal/components/index.js +1 -1
  821. package/lib/vtx-throw-point-modal/components/index.js.map +1 -1
  822. package/lib/vtx-throw-point-modal/config.js +8 -11
  823. package/lib/vtx-throw-point-modal/config.js.map +1 -1
  824. package/lib/vtx-throw-point-modal/index.js +15 -19
  825. package/lib/vtx-throw-point-modal/index.js.map +1 -1
  826. package/lib/vtx-throw-point-modal/style/css.js.map +1 -1
  827. package/lib/vtx-throw-point-modal/style/index.js.map +1 -1
  828. package/lib/vtx-throw-point-modal/types.js.map +1 -1
  829. package/lib/vtx-wr-modal/api.js +4 -8
  830. package/lib/vtx-wr-modal/api.js.map +1 -1
  831. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +11 -9
  832. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  833. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +5 -6
  834. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  835. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +20 -21
  836. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
  837. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +2 -3
  838. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -1
  839. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +2 -3
  840. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
  841. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +10 -5
  842. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
  843. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +2 -11
  844. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
  845. package/lib/vtx-wr-modal/components/BaseInfo/index.css +1 -1
  846. package/lib/vtx-wr-modal/components/BaseInfo/index.js +15 -15
  847. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
  848. package/lib/vtx-wr-modal/components/BaseInfo/index.less +1 -1
  849. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +84 -0
  850. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
  851. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +152 -0
  852. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
  853. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
  854. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
  855. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
  856. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
  857. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
  858. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
  859. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
  860. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
  861. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +118 -0
  862. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
  863. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
  864. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +111 -0
  865. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
  866. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
  867. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +8 -6
  868. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -1
  869. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +1 -1
  870. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -1
  871. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +11 -9
  872. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -1
  873. package/lib/vtx-wr-modal/components/Evaluate/index.js +9 -8
  874. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -1
  875. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +12 -11
  876. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
  877. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +6 -17
  878. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
  879. package/lib/vtx-wr-modal/components/Monitor/index.js +2 -3
  880. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -1
  881. package/lib/vtx-wr-modal/components/Score/index.css +122 -0
  882. package/lib/vtx-wr-modal/components/Score/index.js +249 -0
  883. package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
  884. package/lib/vtx-wr-modal/components/Score/index.less +117 -0
  885. package/lib/vtx-wr-modal/components/index.js +15 -1
  886. package/lib/vtx-wr-modal/components/index.js.map +1 -1
  887. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  888. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  889. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  890. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  891. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  892. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  893. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  894. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  895. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  896. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  897. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  898. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  899. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  900. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  901. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  902. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  903. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  904. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  905. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  906. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  907. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  908. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  909. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  910. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  911. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  912. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  913. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  914. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  915. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  916. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  917. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  918. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  919. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  920. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  921. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  922. package/lib/vtx-wr-modal/index.js +75 -49
  923. package/lib/vtx-wr-modal/index.js.map +1 -1
  924. package/lib/vtx-wr-modal/style/css.js +1 -0
  925. package/lib/vtx-wr-modal/style/css.js.map +1 -1
  926. package/lib/vtx-wr-modal/style/index.css +1 -49
  927. package/lib/vtx-wr-modal/style/index.js +1 -0
  928. package/lib/vtx-wr-modal/style/index.js.map +1 -1
  929. package/lib/vtx-zg-modal/api.js +1 -2
  930. package/lib/vtx-zg-modal/api.js.map +1 -1
  931. package/lib/vtx-zg-modal/components/BaseInfo/index.js +18 -18
  932. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
  933. package/lib/vtx-zg-modal/components/index.js +1 -1
  934. package/lib/vtx-zg-modal/components/index.js.map +1 -1
  935. package/lib/vtx-zg-modal/index.js +10 -9
  936. package/lib/vtx-zg-modal/index.js.map +1 -1
  937. package/lib/vtx-zg-modal/style/css.js.map +1 -1
  938. package/lib/vtx-zg-modal/style/index.css +1 -49
  939. package/lib/vtx-zg-modal/style/index.js.map +1 -1
  940. package/package.json +3 -5
  941. package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
  942. package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
  943. package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
  944. package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
  945. package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
  946. package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
  947. package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
  948. package/lib/vm-case-modal/api.js +0 -43
  949. package/lib/vm-case-modal/api.js.map +0 -1
  950. package/lib/vm-case-modal/components/BaseInfo/fields.js +0 -83
  951. package/lib/vm-case-modal/components/BaseInfo/fields.js.map +0 -1
  952. package/lib/vm-case-modal/components/BaseInfo/index.css +0 -185
  953. package/lib/vm-case-modal/components/BaseInfo/index.js +0 -139
  954. package/lib/vm-case-modal/components/BaseInfo/index.js.map +0 -1
  955. package/lib/vm-case-modal/components/BaseInfo/index.less +0 -137
  956. package/lib/vm-case-modal/components/Picture/index.css +0 -111
  957. package/lib/vm-case-modal/components/Picture/index.js +0 -423
  958. package/lib/vm-case-modal/components/Picture/index.js.map +0 -1
  959. package/lib/vm-case-modal/components/Picture/index.less +0 -106
  960. package/lib/vm-case-modal/components/index.js +0 -21
  961. package/lib/vm-case-modal/components/index.js.map +0 -1
  962. package/lib/vm-case-modal/imgs/bg.png +0 -0
  963. package/lib/vm-case-modal/imgs/close-blue.png +0 -0
  964. package/lib/vm-case-modal/imgs/close-dark.png +0 -0
  965. package/lib/vm-case-modal/imgs/close.png +0 -0
  966. package/lib/vm-case-modal/imgs/collect.png +0 -0
  967. package/lib/vm-case-modal/imgs/collect_light.png +0 -0
  968. package/lib/vm-case-modal/imgs/dot.png +0 -0
  969. package/lib/vm-case-modal/imgs/point.png +0 -0
  970. package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
  971. package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
  972. package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
  973. package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
  974. package/lib/vm-case-modal/imgs/title_bg.png +0 -0
  975. package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
  976. package/lib/vm-case-modal/imgs/track.png +0 -0
  977. package/lib/vm-case-modal/imgs/track_light.png +0 -0
  978. package/lib/vm-case-modal/index.js +0 -102
  979. package/lib/vm-case-modal/index.js.map +0 -1
  980. package/lib/vm-case-modal/style/css.js.map +0 -1
  981. package/lib/vm-case-modal/style/index.css +0 -557
  982. package/lib/vm-case-modal/style/index.js.map +0 -1
  983. package/lib/vm-case-modal/style/index.less +0 -589
  984. package/lib/vm-map/imgs/close.png +0 -0
  985. package/lib/vm-map/imgs/close_active.png +0 -0
  986. package/lib/vm-map/imgs/cpTitle.png +0 -0
  987. package/lib/vm-map/imgs/detail.png +0 -0
  988. package/lib/vm-map/imgs/detail_active.png +0 -0
  989. package/lib/vm-map/imgs/track.png +0 -0
  990. package/lib/vm-map/imgs/track_active.png +0 -0
  991. package/lib/vm-map/index.css +0 -234
  992. package/lib/vm-map/index.less +0 -178
  993. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  994. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  995. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  996. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  997. package/lib/vtx-car-adm251-modal/api.js +0 -627
  998. package/lib/vtx-car-adm251-modal/api.js.map +0 -1
  999. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +0 -198
  1000. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +0 -1
  1001. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +0 -186
  1002. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +0 -1
  1003. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +0 -45
  1004. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +0 -126
  1005. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +0 -1
  1006. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +0 -37
  1007. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +0 -78
  1008. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +0 -1
  1009. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +0 -85
  1010. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +0 -1
  1011. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +0 -67
  1012. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1013. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +0 -126
  1014. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1015. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +0 -116
  1016. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +0 -1
  1017. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +0 -56
  1018. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +0 -1
  1019. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1020. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1021. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +0 -123
  1022. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1023. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +0 -135
  1024. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1025. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +0 -277
  1026. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +0 -231
  1027. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +0 -1
  1028. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +0 -239
  1029. package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +0 -39
  1030. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +0 -134
  1031. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +0 -1
  1032. package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +0 -34
  1033. package/lib/vtx-car-adm251-modal/components/Mix/index.css +0 -48
  1034. package/lib/vtx-car-adm251-modal/components/Mix/index.js +0 -280
  1035. package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +0 -1
  1036. package/lib/vtx-car-adm251-modal/components/Mix/index.less +0 -49
  1037. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +0 -88
  1038. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +0 -1
  1039. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +0 -100
  1040. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +0 -1
  1041. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +0 -33
  1042. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +0 -138
  1043. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +0 -1
  1044. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +0 -36
  1045. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +0 -70
  1046. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +0 -1
  1047. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +0 -92
  1048. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +0 -1
  1049. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +0 -97
  1050. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +0 -93
  1051. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +0 -1
  1052. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +0 -75
  1053. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +0 -29
  1054. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +0 -116
  1055. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +0 -1
  1056. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +0 -22
  1057. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +0 -122
  1058. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +0 -1
  1059. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +0 -313
  1060. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +0 -1
  1061. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +0 -396
  1062. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
  1063. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +0 -263
  1064. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +0 -35
  1065. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +0 -1
  1066. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +0 -221
  1067. package/lib/vtx-car-adm251-modal/components/index.js +0 -63
  1068. package/lib/vtx-car-adm251-modal/components/index.js.map +0 -1
  1069. package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
  1070. package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
  1071. package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
  1072. package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
  1073. package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
  1074. package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
  1075. package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
  1076. package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
  1077. package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
  1078. package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
  1079. package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
  1080. package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
  1081. package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
  1082. package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
  1083. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
  1084. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
  1085. package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
  1086. package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
  1087. package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
  1088. package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
  1089. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
  1090. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
  1091. package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
  1092. package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
  1093. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
  1094. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
  1095. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
  1096. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
  1097. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
  1098. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
  1099. package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
  1100. package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
  1101. package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
  1102. package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
  1103. package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
  1104. package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
  1105. package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
  1106. package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
  1107. package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
  1108. package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
  1109. package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
  1110. package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
  1111. package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
  1112. package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
  1113. package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
  1114. package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
  1115. package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
  1116. package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
  1117. package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
  1118. package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
  1119. package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
  1120. package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
  1121. package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
  1122. package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
  1123. package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
  1124. package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
  1125. package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
  1126. package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
  1127. package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
  1128. package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
  1129. package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
  1130. package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
  1131. package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
  1132. package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
  1133. package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
  1134. package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
  1135. package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
  1136. package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
  1137. package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
  1138. package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
  1139. package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
  1140. package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
  1141. package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
  1142. package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
  1143. package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
  1144. package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
  1145. package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
  1146. package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
  1147. package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
  1148. package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
  1149. package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
  1150. package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
  1151. package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
  1152. package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
  1153. package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
  1154. package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
  1155. package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
  1156. package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
  1157. package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
  1158. package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
  1159. package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
  1160. package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
  1161. package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
  1162. package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
  1163. package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
  1164. package/lib/vtx-car-adm251-modal/index.js +0 -129
  1165. package/lib/vtx-car-adm251-modal/index.js.map +0 -1
  1166. package/lib/vtx-car-adm251-modal/style/css.js +0 -11
  1167. package/lib/vtx-car-adm251-modal/style/css.js.map +0 -1
  1168. package/lib/vtx-car-adm251-modal/style/index.css +0 -136
  1169. package/lib/vtx-car-adm251-modal/style/index.js +0 -11
  1170. package/lib/vtx-car-adm251-modal/style/index.js.map +0 -1
  1171. package/lib/vtx-car-adm251-modal/style/index.less +0 -6
  1172. package/lib/vtx-car-modal/components/Mixsy/index.css +0 -48
  1173. package/lib/vtx-car-modal/components/Mixsy/index.js +0 -277
  1174. package/lib/vtx-car-modal/components/Mixsy/index.js.map +0 -1
  1175. package/lib/vtx-car-modal/components/Mixsy/index.less +0 -49
  1176. package/lib/vtx-car-modal/components/RunAna/index.css +0 -6
  1177. package/lib/vtx-car-modal/components/RunAna/index.js +0 -131
  1178. package/lib/vtx-car-modal/components/RunAna/index.js.map +0 -1
  1179. package/lib/vtx-car-modal/components/RunAna/index.less +0 -6
  1180. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  1181. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  1182. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  1183. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  1184. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  1185. package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
  1186. package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
  1187. package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
  1188. package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
  1189. package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
  1190. package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
  1191. package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
  1192. package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
  1193. package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
  1194. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  1195. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  1196. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  1197. package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
  1198. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  1199. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  1200. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  1201. package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
  1202. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  1203. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  1204. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  1205. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  1206. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  1207. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  1208. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  1209. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  1210. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  1211. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  1212. package/lib/vtx-car-modal-temp/api.js +0 -633
  1213. package/lib/vtx-car-modal-temp/api.js.map +0 -1
  1214. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +0 -198
  1215. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +0 -1
  1216. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +0 -186
  1217. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +0 -1
  1218. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +0 -45
  1219. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +0 -126
  1220. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +0 -1
  1221. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +0 -38
  1222. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +0 -81
  1223. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +0 -1
  1224. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +0 -85
  1225. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +0 -1
  1226. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +0 -67
  1227. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1228. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +0 -126
  1229. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1230. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +0 -116
  1231. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +0 -1
  1232. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +0 -56
  1233. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +0 -1
  1234. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1235. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1236. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +0 -123
  1237. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1238. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +0 -147
  1239. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1240. package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +0 -280
  1241. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +0 -252
  1242. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +0 -1
  1243. package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +0 -239
  1244. package/lib/vtx-car-modal-temp/components/Maintenance/index.css +0 -39
  1245. package/lib/vtx-car-modal-temp/components/Maintenance/index.js +0 -134
  1246. package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +0 -1
  1247. package/lib/vtx-car-modal-temp/components/Maintenance/index.less +0 -34
  1248. package/lib/vtx-car-modal-temp/components/Mixsy/index.css +0 -48
  1249. package/lib/vtx-car-modal-temp/components/Mixsy/index.js +0 -277
  1250. package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +0 -1
  1251. package/lib/vtx-car-modal-temp/components/Mixsy/index.less +0 -49
  1252. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +0 -88
  1253. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +0 -1
  1254. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +0 -100
  1255. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +0 -1
  1256. package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +0 -33
  1257. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +0 -138
  1258. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +0 -1
  1259. package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +0 -36
  1260. package/lib/vtx-car-modal-temp/components/RunAna/index.css +0 -6
  1261. package/lib/vtx-car-modal-temp/components/RunAna/index.js +0 -130
  1262. package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +0 -1
  1263. package/lib/vtx-car-modal-temp/components/RunAna/index.less +0 -6
  1264. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +0 -70
  1265. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +0 -1
  1266. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +0 -92
  1267. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +0 -1
  1268. package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +0 -97
  1269. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +0 -93
  1270. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +0 -1
  1271. package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +0 -75
  1272. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +0 -29
  1273. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +0 -116
  1274. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +0 -1
  1275. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +0 -22
  1276. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +0 -128
  1277. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +0 -1
  1278. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +0 -309
  1279. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +0 -1
  1280. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +0 -495
  1281. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +0 -1
  1282. package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +0 -263
  1283. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +0 -35
  1284. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +0 -1
  1285. package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +0 -220
  1286. package/lib/vtx-car-modal-temp/components/index.js +0 -70
  1287. package/lib/vtx-car-modal-temp/components/index.js.map +0 -1
  1288. package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
  1289. package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
  1290. package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
  1291. package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
  1292. package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
  1293. package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
  1294. package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
  1295. package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
  1296. package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
  1297. package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
  1298. package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
  1299. package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
  1300. package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
  1301. package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
  1302. package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
  1303. package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
  1304. package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
  1305. package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
  1306. package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
  1307. package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
  1308. package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
  1309. package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
  1310. package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
  1311. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
  1312. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
  1313. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
  1314. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
  1315. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
  1316. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
  1317. package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
  1318. package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
  1319. package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
  1320. package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
  1321. package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
  1322. package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
  1323. package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
  1324. package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
  1325. package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
  1326. package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
  1327. package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
  1328. package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
  1329. package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
  1330. package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
  1331. package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
  1332. package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
  1333. package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
  1334. package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
  1335. package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
  1336. package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
  1337. package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
  1338. package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
  1339. package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
  1340. package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
  1341. package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
  1342. package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
  1343. package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
  1344. package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
  1345. package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
  1346. package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
  1347. package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
  1348. package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
  1349. package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
  1350. package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
  1351. package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
  1352. package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
  1353. package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
  1354. package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
  1355. package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
  1356. package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
  1357. package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
  1358. package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
  1359. package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
  1360. package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
  1361. package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
  1362. package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
  1363. package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
  1364. package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
  1365. package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
  1366. package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
  1367. package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
  1368. package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
  1369. package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
  1370. package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
  1371. package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
  1372. package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
  1373. package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
  1374. package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
  1375. package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
  1376. package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
  1377. package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
  1378. package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
  1379. package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
  1380. package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
  1381. package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
  1382. package/lib/vtx-car-modal-temp/index.js +0 -156
  1383. package/lib/vtx-car-modal-temp/index.js.map +0 -1
  1384. package/lib/vtx-car-modal-temp/style/css.js +0 -11
  1385. package/lib/vtx-car-modal-temp/style/css.js.map +0 -1
  1386. package/lib/vtx-car-modal-temp/style/index.css +0 -136
  1387. package/lib/vtx-car-modal-temp/style/index.js +0 -11
  1388. package/lib/vtx-car-modal-temp/style/index.js.map +0 -1
  1389. package/lib/vtx-car-modal-temp/style/index.less +0 -6
  1390. package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
  1391. package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
  1392. package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
  1393. package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
  1394. package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
  1395. package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
  1396. package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
  1397. package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
  1398. package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
  1399. package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
  1400. package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
  1401. package/lib/vtx-df-modal/components/OdorAlarm/List.js +0 -115
  1402. package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +0 -1
  1403. package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
  1404. package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
  1405. package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
  1406. package/lib/vtx-df-modal/components/OdorAlarm/index.css +0 -198
  1407. package/lib/vtx-df-modal/components/OdorAlarm/index.js +0 -196
  1408. package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +0 -1
  1409. package/lib/vtx-df-modal/components/OdorAlarm/index.less +0 -179
  1410. package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
  1411. package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
  1412. package/lib/vtx-df-modal/imgs/hb.png +0 -0
  1413. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  1414. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  1415. package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
  1416. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  1417. package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
  1418. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  1419. package/lib/vtx-df-modal/imgs/run.png +0 -0
  1420. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  1421. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  1422. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  1423. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  1424. package/lib/vtx-ljfl-tfd-modal/api.js +0 -601
  1425. package/lib/vtx-ljfl-tfd-modal/api.js.map +0 -1
  1426. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +0 -55
  1427. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +0 -100
  1428. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +0 -1
  1429. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +0 -49
  1430. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +0 -153
  1431. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +0 -238
  1432. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +0 -1
  1433. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +0 -15
  1434. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +0 -162
  1435. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +0 -341
  1436. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +0 -1
  1437. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +0 -22
  1438. package/lib/vtx-ljfl-tfd-modal/components/index.js +0 -28
  1439. package/lib/vtx-ljfl-tfd-modal/components/index.js.map +0 -1
  1440. package/lib/vtx-ljfl-tfd-modal/config.js +0 -73
  1441. package/lib/vtx-ljfl-tfd-modal/config.js.map +0 -1
  1442. package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
  1443. package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
  1444. package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1445. package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
  1446. package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
  1447. package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
  1448. package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
  1449. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
  1450. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
  1451. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
  1452. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
  1453. package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
  1454. package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
  1455. package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
  1456. package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
  1457. package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
  1458. package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
  1459. package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
  1460. package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
  1461. package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
  1462. package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
  1463. package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
  1464. package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
  1465. package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
  1466. package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
  1467. package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
  1468. package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
  1469. package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
  1470. package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
  1471. package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
  1472. package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
  1473. package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
  1474. package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
  1475. package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
  1476. package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
  1477. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
  1478. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
  1479. package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
  1480. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
  1481. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
  1482. package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
  1483. package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
  1484. package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
  1485. package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
  1486. package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
  1487. package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
  1488. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
  1489. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
  1490. package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
  1491. package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
  1492. package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
  1493. package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
  1494. package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
  1495. package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
  1496. package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
  1497. package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
  1498. package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
  1499. package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
  1500. package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
  1501. package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
  1502. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
  1503. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
  1504. package/lib/vtx-ljfl-tfd-modal/index.js +0 -96
  1505. package/lib/vtx-ljfl-tfd-modal/index.js.map +0 -1
  1506. package/lib/vtx-ljfl-tfd-modal/style/css.js +0 -5
  1507. package/lib/vtx-ljfl-tfd-modal/style/css.js.map +0 -1
  1508. package/lib/vtx-ljfl-tfd-modal/style/index.css +0 -132
  1509. package/lib/vtx-ljfl-tfd-modal/style/index.js +0 -5
  1510. package/lib/vtx-ljfl-tfd-modal/style/index.js.map +0 -1
  1511. package/lib/vtx-ljfl-tfd-modal/style/index.less +0 -3
  1512. package/lib/vtx-ljfl-tfd-modal/types.js +0 -6
  1513. package/lib/vtx-ljfl-tfd-modal/types.js.map +0 -1
  1514. package/lib/vtx-ljfl-tfd-modal-temp/api.js +0 -601
  1515. package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +0 -1
  1516. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +0 -55
  1517. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +0 -124
  1518. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +0 -1
  1519. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +0 -49
  1520. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +0 -153
  1521. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +0 -238
  1522. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +0 -1
  1523. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +0 -15
  1524. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +0 -162
  1525. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +0 -341
  1526. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +0 -1
  1527. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +0 -22
  1528. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +0 -28
  1529. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +0 -1
  1530. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +0 -140
  1531. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +0 -32
  1532. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +0 -1
  1533. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +0 -10
  1534. package/lib/vtx-ljfl-tfd-modal-temp/config.js +0 -80
  1535. package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +0 -1
  1536. package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
  1537. package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
  1538. package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
  1539. package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
  1540. package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
  1541. package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
  1542. package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
  1543. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
  1544. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
  1545. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
  1546. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
  1547. package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
  1548. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
  1549. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
  1550. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
  1551. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
  1552. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
  1553. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
  1554. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
  1555. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
  1556. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
  1557. package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
  1558. package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
  1559. package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
  1560. package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
  1561. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
  1562. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
  1563. package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
  1564. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
  1565. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
  1566. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
  1567. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
  1568. package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
  1569. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
  1570. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
  1571. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
  1572. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
  1573. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
  1574. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
  1575. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
  1576. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
  1577. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
  1578. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
  1579. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
  1580. package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
  1581. package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
  1582. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
  1583. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
  1584. package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
  1585. package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
  1586. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
  1587. package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
  1588. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
  1589. package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
  1590. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
  1591. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
  1592. package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
  1593. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
  1594. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
  1595. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
  1596. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
  1597. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
  1598. package/lib/vtx-ljfl-tfd-modal-temp/index.js +0 -101
  1599. package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +0 -1
  1600. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +0 -5
  1601. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +0 -1
  1602. package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +0 -132
  1603. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +0 -5
  1604. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +0 -1
  1605. package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +0 -3
  1606. package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +0 -1
  1607. package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
  1608. package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
  1609. package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
  1610. package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
  1611. package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
  1612. package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
  1613. package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
  1614. package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
  1616. package/lib/vtx-zyz-modal/api.js +0 -323
  1617. package/lib/vtx-zyz-modal/api.js.map +0 -1
  1618. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +0 -83
  1619. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +0 -1
  1620. package/lib/vtx-zyz-modal/components/BaseInfo/index.css +0 -79
  1621. package/lib/vtx-zyz-modal/components/BaseInfo/index.js +0 -166
  1622. package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +0 -1
  1623. package/lib/vtx-zyz-modal/components/BaseInfo/index.less +0 -73
  1624. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +0 -126
  1625. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +0 -1
  1626. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +0 -134
  1627. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +0 -1
  1628. package/lib/vtx-zyz-modal/components/Metering/List.js +0 -115
  1629. package/lib/vtx-zyz-modal/components/Metering/List.js.map +0 -1
  1630. package/lib/vtx-zyz-modal/components/Metering/index.css +0 -101
  1631. package/lib/vtx-zyz-modal/components/Metering/index.js +0 -182
  1632. package/lib/vtx-zyz-modal/components/Metering/index.js.map +0 -1
  1633. package/lib/vtx-zyz-modal/components/Metering/index.less +0 -84
  1634. package/lib/vtx-zyz-modal/components/index.js +0 -21
  1635. package/lib/vtx-zyz-modal/components/index.js.map +0 -1
  1636. package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
  1637. package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
  1638. package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
  1639. package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
  1640. package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
  1641. package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
  1642. package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
  1643. package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
  1644. package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
  1645. package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
  1646. package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
  1647. package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
  1648. package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
  1649. package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
  1650. package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
  1651. package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
  1652. package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
  1653. package/lib/vtx-zyz-modal/imgs/run.png +0 -0
  1654. package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
  1655. package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
  1656. package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
  1657. package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
  1658. package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
  1659. package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
  1660. package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
  1661. package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
  1662. package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
  1663. package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
  1664. package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
  1665. package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
  1666. package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
  1667. package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
  1668. package/lib/vtx-zyz-modal/index.js +0 -98
  1669. package/lib/vtx-zyz-modal/index.js.map +0 -1
  1670. package/lib/vtx-zyz-modal/style/css.js +0 -5
  1671. package/lib/vtx-zyz-modal/style/css.js.map +0 -1
  1672. package/lib/vtx-zyz-modal/style/index.css +0 -132
  1673. package/lib/vtx-zyz-modal/style/index.js +0 -5
  1674. package/lib/vtx-zyz-modal/style/index.js.map +0 -1
  1675. /package/lib/{vm-case-modal → vm-alarm-info}/style/css.js +0 -0
  1676. /package/lib/{vm-case-modal → vm-alarm-info}/style/index.js +0 -0
  1677. /package/lib/{vm-case-modal → vtx-base-info}/imgs/tab_bg_light.png +0 -0
  1678. /package/lib/{vtx-zyz-modal → vtx-cc-cp-modal}/style/index.less +0 -0
  1679. /package/lib/{vtx-ljfl-tfd-modal-temp → vtx-device-modal}/types.js +0 -0
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.SyService = exports.ExeceptionService = exports.BaseService = exports.AlarmService = void 0;
7
7
  var _utils = require("@vtx/utils");
8
8
  var _ahooks = require("ahooks");
9
- var BaseService = {
9
+ var BaseService = exports.BaseService = {
10
10
  useBaseDetail: function useBaseDetail(id) {
11
11
  var _useRequest = (0, _ahooks.useRequest)(function () {
12
12
  return _utils.request.get('/cloud/ljsy-reborn/api/collect/point/get', {
@@ -20,23 +20,28 @@ var BaseService = {
20
20
  }),
21
21
  baseInfoRes = _useRequest.data;
22
22
  var info = baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data;
23
- var baseInfo = [{
24
- label: '行政区划',
25
- key: 'divisionName',
26
- value: info === null || info === void 0 ? void 0 : info.divisionName
27
- }, {
28
- label: '垃圾类型',
29
- key: 'productTypeNames',
30
- value: info === null || info === void 0 ? void 0 : info.productTypeNames
31
- }, {
32
- label: '管理单位',
33
- key: 'manageUnitName',
34
- value: info === null || info === void 0 ? void 0 : info.manageUnitName
35
- }, {
36
- label: '收运单位',
37
- key: 'accUnitNames',
38
- value: info === null || info === void 0 ? void 0 : info.accUnitNames
39
- }, {
23
+ var baseInfo = [
24
+ // {
25
+ // label: '行政区划',
26
+ // key: 'divisionName',
27
+ // value: info?.divisionName,
28
+ // },
29
+ // {
30
+ // label: '垃圾类型',
31
+ // key: 'productTypeNames',
32
+ // value: info?.productTypeNames,
33
+ // },
34
+ // {
35
+ // label: '管理单位',
36
+ // key: 'manageUnitName',
37
+ // value: info?.manageUnitName,
38
+ // },
39
+ // {
40
+ // label: '收运单位',
41
+ // key: 'accUnitName',
42
+ // value: info?.accUnitNames,
43
+ // },
44
+ {
40
45
  label: '地址',
41
46
  key: 'address',
42
47
  value: info === null || info === void 0 ? void 0 : info.address
@@ -82,22 +87,28 @@ var BaseService = {
82
87
  };
83
88
  },
84
89
  useConfig: function useConfig() {
85
- var _a, _b;
90
+ var _a, _b, _c, _d;
86
91
  var _useRequest4 = (0, _ahooks.useRequest)(function () {
87
92
  return _utils.request.get('/cloud/ljsy-reborn/api/param/config/webList');
88
93
  }),
89
94
  config = _useRequest4.data;
90
- var paramConfigsList = {};
95
+ var paramConfigsList = {},
96
+ productTypes = {};
91
97
  if (config === null || config === void 0 ? void 0 : config.data) {
92
98
  (_b = (_a = config.data) === null || _a === void 0 ? void 0 : _a.paramConfigs) === null || _b === void 0 ? void 0 : _b.forEach(function (element) {
93
99
  paramConfigsList[element.code] = Object.assign({}, element);
94
100
  });
101
+ (_d = (_c = config.data) === null || _c === void 0 ? void 0 : _c.productTypes) === null || _d === void 0 ? void 0 : _d.forEach(function (element) {
102
+ productTypes[element.id] = Object.assign({}, element);
103
+ });
95
104
  }
96
- return paramConfigsList;
105
+ return {
106
+ paramConfigsList: paramConfigsList,
107
+ productTypes: productTypes
108
+ };
97
109
  }
98
110
  };
99
- exports.BaseService = BaseService;
100
- var SyService = {
111
+ var SyService = exports.SyService = {
101
112
  useBaseInfo: function useBaseInfo(id, startDate, endDate) {
102
113
  var _useRequest5 = (0, _ahooks.useRequest)(function () {
103
114
  return _utils.request.get('/cloud/ljsy-reborn/api/kanban/collectRateByProduct', {
@@ -156,8 +167,7 @@ var SyService = {
156
167
  };
157
168
  }
158
169
  };
159
- exports.SyService = SyService;
160
- var AlarmService = {
170
+ var AlarmService = exports.AlarmService = {
161
171
  //信息汇总
162
172
  useAlarmSummary: function useAlarmSummary(id, dateValue) {
163
173
  var _useRequest8 = (0, _ahooks.useRequest)(function () {
@@ -244,8 +254,7 @@ var AlarmService = {
244
254
  };
245
255
  }
246
256
  };
247
- exports.AlarmService = AlarmService;
248
- var ExeceptionService = {
257
+ var ExeceptionService = exports.ExeceptionService = {
249
258
  //信息汇总
250
259
  useAlarmSummary: function useAlarmSummary(id, dateValue) {
251
260
  var _useRequest12 = (0, _ahooks.useRequest)(function () {
@@ -332,5 +341,4 @@ var ExeceptionService = {
332
341
  };
333
342
  }
334
343
  };
335
- exports.ExeceptionService = ExeceptionService;
336
344
  //# sourceMappingURL=api.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.js","names":["BaseService","useBaseDetail","id","useRequest","request","get","data","coordinateType","refreshDeps","baseInfoRes","info","baseInfo","label","key","value","divisionName","productTypeNames","manageUnitName","accUnitNames","address","rules","useBaseInfo","startDate","endDate","collectPointId","todayWorkRes","carWorkRes","dataSource","useConfig","_a","_b","config","paramConfigsList","paramConfigs","forEach","element","code","Object","assign","SyService","collectWeightRes","collectWeight","useRecordInfo","productTypeId","startTime","endTime","page","sort","size","recordRes","records","total","rows","AlarmService","useAlarmSummary","dateValue","alarmSummaryRes","alarmSummary","useAlarmTrend","alarmTypeRes","alarmTypes","useAlarmMonthTrend","alarmMonthTrendRes","alarmMonthTrend","useAlarmRecord","alarmTypeCode","start","end","collectPointIds","paginated","alarmRecordRes","detail","ExeceptionService","abnormalType"],"sources":["vtx-cp-modal/api.js"],"sourcesContent":["import { request } from '@vtx/utils';\nimport { useRequest } from 'ahooks';\nconst BaseService = {\n useBaseDetail: (id) => {\n const { data: baseInfoRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/collect/point/get', {\n data: { id: id, coordinateType: 'bd09' },\n }), { refreshDeps: [id] });\n const info = baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data;\n const baseInfo = [\n {\n label: '行政区划',\n key: 'divisionName',\n value: info === null || info === void 0 ? void 0 : info.divisionName,\n },\n {\n label: '垃圾类型',\n key: 'productTypeNames',\n value: info === null || info === void 0 ? void 0 : info.productTypeNames,\n },\n {\n label: '管理单位',\n key: 'manageUnitName',\n value: info === null || info === void 0 ? void 0 : info.manageUnitName,\n },\n {\n label: '收运单位',\n key: 'accUnitNames',\n value: info === null || info === void 0 ? void 0 : info.accUnitNames,\n },\n {\n label: '地址',\n key: 'address',\n value: info === null || info === void 0 ? void 0 : info.address,\n },\n ];\n return {\n info,\n baseInfo,\n rules: (info === null || info === void 0 ? void 0 : info.rules) || [],\n };\n },\n useBaseInfo: (id, startDate, endDate) => {\n // 今日作业\n const { data: todayWorkRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/collectRateByProduct', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n coordinateType: 'bd09',\n },\n }), { refreshDeps: [id, startDate, endDate] });\n // 车辆作业信息\n const { data: carWorkRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/getCarCollectInfoByPointId', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n coordinateType: 'bd09',\n },\n }), { refreshDeps: [id, startDate, endDate] });\n return {\n todayWorkRes: (todayWorkRes === null || todayWorkRes === void 0 ? void 0 : todayWorkRes.data) || [],\n dataSource: (carWorkRes === null || carWorkRes === void 0 ? void 0 : carWorkRes.data) || [],\n };\n },\n useConfig: () => {\n var _a, _b;\n const { data: config } = useRequest(() => request.get('/cloud/ljsy-reborn/api/param/config/webList'));\n let paramConfigsList = {};\n if (config === null || config === void 0 ? void 0 : config.data) {\n (_b = (_a = config.data) === null || _a === void 0 ? void 0 : _a.paramConfigs) === null || _b === void 0 ? void 0 : _b.forEach((element) => {\n paramConfigsList[element.code] = Object.assign({}, element);\n });\n }\n return paramConfigsList;\n },\n};\nconst SyService = {\n useBaseInfo: (id, startDate, endDate) => {\n const { data: baseInfoRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/collectRateByProduct', {\n data: { collectPointId: id, startDate, endDate },\n }), { refreshDeps: [id, startDate, endDate] });\n const baseInfo = (baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data) || [];\n const { data: collectWeightRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/collectWeightAnalyze', {\n data: { collectPointId: id, startDate, endDate },\n }), { refreshDeps: [id, startDate, endDate] });\n const collectWeight = collectWeightRes === null || collectWeightRes === void 0 ? void 0 : collectWeightRes.data;\n return {\n baseInfo,\n collectWeight,\n };\n },\n useRecordInfo: (id, productTypeId, startTime, endTime, page, sort) => {\n const { data: recordRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/collect/record/day/page', {\n data: {\n collectPointId: id,\n productTypeId,\n startTime,\n endTime,\n page,\n size: 10,\n sort,\n },\n }), { refreshDeps: [id, productTypeId, startTime, endTime, page, sort] });\n const records = (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || { total: 0, rows: [] };\n return {\n records,\n };\n },\n};\nconst AlarmService = {\n //信息汇总\n useAlarmSummary: (id, dateValue) => {\n const { data: alarmSummaryRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/getAlarmStatisticsByCollectPointId', {\n data: {\n collectPointId: id,\n dateValue,\n },\n }), { refreshDeps: [id, dateValue] });\n const alarmSummary = (alarmSummaryRes === null || alarmSummaryRes === void 0 ? void 0 : alarmSummaryRes.data) || [];\n return {\n alarmSummary,\n };\n },\n // 类型分析\n useAlarmTrend: (id, startDate, endDate) => {\n const { data: alarmTypeRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/alarmStatisticsByAlarmType', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmTypes = (alarmTypeRes === null || alarmTypeRes === void 0 ? void 0 : alarmTypeRes.data) || [];\n return {\n alarmTypes,\n };\n },\n // 月度趋势分析\n useAlarmMonthTrend: (id, startDate, endDate) => {\n const { data: alarmMonthTrendRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/alarmStatisticsByMonth', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmMonthTrend = (alarmMonthTrendRes === null || alarmMonthTrendRes === void 0 ? void 0 : alarmMonthTrendRes.data) || [];\n return {\n alarmMonthTrend,\n };\n },\n // 报警记录\n useAlarmRecord: (id, alarmTypeCode, start, end, page, sort) => {\n var _a, _b;\n const { data: alarmRecordRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/collect/point/alarm/alarmPage', {\n data: {\n collectPointIds: id,\n alarmTypeCode,\n startDate: start,\n endDate: end,\n page: page,\n size: 10,\n sort,\n },\n }), {\n paginated: true,\n refreshDeps: [id, alarmTypeCode, start, end, page, sort],\n });\n const dataSource = ((_a = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _a === void 0 ? void 0 : _a.rows) || [];\n const total = (_b = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _b === void 0 ? void 0 : _b.total;\n return { detail: { dataSource, total } };\n },\n};\nconst ExeceptionService = {\n //信息汇总\n useAlarmSummary: (id, dateValue) => {\n const { data: alarmSummaryRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/getAbnormalStatisticsByCollectPointId', {\n data: {\n collectPointId: id,\n dateValue,\n },\n }), { refreshDeps: [id, dateValue] });\n const alarmSummary = (alarmSummaryRes === null || alarmSummaryRes === void 0 ? void 0 : alarmSummaryRes.data) || [];\n return {\n alarmSummary,\n };\n },\n // 类型分析\n useAlarmTrend: (id, startDate, endDate) => {\n const { data: alarmTypeRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/abnormalStatisticsByAbnormalType', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmTypes = (alarmTypeRes === null || alarmTypeRes === void 0 ? void 0 : alarmTypeRes.data) || [];\n return {\n alarmTypes,\n };\n },\n // 月度趋势分析\n useAlarmMonthTrend: (id, startDate, endDate) => {\n const { data: alarmMonthTrendRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/abnormalStatisticsByMonth', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmMonthTrend = (alarmMonthTrendRes === null || alarmMonthTrendRes === void 0 ? void 0 : alarmMonthTrendRes.data) || [];\n return {\n alarmMonthTrend,\n };\n },\n // 异常记录\n useAlarmRecord: (id, abnormalType, start, end, page, sort) => {\n var _a, _b;\n const { data: alarmRecordRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/abnormal/reporting/page', {\n data: {\n collectPointId: id,\n abnormalType,\n startTime: start,\n endTime: end,\n page: page,\n size: 10,\n sort,\n },\n }), {\n paginated: true,\n refreshDeps: [id, abnormalType, start, end, page, sort],\n });\n const dataSource = ((_a = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _a === void 0 ? void 0 : _a.rows) || [];\n const total = (_b = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _b === void 0 ? void 0 : _b.total;\n return { detail: { dataSource, total } };\n },\n};\nexport { BaseService, SyService, AlarmService, ExeceptionService };\n"],"mappings":"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"}
1
+ {"version":3,"file":"api.js","names":["_utils","require","_ahooks","BaseService","exports","useBaseDetail","id","_useRequest","useRequest","request","get","data","coordinateType","refreshDeps","baseInfoRes","info","baseInfo","label","key","value","address","rules","useBaseInfo","startDate","endDate","_useRequest2","collectPointId","todayWorkRes","_useRequest3","carWorkRes","dataSource","useConfig","_a","_b","_c","_d","_useRequest4","config","paramConfigsList","productTypes","paramConfigs","forEach","element","code","Object","assign","SyService","_useRequest5","_useRequest6","collectWeightRes","collectWeight","useRecordInfo","productTypeId","startTime","endTime","page","sort","_useRequest7","size","recordRes","records","total","rows","AlarmService","useAlarmSummary","dateValue","_useRequest8","alarmSummaryRes","alarmSummary","useAlarmTrend","_useRequest9","alarmTypeRes","alarmTypes","useAlarmMonthTrend","_useRequest10","alarmMonthTrendRes","alarmMonthTrend","useAlarmRecord","alarmTypeCode","start","end","_useRequest11","collectPointIds","paginated","alarmRecordRes","detail","ExeceptionService","_useRequest12","_useRequest13","_useRequest14","abnormalType","_useRequest15"],"sources":["vtx-cp-modal/api.js"],"sourcesContent":["import { request } from '@vtx/utils';\nimport { useRequest } from 'ahooks';\nconst BaseService = {\n useBaseDetail: (id) => {\n const { data: baseInfoRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/collect/point/get', {\n data: { id: id, coordinateType: 'bd09' },\n }), { refreshDeps: [id] });\n const info = baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data;\n const baseInfo = [\n // {\n // label: '行政区划',\n // key: 'divisionName',\n // value: info?.divisionName,\n // },\n // {\n // label: '垃圾类型',\n // key: 'productTypeNames',\n // value: info?.productTypeNames,\n // },\n // {\n // label: '管理单位',\n // key: 'manageUnitName',\n // value: info?.manageUnitName,\n // },\n // {\n // label: '收运单位',\n // key: 'accUnitName',\n // value: info?.accUnitNames,\n // },\n {\n label: '地址',\n key: 'address',\n value: info === null || info === void 0 ? void 0 : info.address,\n },\n ];\n return {\n info,\n baseInfo,\n rules: (info === null || info === void 0 ? void 0 : info.rules) || [],\n };\n },\n useBaseInfo: (id, startDate, endDate) => {\n // 今日作业\n const { data: todayWorkRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/collectRateByProduct', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n coordinateType: 'bd09',\n },\n }), { refreshDeps: [id, startDate, endDate] });\n // 车辆作业信息\n const { data: carWorkRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/getCarCollectInfoByPointId', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n coordinateType: 'bd09',\n },\n }), { refreshDeps: [id, startDate, endDate] });\n return {\n todayWorkRes: (todayWorkRes === null || todayWorkRes === void 0 ? void 0 : todayWorkRes.data) || [],\n dataSource: (carWorkRes === null || carWorkRes === void 0 ? void 0 : carWorkRes.data) || [],\n };\n },\n useConfig: () => {\n var _a, _b, _c, _d;\n const { data: config } = useRequest(() => request.get('/cloud/ljsy-reborn/api/param/config/webList'));\n let paramConfigsList = {}, productTypes = {};\n if (config === null || config === void 0 ? void 0 : config.data) {\n (_b = (_a = config.data) === null || _a === void 0 ? void 0 : _a.paramConfigs) === null || _b === void 0 ? void 0 : _b.forEach((element) => {\n paramConfigsList[element.code] = Object.assign({}, element);\n });\n (_d = (_c = config.data) === null || _c === void 0 ? void 0 : _c.productTypes) === null || _d === void 0 ? void 0 : _d.forEach((element) => {\n productTypes[element.id] = Object.assign({}, element);\n });\n }\n return { paramConfigsList, productTypes };\n },\n};\nconst SyService = {\n useBaseInfo: (id, startDate, endDate) => {\n const { data: baseInfoRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/collectRateByProduct', {\n data: { collectPointId: id, startDate, endDate },\n }), { refreshDeps: [id, startDate, endDate] });\n const baseInfo = (baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data) || [];\n const { data: collectWeightRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/collectWeightAnalyze', {\n data: { collectPointId: id, startDate, endDate },\n }), { refreshDeps: [id, startDate, endDate] });\n const collectWeight = collectWeightRes === null || collectWeightRes === void 0 ? void 0 : collectWeightRes.data;\n return {\n baseInfo,\n collectWeight,\n };\n },\n useRecordInfo: (id, productTypeId, startTime, endTime, page, sort) => {\n const { data: recordRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/collect/record/day/page', {\n data: {\n collectPointId: id,\n productTypeId,\n startTime,\n endTime,\n page,\n size: 10,\n sort,\n },\n }), { refreshDeps: [id, productTypeId, startTime, endTime, page, sort] });\n const records = (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || { total: 0, rows: [] };\n return {\n records,\n };\n },\n};\nconst AlarmService = {\n //信息汇总\n useAlarmSummary: (id, dateValue) => {\n const { data: alarmSummaryRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/getAlarmStatisticsByCollectPointId', {\n data: {\n collectPointId: id,\n dateValue,\n },\n }), { refreshDeps: [id, dateValue] });\n const alarmSummary = (alarmSummaryRes === null || alarmSummaryRes === void 0 ? void 0 : alarmSummaryRes.data) || [];\n return {\n alarmSummary,\n };\n },\n // 类型分析\n useAlarmTrend: (id, startDate, endDate) => {\n const { data: alarmTypeRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/alarmStatisticsByAlarmType', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmTypes = (alarmTypeRes === null || alarmTypeRes === void 0 ? void 0 : alarmTypeRes.data) || [];\n return {\n alarmTypes,\n };\n },\n // 月度趋势分析\n useAlarmMonthTrend: (id, startDate, endDate) => {\n const { data: alarmMonthTrendRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/alarmStatisticsByMonth', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmMonthTrend = (alarmMonthTrendRes === null || alarmMonthTrendRes === void 0 ? void 0 : alarmMonthTrendRes.data) || [];\n return {\n alarmMonthTrend,\n };\n },\n // 报警记录\n useAlarmRecord: (id, alarmTypeCode, start, end, page, sort) => {\n var _a, _b;\n const { data: alarmRecordRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/collect/point/alarm/alarmPage', {\n data: {\n collectPointIds: id,\n alarmTypeCode,\n startDate: start,\n endDate: end,\n page: page,\n size: 10,\n sort,\n },\n }), {\n paginated: true,\n refreshDeps: [id, alarmTypeCode, start, end, page, sort],\n });\n const dataSource = ((_a = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _a === void 0 ? void 0 : _a.rows) || [];\n const total = (_b = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _b === void 0 ? void 0 : _b.total;\n return { detail: { dataSource, total } };\n },\n};\nconst ExeceptionService = {\n //信息汇总\n useAlarmSummary: (id, dateValue) => {\n const { data: alarmSummaryRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/getAbnormalStatisticsByCollectPointId', {\n data: {\n collectPointId: id,\n dateValue,\n },\n }), { refreshDeps: [id, dateValue] });\n const alarmSummary = (alarmSummaryRes === null || alarmSummaryRes === void 0 ? void 0 : alarmSummaryRes.data) || [];\n return {\n alarmSummary,\n };\n },\n // 类型分析\n useAlarmTrend: (id, startDate, endDate) => {\n const { data: alarmTypeRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/abnormalStatisticsByAbnormalType', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmTypes = (alarmTypeRes === null || alarmTypeRes === void 0 ? void 0 : alarmTypeRes.data) || [];\n return {\n alarmTypes,\n };\n },\n // 月度趋势分析\n useAlarmMonthTrend: (id, startDate, endDate) => {\n const { data: alarmMonthTrendRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/kanban/abnormalStatisticsByMonth', {\n data: {\n collectPointId: id,\n startDate,\n endDate,\n },\n }), { refreshDeps: [id, startDate, endDate] });\n const alarmMonthTrend = (alarmMonthTrendRes === null || alarmMonthTrendRes === void 0 ? void 0 : alarmMonthTrendRes.data) || [];\n return {\n alarmMonthTrend,\n };\n },\n // 异常记录\n useAlarmRecord: (id, abnormalType, start, end, page, sort) => {\n var _a, _b;\n const { data: alarmRecordRes } = useRequest(() => request.get('/cloud/ljsy-reborn/api/abnormal/reporting/page', {\n data: {\n collectPointId: id,\n abnormalType,\n startTime: start,\n endTime: end,\n page: page,\n size: 10,\n sort,\n },\n }), {\n paginated: true,\n refreshDeps: [id, abnormalType, start, end, page, sort],\n });\n const dataSource = ((_a = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _a === void 0 ? void 0 : _a.rows) || [];\n const total = (_b = alarmRecordRes === null || alarmRecordRes === void 0 ? void 0 : alarmRecordRes.data) === null || _b === void 0 ? void 0 : _b.total;\n return { detail: { dataSource, total } };\n },\n};\nexport { BaseService, SyService, AlarmService, ExeceptionService };\n"],"mappings":"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","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -15,15 +15,17 @@ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
15
15
  var _vmFilter = require("../../../vm-filter");
16
16
  var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
17
17
  var _api = require("../../api");
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
20
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
18
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
19
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
20
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
21
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
22
22
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
23
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
24
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
25
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
26
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
23
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
24
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
25
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
26
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /**
27
+ * 报警记录
28
+ */
27
29
  function AlarmRecord(props) {
28
30
  var _useSettings = (0, _useSettings2["default"])(),
29
31
  sDate = _useSettings.startDate,
@@ -146,13 +148,9 @@ function AlarmRecord(props) {
146
148
  className: "alarm-record"
147
149
  }, /*#__PURE__*/_react["default"].createElement("div", {
148
150
  className: "alarm-record-head"
149
- }, /*#__PURE__*/_react["default"].createElement("div", {
150
- style: {
151
- width: '238px'
152
- }
153
151
  }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
154
152
  title: "\u62A5\u8B66\u8BB0\u5F55"
155
- })), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
153
+ }), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
156
154
  value: [(0, _moment["default"])(startDate), (0, _moment["default"])(endDate)],
157
155
  onChange: function onChange(dates) {
158
156
  return dates && handleDateChange((0, _moment["default"])(dates[0]).format('YYYY-MM-DD'), (0, _moment["default"])(dates[1]).format('YYYY-MM-DD'));
@@ -1 +1 @@
1
- {"version":3,"file":"AlarmRecord.js","names":["AlarmRecord","props","useSettings","sDate","startDate","eDate","endDate","id","useSetState","alarmTypeCode","alarmTabs","key","label","moment","startOf","format","pagination","current","pageSize","total","sort","state","setState","AlarmService","useAlarmTrend","alarmTypes","useAlarmRecord","detail","formatAlarmType","dataList","list","totalCount","sumBy","o","count","forEach","ele","obj","typeCode","typeName","push","useEffect","arr","length","concat","columns","title","dataIndex","sorter","ellipsis","pageChange","page","Object","assign","handleTableChange","order","tableProps","defaultPageSize","onChange","height","dataSource","handleDateChange","start","end","React","createElement","className","style","width","SubTitle","VMRangePicker","value","dates","SubTabsLine","items","activeKey","VMTable"],"sources":["vtx-cp-modal/components/AlarmInfo/AlarmRecord.js"],"sourcesContent":["/**\n * 报警记录\n */\nimport React, { useEffect } from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport sumBy from 'lodash/sumBy';\nimport VMTable from '../../../vm-table';\nimport { SubTabsLine } from '../../../vm-sub-tabs';\nimport SubTitle from '../../../vm-sub-title';\nimport { VMRangePicker } from '../../../vm-filter';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { AlarmService } from '../../api';\nexport default function AlarmRecord(props) {\n const { startDate: sDate, endDate: eDate } = useSettings();\n const { id } = props;\n const [state, setState] = useSetState({\n alarmTypeCode: 'all',\n alarmTabs: [{ key: 'all', label: '全部' }],\n startDate: sDate\n ? sDate\n : moment()\n .startOf('M')\n .format('YYYY-MM-DD'),\n endDate: eDate ? eDate : moment().format('YYYY-MM-DD'),\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n sort: '',\n });\n const { alarmTabs, pagination, alarmTypeCode, startDate, endDate, sort } = state;\n const { alarmTypes } = AlarmService.useAlarmTrend(id, startDate, endDate);\n const { detail } = AlarmService.useAlarmRecord(id, alarmTypeCode === 'all' ? '' : alarmTypeCode, startDate, endDate, pagination.current - 1, sort);\n // 格式化报警类型数据\n const formatAlarmType = (dataList) => {\n let list = [];\n let totalCount = 0; // 报警类型总数\n totalCount = sumBy(dataList, function (o) {\n return o.count;\n });\n dataList.forEach((ele) => {\n const obj = {\n key: ele.typeCode,\n label: `${ele.typeName} (${ele.count})`,\n };\n list.push(obj);\n });\n return { list, totalCount };\n };\n useEffect(() => {\n let arr = [{ key: 'all', label: '全部' }]; // 报警明细标签\n if ((alarmTypes === null || alarmTypes === void 0 ? void 0 : alarmTypes.length) > 0) {\n const { list, totalCount } = formatAlarmType(alarmTypes);\n arr[0].label = `全部 (${totalCount})`;\n setState({\n alarmTabs: arr.concat(list),\n });\n }\n }, [alarmTypes]);\n const columns = [\n {\n title: '报警日期',\n dataIndex: 'alarmDate',\n key: 'alarmDate',\n sorter: true,\n },\n {\n title: '报警垃圾类型',\n dataIndex: 'productTypeName',\n key: 'productTypeName',\n },\n {\n title: '报警阈值',\n dataIndex: 'thresholdWithSign',\n key: 'thresholdWithSign',\n },\n {\n title: '实际完成率',\n dataIndex: 'rateWithSign',\n key: 'rateWithSign',\n },\n {\n title: '报警类型',\n dataIndex: 'alarmTypeName',\n key: 'alarmTypeName',\n ellipsis: true,\n },\n ];\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const handleTableChange = (sorter) => {\n setState({\n sort: `collectDay,${sorter.order === 'ascend' ? 'ASC' : 'DESC'}`,\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: detail.total, defaultPageSize: 10, onChange: pageChange }),\n handleTableChange,\n height: 120,\n dataSource: detail.dataSource,\n };\n const handleDateChange = (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n };\n return (React.createElement(\"div\", { className: \"alarm-record\" },\n React.createElement(\"div\", { className: \"alarm-record-head\" },\n React.createElement(\"div\", { style: { width: '238px' } },\n React.createElement(SubTitle, { title: \"\\u62A5\\u8B66\\u8BB0\\u5F55\" })),\n React.createElement(VMRangePicker, { value: [moment(startDate), moment(endDate)], onChange: (dates) => dates &&\n handleDateChange(moment(dates[0]).format('YYYY-MM-DD'), moment(dates[1]).format('YYYY-MM-DD')) })),\n React.createElement(SubTabsLine, { items: alarmTabs, activeKey: alarmTypeCode, onChange: key => {\n setState({\n alarmTypeCode: key,\n });\n } }),\n React.createElement(\"div\", { className: \"alarm-record-table\" },\n React.createElement(VMTable, Object.assign({ columns: columns }, tableProps)))));\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"AlarmRecord.js","names":["_react","_interopRequireWildcard","require","_ahooks","_moment","_interopRequireDefault","_sumBy","_vmTable","_vmSubTabs","_vmSubTitle","_vmFilter","_useSettings2","_api","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","AlarmRecord","props","_useSettings","useSettings","sDate","startDate","eDate","endDate","id","_useSetState","useSetState","alarmTypeCode","alarmTabs","key","label","moment","startOf","format","pagination","current","pageSize","total","sort","_useSetState2","state","setState","_AlarmService$useAlar","AlarmService","useAlarmTrend","alarmTypes","_AlarmService$useAlar2","useAlarmRecord","detail","formatAlarmType","dataList","list","totalCount","sumBy","count","forEach","ele","obj","typeCode","concat","typeName","useEffect","arr","_formatAlarmType","columns","title","dataIndex","sorter","ellipsis","pageChange","page","assign","handleTableChange","order","tableProps","defaultPageSize","onChange","height","dataSource","handleDateChange","start","end","React","createElement","className","SubTitle","VMRangePicker","dates","SubTabsLine","items","activeKey","VMTable"],"sources":["vtx-cp-modal/components/AlarmInfo/AlarmRecord.js"],"sourcesContent":["/**\n * 报警记录\n */\nimport React, { useEffect } from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport sumBy from 'lodash/sumBy';\nimport VMTable from '../../../vm-table';\nimport { SubTabsLine } from '../../../vm-sub-tabs';\nimport SubTitle from '../../../vm-sub-title';\nimport { VMRangePicker } from '../../../vm-filter';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { AlarmService } from '../../api';\nexport default function AlarmRecord(props) {\n const { startDate: sDate, endDate: eDate } = useSettings();\n const { id } = props;\n const [state, setState] = useSetState({\n alarmTypeCode: 'all',\n alarmTabs: [{ key: 'all', label: '全部' }],\n startDate: sDate\n ? sDate\n : moment()\n .startOf('M')\n .format('YYYY-MM-DD'),\n endDate: eDate ? eDate : moment().format('YYYY-MM-DD'),\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n sort: '',\n });\n const { alarmTabs, pagination, alarmTypeCode, startDate, endDate, sort } = state;\n const { alarmTypes } = AlarmService.useAlarmTrend(id, startDate, endDate);\n const { detail } = AlarmService.useAlarmRecord(id, alarmTypeCode === 'all' ? '' : alarmTypeCode, startDate, endDate, pagination.current - 1, sort);\n // 格式化报警类型数据\n const formatAlarmType = (dataList) => {\n let list = [];\n let totalCount = 0; // 报警类型总数\n totalCount = sumBy(dataList, function (o) {\n return o.count;\n });\n dataList.forEach((ele) => {\n const obj = {\n key: ele.typeCode,\n label: `${ele.typeName} (${ele.count})`,\n };\n list.push(obj);\n });\n return { list, totalCount };\n };\n useEffect(() => {\n let arr = [{ key: 'all', label: '全部' }]; // 报警明细标签\n if ((alarmTypes === null || alarmTypes === void 0 ? void 0 : alarmTypes.length) > 0) {\n const { list, totalCount } = formatAlarmType(alarmTypes);\n arr[0].label = `全部 (${totalCount})`;\n setState({\n alarmTabs: arr.concat(list),\n });\n }\n }, [alarmTypes]);\n const columns = [\n {\n title: '报警日期',\n dataIndex: 'alarmDate',\n key: 'alarmDate',\n sorter: true,\n },\n {\n title: '报警垃圾类型',\n dataIndex: 'productTypeName',\n key: 'productTypeName',\n },\n {\n title: '报警阈值',\n dataIndex: 'thresholdWithSign',\n key: 'thresholdWithSign',\n },\n {\n title: '实际完成率',\n dataIndex: 'rateWithSign',\n key: 'rateWithSign',\n },\n {\n title: '报警类型',\n dataIndex: 'alarmTypeName',\n key: 'alarmTypeName',\n ellipsis: true,\n },\n ];\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const handleTableChange = (sorter) => {\n setState({\n sort: `collectDay,${sorter.order === 'ascend' ? 'ASC' : 'DESC'}`,\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: detail.total, defaultPageSize: 10, onChange: pageChange }),\n handleTableChange,\n height: 120,\n dataSource: detail.dataSource,\n };\n const handleDateChange = (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n };\n return (React.createElement(\"div\", { className: \"alarm-record\" },\n React.createElement(\"div\", { className: \"alarm-record-head\" },\n React.createElement(SubTitle, { title: \"\\u62A5\\u8B66\\u8BB0\\u5F55\" }),\n React.createElement(VMRangePicker, { value: [moment(startDate), moment(endDate)], onChange: (dates) => dates &&\n handleDateChange(moment(dates[0]).format('YYYY-MM-DD'), moment(dates[1]).format('YYYY-MM-DD')) })),\n React.createElement(SubTabsLine, { items: alarmTabs, activeKey: alarmTypeCode, onChange: key => {\n setState({\n alarmTypeCode: key,\n });\n } }),\n React.createElement(\"div\", { className: \"alarm-record-table\" },\n React.createElement(VMTable, Object.assign({ columns: columns }, tableProps)))));\n}\n"],"mappings":"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","ignoreList":[]}
@@ -10,7 +10,7 @@ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
10
10
  var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
11
11
  var _api = require("../../api");
12
12
  var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
14
  /**
15
15
  * 公厕-报警信息-报警信息汇总
16
16
  */
@@ -101,6 +101,5 @@ var MonthTrend = function MonthTrend(_ref) {
101
101
  }
102
102
  }));
103
103
  };
104
- var _default = MonthTrend;
105
- exports["default"] = _default;
104
+ var _default = exports["default"] = MonthTrend;
106
105
  //# sourceMappingURL=MonthTrend.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MonthTrend.js","names":["MonthTrend","id","useSettings","chartColor","chartFontColor","AlarmService","useAlarmMonthTrend","moment","subtract","format","alarmMonthTrend","legends","names","values","option","color","tooltip","trigger","legend","show","itemWith","itemHeight","top","textStyle","fontSize","data","grid","left","bottom","right","containLabel","xAxis","type","boundaryGap","axisTick","axisLabel","yAxis","name","nameTextStyle","axisLine","splitLine","lineStyle","series","React","createElement","className","SubTitle","title","ReactEcharts","notMerge","lazyUpdate","style","height","width"],"sources":["vtx-cp-modal/components/AlarmInfo/MonthTrend.js"],"sourcesContent":["/**\n * 公厕-报警信息-报警信息汇总\n */\nimport React from 'react';\nimport moment from 'moment';\nimport ReactEcharts from 'echarts-for-react';\nimport SubTitle from '../../../vm-sub-title';\nimport { AlarmService } from '../../api';\nimport useSettings from '../../../vm-hooks/useSettings';\nconst MonthTrend = ({ id }) => {\n const { chartColor, chartFontColor } = useSettings();\n const { alarmMonthTrend } = AlarmService.useAlarmMonthTrend(id, moment()\n .subtract(6, 'M')\n .format('YYYY-MM-DD'), moment().format('YYYY-MM-DD'));\n const { legends, names, values } = alarmMonthTrend;\n const option = {\n color: chartColor,\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n show: true,\n itemWith: 6,\n itemHeight: 6,\n top: 20,\n textStyle: {\n color: chartFontColor,\n fontSize: 12,\n },\n data: legends || [],\n },\n grid: {\n top: 58,\n left: 24,\n bottom: 12,\n right: 24,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n boundaryGap: false,\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n data: names || [],\n },\n yAxis: [\n {\n name: '单位(次)',\n type: 'value',\n nameTextStyle: {\n color: chartFontColor,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n axisLine: {\n show: true,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: [\n {\n name: '次数',\n type: 'line',\n data: values[0] || [],\n },\n ],\n };\n return (React.createElement(\"div\", { className: \"alarm-trend\" },\n React.createElement(SubTitle, { title: \"\\u6708\\u5EA6\\u8D8B\\u52BF\\u5206\\u6790\" }),\n React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '300px', width: '100%' } })));\n};\nexport default MonthTrend;\n"],"mappings":";;;;;;AAGA;AACA;AACA;AACA;AACA;AACA;AAAwD;AARxD;AACA;AACA;;AAOA,IAAMA,UAAU,GAAG,SAAbA,UAAU,OAAe;EAAA,IAATC,EAAE,QAAFA,EAAE;EACpB,mBAAuC,IAAAC,wBAAW,GAAE;IAA5CC,UAAU,gBAAVA,UAAU;IAAEC,cAAc,gBAAdA,cAAc;EAClC,4BAA4BC,iBAAY,CAACC,kBAAkB,CAACL,EAAE,EAAE,IAAAM,kBAAM,GAAE,CACnEC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAChBC,MAAM,CAAC,YAAY,CAAC,EAAE,IAAAF,kBAAM,GAAE,CAACE,MAAM,CAAC,YAAY,CAAC,CAAC;IAFjDC,eAAe,yBAAfA,eAAe;EAGvB,IAAQC,OAAO,GAAoBD,eAAe,CAA1CC,OAAO;IAAEC,KAAK,GAAaF,eAAe,CAAjCE,KAAK;IAAEC,MAAM,GAAKH,eAAe,CAA1BG,MAAM;EAC9B,IAAMC,MAAM,GAAG;IACXC,KAAK,EAAEZ,UAAU;IACjBa,OAAO,EAAE;MACLC,OAAO,EAAE;IACb,CAAC;IACDC,MAAM,EAAE;MACJC,IAAI,EAAE,IAAI;MACVC,QAAQ,EAAE,CAAC;MACXC,UAAU,EAAE,CAAC;MACbC,GAAG,EAAE,EAAE;MACPC,SAAS,EAAE;QACPR,KAAK,EAAEX,cAAc;QACrBoB,QAAQ,EAAE;MACd,CAAC;MACDC,IAAI,EAAEd,OAAO,IAAI;IACrB,CAAC;IACDe,IAAI,EAAE;MACFJ,GAAG,EAAE,EAAE;MACPK,IAAI,EAAE,EAAE;MACRC,MAAM,EAAE,EAAE;MACVC,KAAK,EAAE,EAAE;MACTC,YAAY,EAAE;IAClB,CAAC;IACDC,KAAK,EAAE;MACHC,IAAI,EAAE,UAAU;MAChBC,WAAW,EAAE,KAAK;MAClBC,QAAQ,EAAE;QACNf,IAAI,EAAE;MACV,CAAC;MACDgB,SAAS,EAAE;QACPpB,KAAK,EAAEX;MACX,CAAC;MACDqB,IAAI,EAAEb,KAAK,IAAI;IACnB,CAAC;IACDwB,KAAK,EAAE,CACH;MACIC,IAAI,EAAE,OAAO;MACbL,IAAI,EAAE,OAAO;MACbM,aAAa,EAAE;QACXvB,KAAK,EAAEX;MACX,CAAC;MACD8B,QAAQ,EAAE;QACNf,IAAI,EAAE;MACV,CAAC;MACDgB,SAAS,EAAE;QACPpB,KAAK,EAAEX;MACX,CAAC;MACDmC,QAAQ,EAAE;QACNpB,IAAI,EAAE;MACV,CAAC;MACDqB,SAAS,EAAE;QACPC,SAAS,EAAE;UACPT,IAAI,EAAE,QAAQ;UACdjB,KAAK,EAAE;QACX;MACJ;IACJ,CAAC,CACJ;IACD2B,MAAM,EAAE,CACJ;MACIL,IAAI,EAAE,IAAI;MACVL,IAAI,EAAE,MAAM;MACZP,IAAI,EAAEZ,MAAM,CAAC,CAAC,CAAC,IAAI;IACvB,CAAC;EAET,CAAC;EACD,oBAAQ8B,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAc,CAAC,eAC3DF,iBAAK,CAACC,aAAa,CAACE,sBAAQ,EAAE;IAAEC,KAAK,EAAE;EAAuC,CAAC,CAAC,eAChFJ,iBAAK,CAACC,aAAa,CAACI,2BAAY,EAAE;IAAElC,MAAM,EAAEA,MAAM;IAAEmC,QAAQ,EAAE,IAAI;IAAEC,UAAU,EAAE,IAAI;IAAEC,KAAK,EAAE;MAAEC,MAAM,EAAE,OAAO;MAAEC,KAAK,EAAE;IAAO;EAAE,CAAC,CAAC,CAAC;AAC3I,CAAC;AAAC,eACarD,UAAU;AAAA"}
1
+ {"version":3,"file":"MonthTrend.js","names":["_react","_interopRequireDefault","require","_moment","_echartsForReact","_vmSubTitle","_api","_useSettings2","e","__esModule","MonthTrend","_ref","id","_useSettings","useSettings","chartColor","chartFontColor","_AlarmService$useAlar","AlarmService","useAlarmMonthTrend","moment","subtract","format","alarmMonthTrend","legends","names","values","option","color","tooltip","trigger","legend","show","itemWith","itemHeight","top","textStyle","fontSize","data","grid","left","bottom","right","containLabel","xAxis","type","boundaryGap","axisTick","axisLabel","yAxis","name","nameTextStyle","axisLine","splitLine","lineStyle","series","React","createElement","className","SubTitle","title","ReactEcharts","notMerge","lazyUpdate","style","height","width","_default","exports"],"sources":["vtx-cp-modal/components/AlarmInfo/MonthTrend.js"],"sourcesContent":["/**\n * 公厕-报警信息-报警信息汇总\n */\nimport React from 'react';\nimport moment from 'moment';\nimport ReactEcharts from 'echarts-for-react';\nimport SubTitle from '../../../vm-sub-title';\nimport { AlarmService } from '../../api';\nimport useSettings from '../../../vm-hooks/useSettings';\nconst MonthTrend = ({ id }) => {\n const { chartColor, chartFontColor } = useSettings();\n const { alarmMonthTrend } = AlarmService.useAlarmMonthTrend(id, moment()\n .subtract(6, 'M')\n .format('YYYY-MM-DD'), moment().format('YYYY-MM-DD'));\n const { legends, names, values } = alarmMonthTrend;\n const option = {\n color: chartColor,\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n show: true,\n itemWith: 6,\n itemHeight: 6,\n top: 20,\n textStyle: {\n color: chartFontColor,\n fontSize: 12,\n },\n data: legends || [],\n },\n grid: {\n top: 58,\n left: 24,\n bottom: 12,\n right: 24,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n boundaryGap: false,\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n data: names || [],\n },\n yAxis: [\n {\n name: '单位(次)',\n type: 'value',\n nameTextStyle: {\n color: chartFontColor,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n axisLine: {\n show: true,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: [\n {\n name: '次数',\n type: 'line',\n data: values[0] || [],\n },\n ],\n };\n return (React.createElement(\"div\", { className: \"alarm-trend\" },\n React.createElement(SubTitle, { title: \"\\u6708\\u5EA6\\u8D8B\\u52BF\\u5206\\u6790\" }),\n React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '300px', width: '100%' } })));\n};\nexport default MonthTrend;\n"],"mappings":";;;;;;AAGA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,gBAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,WAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AACA,IAAAK,aAAA,GAAAN,sBAAA,CAAAC,OAAA;AAAwD,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AARxD;AACA;AACA;;AAOA,IAAME,UAAU,GAAG,SAAbA,UAAUA,CAAAC,IAAA,EAAe;EAAA,IAATC,EAAE,GAAAD,IAAA,CAAFC,EAAE;EACpB,IAAAC,YAAA,GAAuC,IAAAC,wBAAW,EAAC,CAAC;IAA5CC,UAAU,GAAAF,YAAA,CAAVE,UAAU;IAAEC,cAAc,GAAAH,YAAA,CAAdG,cAAc;EAClC,IAAAC,qBAAA,GAA4BC,iBAAY,CAACC,kBAAkB,CAACP,EAAE,EAAE,IAAAQ,kBAAM,EAAC,CAAC,CACnEC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAChBC,MAAM,CAAC,YAAY,CAAC,EAAE,IAAAF,kBAAM,EAAC,CAAC,CAACE,MAAM,CAAC,YAAY,CAAC,CAAC;IAFjDC,eAAe,GAAAN,qBAAA,CAAfM,eAAe;EAGvB,IAAQC,OAAO,GAAoBD,eAAe,CAA1CC,OAAO;IAAEC,KAAK,GAAaF,eAAe,CAAjCE,KAAK;IAAEC,MAAM,GAAKH,eAAe,CAA1BG,MAAM;EAC9B,IAAMC,MAAM,GAAG;IACXC,KAAK,EAAEb,UAAU;IACjBc,OAAO,EAAE;MACLC,OAAO,EAAE;IACb,CAAC;IACDC,MAAM,EAAE;MACJC,IAAI,EAAE,IAAI;MACVC,QAAQ,EAAE,CAAC;MACXC,UAAU,EAAE,CAAC;MACbC,GAAG,EAAE,EAAE;MACPC,SAAS,EAAE;QACPR,KAAK,EAAEZ,cAAc;QACrBqB,QAAQ,EAAE;MACd,CAAC;MACDC,IAAI,EAAEd,OAAO,IAAI;IACrB,CAAC;IACDe,IAAI,EAAE;MACFJ,GAAG,EAAE,EAAE;MACPK,IAAI,EAAE,EAAE;MACRC,MAAM,EAAE,EAAE;MACVC,KAAK,EAAE,EAAE;MACTC,YAAY,EAAE;IAClB,CAAC;IACDC,KAAK,EAAE;MACHC,IAAI,EAAE,UAAU;MAChBC,WAAW,EAAE,KAAK;MAClBC,QAAQ,EAAE;QACNf,IAAI,EAAE;MACV,CAAC;MACDgB,SAAS,EAAE;QACPpB,KAAK,EAAEZ;MACX,CAAC;MACDsB,IAAI,EAAEb,KAAK,IAAI;IACnB,CAAC;IACDwB,KAAK,EAAE,CACH;MACIC,IAAI,EAAE,OAAO;MACbL,IAAI,EAAE,OAAO;MACbM,aAAa,EAAE;QACXvB,KAAK,EAAEZ;MACX,CAAC;MACD+B,QAAQ,EAAE;QACNf,IAAI,EAAE;MACV,CAAC;MACDgB,SAAS,EAAE;QACPpB,KAAK,EAAEZ;MACX,CAAC;MACDoC,QAAQ,EAAE;QACNpB,IAAI,EAAE;MACV,CAAC;MACDqB,SAAS,EAAE;QACPC,SAAS,EAAE;UACPT,IAAI,EAAE,QAAQ;UACdjB,KAAK,EAAE;QACX;MACJ;IACJ,CAAC,CACJ;IACD2B,MAAM,EAAE,CACJ;MACIL,IAAI,EAAE,IAAI;MACVL,IAAI,EAAE,MAAM;MACZP,IAAI,EAAEZ,MAAM,CAAC,CAAC,CAAC,IAAI;IACvB,CAAC;EAET,CAAC;EACD,oBAAQ8B,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAc,CAAC,eAC3DF,iBAAK,CAACC,aAAa,CAACE,sBAAQ,EAAE;IAAEC,KAAK,EAAE;EAAuC,CAAC,CAAC,eAChFJ,iBAAK,CAACC,aAAa,CAACI,2BAAY,EAAE;IAAElC,MAAM,EAAEA,MAAM;IAAEmC,QAAQ,EAAE,IAAI;IAAEC,UAAU,EAAE,IAAI;IAAEC,KAAK,EAAE;MAAEC,MAAM,EAAE,OAAO;MAAEC,KAAK,EAAE;IAAO;EAAE,CAAC,CAAC,CAAC;AAC3I,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,cACa1D,UAAU","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -14,24 +14,24 @@ var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
14
14
  var _api = require("../../api");
15
15
  var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
16
16
  var _alarm = _interopRequireDefault(require("../../imgs/alarm.png"));
17
- var _alarm_blue = _interopRequireDefault(require("../../imgs/alarm_blue.png"));
18
17
  var _ahooks = require("ahooks");
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
20
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
21
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
22
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
18
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
19
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
20
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
21
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
23
22
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
24
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
25
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
26
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
27
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
23
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
24
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
25
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
26
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /**
27
+ * 公厕-报警信息-报警信息汇总
28
+ */
28
29
  var Summary = function Summary(_ref) {
29
30
  var id = _ref.id;
30
31
  var _useSettings = (0, _useSettings2["default"])(),
31
32
  chartColor = _useSettings.chartColor,
32
33
  chartFontColor = _useSettings.chartFontColor,
33
- isDark = _useSettings.isDark,
34
- theme = _useSettings.theme;
34
+ isDark = _useSettings.isDark;
35
35
  var _useSetState = (0, _ahooks.useSetState)({
36
36
  alarmTabsValue: [],
37
37
  totalCount: 0
@@ -130,22 +130,22 @@ var Summary = function Summary(_ref) {
130
130
  }), /*#__PURE__*/_react["default"].createElement("div", {
131
131
  className: "alarm-summary-time"
132
132
  }, /*#__PURE__*/_react["default"].createElement("img", {
133
- src: theme === 'blue' ? _alarm_blue["default"] : _alarm["default"]
133
+ src: _alarm["default"]
134
134
  }), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
135
135
  className: "alarm-summary-time-name"
136
136
  }, "\u6708\u5EA6\u62A5\u8B66\u603B\u6B21\u6570"), /*#__PURE__*/_react["default"].createElement("div", {
137
137
  className: "alarm-summary-time-value"
138
138
  }, /*#__PURE__*/_react["default"].createElement("span", null, (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthCount) || 0), "\u6B21", /*#__PURE__*/_react["default"].createElement("div", {
139
139
  className: "alarm-summary-time-value-compare"
140
- }, "\u6708\u540C\u6BD4 ".concat((alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) || 0, "%"), (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) >= 100 ? /*#__PURE__*/_react["default"].createElement("div", {
140
+ }, "\u6708\u540C\u6BD4 ".concat((alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) || 0, "%"), (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) >= 100 ? ( /*#__PURE__*/_react["default"].createElement("div", {
141
141
  className: "triangle-up"
142
- }) : /*#__PURE__*/_react["default"].createElement("div", {
142
+ })) : ( /*#__PURE__*/_react["default"].createElement("div", {
143
143
  className: "triangle-down"
144
- }))))), /*#__PURE__*/_react["default"].createElement("div", {
144
+ })))))), /*#__PURE__*/_react["default"].createElement("div", {
145
145
  className: "alarm-summary-type-analysis"
146
146
  }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
147
147
  title: "\u7C7B\u578B\u5206\u6790"
148
- }), (alarmTabsValue === null || alarmTabsValue === void 0 ? void 0 : alarmTabsValue.length) > 0 ? /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
148
+ }), (alarmTabsValue === null || alarmTabsValue === void 0 ? void 0 : alarmTabsValue.length) > 0 ? ( /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
149
149
  option: option,
150
150
  notMerge: true,
151
151
  lazyUpdate: true,
@@ -153,14 +153,13 @@ var Summary = function Summary(_ref) {
153
153
  height: '180px',
154
154
  width: '100%'
155
155
  }
156
- }) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
156
+ })) : ( /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
157
157
  style: {
158
158
  height: '180px',
159
159
  marginLeft: '50%',
160
160
  transform: 'translateX(-50%)'
161
161
  }
162
- })));
162
+ }))));
163
163
  };
164
- var _default = Summary;
165
- exports["default"] = _default;
164
+ var _default = exports["default"] = Summary;
166
165
  //# sourceMappingURL=Summary.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Summary.js","names":["Summary","id","useSettings","chartColor","chartFontColor","isDark","theme","useSetState","alarmTabsValue","totalCount","state","setState","AlarmService","useAlarmSummary","moment","format","alarmSummary","useAlarmTrend","startOf","alarmTypes","useEffect","list","count","length","sumBy","o","forEach","ele","obj","key","typeCode","name","typeName","value","push","option","color","backgroundColor","tooltip","show","trigger","legend","orient","left","top","align","itemGap","itemWidth","itemHeight","formatter","find","item","rate","toFixed","textStyle","fontSize","pageIconColor","pageIconInactiveColor","pageTextStyle","series","type","radius","center","hoverAnimation","z","itemStyle","normal","borderWidth","borderColor","label","data","labelLine","React","createElement","className","SubTitle","title","src","alarmBlue","alarm","thisMonthCount","thisMonthOnLastMonthCount","ReactEcharts","notMerge","lazyUpdate","style","height","width","NoData","marginLeft","transform"],"sources":["vtx-cp-modal/components/AlarmInfo/Summary.js"],"sourcesContent":["/**\n * 公厕-报警信息-报警信息汇总\n */\nimport React, { useEffect } from 'react';\nimport moment from 'moment';\nimport sumBy from 'lodash/sumBy';\nimport ReactEcharts from 'echarts-for-react';\nimport SubTitle from '../../../vm-sub-title';\nimport NoData from '../../../vm-nodata';\nimport { AlarmService } from '../../api';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport alarm from '../../imgs/alarm.png';\nimport alarmBlue from '../../imgs/alarm_blue.png';\nimport { useSetState } from 'ahooks';\nconst Summary = ({ id }) => {\n const { chartColor, chartFontColor, isDark, theme } = useSettings();\n const [state, setState] = useSetState({\n alarmTabsValue: [],\n totalCount: 0,\n });\n const { alarmTabsValue, totalCount } = state;\n const { alarmSummary } = AlarmService.useAlarmSummary(id, moment().format('YYYY-MM-DD'));\n const { alarmTypes } = AlarmService.useAlarmTrend(id, moment()\n .startOf('M')\n .format('YYYY-MM-DD'), moment().format('YYYY-MM-DD'));\n useEffect(() => {\n let list = [];\n let count = 0;\n if ((alarmTypes === null || alarmTypes === void 0 ? void 0 : alarmTypes.length) > 0) {\n count = sumBy(alarmTypes, function (o) {\n return o.count;\n });\n alarmTypes.forEach((ele) => {\n const obj = {\n key: ele.typeCode,\n name: ele.typeName,\n value: ele.count,\n };\n list.push(obj);\n });\n setState({\n totalCount: count,\n alarmTabsValue: list,\n });\n }\n }, [alarmTypes]);\n let option = {\n color: chartColor,\n backgroundColor: 'transparent',\n tooltip: {\n show: true,\n trigger: 'item',\n },\n legend: {\n orient: 'vertical',\n left: '40%',\n top: 'middle',\n align: 'left',\n itemGap: 8,\n itemWidth: 10,\n itemHeight: 10,\n formatter: function (name) {\n const value = alarmTabsValue.find((item) => item.name === name);\n const rate = (((value === null || value === void 0 ? void 0 : value.value) || 0) / totalCount) * 100;\n if (value) {\n return `\\t\\t${name}\\t\\t${value.value}次\\t\\t${rate.toFixed(2)}%`;\n }\n else {\n return '';\n }\n },\n textStyle: {\n fontSize: 14,\n color: chartFontColor,\n },\n pageIconColor: chartFontColor,\n pageIconInactiveColor: chartFontColor,\n pageTextStyle: {\n color: chartFontColor,\n },\n },\n series: [\n {\n type: 'pie',\n radius: ['55%', '75%'],\n center: ['20%', '50%'],\n hoverAnimation: true,\n z: 10,\n itemStyle: {\n normal: {\n borderWidth: 2,\n borderColor: isDark ? '#003359' : '#ffffff',\n },\n },\n label: {\n show: false,\n },\n data: alarmTabsValue,\n labelLine: {\n show: false,\n },\n },\n ],\n };\n return (React.createElement(\"div\", { className: \"alarm-summary\" },\n React.createElement(SubTitle, { title: \"\\u62A5\\u8B66\\u4FE1\\u606F\\u6C47\\u603B\" }),\n React.createElement(\"div\", { className: \"alarm-summary-time\" },\n React.createElement(\"img\", { src: theme === 'blue' ? alarmBlue : alarm }),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"alarm-summary-time-name\" }, \"\\u6708\\u5EA6\\u62A5\\u8B66\\u603B\\u6B21\\u6570\"),\n React.createElement(\"div\", { className: \"alarm-summary-time-value\" },\n React.createElement(\"span\", null, (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthCount) || 0),\n \"\\u6B21\",\n React.createElement(\"div\", { className: \"alarm-summary-time-value-compare\" },\n `月同比 ${(alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) || 0}%`,\n (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) >= 100 ? (React.createElement(\"div\", { className: \"triangle-up\" })) : (React.createElement(\"div\", { className: \"triangle-down\" })))))),\n React.createElement(\"div\", { className: \"alarm-summary-type-analysis\" },\n React.createElement(SubTitle, { title: \"\\u7C7B\\u578B\\u5206\\u6790\" }),\n (alarmTabsValue === null || alarmTabsValue === void 0 ? void 0 : alarmTabsValue.length) > 0 ? (React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '180px', width: '100%' } })) : (React.createElement(NoData, { style: {\n height: '180px',\n marginLeft: '50%',\n transform: 'translateX(-50%)',\n } })))));\n};\nexport default Summary;\n"],"mappings":"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"}
1
+ {"version":3,"file":"Summary.js","names":["_react","_interopRequireWildcard","require","_moment","_interopRequireDefault","_sumBy","_echartsForReact","_vmSubTitle","_vmNodata","_api","_useSettings2","_alarm","_ahooks","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","Summary","_ref","id","_useSettings","useSettings","chartColor","chartFontColor","isDark","_useSetState","useSetState","alarmTabsValue","totalCount","_useSetState2","state","setState","_AlarmService$useAlar","AlarmService","useAlarmSummary","moment","format","alarmSummary","_AlarmService$useAlar2","useAlarmTrend","startOf","alarmTypes","useEffect","list","count","sumBy","forEach","ele","obj","key","typeCode","typeName","option","color","backgroundColor","tooltip","show","trigger","legend","orient","left","top","align","itemGap","itemWidth","itemHeight","formatter","find","item","rate","concat","toFixed","textStyle","fontSize","pageIconColor","pageIconInactiveColor","pageTextStyle","series","type","radius","center","hoverAnimation","z","itemStyle","normal","borderWidth","borderColor","label","data","labelLine","React","createElement","className","SubTitle","title","src","alarm","thisMonthCount","thisMonthOnLastMonthCount","ReactEcharts","notMerge","lazyUpdate","style","height","width","NoData","marginLeft","transform","_default","exports"],"sources":["vtx-cp-modal/components/AlarmInfo/Summary.js"],"sourcesContent":["/**\n * 公厕-报警信息-报警信息汇总\n */\nimport React, { useEffect } from 'react';\nimport moment from 'moment';\nimport sumBy from 'lodash/sumBy';\nimport ReactEcharts from 'echarts-for-react';\nimport SubTitle from '../../../vm-sub-title';\nimport NoData from '../../../vm-nodata';\nimport { AlarmService } from '../../api';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport alarm from '../../imgs/alarm.png';\nimport { useSetState } from 'ahooks';\nconst Summary = ({ id }) => {\n const { chartColor, chartFontColor, isDark } = useSettings();\n const [state, setState] = useSetState({\n alarmTabsValue: [],\n totalCount: 0,\n });\n const { alarmTabsValue, totalCount } = state;\n const { alarmSummary } = AlarmService.useAlarmSummary(id, moment().format('YYYY-MM-DD'));\n const { alarmTypes } = AlarmService.useAlarmTrend(id, moment()\n .startOf('M')\n .format('YYYY-MM-DD'), moment().format('YYYY-MM-DD'));\n useEffect(() => {\n let list = [];\n let count = 0;\n if ((alarmTypes === null || alarmTypes === void 0 ? void 0 : alarmTypes.length) > 0) {\n count = sumBy(alarmTypes, function (o) {\n return o.count;\n });\n alarmTypes.forEach((ele) => {\n const obj = {\n key: ele.typeCode,\n name: ele.typeName,\n value: ele.count,\n };\n list.push(obj);\n });\n setState({\n totalCount: count,\n alarmTabsValue: list,\n });\n }\n }, [alarmTypes]);\n let option = {\n color: chartColor,\n backgroundColor: 'transparent',\n tooltip: {\n show: true,\n trigger: 'item',\n },\n legend: {\n orient: 'vertical',\n left: '40%',\n top: 'middle',\n align: 'left',\n itemGap: 8,\n itemWidth: 10,\n itemHeight: 10,\n formatter: function (name) {\n const value = alarmTabsValue.find((item) => item.name === name);\n const rate = (((value === null || value === void 0 ? void 0 : value.value) || 0) / totalCount) * 100;\n if (value) {\n return `\\t\\t${name}\\t\\t${value.value}次\\t\\t${rate.toFixed(2)}%`;\n }\n else {\n return '';\n }\n },\n textStyle: {\n fontSize: 14,\n color: chartFontColor,\n },\n pageIconColor: chartFontColor,\n pageIconInactiveColor: chartFontColor,\n pageTextStyle: {\n color: chartFontColor,\n },\n },\n series: [\n {\n type: 'pie',\n radius: ['55%', '75%'],\n center: ['20%', '50%'],\n hoverAnimation: true,\n z: 10,\n itemStyle: {\n normal: {\n borderWidth: 2,\n borderColor: isDark ? '#003359' : '#ffffff',\n },\n },\n label: {\n show: false,\n },\n data: alarmTabsValue,\n labelLine: {\n show: false,\n },\n },\n ],\n };\n return (React.createElement(\"div\", { className: \"alarm-summary\" },\n React.createElement(SubTitle, { title: \"\\u62A5\\u8B66\\u4FE1\\u606F\\u6C47\\u603B\" }),\n React.createElement(\"div\", { className: \"alarm-summary-time\" },\n React.createElement(\"img\", { src: alarm }),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"alarm-summary-time-name\" }, \"\\u6708\\u5EA6\\u62A5\\u8B66\\u603B\\u6B21\\u6570\"),\n React.createElement(\"div\", { className: \"alarm-summary-time-value\" },\n React.createElement(\"span\", null, (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthCount) || 0),\n \"\\u6B21\",\n React.createElement(\"div\", { className: \"alarm-summary-time-value-compare\" },\n `月同比 ${(alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) || 0}%`,\n (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisMonthOnLastMonthCount) >= 100 ? (React.createElement(\"div\", { className: \"triangle-up\" })) : (React.createElement(\"div\", { className: \"triangle-down\" })))))),\n React.createElement(\"div\", { className: \"alarm-summary-type-analysis\" },\n React.createElement(SubTitle, { title: \"\\u7C7B\\u578B\\u5206\\u6790\" }),\n (alarmTabsValue === null || alarmTabsValue === void 0 ? void 0 : alarmTabsValue.length) > 0 ? (React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '180px', width: '100%' } })) : (React.createElement(NoData, { style: {\n height: '180px',\n marginLeft: '50%',\n transform: 'translateX(-50%)',\n } })))));\n};\nexport default Summary;\n"],"mappings":"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","ignoreList":[]}
@@ -10,7 +10,7 @@ var _Summary = _interopRequireDefault(require("./Summary"));
10
10
  var _MonthTrend = _interopRequireDefault(require("./MonthTrend"));
11
11
  var _AlarmRecord = _interopRequireDefault(require("./AlarmRecord"));
12
12
  require("./index.less");
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
14
  /**
15
15
  * 收集点-报警信息
16
16
  */
@@ -41,6 +41,5 @@ var AlarmInfo = function AlarmInfo(props) {
41
41
  id: id
42
42
  }))));
43
43
  };
44
- var _default = AlarmInfo;
45
- exports["default"] = _default;
44
+ var _default = exports["default"] = AlarmInfo;
46
45
  //# sourceMappingURL=index.js.map