@vtx/modals2 3.3.19 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +126 -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 -35
- package/lib/vtx-base-modal/style/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.less +37 -37
- 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
|
@@ -7,122 +7,122 @@ exports.BasicService = exports.AlarmService = void 0;
|
|
|
7
7
|
var _tslib = require("tslib");
|
|
8
8
|
var _utils = require("@vtx/utils");
|
|
9
9
|
var _ahooks = require("ahooks");
|
|
10
|
-
|
|
11
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
10
|
+
var _moment = _interopRequireDefault(require("moment"));
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
13
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
12
14
|
var query = function query(url, params) {
|
|
13
15
|
var method = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'get';
|
|
14
16
|
return (0, _tslib.__awaiter)(void 0, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
15
17
|
var res;
|
|
16
18
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
17
|
-
while (1) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
return _context.stop();
|
|
30
|
-
}
|
|
19
|
+
while (1) switch (_context.prev = _context.next) {
|
|
20
|
+
case 0:
|
|
21
|
+
_context.next = 2;
|
|
22
|
+
return _utils.request[method](url, {
|
|
23
|
+
data: params
|
|
24
|
+
});
|
|
25
|
+
case 2:
|
|
26
|
+
res = _context.sent;
|
|
27
|
+
return _context.abrupt("return", res === null || res === void 0 ? void 0 : res.data);
|
|
28
|
+
case 4:
|
|
29
|
+
case "end":
|
|
30
|
+
return _context.stop();
|
|
31
31
|
}
|
|
32
32
|
}, _callee);
|
|
33
33
|
}));
|
|
34
34
|
};
|
|
35
|
-
var BasicService = {
|
|
35
|
+
var BasicService = exports.BasicService = {
|
|
36
36
|
// 详情
|
|
37
37
|
info: function info(_ref) {
|
|
38
|
-
var
|
|
38
|
+
var id = _ref.id;
|
|
39
39
|
var _useRequest = (0, _ahooks.useRequest)(function () {
|
|
40
|
-
return query('/cloud/cc/restaurant/
|
|
41
|
-
|
|
40
|
+
return query('/cloud/cc-reborn/api/v101/restaurant/get', {
|
|
41
|
+
id: id
|
|
42
42
|
});
|
|
43
43
|
}, {
|
|
44
|
-
refreshDeps: [
|
|
45
|
-
ready: !!
|
|
44
|
+
refreshDeps: [id],
|
|
45
|
+
ready: !!id
|
|
46
46
|
}),
|
|
47
47
|
data = _useRequest.data;
|
|
48
48
|
return data || {};
|
|
49
49
|
},
|
|
50
50
|
// 收运记录
|
|
51
51
|
detailList: function detailList(_ref2) {
|
|
52
|
-
var
|
|
52
|
+
var id = _ref2.id,
|
|
53
53
|
startTime = _ref2.startTime,
|
|
54
|
-
endTime = _ref2.endTime
|
|
54
|
+
endTime = _ref2.endTime,
|
|
55
|
+
garbageType = _ref2.garbageType;
|
|
55
56
|
var _useRequest2 = (0, _ahooks.useRequest)(function () {
|
|
56
|
-
return query('/cloud/cc/
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
weighTimeTo: endTime
|
|
57
|
+
return query('/cloud/cc-reborn/api/v101/rtCarDataDetail/list', {
|
|
58
|
+
restaurantId: id,
|
|
59
|
+
queryStartTime: startTime,
|
|
60
|
+
queryEndTime: endTime,
|
|
61
|
+
ccGarbageType: garbageType
|
|
62
62
|
});
|
|
63
63
|
}, {
|
|
64
|
-
refreshDeps: [
|
|
65
|
-
ready: !!
|
|
64
|
+
refreshDeps: [id, startTime, endTime, garbageType],
|
|
65
|
+
ready: !!id
|
|
66
66
|
}),
|
|
67
67
|
data = _useRequest2.data;
|
|
68
|
-
return data
|
|
69
|
-
total: 0,
|
|
70
|
-
rows: []
|
|
71
|
-
};
|
|
68
|
+
return data;
|
|
72
69
|
},
|
|
73
70
|
// 收运汇总
|
|
74
71
|
summary: function summary(_ref3) {
|
|
75
72
|
var id = _ref3.id,
|
|
76
|
-
|
|
77
|
-
|
|
73
|
+
startDay = _ref3.startDay,
|
|
74
|
+
endDay = _ref3.endDay,
|
|
75
|
+
garbageType = _ref3.garbageType;
|
|
78
76
|
var _useRequest3 = (0, _ahooks.useRequest)(function () {
|
|
79
|
-
return query('/cloud/cc/
|
|
80
|
-
restaurantId:
|
|
81
|
-
|
|
82
|
-
|
|
77
|
+
return query('/cloud/cc-reborn/api/v101/gisOnePage/getRestaurantDaySummary', {
|
|
78
|
+
restaurantId: id,
|
|
79
|
+
startDay: startDay,
|
|
80
|
+
endDay: endDay,
|
|
81
|
+
garbageType: garbageType
|
|
83
82
|
});
|
|
84
83
|
}, {
|
|
85
|
-
refreshDeps: [id,
|
|
84
|
+
refreshDeps: [id, startDay, endDay, garbageType],
|
|
86
85
|
ready: !!id
|
|
87
86
|
}),
|
|
88
87
|
data = _useRequest3.data;
|
|
89
88
|
return data;
|
|
90
89
|
}
|
|
91
90
|
};
|
|
92
|
-
exports.
|
|
93
|
-
var AlarmService = {
|
|
91
|
+
var AlarmService = exports.AlarmService = {
|
|
94
92
|
typeAnalysis: function typeAnalysis(_ref4) {
|
|
95
93
|
var id = _ref4.id,
|
|
96
94
|
startDate = _ref4.startDate,
|
|
97
95
|
endDate = _ref4.endDate;
|
|
98
96
|
var _useRequest4 = (0, _ahooks.useRequest)(function () {
|
|
99
|
-
return query('/cloud/cc/
|
|
100
|
-
restaurantId:
|
|
101
|
-
|
|
102
|
-
|
|
97
|
+
return query('/cloud/cc-reborn/api/v101/gisOnePage/getAbnormalTypeNums', {
|
|
98
|
+
restaurantId: id,
|
|
99
|
+
startDay: startDate,
|
|
100
|
+
endDay: endDate
|
|
103
101
|
});
|
|
104
102
|
}, {
|
|
105
103
|
refreshDeps: [id, startDate, endDate],
|
|
106
104
|
ready: !!id
|
|
107
105
|
}),
|
|
108
|
-
data = _useRequest4.data
|
|
109
|
-
|
|
106
|
+
_useRequest4$data = _useRequest4.data,
|
|
107
|
+
data = _useRequest4$data === void 0 ? [] : _useRequest4$data;
|
|
108
|
+
return data;
|
|
110
109
|
},
|
|
111
110
|
alarmTrend: function alarmTrend(_ref5) {
|
|
112
111
|
var id = _ref5.id,
|
|
113
112
|
startDate = _ref5.startDate,
|
|
114
113
|
endDate = _ref5.endDate;
|
|
115
114
|
var _useRequest5 = (0, _ahooks.useRequest)(function () {
|
|
116
|
-
return query('/cloud/cc/
|
|
117
|
-
restaurantId:
|
|
118
|
-
|
|
119
|
-
|
|
115
|
+
return query('/cloud/cc-reborn/api/v101/gisOnePage/getAbnormalDayNums', {
|
|
116
|
+
restaurantId: id,
|
|
117
|
+
startDay: startDate,
|
|
118
|
+
endDay: endDate
|
|
120
119
|
});
|
|
121
120
|
}, {
|
|
122
121
|
refreshDeps: [id, startDate, endDate],
|
|
123
122
|
ready: !!id
|
|
124
123
|
}),
|
|
125
|
-
data = _useRequest5.data
|
|
124
|
+
_useRequest5$data = _useRequest5.data,
|
|
125
|
+
data = _useRequest5$data === void 0 ? [] : _useRequest5$data;
|
|
126
126
|
return data;
|
|
127
127
|
},
|
|
128
128
|
// 报警明细
|
|
@@ -131,12 +131,12 @@ var AlarmService = {
|
|
|
131
131
|
startDate = _ref6.startDate,
|
|
132
132
|
endDate = _ref6.endDate;
|
|
133
133
|
var _useRequest6 = (0, _ahooks.useRequest)(function () {
|
|
134
|
-
return query('/cloud/cc/
|
|
134
|
+
return query('/cloud/cc-reborn/api/v101/workBench/abnormalEventRecordPage', {
|
|
135
135
|
page: 0,
|
|
136
|
-
|
|
136
|
+
size: 10000,
|
|
137
137
|
alarmObjId: id,
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
queryStartTime: (0, _moment["default"])(startDate).format('YYYY-MM-DD 00:00:00'),
|
|
139
|
+
queryEndTime: (0, _moment["default"])(endDate).format('YYYY-MM-DD 23:59:59')
|
|
140
140
|
});
|
|
141
141
|
}, {
|
|
142
142
|
refreshDeps: [id, startDate, endDate],
|
|
@@ -149,5 +149,4 @@ var AlarmService = {
|
|
|
149
149
|
};
|
|
150
150
|
}
|
|
151
151
|
};
|
|
152
|
-
exports.AlarmService = AlarmService;
|
|
153
152
|
//# sourceMappingURL=api.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.js","names":["query","url","params","method","__awaiter","request","data","res","BasicService","info","name","useRequest","refreshDeps","ready","detailList","startTime","endTime","page","rows","weighTimeFrom","weighTimeTo","total","summary","id","startDate","endDate","restaurantId","AlarmService","typeAnalysis","alarmTrend","alarmRecord","alarmObjId","alarmStartTimeStart","alarmStartTimeEnd"],"sources":["vtx-restaurant-modal/api.js"],"sourcesContent":["import { __awaiter } from \"tslib\";\nimport { request } from '@vtx/utils';\nimport { useRequest } from 'ahooks';\nconst query = (url, params, method = 'get') => __awaiter(void 0, void 0, void 0, function* () {\n const res = yield request[method](url, {\n data: params,\n });\n return res === null || res === void 0 ? void 0 : res.data;\n});\nexport const BasicService = {\n // 详情\n info: ({ name }) => {\n const { data } = useRequest(() => query('/cloud/cc/restaurant/getByName', {\n name,\n }), {\n refreshDeps: [name],\n ready: !!name,\n });\n return data || {};\n },\n // 收运记录\n detailList: ({ name, startTime, endTime, }) => {\n const { data } = useRequest(() => query('/cloud/cc/restaurantCarDataDetail/pageCarDataDetail', {\n page: 0,\n rows: 10000,\n name,\n weighTimeFrom: startTime,\n weighTimeTo: endTime,\n }), {\n refreshDeps: [name, startTime, endTime],\n ready: !!name,\n });\n return data || { total: 0, rows: [] };\n },\n // 收运汇总\n summary: ({ id, startDate, endDate }) => {\n const { data } = useRequest(() => query('/cloud/cc/restaurantCollectData/restCollectInfo', {\n restaurantId: 'fef93c57ac4e47b39ed3541ca698175b',\n startDate: '2022-01-17',\n endDate: '2022-02-18',\n }), {\n refreshDeps: [id, startDate, endDate],\n ready: !!id,\n });\n return data;\n },\n};\nexport const AlarmService = {\n typeAnalysis: ({ id, startDate, endDate, }) => {\n const { data } = useRequest(() => query('/cloud/cc/alarmBoard/countUnitAlarm', {\n restaurantId: 1,\n startDate: '2022-01-17',\n endDate: '2022-02-18',\n }), {\n refreshDeps: [id, startDate, endDate],\n ready: !!id,\n });\n return data || {};\n },\n alarmTrend: ({ id, startDate, endDate, }) => {\n const { data } = useRequest(() => query('/cloud/cc/alarmBoard/getAlarmLine', {\n restaurantId: 1,\n startDate: '2022-01-17',\n endDate: '2022-02-18',\n }), {\n refreshDeps: [id, startDate, endDate],\n ready: !!id,\n });\n return data;\n },\n // 报警明细\n alarmRecord: ({ id, startDate, endDate, }) => {\n const { data } = useRequest(() => query('/cloud/cc/abnormalEventRecord/pageList', {\n page: 0,\n rows: 10000,\n alarmObjId: id,\n alarmStartTimeStart: startDate,\n alarmStartTimeEnd: endDate,\n }), {\n refreshDeps: [id, startDate, endDate],\n ready: !!id,\n });\n return data || { total: 0, rows: [] };\n },\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"api.js","names":["_tslib","require","_utils","_ahooks","_moment","_interopRequireDefault","e","__esModule","_typeof","o","Symbol","iterator","constructor","prototype","_regeneratorRuntime","t","r","Object","n","hasOwnProperty","defineProperty","value","i","a","c","asyncIterator","u","toStringTag","define","enumerable","configurable","writable","wrap","Generator","create","Context","makeInvokeMethod","tryCatch","type","arg","call","h","l","f","s","y","GeneratorFunction","GeneratorFunctionPrototype","p","d","getPrototypeOf","v","values","g","defineIteratorMethods","forEach","_invoke","AsyncIterator","invoke","resolve","__await","then","callInvokeWithMethodAndArg","Error","done","method","delegate","maybeInvokeDelegate","sent","_sent","dispatchException","abrupt","TypeError","resultName","next","nextLoc","pushTryEntry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","push","resetTryEntry","completion","reset","isNaN","length","displayName","isGeneratorFunction","name","mark","setPrototypeOf","__proto__","awrap","async","Promise","keys","reverse","pop","prev","charAt","slice","stop","rval","handle","complete","finish","_catch","delegateYield","query","url","params","arguments","undefined","__awaiter","_callee","res","_callee$","_context","request","data","BasicService","exports","info","_ref","id","_useRequest","useRequest","refreshDeps","ready","detailList","_ref2","startTime","endTime","garbageType","_useRequest2","restaurantId","queryStartTime","queryEndTime","ccGarbageType","summary","_ref3","startDay","endDay","_useRequest3","AlarmService","typeAnalysis","_ref4","startDate","endDate","_useRequest4","_useRequest4$data","alarmTrend","_ref5","_useRequest5","_useRequest5$data","alarmRecord","_ref6","_useRequest6","page","size","alarmObjId","moment","format","total","rows"],"sources":["vtx-restaurant-modal/api.js"],"sourcesContent":["import { __awaiter } from \"tslib\";\nimport { request } from '@vtx/utils';\nimport { useRequest } from 'ahooks';\nimport moment from 'moment';\nconst query = (url, params, method = 'get') => __awaiter(void 0, void 0, void 0, function* () {\n const res = yield request[method](url, {\n data: params,\n });\n return res === null || res === void 0 ? void 0 : res.data;\n});\nexport const BasicService = {\n // 详情\n info: ({ id }) => {\n const { data } = useRequest(() => query('/cloud/cc-reborn/api/v101/restaurant/get', {\n id,\n }), {\n refreshDeps: [id],\n ready: !!id,\n });\n return data || {};\n },\n // 收运记录\n detailList: ({ id, startTime, endTime, garbageType, }) => {\n const { data } = useRequest(() => query('/cloud/cc-reborn/api/v101/rtCarDataDetail/list', {\n restaurantId: id,\n queryStartTime: startTime,\n queryEndTime: endTime,\n ccGarbageType: garbageType,\n }), {\n refreshDeps: [id, startTime, endTime, garbageType],\n ready: !!id,\n });\n return data;\n },\n // 收运汇总\n summary: ({ id, startDay, endDay, garbageType }) => {\n const { data } = useRequest(() => query('/cloud/cc-reborn/api/v101/gisOnePage/getRestaurantDaySummary', {\n restaurantId: id,\n startDay,\n endDay,\n garbageType\n }), {\n refreshDeps: [id, startDay, endDay, garbageType],\n ready: !!id,\n });\n return data;\n },\n};\nexport const AlarmService = {\n typeAnalysis: ({ id, startDate, endDate, }) => {\n const { data = [] } = useRequest(() => query('/cloud/cc-reborn/api/v101/gisOnePage/getAbnormalTypeNums', {\n restaurantId: id,\n startDay: startDate,\n endDay: endDate,\n }), {\n refreshDeps: [id, startDate, endDate],\n ready: !!id,\n });\n return data;\n },\n alarmTrend: ({ id, startDate, endDate, }) => {\n const { data = [] } = useRequest(() => query('/cloud/cc-reborn/api/v101/gisOnePage/getAbnormalDayNums', {\n restaurantId: id,\n startDay: startDate,\n endDay: endDate,\n }), {\n refreshDeps: [id, startDate, endDate],\n ready: !!id,\n });\n return data;\n },\n // 报警明细\n alarmRecord: ({ id, startDate, endDate, }) => {\n const { data } = useRequest(() => query('/cloud/cc-reborn/api/v101/workBench/abnormalEventRecordPage', {\n page: 0,\n size: 10000,\n alarmObjId: id,\n queryStartTime: moment(startDate).format('YYYY-MM-DD 00:00:00'),\n queryEndTime: moment(endDate).format('YYYY-MM-DD 23:59:59'),\n }), {\n refreshDeps: [id, startDate, endDate],\n ready: !!id,\n });\n return data || { total: 0, rows: [] };\n },\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -10,21 +10,21 @@ var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
|
10
10
|
var _index = require("../../index");
|
|
11
11
|
var _api = require("../../api");
|
|
12
12
|
require("./index.less");
|
|
13
|
-
function _interopRequireDefault(
|
|
14
|
-
function _getRequireWildcardCache(
|
|
15
|
-
function _interopRequireWildcard(
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
14
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
16
16
|
var columns = [{
|
|
17
17
|
title: '异常类型',
|
|
18
|
-
dataIndex: '
|
|
18
|
+
dataIndex: 'abnormalTypeName'
|
|
19
19
|
}, {
|
|
20
20
|
title: '等级',
|
|
21
|
-
dataIndex: '
|
|
21
|
+
dataIndex: 'levelStr'
|
|
22
22
|
}, {
|
|
23
23
|
title: '报警开始时间',
|
|
24
|
-
dataIndex: '
|
|
24
|
+
dataIndex: 'alarmStartTime'
|
|
25
25
|
}, {
|
|
26
26
|
title: '报警结束时间',
|
|
27
|
-
dataIndex: '
|
|
27
|
+
dataIndex: 'alarmEndTime'
|
|
28
28
|
}];
|
|
29
29
|
var AlarmRecord = function AlarmRecord(_ref) {
|
|
30
30
|
var startDate = _ref.startDate,
|
|
@@ -45,6 +45,5 @@ var AlarmRecord = function AlarmRecord(_ref) {
|
|
|
45
45
|
pagination: false
|
|
46
46
|
});
|
|
47
47
|
};
|
|
48
|
-
var _default = AlarmRecord;
|
|
49
|
-
exports["default"] = _default;
|
|
48
|
+
var _default = exports["default"] = AlarmRecord;
|
|
50
49
|
//# sourceMappingURL=AlarmRecord.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlarmRecord.js","names":["columns","title","dataIndex","AlarmRecord","startDate","endDate","useContext","RestaurantContext","id","AlarmService","alarmRecord","rows","React","createElement","VmTable","dataSource","size","pagination"],"sources":["vtx-restaurant-modal/components/Alarm/AlarmRecord.js"],"sourcesContent":["import React, { useContext } from 'react';\nimport VmTable from '../../../vm-table';\nimport { RestaurantContext } from '../../index';\nimport { AlarmService } from '../../api';\nimport './index.less';\nconst columns = [\n {\n title: '异常类型',\n dataIndex: '
|
|
1
|
+
{"version":3,"file":"AlarmRecord.js","names":["_react","_interopRequireWildcard","require","_vmTable","_interopRequireDefault","_index","_api","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","columns","title","dataIndex","AlarmRecord","_ref","startDate","endDate","_useContext","useContext","RestaurantContext","id","_AlarmService$alarmRe","AlarmService","alarmRecord","_AlarmService$alarmRe2","rows","React","createElement","VmTable","dataSource","size","pagination","_default","exports"],"sources":["vtx-restaurant-modal/components/Alarm/AlarmRecord.js"],"sourcesContent":["import React, { useContext } from 'react';\nimport VmTable from '../../../vm-table';\nimport { RestaurantContext } from '../../index';\nimport { AlarmService } from '../../api';\nimport './index.less';\nconst columns = [\n {\n title: '异常类型',\n dataIndex: 'abnormalTypeName',\n },\n {\n title: '等级',\n dataIndex: 'levelStr',\n },\n {\n title: '报警开始时间',\n dataIndex: 'alarmStartTime',\n },\n {\n title: '报警结束时间',\n dataIndex: 'alarmEndTime',\n },\n];\nconst AlarmRecord = ({ startDate, endDate }) => {\n const { id } = useContext(RestaurantContext);\n const { rows = [] } = AlarmService.alarmRecord({\n id,\n startDate,\n endDate,\n });\n return React.createElement(VmTable, { columns: columns, dataSource: rows, size: \"small\", pagination: false });\n};\nexport default AlarmRecord;\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,QAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AACAA,OAAA;AAAsB,SAAAE,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,yBAAAF,CAAA,6BAAAG,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAD,wBAAA,YAAAA,yBAAAF,CAAA,WAAAA,CAAA,GAAAK,CAAA,GAAAD,CAAA,KAAAJ,CAAA;AAAA,SAAAN,wBAAAM,CAAA,EAAAI,CAAA,SAAAA,CAAA,IAAAJ,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,eAAAA,CAAA,gBAAAM,OAAA,CAAAN,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAK,CAAA,GAAAH,wBAAA,CAAAE,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAE,GAAA,CAAAP,CAAA,UAAAK,CAAA,CAAAG,GAAA,CAAAR,CAAA,OAAAS,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAf,CAAA,oBAAAe,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAe,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAd,CAAA,EAAAe,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAf,CAAA,CAAAe,CAAA,YAAAN,CAAA,cAAAT,CAAA,EAAAK,CAAA,IAAAA,CAAA,CAAAc,GAAA,CAAAnB,CAAA,EAAAS,CAAA,GAAAA,CAAA;AACtB,IAAMW,OAAO,GAAG,CACZ;EACIC,KAAK,EAAE,MAAM;EACbC,SAAS,EAAE;AACf,CAAC,EACD;EACID,KAAK,EAAE,IAAI;EACXC,SAAS,EAAE;AACf,CAAC,EACD;EACID,KAAK,EAAE,QAAQ;EACfC,SAAS,EAAE;AACf,CAAC,EACD;EACID,KAAK,EAAE,QAAQ;EACfC,SAAS,EAAE;AACf,CAAC,CACJ;AACD,IAAMC,WAAW,GAAG,SAAdA,WAAWA,CAAAC,IAAA,EAA+B;EAAA,IAAzBC,SAAS,GAAAD,IAAA,CAATC,SAAS;IAAEC,OAAO,GAAAF,IAAA,CAAPE,OAAO;EACrC,IAAAC,WAAA,GAAe,IAAAC,iBAAU,EAACC,wBAAiB,CAAC;IAApCC,EAAE,GAAAH,WAAA,CAAFG,EAAE;EACV,IAAAC,qBAAA,GAAsBC,iBAAY,CAACC,WAAW,CAAC;MAC3CH,EAAE,EAAFA,EAAE;MACFL,SAAS,EAATA,SAAS;MACTC,OAAO,EAAPA;IACJ,CAAC,CAAC;IAAAQ,sBAAA,GAAAH,qBAAA,CAJMI,IAAI;IAAJA,IAAI,GAAAD,sBAAA,cAAG,EAAE,GAAAA,sBAAA;EAKjB,oBAAOE,iBAAK,CAACC,aAAa,CAACC,mBAAO,EAAE;IAAElB,OAAO,EAAEA,OAAO;IAAEmB,UAAU,EAAEJ,IAAI;IAAEK,IAAI,EAAE,OAAO;IAAEC,UAAU,EAAE;EAAM,CAAC,CAAC;AACjH,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,cACapB,WAAW","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -10,11 +10,17 @@ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
|
|
|
10
10
|
var _index = require("../../index");
|
|
11
11
|
var _api = require("../../api");
|
|
12
12
|
require("./index.less");
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
function
|
|
13
|
+
var _lodash = _interopRequireDefault(require("lodash"));
|
|
14
|
+
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
15
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
16
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
17
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
16
18
|
var getOption = function getOption(data) {
|
|
19
|
+
var _useSettings = (0, _useSettings2["default"])(),
|
|
20
|
+
chartColor = _useSettings.chartColor,
|
|
21
|
+
chartFontColor = _useSettings.chartFontColor;
|
|
17
22
|
return {
|
|
23
|
+
color: chartColor,
|
|
18
24
|
grid: {
|
|
19
25
|
top: 20,
|
|
20
26
|
left: 40,
|
|
@@ -26,13 +32,25 @@ var getOption = function getOption(data) {
|
|
|
26
32
|
},
|
|
27
33
|
xAxis: {
|
|
28
34
|
type: 'category',
|
|
29
|
-
data: (data
|
|
35
|
+
data: _lodash["default"].map(data, 'labelName'),
|
|
36
|
+
nameTextStyle: {
|
|
37
|
+
color: chartFontColor
|
|
38
|
+
},
|
|
39
|
+
axisLabel: {
|
|
40
|
+
color: chartFontColor
|
|
41
|
+
}
|
|
30
42
|
},
|
|
31
43
|
yAxis: {
|
|
32
|
-
type: 'value'
|
|
44
|
+
type: 'value',
|
|
45
|
+
nameTextStyle: {
|
|
46
|
+
color: chartFontColor
|
|
47
|
+
},
|
|
48
|
+
axisLabel: {
|
|
49
|
+
color: chartFontColor
|
|
50
|
+
}
|
|
33
51
|
},
|
|
34
52
|
series: [{
|
|
35
|
-
data: (data
|
|
53
|
+
data: _lodash["default"].map(data, 'labelValue'),
|
|
36
54
|
type: 'line'
|
|
37
55
|
}]
|
|
38
56
|
};
|
|
@@ -55,6 +73,5 @@ var AlarmTrend = function AlarmTrend(_ref) {
|
|
|
55
73
|
}
|
|
56
74
|
});
|
|
57
75
|
};
|
|
58
|
-
var _default = AlarmTrend;
|
|
59
|
-
exports["default"] = _default;
|
|
76
|
+
var _default = exports["default"] = AlarmTrend;
|
|
60
77
|
//# sourceMappingURL=AlarmTrend.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlarmTrend.js","names":["getOption","data","grid","top","left","bottom","right","tooltip","trigger","xAxis","type","
|
|
1
|
+
{"version":3,"file":"AlarmTrend.js","names":["_react","_interopRequireWildcard","require","_echartsForReact","_interopRequireDefault","_index","_api","_lodash","_useSettings2","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","getOption","data","_useSettings","useSettings","chartColor","chartFontColor","color","grid","top","left","bottom","right","tooltip","trigger","xAxis","type","_","map","nameTextStyle","axisLabel","yAxis","series","AlarmTrend","_ref","startDate","endDate","_useContext","useContext","RestaurantContext","id","AlarmService","alarmTrend","React","createElement","ReactEcharts","option","style","width","height","_default","exports"],"sources":["vtx-restaurant-modal/components/Alarm/AlarmTrend.js"],"sourcesContent":["import React, { useContext } from 'react';\nimport ReactEcharts from 'echarts-for-react';\nimport { RestaurantContext } from '../../index';\nimport { AlarmService } from '../../api';\nimport './index.less';\nimport _ from 'lodash';\nimport useSettings from '../../../vm-hooks/useSettings';\nconst getOption = (data) => {\n const { chartColor, chartFontColor } = useSettings();\n return {\n color: chartColor,\n grid: {\n top: 20,\n left: 40,\n bottom: 20,\n right: 20,\n },\n tooltip: {\n trigger: 'axis',\n },\n xAxis: {\n type: 'category',\n data: _.map(data, 'labelName'),\n nameTextStyle: {\n color: chartFontColor,\n },\n axisLabel: {\n color: chartFontColor,\n },\n },\n yAxis: {\n type: 'value',\n nameTextStyle: {\n color: chartFontColor,\n },\n axisLabel: {\n color: chartFontColor,\n },\n },\n series: [\n {\n data: _.map(data, 'labelValue'),\n type: 'line',\n },\n ],\n };\n};\nconst AlarmTrend = ({ startDate, endDate }) => {\n const { id } = useContext(RestaurantContext);\n const data = AlarmService.alarmTrend({\n id,\n startDate,\n endDate,\n });\n return React.createElement(ReactEcharts, { option: getOption(data), style: { width: '100%', height: '100%' } });\n};\nexport default AlarmTrend;\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AACAA,OAAA;AACA,IAAAK,OAAA,GAAAH,sBAAA,CAAAF,OAAA;AACA,IAAAM,aAAA,GAAAJ,sBAAA,CAAAF,OAAA;AAAwD,SAAAE,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,yBAAAF,CAAA,6BAAAG,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAD,wBAAA,YAAAA,yBAAAF,CAAA,WAAAA,CAAA,GAAAK,CAAA,GAAAD,CAAA,KAAAJ,CAAA;AAAA,SAAAR,wBAAAQ,CAAA,EAAAI,CAAA,SAAAA,CAAA,IAAAJ,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,eAAAA,CAAA,gBAAAM,OAAA,CAAAN,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAK,CAAA,GAAAH,wBAAA,CAAAE,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAE,GAAA,CAAAP,CAAA,UAAAK,CAAA,CAAAG,GAAA,CAAAR,CAAA,OAAAS,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAf,CAAA,oBAAAe,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAe,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAd,CAAA,EAAAe,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAf,CAAA,CAAAe,CAAA,YAAAN,CAAA,cAAAT,CAAA,EAAAK,CAAA,IAAAA,CAAA,CAAAc,GAAA,CAAAnB,CAAA,EAAAS,CAAA,GAAAA,CAAA;AACxD,IAAMW,SAAS,GAAG,SAAZA,SAASA,CAAIC,IAAI,EAAK;EACxB,IAAAC,YAAA,GAAuC,IAAAC,wBAAW,EAAC,CAAC;IAA5CC,UAAU,GAAAF,YAAA,CAAVE,UAAU;IAAEC,cAAc,GAAAH,YAAA,CAAdG,cAAc;EAClC,OAAO;IACHC,KAAK,EAAEF,UAAU;IACjBG,IAAI,EAAE;MACFC,GAAG,EAAE,EAAE;MACPC,IAAI,EAAE,EAAE;MACRC,MAAM,EAAE,EAAE;MACVC,KAAK,EAAE;IACX,CAAC;IACDC,OAAO,EAAE;MACLC,OAAO,EAAE;IACb,CAAC;IACDC,KAAK,EAAE;MACHC,IAAI,EAAE,UAAU;MAChBd,IAAI,EAAEe,kBAAC,CAACC,GAAG,CAAChB,IAAI,EAAE,WAAW,CAAC;MAC9BiB,aAAa,EAAE;QACXZ,KAAK,EAAED;MACX,CAAC;MACDc,SAAS,EAAE;QACPb,KAAK,EAAED;MACX;IACJ,CAAC;IACDe,KAAK,EAAE;MACHL,IAAI,EAAE,OAAO;MACbG,aAAa,EAAE;QACXZ,KAAK,EAAED;MACX,CAAC;MACDc,SAAS,EAAE;QACPb,KAAK,EAAED;MACX;IACJ,CAAC;IACDgB,MAAM,EAAE,CACJ;MACIpB,IAAI,EAAEe,kBAAC,CAACC,GAAG,CAAChB,IAAI,EAAE,YAAY,CAAC;MAC/Bc,IAAI,EAAE;IACV,CAAC;EAET,CAAC;AACL,CAAC;AACD,IAAMO,UAAU,GAAG,SAAbA,UAAUA,CAAAC,IAAA,EAA+B;EAAA,IAAzBC,SAAS,GAAAD,IAAA,CAATC,SAAS;IAAEC,OAAO,GAAAF,IAAA,CAAPE,OAAO;EACpC,IAAAC,WAAA,GAAe,IAAAC,iBAAU,EAACC,wBAAiB,CAAC;IAApCC,EAAE,GAAAH,WAAA,CAAFG,EAAE;EACV,IAAM5B,IAAI,GAAG6B,iBAAY,CAACC,UAAU,CAAC;IACjCF,EAAE,EAAFA,EAAE;IACFL,SAAS,EAATA,SAAS;IACTC,OAAO,EAAPA;EACJ,CAAC,CAAC;EACF,oBAAOO,iBAAK,CAACC,aAAa,CAACC,2BAAY,EAAE;IAAEC,MAAM,EAAEnC,SAAS,CAACC,IAAI,CAAC;IAAEmC,KAAK,EAAE;MAAEC,KAAK,EAAE,MAAM;MAAEC,MAAM,EAAE;IAAO;EAAE,CAAC,CAAC;AACnH,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,cACalB,UAAU","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -10,25 +10,30 @@ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
|
|
|
10
10
|
var _index = require("../../index");
|
|
11
11
|
var _api = require("../../api");
|
|
12
12
|
require("./index.less");
|
|
13
|
-
|
|
14
|
-
function
|
|
15
|
-
function
|
|
13
|
+
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
15
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
16
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
16
17
|
var getOption = function getOption(data) {
|
|
17
|
-
var
|
|
18
|
+
var _useSettings = (0, _useSettings2["default"])(),
|
|
19
|
+
chartColor = _useSettings.chartColor,
|
|
20
|
+
chartFontColor = _useSettings.chartFontColor;
|
|
18
21
|
var total = 0;
|
|
19
|
-
|
|
20
|
-
total +=
|
|
21
|
-
|
|
22
|
-
name:
|
|
23
|
-
value:
|
|
24
|
-
}
|
|
25
|
-
}
|
|
22
|
+
var arr = data.map(function (item) {
|
|
23
|
+
total += item.labelValue;
|
|
24
|
+
return {
|
|
25
|
+
name: item.labelName,
|
|
26
|
+
value: item.labelValue
|
|
27
|
+
};
|
|
28
|
+
});
|
|
26
29
|
return {
|
|
30
|
+
color: chartColor,
|
|
27
31
|
title: {
|
|
28
32
|
text: "{a|\u603B\u6B21\u6570}\n".concat(total, "{a|\u6B21}"),
|
|
29
33
|
left: 'center',
|
|
30
34
|
top: 'center',
|
|
31
35
|
textStyle: {
|
|
36
|
+
color: chartFontColor,
|
|
32
37
|
rich: {
|
|
33
38
|
a: {
|
|
34
39
|
fontSize: 12
|
|
@@ -42,7 +47,10 @@ var getOption = function getOption(data) {
|
|
|
42
47
|
legend: {
|
|
43
48
|
top: 'center',
|
|
44
49
|
right: '5%',
|
|
45
|
-
orient: 'vertical'
|
|
50
|
+
orient: 'vertical',
|
|
51
|
+
textStyle: {
|
|
52
|
+
color: chartFontColor
|
|
53
|
+
}
|
|
46
54
|
},
|
|
47
55
|
series: [{
|
|
48
56
|
name: '报警次数类型占比',
|
|
@@ -79,6 +87,5 @@ var AlarmTypeAnalysis = function AlarmTypeAnalysis(_ref) {
|
|
|
79
87
|
}
|
|
80
88
|
});
|
|
81
89
|
};
|
|
82
|
-
var _default = AlarmTypeAnalysis;
|
|
83
|
-
exports["default"] = _default;
|
|
90
|
+
var _default = exports["default"] = AlarmTypeAnalysis;
|
|
84
91
|
//# sourceMappingURL=AlarmTypeAnalysis.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlarmTypeAnalysis.js","names":["getOption","data","
|
|
1
|
+
{"version":3,"file":"AlarmTypeAnalysis.js","names":["_react","_interopRequireWildcard","require","_echartsForReact","_interopRequireDefault","_index","_api","_useSettings2","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","getOption","data","_useSettings","useSettings","chartColor","chartFontColor","total","arr","map","item","labelValue","name","labelName","value","color","title","text","concat","left","top","textStyle","rich","fontSize","tooltip","trigger","legend","right","orient","series","type","center","radius","avoidLabelOverlap","label","show","position","labelLine","AlarmTypeAnalysis","_ref","startDate","endDate","_useContext","useContext","RestaurantContext","id","AlarmService","typeAnalysis","React","createElement","ReactEcharts","option","style","width","height","_default","exports"],"sources":["vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js"],"sourcesContent":["import React, { useContext } from 'react';\nimport ReactEcharts from 'echarts-for-react';\nimport { RestaurantContext } from '../../index';\nimport { AlarmService } from '../../api';\nimport './index.less';\nimport useSettings from '../../../vm-hooks/useSettings';\nconst getOption = (data) => {\n const { chartColor, chartFontColor } = useSettings();\n let total = 0;\n const arr = data.map(item => {\n total += item.labelValue;\n return {\n name: item.labelName,\n value: item.labelValue,\n };\n });\n return {\n color: chartColor,\n title: {\n text: `{a|总次数}\\n${total}{a|次}`,\n left: 'center',\n top: 'center',\n textStyle: {\n color: chartFontColor,\n rich: {\n a: {\n fontSize: 12,\n },\n },\n },\n },\n tooltip: {\n trigger: 'item',\n },\n legend: {\n top: 'center',\n right: '5%',\n orient: 'vertical',\n textStyle: {\n color: chartFontColor,\n }\n },\n series: [\n {\n name: '报警次数类型占比',\n type: 'pie',\n center: ['50%', '50%'],\n radius: ['70%', '90%'],\n avoidLabelOverlap: false,\n label: {\n show: false,\n position: 'center',\n },\n labelLine: {\n show: false,\n },\n data: arr,\n },\n ],\n };\n};\nconst AlarmTypeAnalysis = ({ startDate, endDate }) => {\n const { id } = useContext(RestaurantContext);\n const data = AlarmService.typeAnalysis({\n id,\n startDate,\n endDate,\n });\n return React.createElement(ReactEcharts, { option: getOption(data), style: { width: '100%', height: '100%' } });\n};\nexport default AlarmTypeAnalysis;\n"],"mappings":"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","ignoreList":[]}
|