@vtx/modals2 4.0.9 → 5.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/style/index.css +52 -3
- package/lib/style/themes/dark.css +52 -3
- package/lib/style/themes/dark.less +47 -1
- package/lib/style/themes/default.css +5 -2
- package/lib/style/themes/default.less +6 -2
- package/lib/style/themes/index.css +52 -3
- package/lib/typings.d.ts +2 -0
- package/lib/util/index.js +267 -3
- package/lib/util/index.js.map +1 -1
- package/lib/vm-alarm-info/Components/index.css +3 -0
- package/lib/vm-alarm-info/Components/index.less +3 -0
- package/lib/vm-alarm-situation/index.js +1 -1
- package/lib/vm-alarm-situation/index.js.map +1 -1
- package/lib/vm-appraisal-info/ListKh.js +26 -8
- package/lib/vm-appraisal-info/ListKh.js.map +1 -1
- package/lib/vm-appraisal-info/ListZg.js +22 -6
- package/lib/vm-appraisal-info/ListZg.js.map +1 -1
- package/lib/vm-appraisal-info/Wtlx.js +6 -4
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
- package/lib/vm-appraisal-info/index.js +4 -3
- package/lib/vm-appraisal-info/index.js.map +1 -1
- package/lib/vm-appraisal-info/style/index.css +9 -1
- package/lib/vm-appraisal-info/style/index.less +15 -1
- package/lib/vm-base-list/OpenArrow.js +2 -8
- package/lib/vm-base-list/OpenArrow.js.map +1 -1
- package/lib/vm-charts/Line.js +1 -3
- package/lib/vm-charts/Line.js.map +1 -1
- package/lib/vm-charts/Line1.js +19 -1
- package/lib/vm-charts/Line1.js.map +1 -1
- package/lib/vm-container/style/index.css +1 -0
- package/lib/vm-container/style/index.less +2 -0
- package/lib/vm-filter/index.js +0 -3
- package/lib/vm-filter/index.js.map +1 -1
- package/lib/vm-filter/style/index.css +109 -2
- package/lib/vm-filter/style/index.less +128 -1
- package/lib/vm-hooks/useSettings.js +1 -0
- package/lib/vm-hooks/useSettings.js.map +1 -1
- package/lib/vm-iframe-modal/style/index.css +2 -1
- package/lib/vm-iframe-modal/style/index.less +2 -1
- package/lib/vm-image-text/index.js +2 -1
- package/lib/vm-image-text/index.js.map +1 -1
- package/lib/vm-image-text/style/index.css +2 -0
- package/lib/vm-image-text/style/index.less +2 -0
- package/lib/vm-info-collection/index.js +110 -8
- package/lib/vm-info-collection/index.js.map +1 -1
- package/lib/vm-info-collection/style/index.css +19 -23
- package/lib/vm-info-collection/style/index.less +13 -23
- package/lib/vm-map/imgs/defaultMarker.png +0 -0
- package/lib/vm-map/index.js +71 -27
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vm-map/style/css.js +4 -0
- package/lib/vm-map/style/css.js.map +1 -0
- package/lib/vm-map/style/index.css +3 -0
- package/lib/vm-map/style/index.js +4 -0
- package/lib/vm-map/style/index.js.map +1 -0
- package/lib/vm-map/style/index.less +3 -0
- package/lib/vm-repair-maintain/RmMonthTrend.js +12 -10
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
- package/lib/vm-repair-maintain/RmRecord.js +4 -6
- package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
- package/lib/vm-repair-maintain/RmType.js +6 -4
- package/lib/vm-repair-maintain/RmType.js.map +1 -1
- package/lib/vm-repair-maintain/style/index.css +4 -0
- package/lib/vm-repair-maintain/style/index.less +7 -0
- package/lib/vm-sub-tabs/style/index.css +46 -0
- package/lib/vm-sub-tabs/style/index.less +61 -1
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vm-sub-title/index.js +18 -2
- package/lib/vm-sub-title/index.js.map +1 -1
- package/lib/vm-sub-title/style/index.css +44 -1
- package/lib/vm-sub-title/style/index.less +46 -1
- package/lib/vm-table/index.js +1 -7
- package/lib/vm-table/index.js.map +1 -1
- package/lib/vm-table/style/index.css +89 -10
- package/lib/vm-table/style/index.less +101 -10
- package/lib/vm-video/index.css +76 -3
- package/lib/vm-video/index.js +6 -4
- package/lib/vm-video/index.js.map +1 -1
- package/lib/vm-video/index.less +26 -0
- package/lib/vtx-base-info/index.js +11 -2
- package/lib/vtx-base-info/index.js.map +1 -1
- package/lib/vtx-base-info/style/index.css +4 -0
- package/lib/vtx-base-info/style/index.less +4 -0
- package/lib/vtx-base-modal/api.js +8 -1
- package/lib/vtx-base-modal/api.js.map +1 -1
- package/lib/vtx-base-modal/config.js +307 -0
- package/lib/vtx-base-modal/config.js.map +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect_light.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-base-modal/imgs/track_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track_light.png +0 -0
- package/lib/vtx-base-modal/index.js +163 -36
- package/lib/vtx-base-modal/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.css +731 -4
- package/lib/vtx-base-modal/style/index.less +508 -5
- package/lib/vtx-car-modal/api.js +296 -172
- package/lib/vtx-car-modal/api.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +27 -11
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +3 -6
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +2 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +6 -5
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +2 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js +100 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +37 -8
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +5 -3
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +5 -5
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +18 -9
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +25 -7
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +19 -4
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +6 -5
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +20 -9
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +29 -18
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +70 -5
- package/lib/vtx-car-modal/components/BaseInfo/index.js +100 -41
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +57 -6
- package/lib/vtx-car-modal/components/{PowerConsumption → Collection}/index.css +14 -15
- package/lib/vtx-car-modal/components/Collection/index.js +193 -0
- package/lib/vtx-car-modal/components/Collection/index.js.map +1 -0
- package/lib/vtx-car-modal/components/Collection/index.less +18 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.css +19 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js +174 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -0
- package/lib/vtx-car-modal/components/Maintenance/index.css +1 -0
- package/lib/vtx-car-modal/components/Maintenance/index.less +1 -0
- package/lib/vtx-car-modal/components/OilConsumption/List.js +3 -6
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +25 -6
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.css +3 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +17 -3
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +10 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.js +24 -11
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +11 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.css +2 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -30
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +120 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +100 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +88 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +17 -7
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +39 -47
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +52 -12
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +197 -2
- package/lib/vtx-car-modal/components/WorkInfo/index.less +226 -2
- package/lib/vtx-car-modal/components/index.js +12 -12
- package/lib/vtx-car-modal/components/index.js.map +1 -1
- package/lib/vtx-car-modal/imgs/ccc.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/dash.png +0 -0
- 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/outTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ys.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/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_blue.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/index.js +107 -68
- package/lib/vtx-car-modal/index.js.map +1 -1
- package/lib/vtx-car-modal/style/index.css +58 -3
- package/lib/vtx-car-modal/style/index.less +2 -0
- package/lib/vtx-cc-cp-modal/api.js +150 -51
- package/lib/vtx-cc-cp-modal/api.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +118 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +123 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +147 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +119 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +55 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +1 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +25 -6
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +5 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +7 -1
- package/lib/vtx-cc-cp-modal/index.js +14 -2
- package/lib/vtx-cc-cp-modal/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/style/index.css +52 -3
- package/lib/vtx-cp-modal/api.js +81 -51
- package/lib/vtx-cp-modal/api.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +2 -4
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +16 -34
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +75 -152
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +11 -4
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +45 -203
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +4 -41
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +40 -110
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +20 -9
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.css +14 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +7 -7
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.less +10 -1
- package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
- package/lib/vtx-cp-modal/index.js +57 -15
- package/lib/vtx-cp-modal/index.js.map +1 -1
- package/lib/vtx-cp-modal/style/index.css +52 -3
- package/lib/vtx-default-modal/api.js +248 -23
- package/lib/vtx-default-modal/api.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +12 -2
- package/lib/vtx-default-modal/components/BaseInfo/index.js +39 -11
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +16 -3
- package/lib/vtx-default-modal/index.js +67 -22
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +52 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +5 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -1
- package/lib/vtx-device-modal/config.js +8 -12
- package/lib/vtx-device-modal/config.js.map +1 -1
- package/lib/vtx-device-modal/index.js +4 -2
- package/lib/vtx-device-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/api.js +97 -63
- package/lib/vtx-df-modal/api.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +48 -20
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +30 -18
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +5 -6
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +31 -23
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +39 -174
- package/lib/vtx-df-modal/components/BaseInfo/index.js +74 -68
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +45 -63
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +12 -9
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +19 -13
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/List.js +18 -17
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.css +11 -4
- package/lib/vtx-df-modal/components/Metering/index.js +3 -2
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.less +14 -6
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +1 -3
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +18 -2
- package/lib/vtx-df-modal/components/WorkCondition/index.less +24 -1
- package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/yxzbbj.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-df-modal/index.js +66 -41
- package/lib/vtx-df-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/style/index.css +52 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js +7 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.css +3 -0
- package/lib/vtx-facility-modal/components/OverView/index.js +41 -16
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +4 -0
- package/lib/vtx-facility-modal/config.js +7 -10
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/imgs/default.png +0 -0
- package/lib/vtx-facility-modal/index.js +9 -5
- package/lib/vtx-facility-modal/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/api.js +52 -40
- package/lib/vtx-housing-estate-modal/api.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +19 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +5 -3
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +37 -10
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +5 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +8 -3
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +10 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +3 -3
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-housing-estate-modal/config.js +2 -2
- package/lib/vtx-housing-estate-modal/config.js.map +1 -1
- package/lib/vtx-housing-estate-modal/index.js +9 -2
- package/lib/vtx-housing-estate-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +4 -0
- package/lib/vtx-kh-modal/index.js +3 -1
- package/lib/vtx-kh-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +52 -3
- package/lib/vtx-pump-modal/api.js +71 -38
- package/lib/vtx-pump-modal/api.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +22 -5
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +22 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +10 -9
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +4 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +16 -11
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +14 -16
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +5 -6
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/index.css +4 -0
- package/lib/vtx-pump-modal/components/Basic/index.less +6 -1
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +7 -7
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.css +10 -9
- package/lib/vtx-pump-modal/components/Sbxl/index.js +5 -9
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.less +16 -17
- package/lib/vtx-pump-modal/components/Sjfx/index.css +3 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.js +29 -29
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.less +8 -6
- package/lib/vtx-pump-modal/components/Sxyx/index.css +7 -5
- package/lib/vtx-pump-modal/components/Sxyx/index.js +7 -4
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sxyx/index.less +16 -11
- package/lib/vtx-pump-modal/config.js +3 -3
- package/lib/vtx-pump-modal/config.js.map +1 -1
- package/lib/vtx-pump-modal/index.js +21 -4
- package/lib/vtx-pump-modal/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/api.js +52 -34
- package/lib/vtx-restaurant-modal/api.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +6 -5
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +4 -3
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +2 -4
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +3 -3
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +1 -3
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.less +4 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js +154 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js +37 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.css +12 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js +44 -19
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.less +6 -0
- package/lib/vtx-restaurant-modal/index.js +9 -3
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/api.js +90 -31
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +3 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +16 -6
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +19 -10
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +16 -9
- package/lib/vtx-road-modal/components/BaseInfo/index.js +22 -15
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +18 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +20 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +13 -4
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +4 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +2 -0
- package/lib/vtx-road-modal/index.js +87 -14
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/index.css +52 -3
- package/lib/vtx-staff-modal/api.js +59 -35
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +24 -9
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.css +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +5 -4
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +1 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +11 -4
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +21 -36
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +7 -6
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.css +3 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +3 -0
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +16 -5
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +12 -4
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +6 -2
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +8 -2
- package/lib/vtx-staff-modal/components/Equipment/index.css +1 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +1 -0
- package/lib/vtx-staff-modal/index.js +28 -14
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +52 -3
- package/lib/vtx-theme-provider/index.js +1 -0
- package/lib/vtx-theme-provider/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/api.js +102 -47
- package/lib/vtx-throw-point-modal/api.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.css +2 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +6 -5
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +18 -9
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.css +6 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.js +8 -3
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.less +11 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +1 -2
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-throw-point-modal/index.js +66 -30
- package/lib/vtx-throw-point-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/api.js +89 -51
- package/lib/vtx-wr-modal/api.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +6 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +3 -0
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +24 -8
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +8 -4
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +17 -8
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +8 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +3 -3
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +10 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +9 -13
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +53 -23
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +2 -2
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +28 -12
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +119 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +286 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +54 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +364 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +159 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +220 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +319 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +112 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +320 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.css +3 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.less +3 -0
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +6 -5
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +34 -31
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/index.css +2 -0
- package/lib/vtx-wr-modal/components/Monitor/index.less +4 -0
- package/lib/vtx-wr-modal/components/Score/index.css +11 -0
- package/lib/vtx-wr-modal/components/Score/index.js +3 -2
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.less +33 -16
- package/lib/vtx-wr-modal/components/Ztt/index.js +27 -0
- package/lib/vtx-wr-modal/components/Ztt/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/index.js +14 -0
- package/lib/vtx-wr-modal/components/index.js.map +1 -1
- package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
- package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
- package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
- package/lib/vtx-wr-modal/index.js +163 -39
- package/lib/vtx-wr-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.css +52 -3
- package/lib/vtx-zg-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-zg-modal/index.js +6 -2
- package/lib/vtx-zg-modal/index.js.map +1 -1
- package/lib/vtx-zg-modal/style/index.css +52 -3
- package/package.json +5 -4
- package/lib/vtx-car-modal/components/CanData/index.css +0 -41
- package/lib/vtx-car-modal/components/CanData/index.js +0 -181
- package/lib/vtx-car-modal/components/CanData/index.js.map +0 -1
- package/lib/vtx-car-modal/components/CanData/index.less +0 -36
- package/lib/vtx-car-modal/components/PowerConsumption/index.js +0 -134
- package/lib/vtx-car-modal/components/PowerConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal/components/PowerConsumption/index.less +0 -22
- package/lib/vtx-car-modal/imgs/gx.png +0 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +0 -180
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +0 -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-car-modal/api.js
CHANGED
|
@@ -1,23 +1,42 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
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); }
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
|
-
exports.
|
|
7
|
+
exports.tabConfigService = exports.carSYMap = exports.carIdentityMap = exports.carConfigMap = exports.carAuditMap = exports.WorkServicve = exports.WaterService = exports.OilService = exports.MaintenanceService = exports.ConfigService = exports.CollectionService = exports.BaseService = exports.AlarmService = void 0;
|
|
8
|
+
var _tslib = require("tslib");
|
|
7
9
|
var _utils = require("@vtx/utils");
|
|
8
10
|
var _ahooks = require("ahooks");
|
|
9
11
|
var _lodash = require("lodash");
|
|
10
|
-
var
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
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
13
|
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
13
14
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
14
15
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
15
16
|
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
16
17
|
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
17
18
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
19
|
+
var ConfigService = exports.ConfigService = {
|
|
20
|
+
useConfig: function useConfig() {
|
|
21
|
+
var _useRequest = (0, _ahooks.useRequest)(function () {
|
|
22
|
+
return _utils.request.get('/cloud/zyqs-zqb/api/v101/systemConfig/load');
|
|
23
|
+
}, {
|
|
24
|
+
onError: function onError(error) {
|
|
25
|
+
if (error.status === 404) {
|
|
26
|
+
//
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}),
|
|
30
|
+
data = _useRequest.data;
|
|
31
|
+
return {
|
|
32
|
+
data: data === null || data === void 0 ? void 0 : data.data
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
};
|
|
18
36
|
var BaseService = exports.BaseService = {
|
|
19
37
|
useBaseInfo: function useBaseInfo(id) {
|
|
20
|
-
var
|
|
38
|
+
var _a, _b, _c, _d;
|
|
39
|
+
var _useRequest2 = (0, _ahooks.useRequest)(function () {
|
|
21
40
|
return _utils.request.get('/cloud/gps-reborn/sdk/car/getCarInfoByProductType', {
|
|
22
41
|
data: {
|
|
23
42
|
carId: id
|
|
@@ -26,8 +45,19 @@ var BaseService = exports.BaseService = {
|
|
|
26
45
|
}, {
|
|
27
46
|
refreshDeps: [id]
|
|
28
47
|
}),
|
|
29
|
-
baseInfoRes =
|
|
48
|
+
baseInfoRes = _useRequest2.data;
|
|
49
|
+
var _useRequest3 = (0, _ahooks.useRequest)(function () {
|
|
50
|
+
return _utils.request.get('/cloud/gps-reborn/car/np/getCarDetailById', {
|
|
51
|
+
data: {
|
|
52
|
+
id: id
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
}, {
|
|
56
|
+
refreshDeps: [id]
|
|
57
|
+
}),
|
|
58
|
+
detailRes = _useRequest3.data;
|
|
30
59
|
var info = baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data;
|
|
60
|
+
var detail = detailRes === null || detailRes === void 0 ? void 0 : detailRes.data;
|
|
31
61
|
var baseInfo = [{
|
|
32
62
|
label: '所属单位',
|
|
33
63
|
key: 'deptName',
|
|
@@ -36,13 +66,11 @@ var BaseService = exports.BaseService = {
|
|
|
36
66
|
label: '使用单位',
|
|
37
67
|
key: 'useUnitName',
|
|
38
68
|
value: info === null || info === void 0 ? void 0 : info.useUnitName
|
|
39
|
-
},
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
// },
|
|
45
|
-
{
|
|
69
|
+
}, {
|
|
70
|
+
label: '所属标段',
|
|
71
|
+
key: 'bidSectionName',
|
|
72
|
+
value: info === null || info === void 0 ? void 0 : info.bidSectionName
|
|
73
|
+
}, {
|
|
46
74
|
label: '行政区划',
|
|
47
75
|
key: 'divisionName',
|
|
48
76
|
value: info === null || info === void 0 ? void 0 : info.divisionName
|
|
@@ -59,17 +87,44 @@ var BaseService = exports.BaseService = {
|
|
|
59
87
|
key: 'contactWay',
|
|
60
88
|
value: info === null || info === void 0 ? void 0 : info.contactWay
|
|
61
89
|
}];
|
|
90
|
+
if (detail === null || detail === void 0 ? void 0 : detail.drivingLicenseCode) {
|
|
91
|
+
baseInfo.push({
|
|
92
|
+
label: '行驶证编号',
|
|
93
|
+
key: 'drivingLicenseCode',
|
|
94
|
+
value: detail === null || detail === void 0 ? void 0 : detail.drivingLicenseCode
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
var _useRequest4 = (0, _ahooks.useRequest)(function () {
|
|
98
|
+
return _utils.request.get('/cloud/jcss-reborn/facility/type/config/getByCode', {
|
|
99
|
+
data: {
|
|
100
|
+
code: 'car'
|
|
101
|
+
}
|
|
102
|
+
});
|
|
103
|
+
}, {
|
|
104
|
+
refreshDeps: [id]
|
|
105
|
+
}),
|
|
106
|
+
tabConfig = _useRequest4.data;
|
|
62
107
|
return {
|
|
63
108
|
baseInfo: baseInfo,
|
|
64
|
-
info: info
|
|
109
|
+
info: info,
|
|
110
|
+
tabIsFilter: !!((_b = (_a = tabConfig === null || tabConfig === void 0 ? void 0 : tabConfig.data) === null || _a === void 0 ? void 0 : _a.popupConfigJson) === null || _b === void 0 ? void 0 : _b.length),
|
|
111
|
+
tabConfig: ((_d = (_c = tabConfig === null || tabConfig === void 0 ? void 0 : tabConfig.data) === null || _c === void 0 ? void 0 : _c.popupConfigJson) === null || _d === void 0 ? void 0 : _d.filter(function (ele) {
|
|
112
|
+
return ele.display;
|
|
113
|
+
}).map(function (ele) {
|
|
114
|
+
return {
|
|
115
|
+
key: ele.code,
|
|
116
|
+
title: ele.name
|
|
117
|
+
};
|
|
118
|
+
})) || [],
|
|
119
|
+
visited: !!tabConfig
|
|
65
120
|
};
|
|
66
121
|
},
|
|
67
122
|
useConfig: function useConfig() {
|
|
68
123
|
var _a, _b;
|
|
69
|
-
var
|
|
124
|
+
var _useRequest5 = (0, _ahooks.useRequest)(function () {
|
|
70
125
|
return _utils.request.get('/cloud/ljsy-reborn/api/param/config/webList');
|
|
71
126
|
}),
|
|
72
|
-
config =
|
|
127
|
+
config = _useRequest5.data;
|
|
73
128
|
var paramConfigsList = {};
|
|
74
129
|
if (config === null || config === void 0 ? void 0 : config.data) {
|
|
75
130
|
(_b = (_a = config.data) === null || _a === void 0 ? void 0 : _a.paramConfigs) === null || _b === void 0 ? void 0 : _b.forEach(function (element) {
|
|
@@ -78,9 +133,48 @@ var BaseService = exports.BaseService = {
|
|
|
78
133
|
}
|
|
79
134
|
return paramConfigsList;
|
|
80
135
|
},
|
|
136
|
+
useDetailInfo: function useDetailInfo(carId) {
|
|
137
|
+
var _useRequest6 = (0, _ahooks.useRequest)(function () {
|
|
138
|
+
return _utils.request.get('/cloud/gps-reborn/car/np/getCarDetailById', {
|
|
139
|
+
data: {
|
|
140
|
+
id: carId,
|
|
141
|
+
desensitization: true
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
}),
|
|
145
|
+
data = _useRequest6.data;
|
|
146
|
+
return {
|
|
147
|
+
detail: data === null || data === void 0 ? void 0 : data.data
|
|
148
|
+
};
|
|
149
|
+
},
|
|
150
|
+
useServiceInfo: function useServiceInfo(carId) {
|
|
151
|
+
var _useRequest7 = (0, _ahooks.useRequest)(function () {
|
|
152
|
+
return _utils.request.get('/cloud/jcss-reborn/contract/carHistoryContract', {
|
|
153
|
+
data: {
|
|
154
|
+
id: carId
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
}),
|
|
158
|
+
data = _useRequest7.data;
|
|
159
|
+
return {
|
|
160
|
+
serviceInfo: data === null || data === void 0 ? void 0 : data.data
|
|
161
|
+
};
|
|
162
|
+
},
|
|
163
|
+
useFieldConfig: function useFieldConfig() {
|
|
164
|
+
var _a;
|
|
165
|
+
var _useRequest8 = (0, _ahooks.useRequest)(function () {
|
|
166
|
+
return _utils.request.get('/cloud/gps-reborn/car/dataConfig/list');
|
|
167
|
+
}),
|
|
168
|
+
data = _useRequest8.data;
|
|
169
|
+
return {
|
|
170
|
+
showFields: ((_a = data === null || data === void 0 ? void 0 : data.data) === null || _a === void 0 ? void 0 : _a.filter(function (ele) {
|
|
171
|
+
return ele.isVisible;
|
|
172
|
+
})) || []
|
|
173
|
+
};
|
|
174
|
+
},
|
|
81
175
|
useDailySummaryJxh: function useDailySummaryJxh(carId, date, service) {
|
|
82
176
|
// 左侧今日排版、今日作业
|
|
83
|
-
var
|
|
177
|
+
var _useRequest9 = (0, _ahooks.useRequest)(function () {
|
|
84
178
|
return _utils.request.get("/cloud/".concat(service ? service : 'zyqs-reborn', "/api/kanban/kanbanWorkInfoAndShiftStatistics"), {
|
|
85
179
|
data: {
|
|
86
180
|
carId: carId,
|
|
@@ -91,14 +185,14 @@ var BaseService = exports.BaseService = {
|
|
|
91
185
|
ready: !!carId,
|
|
92
186
|
refreshDeps: [carId, date]
|
|
93
187
|
}),
|
|
94
|
-
dailySummaryJxh =
|
|
188
|
+
dailySummaryJxh = _useRequest9.data;
|
|
95
189
|
return {
|
|
96
190
|
dailySummaryJxh: (dailySummaryJxh === null || dailySummaryJxh === void 0 ? void 0 : dailySummaryJxh.data) || {}
|
|
97
191
|
};
|
|
98
192
|
},
|
|
99
193
|
useDailyCarRun: function useDailyCarRun(id, beginTime, endTime) {
|
|
100
194
|
//今日运行
|
|
101
|
-
var
|
|
195
|
+
var _useRequest10 = (0, _ahooks.useRequest)(function () {
|
|
102
196
|
return _utils.request.get('/cloud/gps-reborn/report/dailyCarRun/list', {
|
|
103
197
|
data: {
|
|
104
198
|
carIds: id,
|
|
@@ -109,14 +203,14 @@ var BaseService = exports.BaseService = {
|
|
|
109
203
|
}, {
|
|
110
204
|
refreshDeps: [id, beginTime, endTime]
|
|
111
205
|
}),
|
|
112
|
-
dailyCarRunRes =
|
|
206
|
+
dailyCarRunRes = _useRequest10.data;
|
|
113
207
|
return {
|
|
114
208
|
dailyCarRunRes: (dailyCarRunRes === null || dailyCarRunRes === void 0 ? void 0 : dailyCarRunRes.data) || []
|
|
115
209
|
};
|
|
116
210
|
},
|
|
117
211
|
useTodayRun: function useTodayRun(carId, beginTime, endTime, source) {
|
|
118
212
|
//今日运行
|
|
119
|
-
var
|
|
213
|
+
var _useRequest11 = (0, _ahooks.useRequest)(function () {
|
|
120
214
|
return _utils.request.get('/cloud/gps-reborn/car/detail/alarmSumWithDetail', {
|
|
121
215
|
data: {
|
|
122
216
|
carId: carId,
|
|
@@ -128,14 +222,14 @@ var BaseService = exports.BaseService = {
|
|
|
128
222
|
ready: source === 'GPS',
|
|
129
223
|
refreshDeps: [carId, beginTime, endTime, source]
|
|
130
224
|
}),
|
|
131
|
-
todayRunRes =
|
|
225
|
+
todayRunRes = _useRequest11.data;
|
|
132
226
|
return {
|
|
133
227
|
todayRunRes: (todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.data) || {}
|
|
134
228
|
};
|
|
135
229
|
},
|
|
136
230
|
useTodayWorkJxh: function useTodayWorkJxh(carId, date, service) {
|
|
137
231
|
//今日作业-机械化
|
|
138
|
-
var
|
|
232
|
+
var _useRequest12 = (0, _ahooks.useRequest)(function () {
|
|
139
233
|
return _utils.request.get("/cloud/".concat(service ? service : 'zyqs-reborn', "/api/kanban/getRoadWorkInfoByCarId"), {
|
|
140
234
|
data: {
|
|
141
235
|
carId: carId,
|
|
@@ -145,14 +239,14 @@ var BaseService = exports.BaseService = {
|
|
|
145
239
|
}, {
|
|
146
240
|
refreshDeps: [carId, date]
|
|
147
241
|
}),
|
|
148
|
-
todayRunJxhRes =
|
|
242
|
+
todayRunJxhRes = _useRequest12.data;
|
|
149
243
|
return {
|
|
150
244
|
todayRunJxhRes: (todayRunJxhRes === null || todayRunJxhRes === void 0 ? void 0 : todayRunJxhRes.data) || []
|
|
151
245
|
};
|
|
152
246
|
},
|
|
153
247
|
useTodayWorkLjsy: function useTodayWorkLjsy(carId, dateValue) {
|
|
154
248
|
//今日作业-垃圾收运
|
|
155
|
-
var
|
|
249
|
+
var _useRequest13 = (0, _ahooks.useRequest)(function () {
|
|
156
250
|
return _utils.request.get('/cloud/ljsy-reborn/api/kanban/getWorkInfoByCarIdWithDetail', {
|
|
157
251
|
data: {
|
|
158
252
|
carId: carId,
|
|
@@ -162,14 +256,31 @@ var BaseService = exports.BaseService = {
|
|
|
162
256
|
}, {
|
|
163
257
|
refreshDeps: [carId, dateValue]
|
|
164
258
|
}),
|
|
165
|
-
todayRunLjsyRes =
|
|
259
|
+
todayRunLjsyRes = _useRequest13.data;
|
|
166
260
|
return {
|
|
167
261
|
todayRunLjsyRes: (todayRunLjsyRes === null || todayRunLjsyRes === void 0 ? void 0 : todayRunLjsyRes.data) || []
|
|
168
262
|
};
|
|
169
263
|
},
|
|
264
|
+
useCarCollectDay: function useCarCollectDay(_ref) {
|
|
265
|
+
var searchDay = _ref.searchDay,
|
|
266
|
+
carId = _ref.carId;
|
|
267
|
+
var _useRequest14 = (0, _ahooks.useRequest)(function () {
|
|
268
|
+
return _utils.request.get('/cloud/cc-reborn/api/v101/gisOnePage/getCarCollectDay', {
|
|
269
|
+
data: {
|
|
270
|
+
carId: carId,
|
|
271
|
+
searchDay: searchDay
|
|
272
|
+
}
|
|
273
|
+
});
|
|
274
|
+
}, {
|
|
275
|
+
refreshDeps: [carId, searchDay]
|
|
276
|
+
}),
|
|
277
|
+
_useRequest14$data = _useRequest14.data,
|
|
278
|
+
data = _useRequest14$data === void 0 ? {} : _useRequest14$data;
|
|
279
|
+
return (data === null || data === void 0 ? void 0 : data.data) || {};
|
|
280
|
+
},
|
|
170
281
|
useTodayWorkCC: function useTodayWorkCC(carId, queryStartTime, queryEndTime) {
|
|
171
282
|
//今日作业-餐厨
|
|
172
|
-
var
|
|
283
|
+
var _useRequest15 = (0, _ahooks.useRequest)(function () {
|
|
173
284
|
return _utils.request.get('/cloud/cc-reborn/api/v101/rtCarDataDetail/list', {
|
|
174
285
|
data: {
|
|
175
286
|
carId: carId,
|
|
@@ -180,14 +291,14 @@ var BaseService = exports.BaseService = {
|
|
|
180
291
|
}, {
|
|
181
292
|
refreshDeps: [carId, queryStartTime, queryEndTime]
|
|
182
293
|
}),
|
|
183
|
-
todayRunCCRes =
|
|
294
|
+
todayRunCCRes = _useRequest15.data;
|
|
184
295
|
return {
|
|
185
296
|
todayRunCCRes: (todayRunCCRes === null || todayRunCCRes === void 0 ? void 0 : todayRunCCRes.data) || []
|
|
186
297
|
};
|
|
187
298
|
},
|
|
188
299
|
useWorkSummaryJxh: function useWorkSummaryJxh(carId, startDate, endDate, service) {
|
|
189
300
|
//机械化作业统计
|
|
190
|
-
var
|
|
301
|
+
var _useRequest16 = (0, _ahooks.useRequest)(function () {
|
|
191
302
|
return _utils.request.get("/cloud/".concat(service ? service : 'zyqs-reborn', "/api/kanban/workInfoStatisticsByCarId"), {
|
|
192
303
|
data: {
|
|
193
304
|
carId: carId,
|
|
@@ -198,14 +309,14 @@ var BaseService = exports.BaseService = {
|
|
|
198
309
|
}, {
|
|
199
310
|
refreshDeps: [carId, startDate, endDate]
|
|
200
311
|
}),
|
|
201
|
-
workSummaryJxhRes =
|
|
312
|
+
workSummaryJxhRes = _useRequest16.data;
|
|
202
313
|
return {
|
|
203
314
|
workSummaryJxhRes: (workSummaryJxhRes === null || workSummaryJxhRes === void 0 ? void 0 : workSummaryJxhRes.data) || {}
|
|
204
315
|
};
|
|
205
316
|
},
|
|
206
317
|
useWorkAnaJxh: function useWorkAnaJxh(carId, startDate, endDate, service) {
|
|
207
318
|
//机械化作业分析
|
|
208
|
-
var
|
|
319
|
+
var _useRequest17 = (0, _ahooks.useRequest)(function () {
|
|
209
320
|
return _utils.request.get("/cloud/".concat(service ? service : 'zyqs-reborn', "/api/kanban/workInfoAnalysisByCarId"), {
|
|
210
321
|
data: {
|
|
211
322
|
carId: carId,
|
|
@@ -216,33 +327,33 @@ var BaseService = exports.BaseService = {
|
|
|
216
327
|
}, {
|
|
217
328
|
refreshDeps: [carId, startDate, endDate]
|
|
218
329
|
}),
|
|
219
|
-
workAnaJxhRes =
|
|
330
|
+
workAnaJxhRes = _useRequest17.data;
|
|
220
331
|
return {
|
|
221
332
|
workAnaJxhRes: (workAnaJxhRes === null || workAnaJxhRes === void 0 ? void 0 : workAnaJxhRes.data) || []
|
|
222
333
|
};
|
|
223
334
|
},
|
|
224
335
|
useWorkAnaLjsy: function useWorkAnaLjsy(carId, startDate, endDate, isReleate) {
|
|
225
336
|
//垃圾收运-作业分析
|
|
226
|
-
var
|
|
337
|
+
var _useRequest18 = (0, _ahooks.useRequest)(function () {
|
|
227
338
|
return _utils.request.get('/cloud/ljsy-reborn/api/kanban/getWorkInfoAnalysisByCarId', {
|
|
228
339
|
data: {
|
|
229
340
|
carId: carId,
|
|
230
|
-
startDate: startDate
|
|
231
|
-
endDate: endDate
|
|
341
|
+
startDate: startDate,
|
|
342
|
+
endDate: endDate
|
|
232
343
|
}
|
|
233
344
|
});
|
|
234
345
|
}, {
|
|
235
346
|
ready: isReleate,
|
|
236
347
|
refreshDeps: [carId, startDate, endDate]
|
|
237
348
|
}),
|
|
238
|
-
workAnaLjsyRes =
|
|
349
|
+
workAnaLjsyRes = _useRequest18.data;
|
|
239
350
|
return {
|
|
240
351
|
workAnaLjsyRes: (workAnaLjsyRes === null || workAnaLjsyRes === void 0 ? void 0 : workAnaLjsyRes.data) || {}
|
|
241
352
|
};
|
|
242
353
|
},
|
|
243
354
|
useWorkAnaCC: function useWorkAnaCC(carId, startDate, endDate, isReleate) {
|
|
244
355
|
//垃圾收运-作业分析
|
|
245
|
-
var
|
|
356
|
+
var _useRequest19 = (0, _ahooks.useRequest)(function () {
|
|
246
357
|
return _utils.request.get('/cloud/cc-reborn/api/v101/gisOnePage/carCollectSummaryLine', {
|
|
247
358
|
data: {
|
|
248
359
|
carId: carId,
|
|
@@ -254,7 +365,7 @@ var BaseService = exports.BaseService = {
|
|
|
254
365
|
ready: isReleate,
|
|
255
366
|
refreshDeps: [carId, startDate, endDate]
|
|
256
367
|
}),
|
|
257
|
-
workAnaLjsyRes =
|
|
368
|
+
workAnaLjsyRes = _useRequest19.data;
|
|
258
369
|
return {
|
|
259
370
|
workAnaLjsyRes: (workAnaLjsyRes === null || workAnaLjsyRes === void 0 ? void 0 : workAnaLjsyRes.data) || {}
|
|
260
371
|
};
|
|
@@ -262,7 +373,7 @@ var BaseService = exports.BaseService = {
|
|
|
262
373
|
};
|
|
263
374
|
var AlarmService = exports.AlarmService = {
|
|
264
375
|
useAlarmType: function useAlarmType(carIds, startTime, endTime, source) {
|
|
265
|
-
var
|
|
376
|
+
var _useRequest20 = (0, _ahooks.useRequest)(function () {
|
|
266
377
|
return _utils.request.get('/cloud/gps-reborn/alarm/record/statisticsPage', {
|
|
267
378
|
data: {
|
|
268
379
|
carIds: carIds,
|
|
@@ -274,7 +385,7 @@ var AlarmService = exports.AlarmService = {
|
|
|
274
385
|
ready: source === 'GPS',
|
|
275
386
|
refreshDeps: [carIds, startTime, endTime, source]
|
|
276
387
|
}),
|
|
277
|
-
alarmTypesRes =
|
|
388
|
+
alarmTypesRes = _useRequest20.data;
|
|
278
389
|
return {
|
|
279
390
|
alarmTypes: (alarmTypesRes === null || alarmTypesRes === void 0 ? void 0 : alarmTypesRes.data) || {
|
|
280
391
|
totalCount: 0,
|
|
@@ -283,7 +394,7 @@ var AlarmService = exports.AlarmService = {
|
|
|
283
394
|
};
|
|
284
395
|
},
|
|
285
396
|
useAlarmTypeWork: function useAlarmTypeWork(carIds, startTime, endTime, source) {
|
|
286
|
-
var
|
|
397
|
+
var _useRequest21 = (0, _ahooks.useRequest)(function () {
|
|
287
398
|
return _utils.request.get('/cloud/ljsy-reborn/api/task/alarm/alarmSum', {
|
|
288
399
|
data: {
|
|
289
400
|
carIds: carIds,
|
|
@@ -295,7 +406,7 @@ var AlarmService = exports.AlarmService = {
|
|
|
295
406
|
ready: source === 'WORK',
|
|
296
407
|
refreshDeps: [carIds, startTime, endTime, source]
|
|
297
408
|
}),
|
|
298
|
-
data =
|
|
409
|
+
data = _useRequest21.data;
|
|
299
410
|
return {
|
|
300
411
|
alarmTypesWork: (data === null || data === void 0 ? void 0 : data.data) || {
|
|
301
412
|
total: 0,
|
|
@@ -305,7 +416,7 @@ var AlarmService = exports.AlarmService = {
|
|
|
305
416
|
};
|
|
306
417
|
},
|
|
307
418
|
useAlarmList: function useAlarmList(carCode, alarmStrategyName, startTime, endTime, page) {
|
|
308
|
-
var
|
|
419
|
+
var _useRequest22 = (0, _ahooks.useRequest)(function () {
|
|
309
420
|
return _utils.request.get('/cloud/gps-reborn/alarm/record/pageList', {
|
|
310
421
|
data: {
|
|
311
422
|
carCode: carCode,
|
|
@@ -320,13 +431,13 @@ var AlarmService = exports.AlarmService = {
|
|
|
320
431
|
ready: !!carCode,
|
|
321
432
|
refreshDeps: [carCode, alarmStrategyName, startTime, endTime, page]
|
|
322
433
|
}),
|
|
323
|
-
recordRes =
|
|
434
|
+
recordRes = _useRequest22.data;
|
|
324
435
|
return {
|
|
325
436
|
alarmRecord: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || {}
|
|
326
437
|
};
|
|
327
438
|
},
|
|
328
439
|
useAlarmListWork: function useAlarmListWork(carIds, alarmTypeCode, startDate, endDate, page) {
|
|
329
|
-
var
|
|
440
|
+
var _useRequest23 = (0, _ahooks.useRequest)(function () {
|
|
330
441
|
return _utils.request.get('/cloud/ljsy-reborn/api/task/alarm/alarmPage', {
|
|
331
442
|
data: {
|
|
332
443
|
carIds: carIds,
|
|
@@ -341,7 +452,7 @@ var AlarmService = exports.AlarmService = {
|
|
|
341
452
|
}, {
|
|
342
453
|
refreshDeps: [carIds, alarmTypeCode, startDate, endDate, page]
|
|
343
454
|
}),
|
|
344
|
-
recordRes =
|
|
455
|
+
recordRes = _useRequest23.data;
|
|
345
456
|
return {
|
|
346
457
|
alarmRecordWork: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || {}
|
|
347
458
|
};
|
|
@@ -349,7 +460,7 @@ var AlarmService = exports.AlarmService = {
|
|
|
349
460
|
useAlarmTodayRun: function useAlarmTodayRun(carId, beginTime, endTime, source) {
|
|
350
461
|
var _a;
|
|
351
462
|
//今日运行
|
|
352
|
-
var
|
|
463
|
+
var _useRequest24 = (0, _ahooks.useRequest)(function () {
|
|
353
464
|
return _utils.request.get('/cloud/ljsy-reborn/api/task/alarm/alarmSumByTypeAndDay', {
|
|
354
465
|
data: {
|
|
355
466
|
carId: carId,
|
|
@@ -361,7 +472,7 @@ var AlarmService = exports.AlarmService = {
|
|
|
361
472
|
ready: source === 'WORK',
|
|
362
473
|
refreshDeps: [carId, beginTime, endTime, source]
|
|
363
474
|
}),
|
|
364
|
-
data =
|
|
475
|
+
data = _useRequest24.data;
|
|
365
476
|
var pieData = [];
|
|
366
477
|
var lineData = {
|
|
367
478
|
legends: [],
|
|
@@ -399,19 +510,19 @@ var AlarmService = exports.AlarmService = {
|
|
|
399
510
|
var WorkServicve = exports.WorkServicve = {
|
|
400
511
|
useWorkTypeJxh: function useWorkTypeJxh(service) {
|
|
401
512
|
//机械化作业类型
|
|
402
|
-
var
|
|
513
|
+
var _useRequest25 = (0, _ahooks.useRequest)(function () {
|
|
403
514
|
return _utils.request.get("/cloud/".concat(service ? service : 'zyqs-reborn', "/api/v101/common/listWorkType"), {
|
|
404
515
|
data: {}
|
|
405
516
|
});
|
|
406
517
|
}),
|
|
407
|
-
workTypeRes =
|
|
518
|
+
workTypeRes = _useRequest25.data;
|
|
408
519
|
return {
|
|
409
520
|
workTypeRes: (workTypeRes === null || workTypeRes === void 0 ? void 0 : workTypeRes.data) || []
|
|
410
521
|
};
|
|
411
522
|
},
|
|
412
523
|
useRecordJxh: function useRecordJxh(carId, workTypeCodes, startDate, endDate, pageNo, order, service) {
|
|
413
524
|
//机械化
|
|
414
|
-
var
|
|
525
|
+
var _useRequest26 = (0, _ahooks.useRequest)(function () {
|
|
415
526
|
return _utils.request.get("/cloud/".concat(service ? service : 'zyqs-reborn', "/api/v1.5/noshift/page"), {
|
|
416
527
|
data: {
|
|
417
528
|
carId: carId,
|
|
@@ -428,14 +539,14 @@ var WorkServicve = exports.WorkServicve = {
|
|
|
428
539
|
}, {
|
|
429
540
|
refreshDeps: [carId, workTypeCodes, startDate, endDate, pageNo, order]
|
|
430
541
|
}),
|
|
431
|
-
recordJxhRes =
|
|
542
|
+
recordJxhRes = _useRequest26.data;
|
|
432
543
|
return {
|
|
433
544
|
recordJxhRes: (recordJxhRes === null || recordJxhRes === void 0 ? void 0 : recordJxhRes.data) || []
|
|
434
545
|
};
|
|
435
546
|
},
|
|
436
547
|
useWorkSummaryLjsy: function useWorkSummaryLjsy(carId, startDate, endDate) {
|
|
437
548
|
//垃圾收运头部统计
|
|
438
|
-
var
|
|
549
|
+
var _useRequest27 = (0, _ahooks.useRequest)(function () {
|
|
439
550
|
return _utils.request.get('/cloud/ljsy-reborn/api/kanban/getWorkInfoSummaryByCarId', {
|
|
440
551
|
data: {
|
|
441
552
|
carId: carId,
|
|
@@ -446,14 +557,14 @@ var WorkServicve = exports.WorkServicve = {
|
|
|
446
557
|
}, {
|
|
447
558
|
refreshDeps: [carId, startDate, endDate]
|
|
448
559
|
}),
|
|
449
|
-
summaryLjsy =
|
|
560
|
+
summaryLjsy = _useRequest27.data;
|
|
450
561
|
return {
|
|
451
562
|
summaryLjsy: (summaryLjsy === null || summaryLjsy === void 0 ? void 0 : summaryLjsy.data) || []
|
|
452
563
|
};
|
|
453
564
|
},
|
|
454
565
|
useRecordLjsy: function useRecordLjsy(carIds, startTime, endTime, page, sort) {
|
|
455
566
|
//机械化
|
|
456
|
-
var
|
|
567
|
+
var _useRequest28 = (0, _ahooks.useRequest)(function () {
|
|
457
568
|
return _utils.request.get('/cloud/ljsy-reborn/api/collect/record/detail/page', {
|
|
458
569
|
data: {
|
|
459
570
|
carIds: carIds,
|
|
@@ -467,17 +578,53 @@ var WorkServicve = exports.WorkServicve = {
|
|
|
467
578
|
}, {
|
|
468
579
|
refreshDeps: [carIds, startTime, endTime, page, sort]
|
|
469
580
|
}),
|
|
470
|
-
recordLjsyRes =
|
|
581
|
+
recordLjsyRes = _useRequest28.data;
|
|
471
582
|
return {
|
|
472
583
|
recordLjsyRes: (recordLjsyRes === null || recordLjsyRes === void 0 ? void 0 : recordLjsyRes.data) || []
|
|
473
584
|
};
|
|
585
|
+
},
|
|
586
|
+
useCarTaskExecutionLjsy: function useCarTaskExecutionLjsy(id, date) {
|
|
587
|
+
//机械化
|
|
588
|
+
var _useRequest29 = (0, _ahooks.useRequest)(function () {
|
|
589
|
+
return _utils.request.get('/cloud/ljsy-reborn/api/kanban/carTaskExecution/carTaskExecutionPage', {
|
|
590
|
+
data: {
|
|
591
|
+
carIds: id,
|
|
592
|
+
day: date,
|
|
593
|
+
page: 0,
|
|
594
|
+
size: 10000
|
|
595
|
+
}
|
|
596
|
+
});
|
|
597
|
+
}, {
|
|
598
|
+
refreshDeps: [id, date]
|
|
599
|
+
}),
|
|
600
|
+
carTaskExecutionLjsyRes = _useRequest29.data;
|
|
601
|
+
return {
|
|
602
|
+
carTaskExecutionLjsyRes: (carTaskExecutionLjsyRes === null || carTaskExecutionLjsyRes === void 0 ? void 0 : carTaskExecutionLjsyRes.data) || []
|
|
603
|
+
};
|
|
604
|
+
},
|
|
605
|
+
useCarSummaryLjsy: function useCarSummaryLjsy(id, date) {
|
|
606
|
+
//机械化
|
|
607
|
+
var _useRequest30 = (0, _ahooks.useRequest)(function () {
|
|
608
|
+
return _utils.request.get('/cloud/ljsy-reborn/api/gis/map/car/get', {
|
|
609
|
+
data: {
|
|
610
|
+
carId: id,
|
|
611
|
+
collectDay: date
|
|
612
|
+
}
|
|
613
|
+
});
|
|
614
|
+
}, {
|
|
615
|
+
refreshDeps: [id, date]
|
|
616
|
+
}),
|
|
617
|
+
carSummaryRes = _useRequest30.data;
|
|
618
|
+
return {
|
|
619
|
+
carSummaryRes: (carSummaryRes === null || carSummaryRes === void 0 ? void 0 : carSummaryRes.data) || {}
|
|
620
|
+
};
|
|
474
621
|
}
|
|
475
622
|
};
|
|
476
623
|
//油耗
|
|
477
624
|
var OilService = exports.OilService = {
|
|
478
625
|
useHasOil: function useHasOil(carId) {
|
|
479
626
|
var _a;
|
|
480
|
-
var
|
|
627
|
+
var _useRequest31 = (0, _ahooks.useRequest)(function () {
|
|
481
628
|
return _utils.request.get('/cloud/gps-reborn/car/config/getById', {
|
|
482
629
|
data: {
|
|
483
630
|
id: carId
|
|
@@ -486,13 +633,13 @@ var OilService = exports.OilService = {
|
|
|
486
633
|
}, {
|
|
487
634
|
refreshDeps: [carId]
|
|
488
635
|
}),
|
|
489
|
-
data =
|
|
636
|
+
data = _useRequest31.data;
|
|
490
637
|
return {
|
|
491
638
|
beenOilStatus: (_a = data === null || data === void 0 ? void 0 : data.data) === null || _a === void 0 ? void 0 : _a.beenOilStatus
|
|
492
639
|
};
|
|
493
640
|
},
|
|
494
641
|
useOilLine: function useOilLine(carId, startTime, endTime) {
|
|
495
|
-
var
|
|
642
|
+
var _useRequest32 = (0, _ahooks.useRequest)(function () {
|
|
496
643
|
return _utils.request.get('/cloud/oil-reborn/api/oilUse/oilLine.smvc', {
|
|
497
644
|
data: {
|
|
498
645
|
carId: carId,
|
|
@@ -503,13 +650,13 @@ var OilService = exports.OilService = {
|
|
|
503
650
|
}, {
|
|
504
651
|
refreshDeps: [carId, startTime, endTime]
|
|
505
652
|
}),
|
|
506
|
-
oilLineRes =
|
|
653
|
+
oilLineRes = _useRequest32.data;
|
|
507
654
|
return {
|
|
508
655
|
oilLineRes: (oilLineRes === null || oilLineRes === void 0 ? void 0 : oilLineRes.data) || []
|
|
509
656
|
};
|
|
510
657
|
},
|
|
511
658
|
useSummary: function useSummary(carId, startTime, endTime) {
|
|
512
|
-
var
|
|
659
|
+
var _useRequest33 = (0, _ahooks.useRequest)(function () {
|
|
513
660
|
return _utils.request.get('/cloud/oil-reborn/api/oilUse/summary.smvc', {
|
|
514
661
|
data: {
|
|
515
662
|
carId: carId,
|
|
@@ -520,13 +667,13 @@ var OilService = exports.OilService = {
|
|
|
520
667
|
}, {
|
|
521
668
|
refreshDeps: [carId, startTime, endTime]
|
|
522
669
|
}),
|
|
523
|
-
summaryRes =
|
|
670
|
+
summaryRes = _useRequest33.data;
|
|
524
671
|
return {
|
|
525
672
|
summaryRes: (summaryRes === null || summaryRes === void 0 ? void 0 : summaryRes.data) || []
|
|
526
673
|
};
|
|
527
674
|
},
|
|
528
675
|
useRecord: function useRecord(carId, startTime, endTime, page, sort) {
|
|
529
|
-
var
|
|
676
|
+
var _useRequest34 = (0, _ahooks.useRequest)(function () {
|
|
530
677
|
return _utils.request.get('/cloud/oil-reborn/api/oilUse/simplePage.smvc', {
|
|
531
678
|
data: {
|
|
532
679
|
carId: carId,
|
|
@@ -541,7 +688,7 @@ var OilService = exports.OilService = {
|
|
|
541
688
|
}, {
|
|
542
689
|
refreshDeps: [carId, startTime, endTime, page, sort]
|
|
543
690
|
}),
|
|
544
|
-
recordRes =
|
|
691
|
+
recordRes = _useRequest34.data;
|
|
545
692
|
return {
|
|
546
693
|
recordRes: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || []
|
|
547
694
|
};
|
|
@@ -550,7 +697,7 @@ var OilService = exports.OilService = {
|
|
|
550
697
|
//水耗
|
|
551
698
|
var WaterService = exports.WaterService = {
|
|
552
699
|
useSummary: function useSummary(carId, startTime, endTime) {
|
|
553
|
-
var
|
|
700
|
+
var _useRequest35 = (0, _ahooks.useRequest)(function () {
|
|
554
701
|
return _utils.request.get('/cloud/water-reborn/api/v101/water/waterMeasure/summary', {
|
|
555
702
|
data: {
|
|
556
703
|
hasWaterStatus: true,
|
|
@@ -562,13 +709,13 @@ var WaterService = exports.WaterService = {
|
|
|
562
709
|
}, {
|
|
563
710
|
refreshDeps: [carId, startTime, endTime]
|
|
564
711
|
}),
|
|
565
|
-
summaryRes =
|
|
712
|
+
summaryRes = _useRequest35.data;
|
|
566
713
|
return {
|
|
567
714
|
summaryRes: (summaryRes === null || summaryRes === void 0 ? void 0 : summaryRes.data) || []
|
|
568
715
|
};
|
|
569
716
|
},
|
|
570
717
|
useRecord: function useRecord(carId, startDate, endDate, order) {
|
|
571
|
-
var
|
|
718
|
+
var _useRequest36 = (0, _ahooks.useRequest)(function () {
|
|
572
719
|
return _utils.request.get('/cloud/water-reborn/api/v101/water/waterMeasure/queryList', {
|
|
573
720
|
data: {
|
|
574
721
|
hasWaterStatus: true,
|
|
@@ -582,7 +729,7 @@ var WaterService = exports.WaterService = {
|
|
|
582
729
|
}, {
|
|
583
730
|
refreshDeps: [carId, startDate, endDate, order]
|
|
584
731
|
}),
|
|
585
|
-
recordRes =
|
|
732
|
+
recordRes = _useRequest36.data;
|
|
586
733
|
return {
|
|
587
734
|
recordRes: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || []
|
|
588
735
|
};
|
|
@@ -591,7 +738,7 @@ var WaterService = exports.WaterService = {
|
|
|
591
738
|
// 维保
|
|
592
739
|
var MaintenanceService = exports.MaintenanceService = {
|
|
593
740
|
useMaintenance: function useMaintenance(carId) {
|
|
594
|
-
var
|
|
741
|
+
var _useRequest37 = (0, _ahooks.useRequest)(function () {
|
|
595
742
|
return _utils.request.get('/cloud/clwb/api/v101/carComprehensiveBoard/carWbAnalyse', {
|
|
596
743
|
data: {
|
|
597
744
|
carId: carId
|
|
@@ -600,120 +747,97 @@ var MaintenanceService = exports.MaintenanceService = {
|
|
|
600
747
|
}, {
|
|
601
748
|
refreshDeps: [carId]
|
|
602
749
|
}),
|
|
603
|
-
maintenanceRes =
|
|
750
|
+
maintenanceRes = _useRequest37.data;
|
|
604
751
|
return {
|
|
605
752
|
maintenanceRes: (maintenanceRes === null || maintenanceRes === void 0 ? void 0 : maintenanceRes.data) || []
|
|
606
753
|
};
|
|
607
754
|
}
|
|
608
755
|
};
|
|
609
|
-
var
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
var
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
}
|
|
637
|
-
});
|
|
638
|
-
}, {
|
|
639
|
-
refreshDeps: [carId, startTime, endTime]
|
|
640
|
-
}),
|
|
641
|
-
summaryRes = _useRequest30.data;
|
|
642
|
-
return {
|
|
643
|
-
summaryRes: (summaryRes === null || summaryRes === void 0 ? void 0 : summaryRes.data) || []
|
|
644
|
-
};
|
|
645
|
-
},
|
|
646
|
-
waterData: function waterData(carId, startTime, endTime, page, order) {
|
|
647
|
-
var _useRequest31 = (0, _ahooks.useRequest)(function () {
|
|
648
|
-
return _utils.request.get('/cloud/oil-reborn/api/oilUse/simplePage.smvc', {
|
|
649
|
-
data: {
|
|
650
|
-
carId: carId,
|
|
651
|
-
startTime: startTime,
|
|
652
|
-
endTime: endTime,
|
|
653
|
-
page: page,
|
|
654
|
-
rows: 10,
|
|
655
|
-
sortKey: 'day',
|
|
656
|
-
order: order
|
|
657
|
-
}
|
|
658
|
-
});
|
|
659
|
-
}, {
|
|
660
|
-
refreshDeps: [carId, startTime, endTime, page, order]
|
|
661
|
-
}),
|
|
662
|
-
recordRes = _useRequest31.data;
|
|
663
|
-
return {
|
|
664
|
-
recordRes: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || []
|
|
665
|
-
};
|
|
666
|
-
},
|
|
667
|
-
powerData: function powerData(carId, startTime, endTime, page) {
|
|
668
|
-
var _useRequest32 = (0, _ahooks.useRequest)(function () {
|
|
669
|
-
return _utils.request.get('/cloud/oil-reborn/api/np/v2/carhistoryoil/batteryByDay.smvc', {
|
|
670
|
-
data: {
|
|
671
|
-
carId: carId,
|
|
672
|
-
startTime: startTime,
|
|
673
|
-
endTime: endTime,
|
|
674
|
-
page: page,
|
|
675
|
-
rows: 10
|
|
676
|
-
}
|
|
677
|
-
});
|
|
678
|
-
}, {
|
|
679
|
-
refreshDeps: [carId, startTime, endTime, page]
|
|
680
|
-
}),
|
|
681
|
-
recordRes = _useRequest32.data;
|
|
682
|
-
return {
|
|
683
|
-
recordRes: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || []
|
|
684
|
-
};
|
|
685
|
-
},
|
|
686
|
-
powerSummary: function powerSummary(carId, startTime, endTime) {
|
|
687
|
-
var _useRequest33 = (0, _ahooks.useRequest)(function () {
|
|
688
|
-
return _utils.request.get('/cloud/oil-reborn/api/np/v2/carhistoryoil/batterySumByDay.smvc', {
|
|
689
|
-
data: {
|
|
690
|
-
carId: carId,
|
|
691
|
-
startTime: startTime,
|
|
692
|
-
endTime: endTime
|
|
693
|
-
}
|
|
694
|
-
});
|
|
756
|
+
var CollectionService = exports.CollectionService = {
|
|
757
|
+
// 班次
|
|
758
|
+
getPeriodList: function getPeriodList(_ref2) {
|
|
759
|
+
var carId = _ref2.carId,
|
|
760
|
+
startDay = _ref2.startDay,
|
|
761
|
+
endDay = _ref2.endDay;
|
|
762
|
+
var _useRequest38 = (0, _ahooks.useRequest)(function () {
|
|
763
|
+
return (0, _tslib.__awaiter)(void 0, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
764
|
+
var res;
|
|
765
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
766
|
+
while (1) switch (_context.prev = _context.next) {
|
|
767
|
+
case 0:
|
|
768
|
+
_context.next = 2;
|
|
769
|
+
return _utils.request.get('/cloud/cc-reborn/api/v101/collectPeriod/getPeriodListByCarId', {
|
|
770
|
+
data: {
|
|
771
|
+
carId: carId,
|
|
772
|
+
startDay: startDay,
|
|
773
|
+
endDay: endDay
|
|
774
|
+
}
|
|
775
|
+
});
|
|
776
|
+
case 2:
|
|
777
|
+
res = _context.sent;
|
|
778
|
+
return _context.abrupt("return", (res === null || res === void 0 ? void 0 : res.data) || []);
|
|
779
|
+
case 4:
|
|
780
|
+
case "end":
|
|
781
|
+
return _context.stop();
|
|
782
|
+
}
|
|
783
|
+
}, _callee);
|
|
784
|
+
}));
|
|
695
785
|
}, {
|
|
696
|
-
refreshDeps: [carId,
|
|
786
|
+
refreshDeps: [carId, startDay, endDay],
|
|
787
|
+
ready: !!carId
|
|
697
788
|
}),
|
|
698
|
-
|
|
699
|
-
return
|
|
700
|
-
summaryRes: (summaryRes === null || summaryRes === void 0 ? void 0 : summaryRes.data) || []
|
|
701
|
-
};
|
|
789
|
+
data = _useRequest38.data;
|
|
790
|
+
return data || [];
|
|
702
791
|
},
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
792
|
+
// 收运记录
|
|
793
|
+
detailList: function detailList(_ref3) {
|
|
794
|
+
var id = _ref3.id,
|
|
795
|
+
startTime = _ref3.startTime,
|
|
796
|
+
endTime = _ref3.endTime;
|
|
797
|
+
var _useRequest39 = (0, _ahooks.useRequest)(function () {
|
|
798
|
+
return (0, _tslib.__awaiter)(void 0, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
799
|
+
var res;
|
|
800
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
801
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
802
|
+
case 0:
|
|
803
|
+
_context2.next = 2;
|
|
804
|
+
return _utils.request.get('/cloud/cc-reborn/api/v101/rtCarDataDetail/list', {
|
|
805
|
+
data: {
|
|
806
|
+
carId: id,
|
|
807
|
+
queryStartTime: startTime,
|
|
808
|
+
queryEndTime: endTime
|
|
809
|
+
}
|
|
810
|
+
});
|
|
811
|
+
case 2:
|
|
812
|
+
res = _context2.sent;
|
|
813
|
+
return _context2.abrupt("return", (res === null || res === void 0 ? void 0 : res.data) || []);
|
|
814
|
+
case 4:
|
|
815
|
+
case "end":
|
|
816
|
+
return _context2.stop();
|
|
817
|
+
}
|
|
818
|
+
}, _callee2);
|
|
819
|
+
}));
|
|
710
820
|
}, {
|
|
711
|
-
refreshDeps: [
|
|
821
|
+
refreshDeps: [id, startTime, endTime],
|
|
822
|
+
ready: !!id
|
|
712
823
|
}),
|
|
713
|
-
|
|
714
|
-
return
|
|
715
|
-
recordRes: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.data) || []
|
|
716
|
-
};
|
|
824
|
+
data = _useRequest39.data;
|
|
825
|
+
return data;
|
|
717
826
|
}
|
|
718
827
|
};
|
|
828
|
+
var tabConfigService = exports.tabConfigService = function tabConfigService() {
|
|
829
|
+
return _utils.request.get('/cloud/jcss-reborn/facility/type/config/getByCode', {
|
|
830
|
+
data: {
|
|
831
|
+
code: 'car'
|
|
832
|
+
}
|
|
833
|
+
});
|
|
834
|
+
};
|
|
835
|
+
var carIdentityMap = exports.carIdentityMap = new Map([['innerCode', '自编号'], ['carCode', '车牌号'], ['originalDeviceCode', '原始设备编码'], ['carClassName', '车辆类别'], ['carGradeName', '车辆种类'], ['emissionStageName', '排放阶段'], ['licensePlateColorName', '车牌颜色'], ['drivingLicenseCode', '行驶证编号'], ['useUnitName', '使用单位'], ['belongUnitName', '所属单位'], ['manageStaffName', '责任人'], ['divisionName', '行政区划'], ['backupManageStaffName', '后备责任人'], ['contact', '联系人'], ['contactWay', '联系方式'], ['carBrand', '车辆品牌'], ['carType', '车辆型号'], ['procurementDate', '购置时间'], ['useYears', '使用年限'], ['procurementAmt', '购置金额(元)'], ['life', '使用年限(年)'], ['scrapDate', '报废时间'], ['depreciationVal', '已折旧金额(元)'], ['reDepreciationVal', '剩余折旧金额(元)'], ['invoiceCode', '发票编号'], ['certificateCode', '证书编号'], ['certificateKeeper', '证书保管人'], ['identifyCode', '车辆识别代号'], ['engineCode', '发动机号'], ['purchaseApprovalCode', '采购审批单号'], ['orderIndex', '排序号'], ['workTypeName', '作业类型'], ['carStateStr', '生命周期'], ['bidSectionName', '所属标段'], ['photoIds', '车辆照片'],
|
|
836
|
+
// ['qrCode', '车辆二维码'],
|
|
837
|
+
['photoTwoIds', '图片']]);
|
|
838
|
+
var carConfigMap = exports.carConfigMap = new Map([['carLabel', '车辆厂牌'], ['productionDate', '出厂日期'], ['productionPlace', '出厂地'], ['ownWeight', '自有重量(T)'], ['curbWeight', '整备质量(Kg)'], ['regulationWeight', '核定载质量(Kg)'], ['carUseWayName', '车辆用途'], ['carPropertyName', '车辆性质'], ['carAttrOneName', '车辆属性1'], ['carAttrTwoName', '车辆属性2'], ['regulationPerson', '核定载员(人)'], ['carWorkingWidth', '车辆作业宽度(米)'], ['driveLicensePhotoIds', '行驶证照片']]);
|
|
839
|
+
var carAuditMap = exports.carAuditMap = new Map([['annualReviewDate', '年审日期'], ['maturityDate', '到期日期'], ['annualAuditFee', '年审费用(元)']]);
|
|
840
|
+
var carSYMap = exports.carSYMap = new Map([['matchingMethodStr', '匹配方式'], ['productTypeName', '垃圾类型'], ['collectMethodStr', '收运方式'], ['collectModeName', '收运模式'], ['taskGenerationMethodStr', '任务生成方式']]);
|
|
841
|
+
// 关联中转站:factoryNames[] collectMethod == 'TRANS_SHIPMENT'
|
|
842
|
+
// 关联处置场:disposeNames[]
|
|
719
843
|
//# sourceMappingURL=api.js.map
|