@vtx/modals2 4.0.7 → 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/css.js +3 -0
- package/lib/style/css.js.map +1 -1
- package/lib/style/index.css +52 -3
- package/lib/style/index.js +3 -0
- package/lib/style/index.js.map +1 -1
- 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 +293 -1
- 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/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 +162 -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 +506 -6
- package/lib/vtx-car-modal/api.js +301 -65
- 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.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 +6 -4
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +21 -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/Collection/index.css +28 -0
- 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/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/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.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 +37 -32
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +54 -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 +14 -0
- 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 +112 -48
- 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/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/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 +22 -37
- 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 +5 -3
- 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 +264 -22
- 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 +45 -15
- 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 +77 -26
- 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 -4
- 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 +16 -3
- 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 -1
- 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 +38 -10
- 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 +12 -9
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +4 -4
- 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 +1 -1
- 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/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 +104 -28
- 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 +17 -5
- 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 +36 -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 +90 -15
- 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 +25 -35
- 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 +9 -4
- 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 +7 -8
- 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 +4 -3
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -7,18 +7,24 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports["default"] = void 0;
|
|
8
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
10
|
+
var _antd = require("antd");
|
|
10
11
|
var _vtxThemeProvider = _interopRequireDefault(require("../vtx-theme-provider"));
|
|
11
12
|
var _vmIframeModal = _interopRequireDefault(require("../vm-iframe-modal"));
|
|
12
13
|
var _utils = require("@vtx/utils");
|
|
14
|
+
var _moment = _interopRequireDefault(require("moment"));
|
|
13
15
|
var _api = require("./api");
|
|
14
16
|
require("./style");
|
|
15
17
|
var _closeDark = _interopRequireDefault(require("./imgs/close-dark.png"));
|
|
16
18
|
var _close = _interopRequireDefault(require("./imgs/close.png"));
|
|
19
|
+
var _closeBlueNew = _interopRequireDefault(require("./imgs/close-blue-new.png"));
|
|
17
20
|
var _collect = _interopRequireDefault(require("./imgs/collect.png"));
|
|
18
21
|
var _collect_light = _interopRequireDefault(require("./imgs/collect_light.png"));
|
|
22
|
+
var _collectBlue = _interopRequireDefault(require("./imgs/collect-blue.png"));
|
|
19
23
|
var _track = _interopRequireDefault(require("./imgs/track.png"));
|
|
20
24
|
var _track_light = _interopRequireDefault(require("./imgs/track_light.png"));
|
|
25
|
+
var _track_blue = _interopRequireDefault(require("./imgs/track_blue.png"));
|
|
21
26
|
var _ahooks = require("ahooks");
|
|
27
|
+
var _config = require("./config");
|
|
22
28
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
23
29
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
24
30
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
@@ -36,8 +42,6 @@ var getDetail = function getDetail(params) {
|
|
|
36
42
|
data: params
|
|
37
43
|
});
|
|
38
44
|
};
|
|
39
|
-
// 弹框内容最大高度:document高度--弹框头高度
|
|
40
|
-
var MAX_CONTENT_HEIGHT = document.body.clientHeight - 60 - 70;
|
|
41
45
|
var VtxBaseModal = function VtxBaseModal(props) {
|
|
42
46
|
var _a;
|
|
43
47
|
var contentRef = (0, _react.useRef)(null);
|
|
@@ -49,6 +53,8 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
49
53
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
50
54
|
hasCollect = _useState4[0],
|
|
51
55
|
setHasCollect = _useState4[1];
|
|
56
|
+
// 弹框内容最大高度:document高度--弹框头高度
|
|
57
|
+
var MAX_CONTENT_HEIGHT = document.body.clientHeight - 100;
|
|
52
58
|
var _props$id = props.id,
|
|
53
59
|
id = _props$id === void 0 ? '' : _props$id,
|
|
54
60
|
_props$type = props.type,
|
|
@@ -73,9 +79,15 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
73
79
|
endDate = props.endDate,
|
|
74
80
|
date = props.date,
|
|
75
81
|
wrType = props.wrType,
|
|
82
|
+
wrVer = props.wrVer,
|
|
76
83
|
_props$defaultTabInde = props.defaultTabIndex,
|
|
77
|
-
defaultTabIndex = _props$defaultTabInde === void 0 ? 0 : _props$defaultTabInde
|
|
78
|
-
|
|
84
|
+
defaultTabIndex = _props$defaultTabInde === void 0 ? 0 : _props$defaultTabInde,
|
|
85
|
+
tabChose = props.tabChose,
|
|
86
|
+
_props$tabPosition = props.tabPosition,
|
|
87
|
+
tabPosition = _props$tabPosition === void 0 ? 'top' : _props$tabPosition,
|
|
88
|
+
_props$showCollect = props.showCollect,
|
|
89
|
+
showCollect = _props$showCollect === void 0 ? true : _props$showCollect;
|
|
90
|
+
var _useState5 = (0, _react.useState)((_a = tabs === null || tabs === void 0 ? void 0 : tabs[defaultTabIndex]) === null || _a === void 0 ? void 0 : _a.key),
|
|
79
91
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
80
92
|
tabKey = _useState6[0],
|
|
81
93
|
setTabKey = _useState6[1];
|
|
@@ -87,6 +99,10 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
87
99
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
88
100
|
mapInfo = _useState10[0],
|
|
89
101
|
setMapInfo = _useState10[1];
|
|
102
|
+
var _useState11 = (0, _react.useState)(''),
|
|
103
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
104
|
+
actionType = _useState12[0],
|
|
105
|
+
setActionType = _useState12[1];
|
|
90
106
|
var _useSetState = (0, _ahooks.useSetState)({
|
|
91
107
|
src: '',
|
|
92
108
|
visible: false,
|
|
@@ -96,13 +112,25 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
96
112
|
iframeModalInfo = _useSetState2[0],
|
|
97
113
|
setIframeModalInfo = _useSetState2[1];
|
|
98
114
|
(0, _react.useEffect)(function () {
|
|
99
|
-
|
|
100
|
-
|
|
115
|
+
var _a;
|
|
116
|
+
if (visible) if (tabChose) {
|
|
117
|
+
setTabKey(tabChose);
|
|
118
|
+
} else {
|
|
119
|
+
setTabKey((_a = tabs === null || tabs === void 0 ? void 0 : tabs[0]) === null || _a === void 0 ? void 0 : _a.key);
|
|
120
|
+
}
|
|
121
|
+
}, [visible, tabChose, JSON.stringify(tabs || [])]);
|
|
101
122
|
(0, _react.useEffect)(function () {
|
|
102
123
|
(0, _api.getTenantById)((0, _utils.getVtxToken)('tenantId')).then(function (res) {
|
|
103
|
-
var _a;
|
|
124
|
+
var _a, _b;
|
|
104
125
|
if (res === null || res === void 0 ? void 0 : res.data) {
|
|
105
|
-
|
|
126
|
+
var data = ((_a = JSON.parse(res.data.mapDefJson)) === null || _a === void 0 ? void 0 : _a.find(function (ele) {
|
|
127
|
+
return ele.defaultMap;
|
|
128
|
+
})) || {};
|
|
129
|
+
if ((_b = res.data) === null || _b === void 0 ? void 0 : _b.longitudeDone) {
|
|
130
|
+
data.longitude = res.data.longitudeDone;
|
|
131
|
+
data.latitude = res.data.latitudeDone;
|
|
132
|
+
}
|
|
133
|
+
setMapInfo(data);
|
|
106
134
|
} else {
|
|
107
135
|
setMapInfo({});
|
|
108
136
|
}
|
|
@@ -119,7 +147,7 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
119
147
|
(0, _react.useEffect)(function () {
|
|
120
148
|
var _a;
|
|
121
149
|
var contentHeight = ((_a = contentRef.current) === null || _a === void 0 ? void 0 : _a.clientHeight) || 0;
|
|
122
|
-
if (contentHeight >= MAX_CONTENT_HEIGHT) {
|
|
150
|
+
if (contentHeight >= (tabPosition === 'top' ? MAX_CONTENT_HEIGHT - 60 : MAX_CONTENT_HEIGHT)) {
|
|
123
151
|
setContentStyle({
|
|
124
152
|
maxHeight: MAX_CONTENT_HEIGHT,
|
|
125
153
|
overflowY: 'auto'
|
|
@@ -127,7 +155,7 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
127
155
|
} else {
|
|
128
156
|
setContentStyle({});
|
|
129
157
|
}
|
|
130
|
-
}, [contents[tabKey], contentRef === null || contentRef === void 0 ? void 0 : contentRef.current, id]);
|
|
158
|
+
}, [contents[tabKey], contentRef === null || contentRef === void 0 ? void 0 : contentRef.current, id, tabPosition]);
|
|
131
159
|
(0, _react.useEffect)(function () {
|
|
132
160
|
if (id && type && (!wrType || wrType !== 'new')) {
|
|
133
161
|
(0, _api.fetchFavoriter)(id, type).then(function (res) {
|
|
@@ -146,6 +174,16 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
146
174
|
}
|
|
147
175
|
});
|
|
148
176
|
}
|
|
177
|
+
if (id && type === 'car') {
|
|
178
|
+
(0, _api.getCarInfoByProductType)(id).then(function (res) {
|
|
179
|
+
var _a;
|
|
180
|
+
if (res === null || res === void 0 ? void 0 : res.data) {
|
|
181
|
+
setActionType((_a = res === null || res === void 0 ? void 0 : res.data) === null || _a === void 0 ? void 0 : _a.actionType);
|
|
182
|
+
} else {
|
|
183
|
+
setActionType('');
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
}
|
|
149
187
|
}, [id, type]);
|
|
150
188
|
// 收藏-取消收藏
|
|
151
189
|
var toggleCollect = function toggleCollect() {
|
|
@@ -164,11 +202,11 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
164
202
|
}
|
|
165
203
|
};
|
|
166
204
|
// 历史轨迹
|
|
167
|
-
var clickTract = function clickTract() {
|
|
205
|
+
var clickTract = function clickTract(props) {
|
|
168
206
|
var src = '';
|
|
169
207
|
if (type === 'car') {
|
|
170
208
|
var path = 'index';
|
|
171
|
-
switch (source) {
|
|
209
|
+
switch (props.source || source) {
|
|
172
210
|
case 'JXH':
|
|
173
211
|
path = 'zyqsHistory';
|
|
174
212
|
break;
|
|
@@ -180,13 +218,13 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
180
218
|
path = 'ccCarHistory';
|
|
181
219
|
break;
|
|
182
220
|
}
|
|
183
|
-
src = "".concat(location.protocol, "//").concat(location.host, "/carHistory/#/").concat(path, "?carId=").concat(id, "&theme=").concat(theme);
|
|
221
|
+
src = "".concat(location.protocol, "//").concat(location.host, "/carHistory/#/").concat(path, "?carId=").concat(id, "&theme=").concat(theme == 'blue' ? 'dark' : theme, "&startTime=").concat(startDate ? (0, _moment["default"])(startDate).format('YYYY-MM-DD 00:00:00') : '', "&endTime=").concat(endDate ? (0, _moment["default"])(endDate).format('YYYY-MM-DD 23:59:59') : '');
|
|
184
222
|
}
|
|
185
223
|
if (type === 'staff') {
|
|
186
|
-
src = "".concat(location.protocol, "//").concat(location.host, "/carHistory/#/staffIndex?staffId=").concat(id, "&theme=").concat(source === 'business' ? 'light' : 'dark'
|
|
224
|
+
src = "".concat(location.protocol, "//").concat(location.host, "/carHistory/#/staffIndex?staffId=").concat(id, "&theme=").concat(source === 'business' ? 'light' : 'dark');
|
|
187
225
|
}
|
|
188
226
|
setIframeModalInfo({
|
|
189
|
-
title: '车辆轨迹',
|
|
227
|
+
title: type === 'staff' ? '人员轨迹' : '车辆轨迹',
|
|
190
228
|
visible: true,
|
|
191
229
|
src: src
|
|
192
230
|
});
|
|
@@ -196,8 +234,8 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
196
234
|
var contentWidth;
|
|
197
235
|
var modalTop = top;
|
|
198
236
|
var clientWidth = document.body.clientWidth;
|
|
199
|
-
if (wrType === 'new') {
|
|
200
|
-
contentWidth =
|
|
237
|
+
if (wrType === 'new' && wrVer === '1.0') {
|
|
238
|
+
contentWidth = 1500;
|
|
201
239
|
} else if (clientWidth > 1440) {
|
|
202
240
|
contentWidth = width;
|
|
203
241
|
} else if (clientWidth > 1366) {
|
|
@@ -222,15 +260,15 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
222
260
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
223
261
|
className: "mask"
|
|
224
262
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
225
|
-
className: "vtx-business-modal ".concat(theme),
|
|
263
|
+
className: "vtx-business-modal ".concat(theme, " ").concat(tabPosition),
|
|
226
264
|
style: {
|
|
227
265
|
width: contentWidth,
|
|
228
266
|
top: modalTop,
|
|
229
|
-
|
|
267
|
+
transform: "translateX(-".concat(left, ")"),
|
|
230
268
|
left: left
|
|
231
269
|
}
|
|
232
270
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
233
|
-
className: "vtx-business-modal--head"
|
|
271
|
+
className: "vtx-business-modal--head ".concat(theme)
|
|
234
272
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
235
273
|
className: "vtx-business-modal--head-title ".concat(theme)
|
|
236
274
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -247,36 +285,124 @@ var VtxBaseModal = function VtxBaseModal(props) {
|
|
|
247
285
|
className: "gradeTip"
|
|
248
286
|
}, newDetail.facilityGradeName)), newDetail.facilityClassName && ( /*#__PURE__*/_react["default"].createElement("span", {
|
|
249
287
|
className: "classTip"
|
|
250
|
-
}, newDetail.facilityClassName))
|
|
288
|
+
}, newDetail.facilityClassName)), wrVer && newDetail.id && ( /*#__PURE__*/_react["default"].createElement("span", {
|
|
289
|
+
style: {
|
|
290
|
+
color: '#faad14'
|
|
291
|
+
}
|
|
292
|
+
}, "\u2003", /*#__PURE__*/_react["default"].createElement(_antd.Rate, {
|
|
293
|
+
disabled: true,
|
|
294
|
+
allowHalf: true,
|
|
295
|
+
value: newDetail.score || 0,
|
|
296
|
+
style: {
|
|
297
|
+
color: '#faad14 '
|
|
298
|
+
}
|
|
299
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
300
|
+
className: "ant-rate-text"
|
|
301
|
+
}, newDetail.score || 0)))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
251
302
|
className: "vtx-business-modal--head-btns"
|
|
252
|
-
},
|
|
253
|
-
className: "vtx-business-modal--head-btn",
|
|
303
|
+
}, (type === 'car' || type === 'staff') && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
304
|
+
className: "vtx-business-modal--head-btn ".concat(theme),
|
|
254
305
|
onClick: function onClick() {
|
|
255
|
-
|
|
306
|
+
var source = '';
|
|
307
|
+
if (actionType == 'ACTION_JXH') {
|
|
308
|
+
source = 'JXH';
|
|
309
|
+
}
|
|
310
|
+
clickTract({
|
|
311
|
+
source: source
|
|
312
|
+
});
|
|
256
313
|
}
|
|
257
314
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
258
|
-
src: theme === 'dark' ?
|
|
259
|
-
|
|
260
|
-
|
|
315
|
+
src: theme === 'dark' ? _track["default"] : theme === 'blue' ? _track_blue["default"] : _track_light["default"],
|
|
316
|
+
style: theme === 'blue' || theme === 'light' ? {
|
|
317
|
+
height: 14,
|
|
318
|
+
width: 14
|
|
319
|
+
} : {}
|
|
320
|
+
}), "\u5386\u53F2\u8F68\u8FF9")), source !== 'business' && type && wrType !== 'new' && showCollect && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
321
|
+
className: "vtx-business-modal--head-btn ".concat(theme),
|
|
261
322
|
onClick: function onClick() {
|
|
262
|
-
|
|
323
|
+
toggleCollect();
|
|
263
324
|
}
|
|
264
325
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
265
|
-
src: theme === 'dark' ?
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
326
|
+
src: theme === 'dark' ? _collect["default"] : theme === 'blue' ? _collectBlue["default"] : _collect_light["default"],
|
|
327
|
+
style: theme === 'blue' || theme === 'light' ? {
|
|
328
|
+
height: 14,
|
|
329
|
+
width: 14
|
|
330
|
+
} : {}
|
|
331
|
+
}), hasCollect ? '已收藏' : '收藏')), /*#__PURE__*/_react["default"].createElement("img", {
|
|
332
|
+
className: "close-btn ".concat(theme),
|
|
333
|
+
src: theme === 'dark' ? _closeDark["default"] : theme === 'blue' ? _closeBlueNew["default"] : _close["default"],
|
|
269
334
|
alt: "",
|
|
270
335
|
onClick: function onClick() {
|
|
271
336
|
return onCancel && onCancel();
|
|
272
337
|
}
|
|
273
338
|
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
274
|
-
className:
|
|
275
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
276
|
-
className: (
|
|
339
|
+
className: "vtx-business-modal--content-".concat(tabPosition, " ").concat(theme)
|
|
340
|
+
}, (tabs === null || tabs === void 0 ? void 0 : tabs.length) > 1 && tabPosition == 'top' && (theme == 'light' || theme == 'blue') && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
341
|
+
className: "vtx-modal-tabs-".concat(tabPosition, " ").concat(theme, " ")
|
|
342
|
+
}, tabs.map(function (ele, index) {
|
|
343
|
+
var _a, _b;
|
|
344
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
345
|
+
key: index,
|
|
346
|
+
className: (0, _classnames["default"])("vtx-modal-tabs--tab", _defineProperty({}, "vtx-modal-tabs--tab_active", tabKey === ele.key), theme),
|
|
347
|
+
onClick: function onClick() {
|
|
348
|
+
setTabKey(ele.key);
|
|
349
|
+
onTabsChange === null || onTabsChange === void 0 ? void 0 : onTabsChange(ele.key);
|
|
350
|
+
}
|
|
351
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
352
|
+
src: ((_a = _config.tabsImgBlueList.find(function (item) {
|
|
353
|
+
return item.title == ele.title;
|
|
354
|
+
})) === null || _a === void 0 ? void 0 : _a[tabKey === ele.key ? "img_".concat(theme, "_active") : "img_".concat(theme)]) || ((_b = _config.tabsImgBlueList.find(function (item) {
|
|
355
|
+
return item.title == '默认';
|
|
356
|
+
})) === null || _b === void 0 ? void 0 : _b[tabKey === ele.key ? "img_".concat(theme, "_active") : "img_".concat(theme)])
|
|
357
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
358
|
+
className: "vtx-modal-tabs--title ".concat(theme)
|
|
359
|
+
}, ele.title));
|
|
360
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
361
|
+
className: "".concat((tabs === null || tabs === void 0 ? void 0 : tabs.length) > 1 ? 'vtx-business-modal--main' : 'vtx-business-modal--main-notab', " ").concat(tabPosition),
|
|
277
362
|
ref: contentRef,
|
|
278
363
|
style: contentStyle
|
|
279
|
-
}, contents[tabKey]), (tabs === null || tabs === void 0 ? void 0 : tabs.length) > 1 && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
364
|
+
}, contents[tabKey]), (tabs === null || tabs === void 0 ? void 0 : tabs.length) > 1 && tabPosition == 'right' && (theme == 'light' || theme == 'blue') && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
365
|
+
className: "vtx-modal-tabs-".concat(tabPosition, " ").concat(theme)
|
|
366
|
+
}, tabs.map(function (ele, index) {
|
|
367
|
+
var _a, _b;
|
|
368
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
369
|
+
key: index,
|
|
370
|
+
className: (0, _classnames["default"])("vtx-modal-tabs--tab", _defineProperty({}, "vtx-modal-tabs--tab_active", tabKey === ele.key), theme),
|
|
371
|
+
onClick: function onClick() {
|
|
372
|
+
setTabKey(ele.key);
|
|
373
|
+
onTabsChange === null || onTabsChange === void 0 ? void 0 : onTabsChange(ele.key);
|
|
374
|
+
}
|
|
375
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
376
|
+
src: ((_a = _config.tabsImgBlueList.find(function (item) {
|
|
377
|
+
return item.title == ele.title;
|
|
378
|
+
})) === null || _a === void 0 ? void 0 : _a[tabKey === ele.key ? "img_".concat(theme, "_active") : "img_".concat(theme)]) || ((_b = _config.tabsImgBlueList.find(function (item) {
|
|
379
|
+
return item.title == '默认';
|
|
380
|
+
})) === null || _b === void 0 ? void 0 : _b[tabKey === ele.key ? "img_".concat(theme, "_active") : "img_".concat(theme)])
|
|
381
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
382
|
+
className: "vtx-modal-tabs--title ".concat(theme)
|
|
383
|
+
}, ele.title));
|
|
384
|
+
}))), (tabs === null || tabs === void 0 ? void 0 : tabs.length) > 1 && tabPosition == 'bottom' && (theme == 'light' || theme == 'blue') && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
385
|
+
className: "vtx-modal-tabs-".concat(tabPosition, " ").concat(theme, " ")
|
|
386
|
+
}, tabs.map(function (ele, index) {
|
|
387
|
+
var _a, _b;
|
|
388
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
389
|
+
key: index,
|
|
390
|
+
className: (0, _classnames["default"])("vtx-modal-tabs--tab", _defineProperty({}, "vtx-modal-tabs--tab_active", tabKey === ele.key), theme),
|
|
391
|
+
onClick: function onClick(e) {
|
|
392
|
+
e.stopPropagation();
|
|
393
|
+
setTabKey(ele.key);
|
|
394
|
+
onTabsChange === null || onTabsChange === void 0 ? void 0 : onTabsChange(ele.key);
|
|
395
|
+
}
|
|
396
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
397
|
+
src: ((_a = _config.tabsImgBlueList.find(function (item) {
|
|
398
|
+
return item.title == ele.title;
|
|
399
|
+
})) === null || _a === void 0 ? void 0 : _a[tabKey === ele.key ? "img_".concat(theme, "_active") : "img_".concat(theme)]) || ((_b = _config.tabsImgBlueList.find(function (item) {
|
|
400
|
+
return item.title == '默认';
|
|
401
|
+
})) === null || _b === void 0 ? void 0 : _b[tabKey === ele.key ? "img_".concat(theme, "_active") : "img_".concat(theme)])
|
|
402
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
403
|
+
className: "vtx-modal-tabs--title ".concat(theme)
|
|
404
|
+
}, ele.title));
|
|
405
|
+
}))), (tabs === null || tabs === void 0 ? void 0 : tabs.length) > 1 && theme == 'dark' && ( /*#__PURE__*/_react["default"].createElement("div", {
|
|
280
406
|
className: "vtx-modal-tabs ".concat(theme)
|
|
281
407
|
}, tabs.map(function (ele, index) {
|
|
282
408
|
return /*#__PURE__*/_react["default"].createElement("div", {
|