@vtx/modals2 3.3.19 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/index.js +17 -24
- package/lib/index.js.map +1 -1
- package/lib/style/css.js +1 -3
- package/lib/style/css.js.map +1 -1
- package/lib/style/index.css +1 -49
- package/lib/style/index.js +1 -3
- package/lib/style/index.js.map +1 -1
- package/lib/style/themes/dark.css +1 -49
- package/lib/style/themes/dark.less +0 -45
- package/lib/style/themes/default.css +1 -5
- package/lib/style/themes/default.less +1 -5
- package/lib/style/themes/index.css +1 -49
- package/lib/typings.d.ts +1 -4
- package/lib/util/index.js.map +1 -1
- package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
- package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
- package/lib/vm-alarm-info/Components/index.css +39 -0
- package/lib/vm-alarm-info/Components/index.less +40 -0
- package/lib/vm-alarm-info/api.js +171 -0
- package/lib/vm-alarm-info/api.js.map +1 -0
- package/lib/vm-alarm-info/index.js +88 -0
- package/lib/vm-alarm-info/index.js.map +1 -0
- package/lib/vm-alarm-info/style/css.js.map +1 -0
- package/lib/vm-alarm-info/style/index.css +19 -0
- package/lib/vm-alarm-info/style/index.js.map +1 -0
- package/lib/vm-alarm-info/style/index.less +16 -0
- package/lib/vm-alarm-situation/api.js +86 -0
- package/lib/vm-alarm-situation/api.js.map +1 -0
- package/lib/vm-alarm-situation/index.js +212 -0
- package/lib/vm-alarm-situation/index.js.map +1 -0
- package/lib/vm-alarm-situation/style/css.js +4 -0
- package/lib/vm-alarm-situation/style/css.js.map +1 -0
- package/lib/vm-alarm-situation/style/index.css +78 -0
- package/lib/vm-alarm-situation/style/index.js +4 -0
- package/lib/vm-alarm-situation/style/index.js.map +1 -0
- package/lib/vm-alarm-situation/style/index.less +67 -0
- package/lib/vm-alarm-situation-pt/api.js +73 -0
- package/lib/vm-alarm-situation-pt/api.js.map +1 -0
- package/lib/vm-alarm-situation-pt/index.js +145 -0
- package/lib/vm-alarm-situation-pt/index.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/css.js +4 -0
- package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/index.css +79 -0
- package/lib/vm-alarm-situation-pt/style/index.js +4 -0
- package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/index.less +65 -0
- package/lib/vm-analysis-comparison/api.js +177 -0
- package/lib/vm-analysis-comparison/api.js.map +1 -0
- package/lib/vm-analysis-comparison/index.js +368 -0
- package/lib/vm-analysis-comparison/index.js.map +1 -0
- package/lib/vm-analysis-comparison/style/css.js +4 -0
- package/lib/vm-analysis-comparison/style/css.js.map +1 -0
- package/lib/vm-analysis-comparison/style/index.css +13 -0
- package/lib/vm-analysis-comparison/style/index.js +4 -0
- package/lib/vm-analysis-comparison/style/index.js.map +1 -0
- package/lib/vm-analysis-comparison/style/index.less +12 -0
- package/lib/vm-appraisal-info/AppraisalBase.js +5 -26
- package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -1
- package/lib/vm-appraisal-info/AppraisalTop5.js +4 -5
- package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -1
- package/lib/vm-appraisal-info/List.js +9 -8
- package/lib/vm-appraisal-info/List.js.map +1 -1
- package/lib/vm-appraisal-info/ListKh.js +13 -11
- package/lib/vm-appraisal-info/ListKh.js.map +1 -1
- package/lib/vm-appraisal-info/ListZg.js +13 -11
- package/lib/vm-appraisal-info/ListZg.js.map +1 -1
- package/lib/vm-appraisal-info/Wtlx.js +5 -6
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
- package/lib/vm-appraisal-info/Zgxxhz.js +4 -21
- package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -1
- package/lib/vm-appraisal-info/api.js +1 -2
- package/lib/vm-appraisal-info/api.js.map +1 -1
- package/lib/vm-appraisal-info/index.js +23 -49
- package/lib/vm-appraisal-info/index.js.map +1 -1
- package/lib/vm-appraisal-info/style/css.js.map +1 -1
- package/lib/vm-appraisal-info/style/index.js.map +1 -1
- package/lib/vm-base-list/OpenArrow.js +47 -0
- package/lib/vm-base-list/OpenArrow.js.map +1 -0
- package/lib/vm-base-list/index.js +85 -0
- package/lib/vm-base-list/index.js.map +1 -0
- package/lib/vm-base-list/style/css.js +4 -0
- package/lib/vm-base-list/style/css.js.map +1 -0
- package/lib/vm-base-list/style/index.css +41 -0
- package/lib/vm-base-list/style/index.js +4 -0
- package/lib/vm-base-list/style/index.js.map +1 -0
- package/lib/vm-base-list/style/index.less +39 -0
- package/lib/vm-button/index.js +2 -3
- package/lib/vm-button/index.js.map +1 -1
- package/lib/vm-button/style/css.js.map +1 -1
- package/lib/vm-button/style/index.js.map +1 -1
- package/lib/vm-charts/Distribute1.js +7 -8
- package/lib/vm-charts/Distribute1.js.map +1 -1
- package/lib/vm-charts/Gauge1.js +2 -3
- package/lib/vm-charts/Gauge1.js.map +1 -1
- package/lib/vm-charts/Line.js +213 -0
- package/lib/vm-charts/Line.js.map +1 -0
- package/lib/vm-charts/Line1.js +3 -4
- package/lib/vm-charts/Line1.js.map +1 -1
- package/lib/vm-charts/Pie.js +115 -0
- package/lib/vm-charts/Pie.js.map +1 -0
- package/lib/vm-charts/index.css +20 -0
- package/lib/vm-charts/index.js +15 -1
- package/lib/vm-charts/index.js.map +1 -1
- package/lib/vm-charts/index.less +30 -0
- package/lib/vm-checkbox/index.js +32 -0
- package/lib/vm-checkbox/index.js.map +1 -0
- package/lib/vm-checkbox/style/css.js +4 -0
- package/lib/vm-checkbox/style/css.js.map +1 -0
- package/lib/vm-checkbox/style/index.css +25 -0
- package/lib/vm-checkbox/style/index.js +4 -0
- package/lib/vm-checkbox/style/index.js.map +1 -0
- package/lib/vm-checkbox/style/index.less +25 -0
- package/lib/vm-container/index.js +33 -0
- package/lib/vm-container/index.js.map +1 -0
- package/lib/vm-container/style/css.js +4 -0
- package/lib/vm-container/style/css.js.map +1 -0
- package/lib/vm-container/style/index.css +30 -0
- package/lib/vm-container/style/index.js +4 -0
- package/lib/vm-container/style/index.js.map +1 -0
- package/lib/vm-container/style/index.less +28 -0
- package/lib/vm-correlation-comparison/api.js +236 -0
- package/lib/vm-correlation-comparison/api.js.map +1 -0
- package/lib/vm-correlation-comparison/index.js +308 -0
- package/lib/vm-correlation-comparison/index.js.map +1 -0
- package/lib/vm-correlation-comparison/style/css.js +4 -0
- package/lib/vm-correlation-comparison/style/css.js.map +1 -0
- package/lib/vm-correlation-comparison/style/index.css +19 -0
- package/lib/vm-correlation-comparison/style/index.js +4 -0
- package/lib/vm-correlation-comparison/style/index.js.map +1 -0
- package/lib/vm-correlation-comparison/style/index.less +13 -0
- package/lib/vm-empty/index.js +44 -0
- package/lib/vm-empty/index.js.map +1 -0
- package/lib/vm-empty/style/css.js +4 -0
- package/lib/vm-empty/style/css.js.map +1 -0
- package/lib/vm-empty/style/index.css +30 -0
- package/lib/vm-empty/style/index.js +4 -0
- package/lib/vm-empty/style/index.js.map +1 -0
- package/lib/vm-empty/style/index.less +23 -0
- package/lib/vm-filter/index.js +110 -121
- package/lib/vm-filter/index.js.map +1 -1
- package/lib/vm-filter/style/css.js.map +1 -1
- package/lib/vm-filter/style/index.css +32 -22
- package/lib/vm-filter/style/index.js.map +1 -1
- package/lib/vm-filter/style/index.less +24 -29
- package/lib/vm-hooks/useSettings.js +5 -4
- package/lib/vm-hooks/useSettings.js.map +1 -1
- package/lib/vm-iframe-modal/index.js +40 -0
- package/lib/vm-iframe-modal/index.js.map +1 -0
- package/lib/vm-iframe-modal/style/css.js +4 -0
- package/lib/vm-iframe-modal/style/css.js.map +1 -0
- package/lib/vm-iframe-modal/style/index.css +10 -0
- package/lib/vm-iframe-modal/style/index.js +4 -0
- package/lib/vm-iframe-modal/style/index.js.map +1 -0
- package/lib/vm-iframe-modal/style/index.less +8 -0
- package/lib/vm-image-text/index.js +10 -5
- package/lib/vm-image-text/index.js.map +1 -1
- package/lib/vm-image-text/style/css.js.map +1 -1
- package/lib/vm-image-text/style/index.css +2 -5
- package/lib/vm-image-text/style/index.js.map +1 -1
- package/lib/vm-image-text/style/index.less +2 -5
- package/lib/vm-info-collection/index.js +9 -21
- package/lib/vm-info-collection/index.js.map +1 -1
- package/lib/vm-info-collection/style/css.js.map +1 -1
- package/lib/vm-info-collection/style/index.css +21 -0
- package/lib/vm-info-collection/style/index.js.map +1 -1
- package/lib/vm-info-collection/style/index.less +19 -0
- package/lib/vm-map/index.js +125 -166
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vm-map/mapStyle.js +7 -14
- package/lib/vm-map/mapStyle.js.map +1 -1
- package/lib/vm-modal-table/index.js +34 -0
- package/lib/vm-modal-table/index.js.map +1 -0
- package/lib/vm-modal-table/style/css.js +4 -0
- package/lib/vm-modal-table/style/css.js.map +1 -0
- package/lib/vm-modal-table/style/index.css +20 -0
- package/lib/vm-modal-table/style/index.js +4 -0
- package/lib/vm-modal-table/style/index.js.map +1 -0
- package/lib/vm-modal-table/style/index.less +23 -0
- package/lib/vm-nodata/imgs/chart.png +0 -0
- package/lib/vm-nodata/index.js +7 -3
- package/lib/vm-nodata/index.js.map +1 -1
- package/lib/vm-radio/index.js +27 -0
- package/lib/vm-radio/index.js.map +1 -0
- package/lib/vm-radio/style/css.js +4 -0
- package/lib/vm-radio/style/css.js.map +1 -0
- package/lib/vm-radio/style/index.css +21 -0
- package/lib/vm-radio/style/index.js +4 -0
- package/lib/vm-radio/style/index.js.map +1 -0
- package/lib/vm-radio/style/index.less +26 -0
- package/lib/vm-real-time-monitor/api.js +193 -0
- package/lib/vm-real-time-monitor/api.js.map +1 -0
- package/lib/vm-real-time-monitor/index.js +367 -0
- package/lib/vm-real-time-monitor/index.js.map +1 -0
- package/lib/vm-real-time-monitor/style/css.js +4 -0
- package/lib/vm-real-time-monitor/style/css.js.map +1 -0
- package/lib/vm-real-time-monitor/style/index.css +12 -0
- package/lib/vm-real-time-monitor/style/index.js +4 -0
- package/lib/vm-real-time-monitor/style/index.js.map +1 -0
- package/lib/vm-real-time-monitor/style/index.less +12 -0
- package/lib/vm-repair-maintain/RmInfoSummary.js +6 -7
- package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -1
- package/lib/vm-repair-maintain/RmMonthTrend.js +2 -3
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
- package/lib/vm-repair-maintain/RmRecord.js +12 -7
- package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
- package/lib/vm-repair-maintain/RmType.js +5 -6
- package/lib/vm-repair-maintain/RmType.js.map +1 -1
- package/lib/vm-repair-maintain/api.js +1 -2
- package/lib/vm-repair-maintain/api.js.map +1 -1
- package/lib/vm-repair-maintain/index.js +2 -3
- package/lib/vm-repair-maintain/index.js.map +1 -1
- package/lib/vm-repair-maintain/style/css.js.map +1 -1
- package/lib/vm-repair-maintain/style/index.js.map +1 -1
- package/lib/vm-round-content/index.js +68 -0
- package/lib/vm-round-content/index.js.map +1 -0
- package/lib/vm-round-content/style/css.js +4 -0
- package/lib/vm-round-content/style/css.js.map +1 -0
- package/lib/vm-round-content/style/index.css +38 -0
- package/lib/vm-round-content/style/index.js +4 -0
- package/lib/vm-round-content/style/index.js.map +1 -0
- package/lib/vm-round-content/style/index.less +33 -0
- package/lib/vm-row-col/index.js +26 -0
- package/lib/vm-row-col/index.js.map +1 -0
- package/lib/vm-row-col/style/css.js +4 -0
- package/lib/vm-row-col/style/css.js.map +1 -0
- package/lib/vm-row-col/style/index.css +0 -0
- package/lib/vm-row-col/style/index.js +4 -0
- package/lib/vm-row-col/style/index.js.map +1 -0
- package/lib/vm-row-col/style/index.less +0 -0
- package/lib/vm-select-device/index.js +90 -0
- package/lib/vm-select-device/index.js.map +1 -0
- package/lib/vm-select-device/style/css.js +4 -0
- package/lib/vm-select-device/style/css.js.map +1 -0
- package/lib/vm-select-device/style/index.css +16 -0
- package/lib/vm-select-device/style/index.js +4 -0
- package/lib/vm-select-device/style/index.js.map +1 -0
- package/lib/vm-select-device/style/index.less +16 -0
- package/lib/vm-sub-tabs/index.js +4 -7
- package/lib/vm-sub-tabs/index.js.map +1 -1
- package/lib/vm-sub-tabs/style/css.js.map +1 -1
- package/lib/vm-sub-tabs/style/index.css +8 -31
- package/lib/vm-sub-tabs/style/index.js.map +1 -1
- package/lib/vm-sub-tabs/style/index.less +26 -48
- package/lib/vm-sub-title/index.js +4 -5
- package/lib/vm-sub-title/index.js.map +1 -1
- package/lib/vm-sub-title/style/css.js.map +1 -1
- package/lib/vm-sub-title/style/index.css +3 -10
- package/lib/vm-sub-title/style/index.js.map +1 -1
- package/lib/vm-sub-title/style/index.less +3 -10
- package/lib/vm-table/index.js +25 -25
- package/lib/vm-table/index.js.map +1 -1
- package/lib/vm-table/style/css.js.map +1 -1
- package/lib/vm-table/style/index.css +31 -56
- package/lib/vm-table/style/index.js.map +1 -1
- package/lib/vm-table/style/index.less +54 -80
- package/lib/vm-time-line/index.js +25 -0
- package/lib/vm-time-line/index.js.map +1 -0
- package/lib/vm-time-line/style/css.js +4 -0
- package/lib/vm-time-line/style/css.js.map +1 -0
- package/lib/vm-time-line/style/index.css +0 -0
- package/lib/vm-time-line/style/index.js +4 -0
- package/lib/vm-time-line/style/index.js.map +1 -0
- package/lib/vm-time-line/style/index.less +0 -0
- package/lib/vm-video/api.js +1 -2
- package/lib/vm-video/api.js.map +1 -1
- package/lib/vm-video/index.css +1 -49
- package/lib/vm-video/index.js +7 -25
- package/lib/vm-video/index.js.map +1 -1
- package/lib/vtx-base-info/index.js +53 -0
- package/lib/vtx-base-info/index.js.map +1 -0
- package/lib/vtx-base-info/style/css.js +4 -0
- package/lib/vtx-base-info/style/css.js.map +1 -0
- package/lib/vtx-base-info/style/index.css +69 -0
- package/lib/vtx-base-info/style/index.js +4 -0
- package/lib/vtx-base-info/style/index.js.map +1 -0
- package/lib/vtx-base-info/style/index.less +62 -0
- package/lib/vtx-base-modal/api.js +13 -7
- package/lib/vtx-base-modal/api.js.map +1 -1
- package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
- package/lib/vtx-base-modal/index.js +128 -47
- package/lib/vtx-base-modal/index.js.map +1 -1
- package/lib/vtx-base-modal/style/css.js.map +1 -1
- package/lib/vtx-base-modal/style/index.css +32 -38
- package/lib/vtx-base-modal/style/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.less +38 -38
- package/lib/vtx-car-modal/api.js +106 -132
- package/lib/vtx-car-modal/api.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +6 -7
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +18 -17
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +41 -27
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +9 -21
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +4 -6
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +5 -4
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +7 -18
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +4 -5
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +3 -18
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +137 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +14 -12
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +11 -10
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +6 -4
- package/lib/vtx-car-modal/components/BaseInfo/index.js +42 -36
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +4 -4
- package/lib/vtx-car-modal/components/Maintenance/index.js +6 -7
- package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/List.js +9 -8
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +4 -4
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.js +14 -11
- package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +5 -6
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +2 -3
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +3 -7
- package/lib/vtx-car-modal/components/StaticInfo/index.js +26 -19
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +3 -6
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -11
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +8 -9
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -33
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +30 -262
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +2 -166
- package/lib/vtx-car-modal/components/WorkInfo/index.js +6 -13
- package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.less +2 -160
- package/lib/vtx-car-modal/components/index.js +1 -15
- package/lib/vtx-car-modal/components/index.js.map +1 -1
- package/lib/vtx-car-modal/index.js +58 -88
- package/lib/vtx-car-modal/index.js.map +1 -1
- package/lib/vtx-car-modal/style/css.js +1 -0
- package/lib/vtx-car-modal/style/css.js.map +1 -1
- package/lib/vtx-car-modal/style/index.css +1 -49
- package/lib/vtx-car-modal/style/index.js +1 -0
- package/lib/vtx-car-modal/style/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/api.js +303 -0
- package/lib/vtx-cc-cp-modal/api.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +152 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +103 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +134 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +116 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +104 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +76 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +44 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +48 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +102 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +66 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +89 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +130 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +103 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +134 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +116 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +104 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +7 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +124 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +7 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +110 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +46 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +83 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +40 -0
- package/lib/vtx-cc-cp-modal/components/index.js +42 -0
- package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/index.js +64 -0
- package/lib/vtx-cc-cp-modal/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/style/css.js +5 -0
- package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
- package/lib/vtx-cc-cp-modal/style/index.css +84 -0
- package/lib/vtx-cc-cp-modal/style/index.js +5 -0
- package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/type.js +6 -0
- package/lib/vtx-cc-cp-modal/type.js.map +1 -0
- package/lib/vtx-cp-modal/api.js +36 -28
- package/lib/vtx-cp-modal/api.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +12 -14
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +2 -3
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +20 -21
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +2 -3
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +52 -42
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +180 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +1 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +161 -39
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +34 -42
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +178 -10
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +53 -15
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +95 -8
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +11 -9
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +2 -3
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +18 -17
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +2 -3
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +8 -9
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.js +56 -80
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/index.js +1 -1
- package/lib/vtx-cp-modal/components/index.js.map +1 -1
- package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
- package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-cp-modal/index.js +26 -36
- package/lib/vtx-cp-modal/index.js.map +1 -1
- package/lib/vtx-cp-modal/style/css.js.map +1 -1
- package/lib/vtx-cp-modal/style/index.css +1 -49
- package/lib/vtx-cp-modal/style/index.js.map +1 -1
- package/lib/vtx-default-modal/api.js +8 -43
- package/lib/vtx-default-modal/api.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +1 -3
- package/lib/vtx-default-modal/components/BaseInfo/index.js +22 -21
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +1 -3
- package/lib/vtx-default-modal/components/index.js +1 -1
- package/lib/vtx-default-modal/components/index.js.map +1 -1
- package/lib/vtx-default-modal/index.js +49 -35
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/css.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +1 -49
- package/lib/vtx-default-modal/style/index.js.map +1 -1
- package/lib/vtx-device-modal/api.js +211 -0
- package/lib/vtx-device-modal/api.js.map +1 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js +50 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +84 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js +47 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js +31 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +26 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js +102 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js +35 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/config.js +52 -0
- package/lib/vtx-device-modal/config.js.map +1 -0
- package/lib/vtx-device-modal/imgs/car.png +0 -0
- package/lib/vtx-device-modal/imgs/user.png +0 -0
- package/lib/vtx-device-modal/index.js +73 -0
- package/lib/vtx-device-modal/index.js.map +1 -0
- package/lib/vtx-device-modal/style/css.js +4 -0
- package/lib/vtx-device-modal/style/css.js.map +1 -0
- package/lib/vtx-device-modal/style/index.css +11 -0
- package/lib/vtx-device-modal/style/index.js +4 -0
- package/lib/vtx-device-modal/style/index.js.map +1 -0
- package/lib/vtx-device-modal/style/index.less +7 -0
- package/lib/vtx-device-modal/types.js.map +1 -0
- package/lib/vtx-df-modal/api.js +9 -67
- package/lib/vtx-df-modal/api.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +5 -6
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +10 -10
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +15 -14
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +3 -3
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +4 -63
- package/lib/vtx-df-modal/components/BaseInfo/index.js +21 -19
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +3 -58
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +11 -16
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +18 -20
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/List.js +10 -14
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.css +4 -7
- package/lib/vtx-df-modal/components/Metering/index.js +32 -32
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.less +4 -7
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +16 -15
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js +16 -24
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +10 -45
- package/lib/vtx-df-modal/components/WorkCondition/index.js +18 -26
- package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.less +7 -48
- package/lib/vtx-df-modal/components/index.js +1 -8
- package/lib/vtx-df-modal/components/index.js.map +1 -1
- package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-df-modal/index.js +25 -43
- package/lib/vtx-df-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/style/css.js.map +1 -1
- package/lib/vtx-df-modal/style/index.css +1 -49
- package/lib/vtx-df-modal/style/index.js.map +1 -1
- package/lib/vtx-facility-modal/api.js +31 -37
- package/lib/vtx-facility-modal/api.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/Left.js +2 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.js +18 -19
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-facility-modal/components/index.js +1 -1
- package/lib/vtx-facility-modal/components/index.js.map +1 -1
- package/lib/vtx-facility-modal/config.js +13 -13
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/index.js +2 -3
- package/lib/vtx-facility-modal/index.js.map +1 -1
- package/lib/vtx-facility-modal/style/css.js.map +1 -1
- package/lib/vtx-facility-modal/style/index.js.map +1 -1
- package/lib/vtx-facility-modal/types.js.map +1 -1
- package/lib/vtx-housing-estate-modal/api.js +153 -240
- package/lib/vtx-housing-estate-modal/api.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +13 -15
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +14 -15
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +17 -18
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +2 -3
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +15 -17
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +235 -127
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +55 -28
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +11 -13
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +11 -13
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +12 -157
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +3 -13
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +11 -28
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +3 -7
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +11 -12
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -9
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js +79 -242
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -7
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +5 -6
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js +10 -11
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +5 -6
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +13 -14
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/index.js +1 -1
- package/lib/vtx-housing-estate-modal/components/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/config.js +27 -21
- package/lib/vtx-housing-estate-modal/config.js.map +1 -1
- package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-housing-estate-modal/index.js +36 -26
- package/lib/vtx-housing-estate-modal/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/style/css.js.map +1 -1
- package/lib/vtx-housing-estate-modal/style/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/types.js.map +1 -1
- package/lib/vtx-kh-modal/api.js +1 -2
- package/lib/vtx-kh-modal/api.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +5 -5
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/index.js +1 -1
- package/lib/vtx-kh-modal/components/index.js.map +1 -1
- package/lib/vtx-kh-modal/index.js +10 -9
- package/lib/vtx-kh-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/css.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +1 -49
- package/lib/vtx-kh-modal/style/index.js.map +1 -1
- package/lib/vtx-pump-modal/api.js +298 -0
- package/lib/vtx-pump-modal/api.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +143 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +223 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +97 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +152 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +91 -0
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +249 -0
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/index.css +86 -0
- package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
- package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/index.less +69 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +185 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +187 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.css +87 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.less +91 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.css +61 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.js +698 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.less +58 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.css +167 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.js +282 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.less +156 -0
- package/lib/vtx-pump-modal/components/index.js +42 -0
- package/lib/vtx-pump-modal/components/index.js.map +1 -0
- package/lib/vtx-pump-modal/config.js +103 -0
- package/lib/vtx-pump-modal/config.js.map +1 -0
- package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
- package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
- package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
- package/lib/vtx-pump-modal/index.js +82 -0
- package/lib/vtx-pump-modal/index.js.map +1 -0
- package/lib/vtx-pump-modal/style/css.js +5 -0
- package/lib/vtx-pump-modal/style/css.js.map +1 -0
- package/lib/vtx-pump-modal/style/index.css +0 -0
- package/lib/vtx-pump-modal/style/index.js +5 -0
- package/lib/vtx-pump-modal/style/index.js.map +1 -0
- package/lib/vtx-pump-modal/style/index.less +1 -0
- package/lib/vtx-pump-modal/type.js +6 -0
- package/lib/vtx-pump-modal/type.js.map +1 -0
- package/lib/vtx-restaurant-modal/api.js +60 -61
- package/lib/vtx-restaurant-modal/api.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +9 -10
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +26 -9
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +22 -15
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +10 -11
- package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +31 -20
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +19 -14
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +13 -12
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +2 -4
- package/lib/vtx-restaurant-modal/components/Basic/index.js +7 -8
- package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.less +2 -4
- package/lib/vtx-restaurant-modal/components/Collection/index.js +12 -13
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/index.js +1 -1
- package/lib/vtx-restaurant-modal/components/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/config.js +10 -9
- package/lib/vtx-restaurant-modal/config.js.map +1 -1
- package/lib/vtx-restaurant-modal/index.js +18 -17
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/style/css.js.map +1 -1
- package/lib/vtx-restaurant-modal/style/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/type.js.map +1 -1
- package/lib/vtx-road-modal/api.js +18 -18
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +2 -2
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +5 -15
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +8 -14
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +7 -4
- package/lib/vtx-road-modal/components/BaseInfo/index.js +12 -12
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +7 -4
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +7 -8
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +7 -8
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +3 -4
- package/lib/vtx-road-modal/components/Statistical/index.js +21 -19
- package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.less +3 -4
- package/lib/vtx-road-modal/components/index.js +1 -1
- package/lib/vtx-road-modal/components/index.js.map +1 -1
- package/lib/vtx-road-modal/index.js +30 -41
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/css.js.map +1 -1
- package/lib/vtx-road-modal/style/index.css +1 -49
- package/lib/vtx-road-modal/style/index.js.map +1 -1
- package/lib/vtx-staff-modal/api.js +11 -13
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +6 -7
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +11 -10
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +18 -17
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +3 -3
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +12 -8
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +3 -3
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.js +2 -3
- package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +8 -9
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +3 -3
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +3 -3
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +16 -40
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +1 -1
- package/lib/vtx-staff-modal/components/Equipment/index.js +2 -3
- package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/index.js +1 -1
- package/lib/vtx-staff-modal/components/index.js.map +1 -1
- package/lib/vtx-staff-modal/index.js +20 -20
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/css.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +1 -49
- package/lib/vtx-staff-modal/style/index.js.map +1 -1
- package/lib/vtx-theme-provider/index.js +7 -6
- package/lib/vtx-theme-provider/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/api.js +39 -53
- package/lib/vtx-throw-point-modal/api.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +13 -15
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +14 -15
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js +17 -18
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +2 -3
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.js +15 -17
- package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +12 -13
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +7 -7
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js +11 -13
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +11 -13
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js +2 -3
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.js +4 -5
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +2 -3
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +14 -15
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/TFRD/index.js +13 -14
- package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +5 -6
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/index.js +12 -13
- package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +5 -6
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +15 -16
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/index.js +1 -1
- package/lib/vtx-throw-point-modal/components/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/config.js +8 -11
- package/lib/vtx-throw-point-modal/config.js.map +1 -1
- package/lib/vtx-throw-point-modal/index.js +15 -19
- package/lib/vtx-throw-point-modal/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/style/css.js.map +1 -1
- package/lib/vtx-throw-point-modal/style/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/types.js.map +1 -1
- package/lib/vtx-wr-modal/api.js +4 -8
- package/lib/vtx-wr-modal/api.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +11 -9
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +5 -6
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +20 -21
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js +2 -3
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +2 -3
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +10 -5
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +2 -11
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +15 -15
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +84 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +152 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +118 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +111 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +8 -6
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js +11 -9
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/index.js +9 -8
- package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +12 -11
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +6 -17
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/index.js +2 -3
- package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.css +122 -0
- package/lib/vtx-wr-modal/components/Score/index.js +249 -0
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/Score/index.less +117 -0
- package/lib/vtx-wr-modal/components/index.js +15 -1
- package/lib/vtx-wr-modal/components/index.js.map +1 -1
- package/lib/vtx-wr-modal/imgs/address.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dww.png +0 -0
- package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
- package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/man.png +0 -0
- package/lib/vtx-wr-modal/imgs/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
- package/lib/vtx-wr-modal/imgs/point.png +0 -0
- package/lib/vtx-wr-modal/imgs/qf.png +0 -0
- package/lib/vtx-wr-modal/imgs/qm.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/time.png +0 -0
- package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/woman.png +0 -0
- package/lib/vtx-wr-modal/imgs/women.png +0 -0
- package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zww.png +0 -0
- package/lib/vtx-wr-modal/index.js +75 -49
- package/lib/vtx-wr-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/style/css.js +1 -0
- package/lib/vtx-wr-modal/style/css.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.css +1 -49
- package/lib/vtx-wr-modal/style/index.js +1 -0
- package/lib/vtx-wr-modal/style/index.js.map +1 -1
- package/lib/vtx-zg-modal/api.js +1 -2
- package/lib/vtx-zg-modal/api.js.map +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +18 -18
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-zg-modal/components/index.js +1 -1
- package/lib/vtx-zg-modal/components/index.js.map +1 -1
- package/lib/vtx-zg-modal/index.js +10 -9
- package/lib/vtx-zg-modal/index.js.map +1 -1
- package/lib/vtx-zg-modal/style/css.js.map +1 -1
- package/lib/vtx-zg-modal/style/index.css +1 -49
- package/lib/vtx-zg-modal/style/index.js.map +1 -1
- package/package.json +3 -5
- package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
- package/lib/vm-case-modal/api.js +0 -43
- package/lib/vm-case-modal/api.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/fields.js +0 -83
- package/lib/vm-case-modal/components/BaseInfo/fields.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/index.css +0 -185
- package/lib/vm-case-modal/components/BaseInfo/index.js +0 -139
- package/lib/vm-case-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/index.less +0 -137
- package/lib/vm-case-modal/components/Picture/index.css +0 -111
- package/lib/vm-case-modal/components/Picture/index.js +0 -423
- package/lib/vm-case-modal/components/Picture/index.js.map +0 -1
- package/lib/vm-case-modal/components/Picture/index.less +0 -106
- package/lib/vm-case-modal/components/index.js +0 -21
- package/lib/vm-case-modal/components/index.js.map +0 -1
- package/lib/vm-case-modal/imgs/bg.png +0 -0
- package/lib/vm-case-modal/imgs/close-blue.png +0 -0
- package/lib/vm-case-modal/imgs/close-dark.png +0 -0
- package/lib/vm-case-modal/imgs/close.png +0 -0
- package/lib/vm-case-modal/imgs/collect.png +0 -0
- package/lib/vm-case-modal/imgs/collect_light.png +0 -0
- package/lib/vm-case-modal/imgs/dot.png +0 -0
- package/lib/vm-case-modal/imgs/point.png +0 -0
- package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
- package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
- package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
- package/lib/vm-case-modal/imgs/title_bg.png +0 -0
- package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vm-case-modal/imgs/track.png +0 -0
- package/lib/vm-case-modal/imgs/track_light.png +0 -0
- package/lib/vm-case-modal/index.js +0 -102
- package/lib/vm-case-modal/index.js.map +0 -1
- package/lib/vm-case-modal/style/css.js.map +0 -1
- package/lib/vm-case-modal/style/index.css +0 -557
- package/lib/vm-case-modal/style/index.js.map +0 -1
- package/lib/vm-case-modal/style/index.less +0 -589
- package/lib/vm-map/imgs/close.png +0 -0
- package/lib/vm-map/imgs/close_active.png +0 -0
- package/lib/vm-map/imgs/cpTitle.png +0 -0
- package/lib/vm-map/imgs/detail.png +0 -0
- package/lib/vm-map/imgs/detail_active.png +0 -0
- package/lib/vm-map/imgs/track.png +0 -0
- package/lib/vm-map/imgs/track_active.png +0 -0
- package/lib/vm-map/index.css +0 -234
- package/lib/vm-map/index.less +0 -178
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/api.js +0 -627
- package/lib/vtx-car-adm251-modal/api.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +0 -198
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +0 -186
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +0 -45
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +0 -126
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +0 -37
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +0 -78
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +0 -67
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +0 -126
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +0 -116
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +0 -123
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +0 -135
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +0 -277
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +0 -231
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +0 -239
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +0 -39
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +0 -134
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +0 -34
- package/lib/vtx-car-adm251-modal/components/Mix/index.css +0 -48
- package/lib/vtx-car-adm251-modal/components/Mix/index.js +0 -280
- package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/Mix/index.less +0 -49
- package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +0 -88
- package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +0 -100
- package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +0 -33
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +0 -138
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +0 -36
- package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +0 -70
- package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +0 -92
- package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +0 -97
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +0 -93
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +0 -75
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +0 -29
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +0 -116
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +0 -22
- package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +0 -122
- package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +0 -313
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +0 -396
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +0 -263
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +0 -35
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +0 -221
- package/lib/vtx-car-adm251-modal/components/index.js +0 -63
- package/lib/vtx-car-adm251-modal/components/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/index.js +0 -129
- package/lib/vtx-car-adm251-modal/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/css.js +0 -11
- package/lib/vtx-car-adm251-modal/style/css.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/index.css +0 -136
- package/lib/vtx-car-adm251-modal/style/index.js +0 -11
- package/lib/vtx-car-adm251-modal/style/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/index.less +0 -6
- package/lib/vtx-car-modal/components/Mixsy/index.css +0 -48
- package/lib/vtx-car-modal/components/Mixsy/index.js +0 -277
- package/lib/vtx-car-modal/components/Mixsy/index.js.map +0 -1
- package/lib/vtx-car-modal/components/Mixsy/index.less +0 -49
- package/lib/vtx-car-modal/components/RunAna/index.css +0 -6
- package/lib/vtx-car-modal/components/RunAna/index.js +0 -131
- package/lib/vtx-car-modal/components/RunAna/index.js.map +0 -1
- package/lib/vtx-car-modal/components/RunAna/index.less +0 -6
- package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/api.js +0 -633
- package/lib/vtx-car-modal-temp/api.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +0 -198
- package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +0 -186
- package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +0 -45
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +0 -126
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +0 -38
- package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +0 -81
- package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +0 -67
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +0 -126
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +0 -116
- package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +0 -123
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +0 -147
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +0 -280
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +0 -252
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +0 -239
- package/lib/vtx-car-modal-temp/components/Maintenance/index.css +0 -39
- package/lib/vtx-car-modal-temp/components/Maintenance/index.js +0 -134
- package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/Maintenance/index.less +0 -34
- package/lib/vtx-car-modal-temp/components/Mixsy/index.css +0 -48
- package/lib/vtx-car-modal-temp/components/Mixsy/index.js +0 -277
- package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/Mixsy/index.less +0 -49
- package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +0 -88
- package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +0 -100
- package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +0 -33
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +0 -138
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +0 -36
- package/lib/vtx-car-modal-temp/components/RunAna/index.css +0 -6
- package/lib/vtx-car-modal-temp/components/RunAna/index.js +0 -130
- package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/RunAna/index.less +0 -6
- package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +0 -70
- package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +0 -92
- package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +0 -97
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +0 -93
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +0 -75
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +0 -29
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +0 -116
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +0 -22
- package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +0 -128
- package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +0 -309
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +0 -495
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +0 -263
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +0 -35
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +0 -220
- package/lib/vtx-car-modal-temp/components/index.js +0 -70
- package/lib/vtx-car-modal-temp/components/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-modal-temp/index.js +0 -156
- package/lib/vtx-car-modal-temp/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/css.js +0 -11
- package/lib/vtx-car-modal-temp/style/css.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/index.css +0 -136
- package/lib/vtx-car-modal-temp/style/index.js +0 -11
- package/lib/vtx-car-modal-temp/style/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/index.less +0 -6
- package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/List.js +0 -115
- package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +0 -1
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/index.css +0 -198
- package/lib/vtx-df-modal/components/OdorAlarm/index.js +0 -196
- package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +0 -1
- package/lib/vtx-df-modal/components/OdorAlarm/index.less +0 -179
- package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
- package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
- package/lib/vtx-df-modal/imgs/hb.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/run.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/api.js +0 -601
- package/lib/vtx-ljfl-tfd-modal/api.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +0 -55
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +0 -100
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +0 -49
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +0 -153
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +0 -238
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +0 -15
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +0 -162
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +0 -341
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +0 -22
- package/lib/vtx-ljfl-tfd-modal/components/index.js +0 -28
- package/lib/vtx-ljfl-tfd-modal/components/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/config.js +0 -73
- package/lib/vtx-ljfl-tfd-modal/config.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/index.js +0 -96
- package/lib/vtx-ljfl-tfd-modal/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/css.js +0 -5
- package/lib/vtx-ljfl-tfd-modal/style/css.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/index.css +0 -132
- package/lib/vtx-ljfl-tfd-modal/style/index.js +0 -5
- package/lib/vtx-ljfl-tfd-modal/style/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/index.less +0 -3
- package/lib/vtx-ljfl-tfd-modal/types.js +0 -6
- package/lib/vtx-ljfl-tfd-modal/types.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/api.js +0 -601
- package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +0 -55
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +0 -124
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +0 -49
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +0 -153
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +0 -238
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +0 -15
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +0 -162
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +0 -341
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +0 -22
- package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +0 -28
- package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +0 -140
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +0 -32
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +0 -10
- package/lib/vtx-ljfl-tfd-modal-temp/config.js +0 -80
- package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/index.js +0 -101
- package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +0 -5
- package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +0 -132
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +0 -5
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +0 -3
- package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +0 -1
- package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
- package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
- package/lib/vtx-zyz-modal/api.js +0 -323
- package/lib/vtx-zyz-modal/api.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +0 -83
- package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/index.css +0 -79
- package/lib/vtx-zyz-modal/components/BaseInfo/index.js +0 -166
- package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/index.less +0 -73
- package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +0 -126
- package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +0 -134
- package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/List.js +0 -115
- package/lib/vtx-zyz-modal/components/Metering/List.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/index.css +0 -101
- package/lib/vtx-zyz-modal/components/Metering/index.js +0 -182
- package/lib/vtx-zyz-modal/components/Metering/index.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/index.less +0 -84
- package/lib/vtx-zyz-modal/components/index.js +0 -21
- package/lib/vtx-zyz-modal/components/index.js.map +0 -1
- package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
- package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
- package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
- package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/run.png +0 -0
- package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
- package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
- package/lib/vtx-zyz-modal/index.js +0 -98
- package/lib/vtx-zyz-modal/index.js.map +0 -1
- package/lib/vtx-zyz-modal/style/css.js +0 -5
- package/lib/vtx-zyz-modal/style/css.js.map +0 -1
- package/lib/vtx-zyz-modal/style/index.css +0 -132
- package/lib/vtx-zyz-modal/style/index.js +0 -5
- package/lib/vtx-zyz-modal/style/index.js.map +0 -1
- /package/lib/{vm-case-modal → vm-alarm-info}/style/css.js +0 -0
- /package/lib/{vm-case-modal → vm-alarm-info}/style/index.js +0 -0
- /package/lib/{vm-case-modal → vtx-base-info}/imgs/tab_bg_light.png +0 -0
- /package/lib/{vtx-zyz-modal → vtx-cc-cp-modal}/style/index.less +0 -0
- /package/lib/{vtx-ljfl-tfd-modal-temp → vtx-device-modal}/types.js +0 -0
|
@@ -1,126 +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"] = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _ahooks = require("ahooks");
|
|
10
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
11
|
-
var _antd = require("antd");
|
|
12
|
-
var _vmFilter = require("../../../vm-filter");
|
|
13
|
-
var _vmSubTabs = _interopRequireWildcard(require("../../../vm-sub-tabs"));
|
|
14
|
-
var _Charts = _interopRequireDefault(require("./Charts"));
|
|
15
|
-
var _List = _interopRequireDefault(require("./List"));
|
|
16
|
-
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
17
|
-
var _api = require("../../api");
|
|
18
|
-
var _vmAppraisalInfo = require("../../../vm-appraisal-info");
|
|
19
|
-
require("./index.less");
|
|
20
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
22
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
24
|
-
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."); }
|
|
25
|
-
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); }
|
|
26
|
-
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; }
|
|
27
|
-
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; } }
|
|
28
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
29
|
-
var CarAlarmInfo = function CarAlarmInfo(props) {
|
|
30
|
-
var _a;
|
|
31
|
-
var id = props.id,
|
|
32
|
-
carCode = props.carCode;
|
|
33
|
-
var _useSettings = (0, _useSettings2["default"])(),
|
|
34
|
-
theme = _useSettings.theme,
|
|
35
|
-
sDate = _useSettings.startDate,
|
|
36
|
-
eDate = _useSettings.endDate;
|
|
37
|
-
var _useSetState = (0, _ahooks.useSetState)({
|
|
38
|
-
startDate: sDate ? sDate : (0, _moment["default"])().startOf('M').format('YYYY-MM-DD'),
|
|
39
|
-
endDate: eDate ? eDate : (0, _moment["default"])().format('YYYY-MM-DD'),
|
|
40
|
-
tabKey: '1',
|
|
41
|
-
value: 'WORK'
|
|
42
|
-
}),
|
|
43
|
-
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
44
|
-
state = _useSetState2[0],
|
|
45
|
-
setState = _useSetState2[1];
|
|
46
|
-
var startDate = state.startDate,
|
|
47
|
-
endDate = state.endDate,
|
|
48
|
-
tabKey = state.tabKey,
|
|
49
|
-
value = state.value;
|
|
50
|
-
var _BaseService$useToday = _api.BaseService.useTodayRun(id, startDate, endDate, value),
|
|
51
|
-
todayRunRes = _BaseService$useToday.todayRunRes;
|
|
52
|
-
var _AlarmService$useAlar = _api.AlarmService.useAlarmTodayRun(id, startDate, endDate, value),
|
|
53
|
-
pieData = _AlarmService$useAlar.pieData,
|
|
54
|
-
lineData = _AlarmService$useAlar.lineData;
|
|
55
|
-
var handleDateChange = function handleDateChange(start, end) {
|
|
56
|
-
setState({
|
|
57
|
-
startDate: start,
|
|
58
|
-
endDate: end
|
|
59
|
-
});
|
|
60
|
-
};
|
|
61
|
-
var handleChange = function handleChange(value) {
|
|
62
|
-
setState({
|
|
63
|
-
value: value
|
|
64
|
-
});
|
|
65
|
-
};
|
|
66
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
67
|
-
className: "car-alarm"
|
|
68
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
69
|
-
className: "car-main"
|
|
70
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
71
|
-
className: "car-head"
|
|
72
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmSubTabs["default"], {
|
|
73
|
-
onChange: function onChange(key) {
|
|
74
|
-
setState({
|
|
75
|
-
tabKey: key
|
|
76
|
-
});
|
|
77
|
-
},
|
|
78
|
-
activeKey: tabKey
|
|
79
|
-
}, [{
|
|
80
|
-
name: /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
81
|
-
src: tabKey === '1' ? _vmAppraisalInfo.chartList[theme] : _vmAppraisalInfo.chart
|
|
82
|
-
}), "\u56FE\u8868"),
|
|
83
|
-
key: '1'
|
|
84
|
-
}, {
|
|
85
|
-
name: /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
86
|
-
src: tabKey === '2' ? _vmAppraisalInfo.tabList[theme] : _vmAppraisalInfo.list
|
|
87
|
-
}), "\u5217\u8868"),
|
|
88
|
-
key: '2'
|
|
89
|
-
}].map(function (ele) {
|
|
90
|
-
return /*#__PURE__*/_react["default"].createElement(_vmSubTabs.SubTabPane, {
|
|
91
|
-
subKey: ele.key,
|
|
92
|
-
key: ele.key,
|
|
93
|
-
tab: ele.name
|
|
94
|
-
});
|
|
95
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
96
|
-
className: "car-head-filter"
|
|
97
|
-
}, theme !== 'blue' && /*#__PURE__*/_react["default"].createElement("div", {
|
|
98
|
-
className: "car-head-sel"
|
|
99
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
100
|
-
className: "car-head-label"
|
|
101
|
-
}, "\u62A5\u8B66\u6765\u6E90:"), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMSelect, {
|
|
102
|
-
value: value,
|
|
103
|
-
onChange: handleChange
|
|
104
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
|
|
105
|
-
key: 'WORK'
|
|
106
|
-
}, "\u4F5C\u4E1A\u62A5\u8B66"), /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
|
|
107
|
-
key: 'GPS'
|
|
108
|
-
}, "GPS\u62A5\u8B66"))), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
|
|
109
|
-
value: [(0, _moment["default"])(startDate), (0, _moment["default"])(endDate)],
|
|
110
|
-
onChange: function onChange(dates) {
|
|
111
|
-
return dates && handleDateChange((0, _moment["default"])(dates[0]).format('YYYY-MM-DD'), (0, _moment["default"])(dates[1]).format('YYYY-MM-DD'));
|
|
112
|
-
}
|
|
113
|
-
}))), tabKey === '1' && /*#__PURE__*/_react["default"].createElement(_Charts["default"], {
|
|
114
|
-
pieData: (value === 'GPS' ? (_a = todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.alarmGroupByType) === null || _a === void 0 ? void 0 : _a.items : pieData) || [],
|
|
115
|
-
lineData: (value === 'GPS' ? todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.alarmGroupByDayChart : lineData) || {}
|
|
116
|
-
}), tabKey === '2' && /*#__PURE__*/_react["default"].createElement(_List["default"], {
|
|
117
|
-
id: id,
|
|
118
|
-
carCode: carCode,
|
|
119
|
-
startDate: startDate,
|
|
120
|
-
endDate: endDate,
|
|
121
|
-
source: value
|
|
122
|
-
})));
|
|
123
|
-
};
|
|
124
|
-
var _default = CarAlarmInfo;
|
|
125
|
-
exports["default"] = _default;
|
|
126
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["CarAlarmInfo","props","_a","id","carCode","useSettings","theme","sDate","startDate","eDate","endDate","useSetState","moment","startOf","format","tabKey","value","state","setState","BaseService","useTodayRun","todayRunRes","AlarmService","useAlarmTodayRun","pieData","lineData","handleDateChange","start","end","handleChange","React","createElement","className","SubTabs","onChange","key","activeKey","name","src","chartList","chart","tabList","list","map","ele","SubTabPane","subKey","tab","VMSelect","Select","Option","VMRangePicker","dates","Charts","alarmGroupByType","items","alarmGroupByDayChart","List","source"],"sources":["vtx-car-modal-temp/components/AlarmInfo/index.js"],"sourcesContent":["/**\n * 车辆-报警信息\n */\nimport React from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport { Select } from 'antd';\nimport { VMRangePicker, VMSelect } from '../../../vm-filter';\nimport SubTabs, { SubTabPane } from '../../../vm-sub-tabs';\nimport Charts from './Charts';\nimport List from './List';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { BaseService, AlarmService } from '../../api';\nimport { chartList, tabList, chart, list } from '../../../vm-appraisal-info';\nimport './index.less';\nconst CarAlarmInfo = props => {\n var _a;\n const { id, carCode } = props;\n const { theme, startDate: sDate, endDate: eDate } = useSettings();\n const [state, setState] = useSetState({\n startDate: sDate\n ? sDate\n : moment()\n .startOf('M')\n .format('YYYY-MM-DD'),\n endDate: eDate ? eDate : moment().format('YYYY-MM-DD'),\n tabKey: '1',\n value: 'WORK',\n });\n const { startDate, endDate, tabKey, value } = state;\n const { todayRunRes } = BaseService.useTodayRun(id, startDate, endDate, value);\n const { pieData, lineData } = AlarmService.useAlarmTodayRun(id, startDate, endDate, value);\n const handleDateChange = (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n };\n const handleChange = (value) => {\n setState({\n value,\n });\n };\n return (React.createElement(\"div\", { className: \"car-alarm\" },\n React.createElement(\"div\", { className: \"car-main\" },\n React.createElement(\"div\", { className: \"car-head\" },\n React.createElement(SubTabs, { onChange: (key) => {\n setState({\n tabKey: key,\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-head-filter\" },\n theme !== 'blue' && (React.createElement(\"div\", { className: \"car-head-sel\" },\n React.createElement(\"span\", { className: \"car-head-label\" }, \"\\u62A5\\u8B66\\u6765\\u6E90:\"),\n React.createElement(VMSelect, { value: value, onChange: handleChange },\n React.createElement(Select.Option, { key: 'WORK' }, \"\\u4F5C\\u4E1A\\u62A5\\u8B66\"),\n React.createElement(Select.Option, { key: 'GPS' }, \"GPS\\u62A5\\u8B66\")))),\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 tabKey === '1' && (React.createElement(Charts, { pieData: (value === 'GPS' ? (_a = todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.alarmGroupByType) === null || _a === void 0 ? void 0 : _a.items : pieData) || [], lineData: (value === 'GPS' ? todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.alarmGroupByDayChart : lineData) || {} })),\n tabKey === '2' && (React.createElement(List, { id: id, carCode: carCode, startDate: startDate, endDate: endDate, source: value })))));\n};\nexport default CarAlarmInfo;\n"],"mappings":"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"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
.car-alarm {
|
|
2
|
-
padding: 10px;
|
|
3
|
-
|
|
4
|
-
.car-main {
|
|
5
|
-
padding: 11px 16px;
|
|
6
|
-
background-color: var(--bg-color2);
|
|
7
|
-
min-height: 693px;
|
|
8
|
-
|
|
9
|
-
.car-head {
|
|
10
|
-
display: flex;
|
|
11
|
-
justify-content: space-between;
|
|
12
|
-
align-items: center;
|
|
13
|
-
|
|
14
|
-
&-filter {
|
|
15
|
-
display: flex;
|
|
16
|
-
justify-content: end;
|
|
17
|
-
align-items: center;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&-label {
|
|
21
|
-
display: inline-block;
|
|
22
|
-
color: var(--info-color);
|
|
23
|
-
margin-right: 8px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&-sel {
|
|
27
|
-
margin-right: 24px;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
&-list {
|
|
31
|
-
min-height: 550px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
&-charts {
|
|
35
|
-
margin: 24px auto;
|
|
36
|
-
text-align: center;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = Charts;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
9
|
-
var _api = require("../../api");
|
|
10
|
-
var _dqsd = _interopRequireDefault(require("../../imgs/dqsd.png"));
|
|
11
|
-
var _jrxs = _interopRequireDefault(require("../../imgs/jrxs.png"));
|
|
12
|
-
var _dqsd_light = _interopRequireDefault(require("../../imgs/dqsd_light.png"));
|
|
13
|
-
var _jrxs_light = _interopRequireDefault(require("../../imgs/jrxs_light.png"));
|
|
14
|
-
var _dqsd_blue = _interopRequireDefault(require("../../imgs/dqsd_blue.png"));
|
|
15
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
-
/**
|
|
18
|
-
* 左侧统计图片
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
// import syyl from '../../imgs/syyl.png';
|
|
22
|
-
|
|
23
|
-
// import syylLight from '../../imgs/syyl_light.png';
|
|
24
|
-
|
|
25
|
-
function Charts(_ref) {
|
|
26
|
-
var id = _ref.id,
|
|
27
|
-
_ref$mileage = _ref.mileage,
|
|
28
|
-
mileage = _ref$mileage === void 0 ? 0 : _ref$mileage,
|
|
29
|
-
_ref$gpsSpeed = _ref.gpsSpeed,
|
|
30
|
-
gpsSpeed = _ref$gpsSpeed === void 0 ? 0 : _ref$gpsSpeed,
|
|
31
|
-
date = _ref.date;
|
|
32
|
-
var _a;
|
|
33
|
-
var _useSettings = (0, _useSettings2["default"])(),
|
|
34
|
-
theme = _useSettings.theme;
|
|
35
|
-
var _BaseService$useDaily = _api.BaseService.useDailySummaryJxh(id, date || (0, _moment["default"])().format('YYYY-MM-DD')),
|
|
36
|
-
dailySummaryJxh = _BaseService$useDaily.dailySummaryJxh;
|
|
37
|
-
var icons = {
|
|
38
|
-
dqsd: {
|
|
39
|
-
light: _dqsd_light["default"],
|
|
40
|
-
dark: _dqsd["default"],
|
|
41
|
-
blue: _dqsd_blue["default"]
|
|
42
|
-
},
|
|
43
|
-
jrxs: {
|
|
44
|
-
light: _jrxs_light["default"],
|
|
45
|
-
dark: _jrxs["default"],
|
|
46
|
-
blue: _dqsd_blue["default"]
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
50
|
-
className: "car-base-left--charts"
|
|
51
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
52
|
-
className: "car-base-left--charts-item"
|
|
53
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
54
|
-
className: "car-base-left--charts-item-chart"
|
|
55
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
56
|
-
src: icons['dqsd'][theme]
|
|
57
|
-
})), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
58
|
-
className: "car-base-left--charts-item-name"
|
|
59
|
-
}, "\u5F53\u524D\u901F\u5EA6"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
60
|
-
className: "car-base-left--charts-item-value"
|
|
61
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, gpsSpeed || 0), "km/h")))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
62
|
-
className: "car-base-left-jrxs"
|
|
63
|
-
}, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
64
|
-
src: icons['jrxs'][theme]
|
|
65
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
66
|
-
className: "car-base-left-jrxs-right"
|
|
67
|
-
}, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
68
|
-
className: "jrxs-name"
|
|
69
|
-
}, "\u4ECA\u65E5\u884C\u9A76"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
70
|
-
className: "jrxs-value"
|
|
71
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, mileage || 0), "km")), (dailySummaryJxh === null || dailySummaryJxh === void 0 ? void 0 : dailySummaryJxh.planMileage) && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
72
|
-
className: "jrxs-name"
|
|
73
|
-
}, "\u4ECA\u65E5\u4F5C\u4E1A"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
74
|
-
className: "jrxs-value"
|
|
75
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, ((_a = dailySummaryJxh === null || dailySummaryJxh === void 0 ? void 0 : dailySummaryJxh.workMileage) === null || _a === void 0 ? void 0 : _a.toFixed(2)) || 0), "km")), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
76
|
-
className: "jrxs-name"
|
|
77
|
-
}, "\u4ECA\u65E5\u6392\u73ED"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
78
|
-
className: "jrxs-value"
|
|
79
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, (dailySummaryJxh === null || dailySummaryJxh === void 0 ? void 0 : dailySummaryJxh.planMileage) || 0), "km"))))));
|
|
80
|
-
}
|
|
81
|
-
//# sourceMappingURL=Charts.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Charts.js","names":["Charts","id","mileage","gpsSpeed","date","_a","useSettings","theme","BaseService","useDailySummaryJxh","dayjs","format","dailySummaryJxh","icons","dqsd","light","dqsdLight","dark","blue","dqsdBlue","jrxs","jrxsLight","jrxsBlue","React","createElement","Fragment","className","src","planMileage","workMileage","toFixed"],"sources":["vtx-car-modal-temp/components/BaseInfo/Charts.js"],"sourcesContent":["/**\n * 左侧统计图片\n */\nimport React from 'react';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { BaseService } from '../../api';\nimport dqsd from '../../imgs/dqsd.png';\n// import syyl from '../../imgs/syyl.png';\nimport jrxs from '../../imgs/jrxs.png';\nimport dqsdLight from '../../imgs/dqsd_light.png';\n// import syylLight from '../../imgs/syyl_light.png';\nimport jrxsLight from '../../imgs/jrxs_light.png';\nimport dqsdBlue from '../../imgs/dqsd_blue.png';\nimport jrxsBlue from '../../imgs/dqsd_blue.png';\nimport dayjs from 'moment';\nexport default function Charts({ id, mileage = 0, gpsSpeed = 0, date }) {\n var _a;\n const { theme } = useSettings();\n const { dailySummaryJxh } = BaseService.useDailySummaryJxh(id, date || dayjs().format('YYYY-MM-DD'));\n const icons = {\n dqsd: {\n light: dqsdLight,\n dark: dqsd,\n blue: dqsdBlue,\n },\n jrxs: {\n light: jrxsLight,\n dark: jrxs,\n blue: jrxsBlue,\n },\n };\n return (React.createElement(React.Fragment, null,\n React.createElement(\"div\", { className: \"car-base-left--charts\" },\n React.createElement(\"div\", { className: \"car-base-left--charts-item\" },\n React.createElement(\"div\", { className: \"car-base-left--charts-item-chart\" },\n React.createElement(\"img\", { src: icons['dqsd'][theme] })),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"car-base-left--charts-item-name\" }, \"\\u5F53\\u524D\\u901F\\u5EA6\"),\n React.createElement(\"div\", { className: \"car-base-left--charts-item-value\" },\n React.createElement(\"span\", null, gpsSpeed || 0),\n \"km/h\")))),\n React.createElement(\"div\", { className: \"car-base-left-jrxs\" },\n React.createElement(\"div\", null,\n React.createElement(\"img\", { src: icons['jrxs'][theme] })),\n React.createElement(\"div\", { className: \"car-base-left-jrxs-right\" },\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"jrxs-name\" }, \"\\u4ECA\\u65E5\\u884C\\u9A76\"),\n React.createElement(\"div\", { className: \"jrxs-value\" },\n React.createElement(\"span\", null, mileage || 0),\n \"km\")),\n (dailySummaryJxh === null || dailySummaryJxh === void 0 ? void 0 : dailySummaryJxh.planMileage) && (React.createElement(React.Fragment, null,\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"jrxs-name\" }, \"\\u4ECA\\u65E5\\u4F5C\\u4E1A\"),\n React.createElement(\"div\", { className: \"jrxs-value\" },\n React.createElement(\"span\", null, ((_a = dailySummaryJxh === null || dailySummaryJxh === void 0 ? void 0 : dailySummaryJxh.workMileage) === null || _a === void 0 ? void 0 : _a.toFixed(2)) || 0),\n \"km\")),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"jrxs-name\" }, \"\\u4ECA\\u65E5\\u6392\\u73ED\"),\n React.createElement(\"div\", { className: \"jrxs-value\" },\n React.createElement(\"span\", null, (dailySummaryJxh === null || dailySummaryJxh === void 0 ? void 0 : dailySummaryJxh.planMileage) || 0),\n \"km\"))))))));\n}\n"],"mappings":"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"}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = TodayRun;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
9
|
-
var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
10
|
-
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
11
|
-
var _api = require("../../api");
|
|
12
|
-
var _outTime = _interopRequireDefault(require("../../imgs/outTime.png"));
|
|
13
|
-
var _runTime = _interopRequireDefault(require("../../imgs/runTime.png"));
|
|
14
|
-
var _outTime_light = _interopRequireDefault(require("../../imgs/outTime_light.png"));
|
|
15
|
-
var _runTime_light = _interopRequireDefault(require("../../imgs/runTime_light.png"));
|
|
16
|
-
var _outTime_blue = _interopRequireDefault(require("../../imgs/outTime_blue.png"));
|
|
17
|
-
var _runTime_blue = _interopRequireDefault(require("../../imgs/runTime_blue.png"));
|
|
18
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
/**
|
|
20
|
-
* 今日运行-通用
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
function TodayRun(props) {
|
|
24
|
-
var _a, _b;
|
|
25
|
-
var _useSettings = (0, _useSettings2["default"])(),
|
|
26
|
-
theme = _useSettings.theme;
|
|
27
|
-
var id = props.id,
|
|
28
|
-
data = props.data;
|
|
29
|
-
var _BaseService$useDaily = _api.BaseService.useDailyCarRun(id, (0, _moment["default"])().format('YYYY-MM-DD'), (0, _moment["default"])().format('YYYY-MM-DD')),
|
|
30
|
-
dailyCarRunRes = _BaseService$useDaily.dailyCarRunRes;
|
|
31
|
-
var columns = [{
|
|
32
|
-
title: '报警类型',
|
|
33
|
-
dataIndex: 'alarmTypeName',
|
|
34
|
-
key: 'alarmTypeName',
|
|
35
|
-
width: 100,
|
|
36
|
-
ellipsis: true
|
|
37
|
-
}, {
|
|
38
|
-
title: '报警时间',
|
|
39
|
-
dataIndex: 'day',
|
|
40
|
-
key: 'day',
|
|
41
|
-
width: 100,
|
|
42
|
-
render: function render(_text, record) {
|
|
43
|
-
return "".concat((0, _moment["default"])(record.detail.alarmBeginTime).format('HH:mm:ss'), "-").concat((0, _moment["default"])(record.detail.alarmEndTime).format('HH:mm:ss'));
|
|
44
|
-
}
|
|
45
|
-
}, {
|
|
46
|
-
title: '报警内容',
|
|
47
|
-
dataIndex: 'alarmTypeName',
|
|
48
|
-
key: 'alarmTypeName',
|
|
49
|
-
ellipsis: true,
|
|
50
|
-
render: function render(_text, record) {
|
|
51
|
-
return record.detail.alarmTypeName;
|
|
52
|
-
}
|
|
53
|
-
}];
|
|
54
|
-
var tableProps = {
|
|
55
|
-
height: 220,
|
|
56
|
-
paganitation: false,
|
|
57
|
-
dataSource: data
|
|
58
|
-
};
|
|
59
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
60
|
-
className: "today-run"
|
|
61
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
62
|
-
className: "today-run-head"
|
|
63
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
64
|
-
className: "today-run-head-item"
|
|
65
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
66
|
-
src: theme === 'dark' ? _outTime["default"] : theme === 'blue' ? _outTime_blue["default"] : _outTime_light["default"]
|
|
67
|
-
}), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
68
|
-
className: "today-run-head-item--name"
|
|
69
|
-
}, "\u51FA\u8F66\u65F6\u95F4"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
70
|
-
className: "today-run-head-item--value"
|
|
71
|
-
}, (dailyCarRunRes === null || dailyCarRunRes === void 0 ? void 0 : dailyCarRunRes.length) > 0 ? ((_a = dailyCarRunRes[0]) === null || _a === void 0 ? void 0 : _a.firstRunTime) || 0 : 0))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
72
|
-
className: "today-run-head-item"
|
|
73
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
74
|
-
src: theme === 'dark' ? _runTime["default"] : theme === 'blue' ? _runTime_blue["default"] : _runTime_light["default"]
|
|
75
|
-
}), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
76
|
-
className: "today-run-head-item--name"
|
|
77
|
-
}, "\u8FD0\u884C\u65F6\u957F"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
78
|
-
className: "today-run-head-item--value"
|
|
79
|
-
}, (dailyCarRunRes === null || dailyCarRunRes === void 0 ? void 0 : dailyCarRunRes.length) > 0 ? (_b = dailyCarRunRes[0]) === null || _b === void 0 ? void 0 : _b.driveDurationStr : 0)))), /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
|
|
80
|
-
columns: columns,
|
|
81
|
-
isIndex: false,
|
|
82
|
-
rowKey: "index"
|
|
83
|
-
}, tableProps)));
|
|
84
|
-
}
|
|
85
|
-
//# sourceMappingURL=TodayRun.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TodayRun.js","names":["TodayRun","props","_a","_b","useSettings","theme","id","data","BaseService","useDailyCarRun","moment","format","dailyCarRunRes","columns","title","dataIndex","key","width","ellipsis","render","_text","record","detail","alarmBeginTime","alarmEndTime","alarmTypeName","tableProps","height","paganitation","dataSource","React","createElement","className","src","outTime","outTimeBlue","outTimeLight","length","firstRunTime","runTime","runTimeBlue","runTimeLight","driveDurationStr","VMTable","Object","assign","isIndex","rowKey"],"sources":["vtx-car-modal-temp/components/BaseInfo/TodayRun.js"],"sourcesContent":["/**\n * 今日运行-通用\n */\nimport React from 'react';\nimport moment from 'moment';\nimport VMTable from '../../../vm-table';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { BaseService } from '../../api';\nimport outTime from '../../imgs/outTime.png';\nimport runTime from '../../imgs/runTime.png';\nimport outTimeLight from '../../imgs/outTime_light.png';\nimport runTimeLight from '../../imgs/runTime_light.png';\nimport outTimeBlue from '../../imgs/outTime_blue.png';\nimport runTimeBlue from '../../imgs/runTime_blue.png';\nexport default function TodayRun(props) {\n var _a, _b;\n const { theme } = useSettings();\n const { id, data } = props;\n const { dailyCarRunRes } = BaseService.useDailyCarRun(id, moment().format('YYYY-MM-DD'), moment().format('YYYY-MM-DD'));\n const columns = [\n {\n title: '报警类型',\n dataIndex: 'alarmTypeName',\n key: 'alarmTypeName',\n width: 100,\n ellipsis: true,\n },\n {\n title: '报警时间',\n dataIndex: 'day',\n key: 'day',\n width: 100,\n render: (_text, record) => {\n return `${moment(record.detail.alarmBeginTime).format('HH:mm:ss')}-${moment(record.detail.alarmEndTime).format('HH:mm:ss')}`;\n },\n },\n {\n title: '报警内容',\n dataIndex: 'alarmTypeName',\n key: 'alarmTypeName',\n ellipsis: true,\n render: (_text, record) => {\n return record.detail.alarmTypeName;\n },\n },\n ];\n const tableProps = {\n height: 220,\n paganitation: false,\n dataSource: data,\n };\n return (React.createElement(\"div\", { className: \"today-run\" },\n React.createElement(\"div\", { className: \"today-run-head\" },\n React.createElement(\"div\", { className: \"today-run-head-item\" },\n React.createElement(\"img\", { src: theme === 'dark'\n ? outTime\n : theme === 'blue'\n ? outTimeBlue\n : outTimeLight }),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"today-run-head-item--name\" }, \"\\u51FA\\u8F66\\u65F6\\u95F4\"),\n React.createElement(\"div\", { className: \"today-run-head-item--value\" }, (dailyCarRunRes === null || dailyCarRunRes === void 0 ? void 0 : dailyCarRunRes.length) > 0 ? ((_a = dailyCarRunRes[0]) === null || _a === void 0 ? void 0 : _a.firstRunTime) || 0 : 0))),\n React.createElement(\"div\", { className: \"today-run-head-item\" },\n React.createElement(\"img\", { src: theme === 'dark'\n ? runTime\n : theme === 'blue'\n ? runTimeBlue\n : runTimeLight }),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"today-run-head-item--name\" }, \"\\u8FD0\\u884C\\u65F6\\u957F\"),\n React.createElement(\"div\", { className: \"today-run-head-item--value\" }, (dailyCarRunRes === null || dailyCarRunRes === void 0 ? void 0 : dailyCarRunRes.length) > 0 ? (_b = dailyCarRunRes[0]) === null || _b === void 0 ? void 0 : _b.driveDurationStr : 0)))),\n React.createElement(VMTable, Object.assign({ columns: columns, isIndex: false, rowKey: \"index\" }, tableProps))));\n}\n"],"mappings":"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"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = TodayWorkJXH;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
9
|
-
var _progress = _interopRequireDefault(require("antd/es/progress"));
|
|
10
|
-
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
11
|
-
var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
|
|
12
|
-
var _api = require("../../api");
|
|
13
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
|
-
/**
|
|
15
|
-
* 今日运行
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
function TodayWorkJXH(props) {
|
|
19
|
-
var _useSettings = (0, _useSettings2["default"])(),
|
|
20
|
-
isDark = _useSettings.isDark;
|
|
21
|
-
var id = props.id;
|
|
22
|
-
var _BaseService$useToday = _api.BaseService.useTodayWorkJxh(id, (0, _moment["default"])().format('YYYY-MM-DD')),
|
|
23
|
-
todayRunJxhRes = _BaseService$useToday.todayRunJxhRes;
|
|
24
|
-
var strokeColor = function strokeColor(num) {
|
|
25
|
-
var color;
|
|
26
|
-
if (num >= 85) {
|
|
27
|
-
color = isDark ? {
|
|
28
|
-
'0%': '#55A591',
|
|
29
|
-
'100%': '#46E8C5'
|
|
30
|
-
} : '#1890ff';
|
|
31
|
-
} else if (num >= 60) {
|
|
32
|
-
color = {
|
|
33
|
-
'0%': '#F5803C',
|
|
34
|
-
'100%': '#FFE290'
|
|
35
|
-
};
|
|
36
|
-
} else {
|
|
37
|
-
color = {
|
|
38
|
-
'0%': '#F74D2F',
|
|
39
|
-
'100%': '#F98E6B'
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
return color;
|
|
43
|
-
};
|
|
44
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
45
|
-
className: "today-run-jxh"
|
|
46
|
-
}, (todayRunJxhRes === null || todayRunJxhRes === void 0 ? void 0 : todayRunJxhRes.length) > 0 ? todayRunJxhRes.map(function (ele, index) {
|
|
47
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
48
|
-
className: "today-run-jxh-item",
|
|
49
|
-
key: index
|
|
50
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
51
|
-
className: "today-run-jxh--name"
|
|
52
|
-
}, ele.roadName), /*#__PURE__*/_react["default"].createElement("div", {
|
|
53
|
-
className: "today-run-jxh--progress",
|
|
54
|
-
title: "".concat(ele === null || ele === void 0 ? void 0 : ele.workMileage, "km/").concat(ele === null || ele === void 0 ? void 0 : ele.totalMileage, "km")
|
|
55
|
-
}, /*#__PURE__*/_react["default"].createElement(_progress["default"], {
|
|
56
|
-
strokeLinecap: "butt",
|
|
57
|
-
percent: (ele === null || ele === void 0 ? void 0 : ele.completePercent) || 0,
|
|
58
|
-
strokeColor: strokeColor((ele === null || ele === void 0 ? void 0 : ele.completePercent) || 0),
|
|
59
|
-
trailColor: isDark ? '#444B59' : '#D1D5D9',
|
|
60
|
-
strokeWidth: 6,
|
|
61
|
-
showInfo: false
|
|
62
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
63
|
-
className: "today-run-jxh--value"
|
|
64
|
-
}, "".concat((ele === null || ele === void 0 ? void 0 : ele.completePercent) || 0, "%")));
|
|
65
|
-
}) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], null));
|
|
66
|
-
}
|
|
67
|
-
//# sourceMappingURL=TodayWorkJXH.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TodayWorkJXH.js","names":["TodayWorkJXH","props","useSettings","isDark","id","BaseService","useTodayWorkJxh","moment","format","todayRunJxhRes","strokeColor","num","color","React","createElement","className","length","map","ele","index","key","roadName","title","workMileage","totalMileage","Progress","strokeLinecap","percent","completePercent","trailColor","strokeWidth","showInfo","NoData"],"sources":["vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js"],"sourcesContent":["/**\n * 今日运行\n */\nimport React from 'react';\nimport moment from 'moment';\nimport Progress from 'antd/es/progress';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport NoData from '../../../vm-nodata';\nimport { BaseService } from '../../api';\nexport default function TodayWorkJXH(props) {\n const { isDark } = useSettings();\n const { id } = props;\n const { todayRunJxhRes } = BaseService.useTodayWorkJxh(id, moment().format('YYYY-MM-DD'));\n const strokeColor = (num) => {\n let color;\n if (num >= 85) {\n color = isDark\n ? {\n '0%': '#55A591',\n '100%': '#46E8C5',\n }\n : '#1890ff';\n }\n else if (num >= 60) {\n color = {\n '0%': '#F5803C',\n '100%': '#FFE290',\n };\n }\n else {\n color = {\n '0%': '#F74D2F',\n '100%': '#F98E6B',\n };\n }\n return color;\n };\n return (React.createElement(\"div\", { className: \"today-run-jxh\" }, (todayRunJxhRes === null || todayRunJxhRes === void 0 ? void 0 : todayRunJxhRes.length) > 0 ? (todayRunJxhRes.map((ele, index) => (React.createElement(\"div\", { className: \"today-run-jxh-item\", key: index },\n React.createElement(\"div\", { className: \"today-run-jxh--name\" }, ele.roadName),\n React.createElement(\"div\", { className: \"today-run-jxh--progress\", title: `${ele === null || ele === void 0 ? void 0 : ele.workMileage}km/${ele === null || ele === void 0 ? void 0 : ele.totalMileage}km` },\n React.createElement(Progress, { strokeLinecap: \"butt\", percent: (ele === null || ele === void 0 ? void 0 : ele.completePercent) || 0, strokeColor: strokeColor((ele === null || ele === void 0 ? void 0 : ele.completePercent) || 0), trailColor: isDark ? '#444B59' : '#D1D5D9', strokeWidth: 6, showInfo: false })),\n React.createElement(\"div\", { className: \"today-run-jxh--value\" }, `${(ele === null || ele === void 0 ? void 0 : ele.completePercent) ||\n 0}%`))))) : (React.createElement(NoData, null))));\n}\n"],"mappings":"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"}
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = TodayWorkLJSY;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
9
|
-
var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
10
|
-
var _vmImageText = _interopRequireDefault(require("../../../vm-image-text"));
|
|
11
|
-
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
12
|
-
var _api = require("../../api");
|
|
13
|
-
var _ysdw = _interopRequireDefault(require("../../imgs/ysdw.png"));
|
|
14
|
-
var _ywcdw = _interopRequireDefault(require("../../imgs/ywcdw.png"));
|
|
15
|
-
var _wcl = _interopRequireDefault(require("../../imgs/wcl.png"));
|
|
16
|
-
var _ysdw_light = _interopRequireDefault(require("../../imgs/ysdw_light.png"));
|
|
17
|
-
var _ywcdw_light = _interopRequireDefault(require("../../imgs/ywcdw_light.png"));
|
|
18
|
-
var _wcl_light = _interopRequireDefault(require("../../imgs/wcl_light.png"));
|
|
19
|
-
var _ysdw_blue = _interopRequireDefault(require("../../imgs/ysdw_blue.png"));
|
|
20
|
-
var _ywcdw_blue = _interopRequireDefault(require("../../imgs/ywcdw_blue.png"));
|
|
21
|
-
var _wcl_blue = _interopRequireDefault(require("../../imgs/wcl_blue.png"));
|
|
22
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
-
/**
|
|
24
|
-
* 今日作业-垃圾收运
|
|
25
|
-
*/
|
|
26
|
-
|
|
27
|
-
function TodayWorkLJSY(_ref) {
|
|
28
|
-
var id = _ref.id;
|
|
29
|
-
var _a, _b, _c;
|
|
30
|
-
var _useSettings = (0, _useSettings2["default"])(),
|
|
31
|
-
theme = _useSettings.theme;
|
|
32
|
-
var _BaseService$useToday = _api.BaseService.useTodayWorkLjsy(id, (0, _moment["default"])().format('YYYY-MM-DD')),
|
|
33
|
-
todayRunLjsyRes = _BaseService$useToday.todayRunLjsyRes;
|
|
34
|
-
var paramConfigsList = _api.BaseService.useConfig();
|
|
35
|
-
var getSrc = function getSrc(code) {
|
|
36
|
-
var obj = {};
|
|
37
|
-
if (theme === 'dark') {
|
|
38
|
-
obj = {
|
|
39
|
-
ysdw: _ysdw["default"],
|
|
40
|
-
ywcdw: _ywcdw["default"],
|
|
41
|
-
wcl: _wcl["default"]
|
|
42
|
-
};
|
|
43
|
-
} else if (theme === 'dark') {
|
|
44
|
-
obj = {
|
|
45
|
-
ysdw: _ysdw_blue["default"],
|
|
46
|
-
ywcdw: _ywcdw_blue["default"],
|
|
47
|
-
wcl: _wcl_blue["default"]
|
|
48
|
-
};
|
|
49
|
-
} else {
|
|
50
|
-
obj = {
|
|
51
|
-
ysdw: _ysdw_light["default"],
|
|
52
|
-
ywcdw: _ywcdw_light["default"],
|
|
53
|
-
wcl: _wcl_light["default"]
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
return obj[code];
|
|
57
|
-
};
|
|
58
|
-
var data = [{
|
|
59
|
-
src: getSrc('ysdw'),
|
|
60
|
-
name: '应收频次',
|
|
61
|
-
value: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.planCollectPointNum) || 0,
|
|
62
|
-
unit: '次'
|
|
63
|
-
}, {
|
|
64
|
-
src: getSrc('ywcdw'),
|
|
65
|
-
name: '实收频次',
|
|
66
|
-
value: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.collectPointNum) || 0,
|
|
67
|
-
unit: '次'
|
|
68
|
-
}, {
|
|
69
|
-
src: getSrc('wcl'),
|
|
70
|
-
name: '完成率',
|
|
71
|
-
value: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.completeRate) || 0,
|
|
72
|
-
unit: '%'
|
|
73
|
-
}];
|
|
74
|
-
var columns = [{
|
|
75
|
-
title: '收集点',
|
|
76
|
-
dataIndex: 'collectPointName',
|
|
77
|
-
key: 'collectPointName',
|
|
78
|
-
width: 150,
|
|
79
|
-
ellipsis: true
|
|
80
|
-
}, {
|
|
81
|
-
title: '收集次数',
|
|
82
|
-
dataIndex: 'collectNum',
|
|
83
|
-
key: 'collectNum',
|
|
84
|
-
width: 80
|
|
85
|
-
}];
|
|
86
|
-
if (((_a = paramConfigsList['SHOW_COLLECTING_BUCKETS']) === null || _a === void 0 ? void 0 : _a.value) === 'true') {
|
|
87
|
-
columns = columns.concat([{
|
|
88
|
-
title: '收集桶数',
|
|
89
|
-
dataIndex: 'bucketNum',
|
|
90
|
-
key: 'bucketNum',
|
|
91
|
-
width: 80
|
|
92
|
-
}]);
|
|
93
|
-
}
|
|
94
|
-
if (((_b = paramConfigsList['SHOW_WEIGHTING']) === null || _b === void 0 ? void 0 : _b.value) === 'true') {
|
|
95
|
-
columns = columns.concat([{
|
|
96
|
-
title: '收集重量',
|
|
97
|
-
dataIndex: 'weight',
|
|
98
|
-
key: 'weight',
|
|
99
|
-
width: 80
|
|
100
|
-
}]);
|
|
101
|
-
}
|
|
102
|
-
var tableProps = {
|
|
103
|
-
height: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.planCollectPointNum) > 0 ? 180 : 246,
|
|
104
|
-
paganitation: false,
|
|
105
|
-
dataSource: ((_c = todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.details) === null || _c === void 0 ? void 0 : _c.map(function (item) {
|
|
106
|
-
return Object.assign(Object.assign({}, item), _api.syFixedData[item.collectPointName]);
|
|
107
|
-
})) || []
|
|
108
|
-
};
|
|
109
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.planCollectPointNum) > 0 && /*#__PURE__*/_react["default"].createElement("div", {
|
|
110
|
-
className: "ljsy-summary"
|
|
111
|
-
}, data === null || data === void 0 ? void 0 : data.map(function (ele, index) {
|
|
112
|
-
return /*#__PURE__*/_react["default"].createElement(_vmImageText["default"], Object.assign({
|
|
113
|
-
key: index
|
|
114
|
-
}, ele, {
|
|
115
|
-
style: {
|
|
116
|
-
margin: '0 0 12px 0',
|
|
117
|
-
width: '33.3333%'
|
|
118
|
-
}
|
|
119
|
-
}));
|
|
120
|
-
})), /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
|
|
121
|
-
columns: columns,
|
|
122
|
-
isIndex: false,
|
|
123
|
-
rowKey: "index"
|
|
124
|
-
}, tableProps)));
|
|
125
|
-
}
|
|
126
|
-
//# sourceMappingURL=TodayWorkLJSY.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TodayWorkLJSY.js","names":["TodayWorkLJSY","id","_a","_b","_c","useSettings","theme","BaseService","useTodayWorkLjsy","moment","format","todayRunLjsyRes","paramConfigsList","useConfig","getSrc","code","obj","ysdw","ywcdw","wcl","ysdwBlue","ywcdwBlue","wclBlue","ysdwLight","ywcdwLight","wclLight","data","src","name","value","planCollectPointNum","unit","collectPointNum","completeRate","columns","title","dataIndex","key","width","ellipsis","concat","tableProps","height","paganitation","dataSource","details","map","item","Object","assign","syFixedData","collectPointName","React","createElement","Fragment","className","ele","index","ImageText","style","margin","VMTable","isIndex","rowKey"],"sources":["vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js"],"sourcesContent":["/**\n * 今日作业-垃圾收运\n */\nimport React from 'react';\nimport moment from 'moment';\nimport VMTable from '../../../vm-table';\nimport ImageText from '../../../vm-image-text';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { BaseService, syFixedData } from '../../api';\nimport ysdw from '../../imgs/ysdw.png';\nimport ywcdw from '../../imgs/ywcdw.png';\nimport wcl from '../../imgs/wcl.png';\nimport ysdwLight from '../../imgs/ysdw_light.png';\nimport ywcdwLight from '../../imgs/ywcdw_light.png';\nimport wclLight from '../../imgs/wcl_light.png';\nimport ysdwBlue from '../../imgs/ysdw_blue.png';\nimport ywcdwBlue from '../../imgs/ywcdw_blue.png';\nimport wclBlue from '../../imgs/wcl_blue.png';\nexport default function TodayWorkLJSY({ id }) {\n var _a, _b, _c;\n const { theme } = useSettings();\n const { todayRunLjsyRes } = BaseService.useTodayWorkLjsy(id, moment().format('YYYY-MM-DD'));\n const paramConfigsList = BaseService.useConfig();\n const getSrc = (code) => {\n let obj = {};\n if (theme === 'dark') {\n obj = {\n ysdw: ysdw,\n ywcdw: ywcdw,\n wcl: wcl,\n };\n }\n else if (theme === 'dark') {\n obj = {\n ysdw: ysdwBlue,\n ywcdw: ywcdwBlue,\n wcl: wclBlue,\n };\n }\n else {\n obj = {\n ysdw: ysdwLight,\n ywcdw: ywcdwLight,\n wcl: wclLight,\n };\n }\n return obj[code];\n };\n const data = [\n {\n src: getSrc('ysdw'),\n name: '应收频次',\n value: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.planCollectPointNum) || 0,\n unit: '次',\n },\n {\n src: getSrc('ywcdw'),\n name: '实收频次',\n value: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.collectPointNum) || 0,\n unit: '次',\n },\n {\n src: getSrc('wcl'),\n name: '完成率',\n value: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.completeRate) || 0,\n unit: '%',\n },\n ];\n let columns = [\n {\n title: '收集点',\n dataIndex: 'collectPointName',\n key: 'collectPointName',\n width: 150,\n ellipsis: true,\n },\n {\n title: '收集次数',\n dataIndex: 'collectNum',\n key: 'collectNum',\n width: 80,\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 width: 80,\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: '收集重量',\n dataIndex: 'weight',\n key: 'weight',\n width: 80,\n },\n ]);\n }\n const tableProps = {\n height: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.planCollectPointNum) > 0 ? 180 : 246,\n paganitation: false,\n dataSource: ((_c = todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.details) === null || _c === void 0 ? void 0 : _c.map((item) => {\n return Object.assign(Object.assign({}, item), syFixedData[item.collectPointName]);\n })) || [],\n };\n return (React.createElement(React.Fragment, null,\n (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.planCollectPointNum) > 0 && (React.createElement(\"div\", { className: \"ljsy-summary\" }, data === null || data === void 0 ? void 0 : data.map((ele, index) => (React.createElement(ImageText, Object.assign({ key: index }, ele, { style: { margin: '0 0 12px 0', width: '33.3333%' } })))))),\n React.createElement(VMTable, Object.assign({ columns: columns, isIndex: false, rowKey: \"index\" }, tableProps))));\n}\n"],"mappings":"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"}
|