@vtx/modals2 3.3.18 → 4.0.1

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 -3
  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 +126 -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 -35
  294. package/lib/vtx-base-modal/style/index.js.map +1 -1
  295. package/lib/vtx-base-modal/style/index.less +37 -37
  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 -179
  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 -7
  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 +57 -83
  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
@@ -1,396 +0,0 @@
1
- "use strict";
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); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports["default"] = WorkLjsy;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _ahooks = require("ahooks");
10
- var _moment = _interopRequireDefault(require("moment"));
11
- var _classnames = _interopRequireDefault(require("classnames"));
12
- var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
13
- var _vmFilter = require("../../../vm-filter");
14
- var _vmSubTabs = _interopRequireWildcard(require("../../../vm-sub-tabs"));
15
- var _vmTable = _interopRequireDefault(require("../../../vm-table"));
16
- var _vmImageText = _interopRequireDefault(require("../../../vm-image-text"));
17
- var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
18
- var _Wcl = _interopRequireDefault(require("./Wcl"));
19
- var _vmAppraisalInfo = require("../../../vm-appraisal-info");
20
- var _api = require("../../api");
21
- var _ljsjdw = _interopRequireDefault(require("../../imgs/ljsjdw.png"));
22
- var _pjwcl = _interopRequireDefault(require("../../imgs/pjwcl.png"));
23
- var _ljsjts = _interopRequireDefault(require("../../imgs/ljsjts.png"));
24
- var _ljsjzl = _interopRequireDefault(require("../../imgs/ljsjzl.png"));
25
- var _ljsjdw_light = _interopRequireDefault(require("../../imgs/ljsjdw_light.png"));
26
- var _pjwcl_light = _interopRequireDefault(require("../../imgs/pjwcl_light.png"));
27
- var _ljsjts_light = _interopRequireDefault(require("../../imgs/ljsjts_light.png"));
28
- var _ljsjzl_light = _interopRequireDefault(require("../../imgs/ljsjzl_light.png"));
29
- var _ljsjdw_blue = _interopRequireDefault(require("../../imgs/ljsjdw_blue.png"));
30
- var _pjwcl_blue = _interopRequireDefault(require("../../imgs/pjwcl_blue.png"));
31
- var _ljsjts_blue = _interopRequireDefault(require("../../imgs/ljsjts_blue.png"));
32
- var _ljsjzl_blue = _interopRequireDefault(require("../../imgs/ljsjzl_blue.png"));
33
- 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); }
34
- 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; }
35
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
36
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
37
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
38
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
39
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
40
- function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
41
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
42
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
43
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
44
- 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."); }
45
- 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); }
46
- 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; }
47
- 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; } }
48
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
49
- function WorkLjsy(_ref) {
50
- var id = _ref.id,
51
- onPosition = _ref.onPosition;
52
- var _a, _b, _c, _d, _e, _f;
53
- var _useSettings = (0, _useSettings2["default"])(),
54
- theme = _useSettings.theme;
55
- var getSrc = function getSrc(code) {
56
- var obj = {};
57
- if (theme === 'dark') {
58
- obj = {
59
- ljsjdw: _ljsjdw["default"],
60
- pjwcl: _pjwcl["default"],
61
- ljsjts: _ljsjts["default"],
62
- ljsjzl: _ljsjzl["default"]
63
- };
64
- } else if (theme === 'blue') {
65
- obj = {
66
- ljsjdw: _ljsjdw_blue["default"],
67
- pjwcl: _pjwcl_blue["default"],
68
- ljsjts: _ljsjts_blue["default"],
69
- ljsjzl: _ljsjzl_blue["default"]
70
- };
71
- } else {
72
- obj = {
73
- ljsjdw: _ljsjdw_light["default"],
74
- pjwcl: _pjwcl_light["default"],
75
- ljsjts: _ljsjts_light["default"],
76
- ljsjzl: _ljsjzl_light["default"]
77
- };
78
- }
79
- return obj[code];
80
- };
81
- var _useSetState = (0, _ahooks.useSetState)({
82
- startDate: (0, _moment["default"])().startOf('M').format('YYYY-MM-DD'),
83
- endDate: (0, _moment["default"])().format('YYYY-MM-DD'),
84
- pagination: {
85
- current: 1,
86
- pageSize: 10,
87
- total: 0
88
- },
89
- sort: 'actualCollectTime,ASC',
90
- tabKey: '1',
91
- startDate2: (0, _moment["default"])().format('YYYY-MM-DD'),
92
- endDate2: (0, _moment["default"])().format('YYYY-MM-DD')
93
- }),
94
- _useSetState2 = _slicedToArray(_useSetState, 2),
95
- state = _useSetState2[0],
96
- setState = _useSetState2[1];
97
- var startDate = state.startDate,
98
- endDate = state.endDate,
99
- pagination = state.pagination,
100
- sort = state.sort,
101
- tabKey = state.tabKey,
102
- startDate2 = state.startDate2,
103
- endDate2 = state.endDate2;
104
- var paramConfigsList = _api.BaseService.useConfig();
105
- var _WorkServicve$useWork = _api.WorkServicve.useWorkSummaryLjsy(id, startDate, endDate),
106
- summaryLjsy = _WorkServicve$useWork.summaryLjsy;
107
- var _BaseService$useWorkA = _api.BaseService.useWorkAnaLjsy(id, startDate, endDate, (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) >= 0),
108
- workAnaLjsyRes = _BaseService$useWorkA.workAnaLjsyRes;
109
- var names = workAnaLjsyRes.names,
110
- values = workAnaLjsyRes.values;
111
- var handleDateChange = function handleDateChange(start, end) {
112
- setState({
113
- startDate: start,
114
- endDate: end
115
- });
116
- };
117
- var handleDateChange2 = function handleDateChange2(start, end) {
118
- setState({
119
- startDate2: start,
120
- endDate2: end
121
- });
122
- };
123
- var _WorkServicve$useReco = _api.WorkServicve.useRecordLjsy(id, "".concat(startDate2, " 00:00:00"), "".concat(endDate2, " 23:59:59"), pagination.current - 1, sort),
124
- recordLjsyRes = _WorkServicve$useReco.recordLjsyRes;
125
- var columns = [{
126
- title: '收集点名称',
127
- dataIndex: 'collectPointName',
128
- key: 'collectPointName',
129
- width: 160,
130
- ellipsis: true,
131
- render: function render(text) {
132
- return text ? text : '-';
133
- }
134
- }, {
135
- title: '收集时间',
136
- dataIndex: 'actualCollectTime',
137
- key: 'actualCollectTime',
138
- width: 140,
139
- sorter: true,
140
- render: function render(text) {
141
- return text ? text : '-';
142
- }
143
- }];
144
- if (((_a = paramConfigsList['SHOW_COLLECTING_BUCKETS']) === null || _a === void 0 ? void 0 : _a.value) === 'true') {
145
- columns = columns.concat([{
146
- title: '收集桶数',
147
- dataIndex: 'bucketNum',
148
- key: 'bucketNum',
149
- render: function render(text) {
150
- return text ? text : 0;
151
- }
152
- }]);
153
- }
154
- if (((_b = paramConfigsList['SHOW_WEIGHTING']) === null || _b === void 0 ? void 0 : _b.value) === 'true') {
155
- columns = columns.concat([{
156
- title: '收集重量(kg)',
157
- dataIndex: 'weight',
158
- key: 'weight',
159
- render: function render(text) {
160
- return text ? text : 0;
161
- }
162
- }]);
163
- }
164
- if (((_c = paramConfigsList['SHOW_QUALITY']) === null || _c === void 0 ? void 0 : _c.value) === 'true') {
165
- columns = columns.concat([{
166
- title: '分类质量',
167
- dataIndex: 'qualityEvaluateName',
168
- key: 'qualityEvaluateName',
169
- render: function render(text) {
170
- return text ? text : '-';
171
- }
172
- }]);
173
- }
174
- columns = columns.concat([{
175
- title: '是否超时',
176
- dataIndex: 'beenOverTime',
177
- key: 'beenOverTime',
178
- render: function render(text) {
179
- return /*#__PURE__*/_react["default"].createElement("span", {
180
- style: {
181
- color: text ? '#FFEF41' : '#35EAFF'
182
- }
183
- }, text ? '是' : '否');
184
- }
185
- }, {
186
- title: '是否任务内',
187
- dataIndex: 'beenTask',
188
- key: 'beenTask',
189
- render: function render(text) {
190
- return text ? '是' : '否';
191
- }
192
- }]);
193
- var pageChange = function pageChange(page) {
194
- setState({
195
- pagination: Object.assign(Object.assign({}, pagination), {
196
- current: page
197
- })
198
- });
199
- };
200
- var handleTableChange = function handleTableChange(sorter) {
201
- setState({
202
- sort: "actualCollectTime,".concat(sorter.order === 'ascend' ? 'ASC' : 'DESC')
203
- });
204
- };
205
- var dataSource = ((_d = recordLjsyRes === null || recordLjsyRes === void 0 ? void 0 : recordLjsyRes.rows) === null || _d === void 0 ? void 0 : _d.map(function (item) {
206
- return Object.assign(Object.assign({}, item), _api.syFixedData[item.collectPointName]);
207
- })) || [];
208
- var tableProps = {
209
- pagination: Object.assign(Object.assign({}, pagination), {
210
- total: (recordLjsyRes === null || recordLjsyRes === void 0 ? void 0 : recordLjsyRes.total) || 0,
211
- defaultPageSize: 10,
212
- onChange: pageChange
213
- }),
214
- handleTableChange: handleTableChange,
215
- height: (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) >= 0 ? 240 : 360,
216
- dataSource: dataSource
217
- };
218
- // 添加一个固定点-中转站
219
- var endPoint = {
220
- collectPointId: '1676165553928454146',
221
- collectPointName: '武侯区城市资源处理中心'
222
- // collectStatus: 3,
223
- };
224
-
225
- var ysWidth = (((_e = dataSource === null || dataSource === void 0 ? void 0 : dataSource.filter(function (ele) {
226
- return ele.collectStatus === 3;
227
- })) === null || _e === void 0 ? void 0 : _e.length) + 1 || 0) / ((dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) + 1 || 10) * 100;
228
- var idx = dataSource === null || dataSource === void 0 ? void 0 : dataSource.findIndex(function (ele) {
229
- return ele.collectStatus !== 3;
230
- });
231
- var currIdx = idx > -1 ? idx : dataSource === null || dataSource === void 0 ? void 0 : dataSource.length;
232
- return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
233
- className: "car-work-head"
234
- }, !(summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) && (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) !== 0 ? /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
235
- title: "\u6C47\u603B\u4FE1\u606F"
236
- }) : /*#__PURE__*/_react["default"].createElement("div", null), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
237
- value: [(0, _moment["default"])(startDate), (0, _moment["default"])(endDate)],
238
- onChange: function onChange(dates) {
239
- return dates && handleDateChange((0, _moment["default"])(dates[0]).format('YYYY-MM-DD'), (0, _moment["default"])(dates[1]).format('YYYY-MM-DD'));
240
- }
241
- })), /*#__PURE__*/_react["default"].createElement("div", {
242
- className: "car-work-content"
243
- }, (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) === 0 || (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) > 0 ? /*#__PURE__*/_react["default"].createElement("div", {
244
- className: "car-work-summary"
245
- }, /*#__PURE__*/_react["default"].createElement("div", {
246
- className: "car-work-summary-left"
247
- }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
248
- title: "\u6C47\u603B\u4FE1\u606F"
249
- }), /*#__PURE__*/_react["default"].createElement("div", {
250
- className: "car-work-summary-relation-item"
251
- }, /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], {
252
- src: getSrc('ljsjdw'),
253
- name: "\u7D2F\u8BA1\u6536\u96C6\u6B21\u6570",
254
- value: 128,
255
- unit: "\u6B21"
256
- }), /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], {
257
- src: getSrc('pjwcl'),
258
- name: "\u5E73\u5747\u5B8C\u6210\u7387",
259
- value: 43.54,
260
- unit: "%"
261
- }), /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], {
262
- src: getSrc('ljsjts'),
263
- name: "\u7D2F\u8BA1\u6536\u96C6\u6876\u6570",
264
- value: 252,
265
- unit: "\u4E2A"
266
- }), /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], {
267
- src: getSrc('ljsjzl'),
268
- name: "\u7D2F\u8BA1\u6536\u96C6\u91CD\u91CF",
269
- value: 9104.7,
270
- unit: "kg"
271
- }))), /*#__PURE__*/_react["default"].createElement("div", {
272
- className: "car-work-summary-relation-chart"
273
- }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
274
- title: "\u5B8C\u6210\u7387\u5206\u6790"
275
- }), /*#__PURE__*/_react["default"].createElement(_Wcl["default"], {
276
- names: names,
277
- values: (values === null || values === void 0 ? void 0 : values.length) > 2 ? values[2] : []
278
- }))) : /*#__PURE__*/_react["default"].createElement("div", {
279
- className: "car-work-summary-norelation"
280
- }, /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], {
281
- src: getSrc('ljsjdw'),
282
- name: "\u7D2F\u8BA1\u6536\u96C6\u6B21\u6570",
283
- value: 128,
284
- unit: "\u4E2A"
285
- }), /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], {
286
- src: getSrc('ljsjts'),
287
- name: "\u7D2F\u8BA1\u6536\u96C6\u6876\u6570",
288
- value: 252,
289
- unit: "\u4E2A"
290
- }), /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], {
291
- src: getSrc('ljsjzl'),
292
- name: "\u7D2F\u8BA1\u6536\u96C6\u91CD\u91CF",
293
- value: 9104.7,
294
- unit: "kg"
295
- }))), /*#__PURE__*/_react["default"].createElement("div", {
296
- className: "car-work-twrap"
297
- }, /*#__PURE__*/_react["default"].createElement(_vmSubTabs["default"], {
298
- onChange: function onChange(key) {
299
- setState({
300
- tabKey: key
301
- });
302
- if (key === '1') {
303
- setState({
304
- sort: "actualCollectTime,ASC"
305
- });
306
- }
307
- },
308
- activeKey: tabKey
309
- }, [{
310
- name: /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
311
- src: tabKey === '1' ? _vmAppraisalInfo.chartList[theme] : _vmAppraisalInfo.chart
312
- }), "\u56FE\u8868"),
313
- key: '1'
314
- }, {
315
- name: /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
316
- src: tabKey === '2' ? _vmAppraisalInfo.tabList[theme] : _vmAppraisalInfo.list
317
- }), "\u5217\u8868"),
318
- key: '2'
319
- }].map(function (ele) {
320
- return /*#__PURE__*/_react["default"].createElement(_vmSubTabs.SubTabPane, {
321
- subKey: ele.key,
322
- key: ele.key,
323
- tab: ele.name
324
- });
325
- })), /*#__PURE__*/_react["default"].createElement("div", {
326
- className: "car-work-twrap-time"
327
- }, /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
328
- value: [(0, _moment["default"])(startDate2), (0, _moment["default"])(endDate2)],
329
- onChange: function onChange(dates) {
330
- return dates && handleDateChange2((0, _moment["default"])(dates[0]).format('YYYY-MM-DD'), (0, _moment["default"])(dates[1]).format('YYYY-MM-DD'));
331
- }
332
- })), tabKey === '1' && (recordLjsyRes === null || recordLjsyRes === void 0 ? void 0 : recordLjsyRes.total) > 0 && /*#__PURE__*/_react["default"].createElement("div", {
333
- className: "twrap-chart"
334
- }, /*#__PURE__*/_react["default"].createElement("div", {
335
- className: "twrap-chart-main"
336
- }, /*#__PURE__*/_react["default"].createElement("div", {
337
- className: "twrap-chart-main-title"
338
- }, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
339
- src: require('../../imgs/ljsy_cp_fish.png')
340
- }), "\u5B9E\u6536\u6B21\u6570/\u5E94\u6536\u6B21\u6570"), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
341
- src: require('../../imgs/ljsy_cp_fish.png')
342
- }), "\u4ECA\u65E5\u6700\u65B0\u6536\u96C6\u65F6\u95F4"), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
343
- src: require('../../imgs/ljsy_cp_fish.png')
344
- }), "\u6876\u6570/\u91CD\u91CF")), /*#__PURE__*/_react["default"].createElement("div", {
345
- className: "twrap-chart-main-left",
346
- onClick: function onClick() {
347
- if (pagination.current * 10 > recordLjsyRes.total) {
348
- pageChange(pagination.current - 1);
349
- }
350
- }
351
- }), /*#__PURE__*/_react["default"].createElement("div", {
352
- className: "twrap-chart-main-line"
353
- }), /*#__PURE__*/_react["default"].createElement("div", {
354
- className: "twrap-chart-main-line_active",
355
- style: {
356
- width: "calc(".concat(ysWidth || 0, "% + 8px)")
357
- }
358
- }), /*#__PURE__*/_react["default"].createElement("div", {
359
- className: "twrap-chart-main-right",
360
- onClick: function onClick() {
361
- if (pagination.current * 10 < recordLjsyRes.total) {
362
- pageChange(pagination.current + 1);
363
- }
364
- }
365
- }), (_f = [].concat(_toConsumableArray(dataSource), [endPoint])) === null || _f === void 0 ? void 0 : _f.map(function (item, index) {
366
- var _classNames3;
367
- return /*#__PURE__*/_react["default"].createElement("div", {
368
- className: (0, _classnames["default"])('twrap-chart-main-item', _defineProperty({}, 'twrap-chart-main-item_end', index === dataSource.length)),
369
- key: item.id
370
- }, currIdx === index && /*#__PURE__*/_react["default"].createElement("div", {
371
- className: "twrap-chart-main-item-car2"
372
- }), /*#__PURE__*/_react["default"].createElement("div", {
373
- className: (0, _classnames["default"])('twrap-chart-main-item-diamond', _defineProperty({}, 'twrap-chart-main-item-diamond_active', idx === -1 || index < idx))
374
- }), /*#__PURE__*/_react["default"].createElement("div", {
375
- className: (0, _classnames["default"])('twrap-chart-main-item-name', (_classNames3 = {}, _defineProperty(_classNames3, 'twrap-chart-main-item-name_ys', item.collectStatus === 3), _defineProperty(_classNames3, 'twrap-chart-main-item-name_end', index === dataSource.length), _classNames3)),
376
- onClick: function onClick() {
377
- if (item.collectPointName === '武侯区城市资源处理中心') {
378
- onPosition && onPosition({
379
- id: item.collectPointId
380
- });
381
- }
382
- }
383
- }, item.collectPointName), index < dataSource.length ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
384
- className: "twrap-chart-main-item-sj"
385
- }, /*#__PURE__*/_react["default"].createElement("span", null, 1), "/1"), /*#__PURE__*/_react["default"].createElement("div", {
386
- className: "twrap-chart-main-item-time"
387
- }, (0, _moment["default"])(item.actualCollectTime).subtract(20, 'm').format('HH:mm:ss')), /*#__PURE__*/_react["default"].createElement("div", {
388
- className: "twrap-chart-main-item-time"
389
- }, item.bucketNum, "\u6876/", item.weight, "kg")) : /*#__PURE__*/_react["default"].createElement("div", {
390
- className: "twrap-chart-main-item-end"
391
- }));
392
- }))), tabKey === '2' && /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
393
- columns: columns
394
- }, tableProps))));
395
- }
396
- //# sourceMappingURL=WorkLjsy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WorkLjsy.js","names":["WorkLjsy","id","onPosition","_a","_b","_c","_d","_e","_f","useSettings","theme","getSrc","code","obj","ljsjdw","pjwcl","ljsjts","ljsjzl","ljsjdwBlue","pjwclBlue","ljsjtsBlue","ljsjzlBlue","ljsjdwLight","pjwclLight","ljsjtsLight","ljsjzlLight","useSetState","startDate","moment","startOf","format","endDate","pagination","current","pageSize","total","sort","tabKey","startDate2","endDate2","state","setState","paramConfigsList","BaseService","useConfig","WorkServicve","useWorkSummaryLjsy","summaryLjsy","useWorkAnaLjsy","avgCompletionRate","workAnaLjsyRes","names","values","handleDateChange","start","end","handleDateChange2","useRecordLjsy","recordLjsyRes","columns","title","dataIndex","key","width","ellipsis","render","text","sorter","value","concat","React","createElement","style","color","pageChange","page","Object","assign","handleTableChange","order","dataSource","rows","map","item","syFixedData","collectPointName","tableProps","defaultPageSize","onChange","height","endPoint","collectPointId","ysWidth","filter","ele","collectStatus","length","idx","findIndex","currIdx","className","SubTitle","VMRangePicker","dates","ImageText","src","name","unit","Wcl","SubTabs","activeKey","chartList","chart","tabList","list","SubTabPane","subKey","tab","require","onClick","index","classNames","Fragment","actualCollectTime","subtract","bucketNum","weight","VMTable"],"sources":["vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js"],"sourcesContent":["import React from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport classNames from 'classnames';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { VMRangePicker } from '../../../vm-filter';\nimport SubTabs, { SubTabPane } from '../../../vm-sub-tabs';\nimport VMTable from '../../../vm-table';\nimport ImageText from '../../../vm-image-text';\nimport SubTitle from '../../../vm-sub-title';\nimport Wcl from './Wcl';\nimport { chartList, tabList, chart, list } from '../../../vm-appraisal-info';\nimport { BaseService, WorkServicve, syFixedData } from '../../api';\nimport ljsjdw from '../../imgs/ljsjdw.png';\nimport pjwcl from '../../imgs/pjwcl.png';\nimport ljsjts from '../../imgs/ljsjts.png';\nimport ljsjzl from '../../imgs/ljsjzl.png';\nimport ljsjdwLight from '../../imgs/ljsjdw_light.png';\nimport pjwclLight from '../../imgs/pjwcl_light.png';\nimport ljsjtsLight from '../../imgs/ljsjts_light.png';\nimport ljsjzlLight from '../../imgs/ljsjzl_light.png';\nimport ljsjdwBlue from '../../imgs/ljsjdw_blue.png';\nimport pjwclBlue from '../../imgs/pjwcl_blue.png';\nimport ljsjtsBlue from '../../imgs/ljsjts_blue.png';\nimport ljsjzlBlue from '../../imgs/ljsjzl_blue.png';\nexport default function WorkLjsy({ id, onPosition, }) {\n var _a, _b, _c, _d, _e, _f;\n const { theme } = useSettings();\n const getSrc = (code) => {\n let obj = {};\n if (theme === 'dark') {\n obj = {\n ljsjdw: ljsjdw,\n pjwcl: pjwcl,\n ljsjts: ljsjts,\n ljsjzl: ljsjzl,\n };\n }\n else if (theme === 'blue') {\n obj = {\n ljsjdw: ljsjdwBlue,\n pjwcl: pjwclBlue,\n ljsjts: ljsjtsBlue,\n ljsjzl: ljsjzlBlue,\n };\n }\n else {\n obj = {\n ljsjdw: ljsjdwLight,\n pjwcl: pjwclLight,\n ljsjts: ljsjtsLight,\n ljsjzl: ljsjzlLight,\n };\n }\n return obj[code];\n };\n const [state, setState] = useSetState({\n startDate: moment()\n .startOf('M')\n .format('YYYY-MM-DD'),\n endDate: moment().format('YYYY-MM-DD'),\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n sort: 'actualCollectTime,ASC',\n tabKey: '1',\n startDate2: moment().format('YYYY-MM-DD'),\n endDate2: moment().format('YYYY-MM-DD'),\n });\n const { startDate, endDate, pagination, sort, tabKey, startDate2, endDate2 } = state;\n const paramConfigsList = BaseService.useConfig();\n const { summaryLjsy } = WorkServicve.useWorkSummaryLjsy(id, startDate, endDate);\n const { workAnaLjsyRes } = BaseService.useWorkAnaLjsy(id, startDate, endDate, (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) >= 0);\n const { names, values } = workAnaLjsyRes;\n const handleDateChange = (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n };\n const handleDateChange2 = (start, end) => {\n setState({\n startDate2: start,\n endDate2: end,\n });\n };\n const { recordLjsyRes } = WorkServicve.useRecordLjsy(id, `${startDate2} 00:00:00`, `${endDate2} 23:59:59`, pagination.current - 1, sort);\n let columns = [\n {\n title: '收集点名称',\n dataIndex: 'collectPointName',\n key: 'collectPointName',\n width: 160,\n ellipsis: true,\n render: (text) => {\n return text ? text : '-';\n },\n },\n {\n title: '收集时间',\n dataIndex: 'actualCollectTime',\n key: 'actualCollectTime',\n width: 140,\n sorter: true,\n render: (text) => {\n return text ? text : '-';\n },\n },\n ];\n if (((_a = paramConfigsList['SHOW_COLLECTING_BUCKETS']) === null || _a === void 0 ? void 0 : _a.value) === 'true') {\n columns = columns.concat([\n {\n title: '收集桶数',\n dataIndex: 'bucketNum',\n key: 'bucketNum',\n render: (text) => {\n return text ? text : 0;\n },\n },\n ]);\n }\n if (((_b = paramConfigsList['SHOW_WEIGHTING']) === null || _b === void 0 ? void 0 : _b.value) === 'true') {\n columns = columns.concat([\n {\n title: '收集重量(kg)',\n dataIndex: 'weight',\n key: 'weight',\n render: (text) => {\n return text ? text : 0;\n },\n },\n ]);\n }\n if (((_c = paramConfigsList['SHOW_QUALITY']) === null || _c === void 0 ? void 0 : _c.value) === 'true') {\n columns = columns.concat([\n {\n title: '分类质量',\n dataIndex: 'qualityEvaluateName',\n key: 'qualityEvaluateName',\n render: (text) => {\n return text ? text : '-';\n },\n },\n ]);\n }\n columns = columns.concat([\n {\n title: '是否超时',\n dataIndex: 'beenOverTime',\n key: 'beenOverTime',\n render: (text) => {\n return (React.createElement(\"span\", { style: { color: text ? '#FFEF41' : '#35EAFF' } }, text ? '是' : '否'));\n },\n },\n {\n title: '是否任务内',\n dataIndex: 'beenTask',\n key: 'beenTask',\n render: (text) => {\n return text ? '是' : '否';\n },\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: `actualCollectTime,${sorter.order === 'ascend' ? 'ASC' : 'DESC'}`,\n });\n };\n const dataSource = ((_d = recordLjsyRes === null || recordLjsyRes === void 0 ? void 0 : recordLjsyRes.rows) === null || _d === void 0 ? void 0 : _d.map((item) => (Object.assign(Object.assign({}, item), syFixedData[item.collectPointName])))) || [];\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: (recordLjsyRes === null || recordLjsyRes === void 0 ? void 0 : recordLjsyRes.total) || 0, defaultPageSize: 10, onChange: pageChange }),\n handleTableChange,\n height: (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) >= 0 ? 240 : 360,\n dataSource,\n };\n // 添加一个固定点-中转站\n const endPoint = {\n collectPointId: '1676165553928454146',\n collectPointName: '武侯区城市资源处理中心',\n // collectStatus: 3,\n };\n const ysWidth = ((((_e = dataSource === null || dataSource === void 0 ? void 0 : dataSource.filter((ele) => ele.collectStatus === 3)) === null || _e === void 0 ? void 0 : _e.length) + 1 || 0) /\n ((dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) + 1 || 10)) *\n 100;\n const idx = dataSource === null || dataSource === void 0 ? void 0 : dataSource.findIndex((ele) => ele.collectStatus !== 3);\n const currIdx = idx > -1 ? idx : dataSource === null || dataSource === void 0 ? void 0 : dataSource.length;\n return (React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"car-work-head\" },\n !(summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) && (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) !== 0 ? (React.createElement(SubTitle, { title: \"\\u6C47\\u603B\\u4FE1\\u606F\" })) : (React.createElement(\"div\", null)),\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(\"div\", { className: \"car-work-content\" }, (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) === 0 || (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.avgCompletionRate) > 0 ? (React.createElement(\"div\", { className: \"car-work-summary\" },\n React.createElement(\"div\", { className: \"car-work-summary-left\" },\n React.createElement(SubTitle, { title: \"\\u6C47\\u603B\\u4FE1\\u606F\" }),\n React.createElement(\"div\", { className: \"car-work-summary-relation-item\" },\n React.createElement(ImageText, { src: getSrc('ljsjdw'), name: \"\\u7D2F\\u8BA1\\u6536\\u96C6\\u6B21\\u6570\", value: 128, unit: \"\\u6B21\" }),\n React.createElement(ImageText, { src: getSrc('pjwcl'), name: \"\\u5E73\\u5747\\u5B8C\\u6210\\u7387\", value: 43.54, unit: \"%\" }),\n React.createElement(ImageText, { src: getSrc('ljsjts'), name: \"\\u7D2F\\u8BA1\\u6536\\u96C6\\u6876\\u6570\", value: 252, unit: \"\\u4E2A\" }),\n React.createElement(ImageText, { src: getSrc('ljsjzl'), name: \"\\u7D2F\\u8BA1\\u6536\\u96C6\\u91CD\\u91CF\", value: 9104.7, unit: \"kg\" }))),\n React.createElement(\"div\", { className: \"car-work-summary-relation-chart\" },\n React.createElement(SubTitle, { title: \"\\u5B8C\\u6210\\u7387\\u5206\\u6790\" }),\n React.createElement(Wcl, { names: names, values: (values === null || values === void 0 ? void 0 : values.length) > 2 ? values[2] : [] })))) : (React.createElement(\"div\", { className: \"car-work-summary-norelation\" },\n React.createElement(ImageText, { src: getSrc('ljsjdw'), name: \"\\u7D2F\\u8BA1\\u6536\\u96C6\\u6B21\\u6570\", value: 128, unit: \"\\u4E2A\" }),\n React.createElement(ImageText, { src: getSrc('ljsjts'), name: \"\\u7D2F\\u8BA1\\u6536\\u96C6\\u6876\\u6570\", value: 252, unit: \"\\u4E2A\" }),\n React.createElement(ImageText, { src: getSrc('ljsjzl'), name: \"\\u7D2F\\u8BA1\\u6536\\u96C6\\u91CD\\u91CF\", value: 9104.7, unit: \"kg\" })))),\n React.createElement(\"div\", { className: \"car-work-twrap\" },\n React.createElement(SubTabs, { onChange: (key) => {\n setState({\n tabKey: key,\n });\n if (key === '1') {\n setState({\n sort: `actualCollectTime,ASC`,\n });\n }\n }, activeKey: tabKey }, [\n {\n name: (React.createElement(\"div\", null,\n React.createElement(\"img\", { src: tabKey === '1' ? chartList[theme] : chart }),\n \"\\u56FE\\u8868\")),\n key: '1',\n },\n {\n name: (React.createElement(\"div\", null,\n React.createElement(\"img\", { src: tabKey === '2' ? tabList[theme] : list }),\n \"\\u5217\\u8868\")),\n key: '2',\n },\n ].map((ele) => (React.createElement(SubTabPane, { subKey: ele.key, key: ele.key, tab: ele.name })))),\n React.createElement(\"div\", { className: \"car-work-twrap-time\" },\n React.createElement(VMRangePicker, { value: [moment(startDate2), moment(endDate2)], onChange: (dates) => dates &&\n handleDateChange2(moment(dates[0]).format('YYYY-MM-DD'), moment(dates[1]).format('YYYY-MM-DD')) })),\n tabKey === '1' && (recordLjsyRes === null || recordLjsyRes === void 0 ? void 0 : recordLjsyRes.total) > 0 && (React.createElement(\"div\", { className: \"twrap-chart\" },\n React.createElement(\"div\", { className: \"twrap-chart-main\" },\n React.createElement(\"div\", { className: \"twrap-chart-main-title\" },\n React.createElement(\"div\", null,\n React.createElement(\"img\", { src: require('../../imgs/ljsy_cp_fish.png') }),\n \"\\u5B9E\\u6536\\u6B21\\u6570/\\u5E94\\u6536\\u6B21\\u6570\"),\n React.createElement(\"div\", null,\n React.createElement(\"img\", { src: require('../../imgs/ljsy_cp_fish.png') }),\n \"\\u4ECA\\u65E5\\u6700\\u65B0\\u6536\\u96C6\\u65F6\\u95F4\"),\n React.createElement(\"div\", null,\n React.createElement(\"img\", { src: require('../../imgs/ljsy_cp_fish.png') }),\n \"\\u6876\\u6570/\\u91CD\\u91CF\")),\n React.createElement(\"div\", { className: \"twrap-chart-main-left\", onClick: () => {\n if (pagination.current * 10 > recordLjsyRes.total) {\n pageChange(pagination.current - 1);\n }\n } }),\n React.createElement(\"div\", { className: \"twrap-chart-main-line\" }),\n React.createElement(\"div\", { className: \"twrap-chart-main-line_active\", style: { width: `calc(${ysWidth || 0}% + 8px)` } }),\n React.createElement(\"div\", { className: \"twrap-chart-main-right\", onClick: () => {\n if (pagination.current * 10 < recordLjsyRes.total) {\n pageChange(pagination.current + 1);\n }\n } }), (_f = [...dataSource, endPoint]) === null || _f === void 0 ? void 0 :\n _f.map((item, index) => (React.createElement(\"div\", { className: classNames('twrap-chart-main-item', {\n ['twrap-chart-main-item_end']: index === dataSource.length,\n }), key: item.id },\n currIdx === index && (React.createElement(\"div\", { className: \"twrap-chart-main-item-car2\" })),\n React.createElement(\"div\", { className: classNames('twrap-chart-main-item-diamond', {\n ['twrap-chart-main-item-diamond_active']: idx === -1 || index < idx,\n }) }),\n React.createElement(\"div\", { className: classNames('twrap-chart-main-item-name', {\n ['twrap-chart-main-item-name_ys']: item.collectStatus === 3,\n ['twrap-chart-main-item-name_end']: index === dataSource.length,\n // ['twrap-chart-main-item-name_active']: true,\n }), onClick: () => {\n if (item.collectPointName === '武侯区城市资源处理中心') {\n onPosition &&\n onPosition({\n id: item.collectPointId,\n });\n }\n } }, item.collectPointName),\n index < dataSource.length ? (React.createElement(React.Fragment, null,\n React.createElement(\"div\", { className: \"twrap-chart-main-item-sj\" },\n React.createElement(\"span\", null, 1),\n \"/1\"),\n React.createElement(\"div\", { className: \"twrap-chart-main-item-time\" }, moment(item.actualCollectTime)\n .subtract(20, 'm')\n .format('HH:mm:ss')),\n React.createElement(\"div\", { className: \"twrap-chart-main-item-time\" },\n item.bucketNum,\n \"\\u6876/\",\n item.weight,\n \"kg\"))) : (React.createElement(\"div\", { className: \"twrap-chart-main-item-end\" })))))))),\n tabKey === '2' && React.createElement(VMTable, Object.assign({ columns: columns }, tableProps)))));\n}\n"],"mappings":"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"}