@vtx/modals2 5.0.2 → 5.0.4
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/lib/_components/index.js +22 -0
- package/lib/_components/vm-bar-charts/index.js +181 -0
- package/lib/_components/vm-calendar/index.js +117 -0
- package/lib/_components/vm-calendar/style/index.js +1 -0
- package/lib/_components/vm-calendar/style/index.less +136 -0
- package/lib/_components/vm-card-statistics/index.js +33 -0
- package/lib/_components/vm-card-statistics/index.less +27 -0
- package/lib/_components/vm-custom/index.js +25 -0
- package/lib/_components/vm-custom/style/index.js +1 -0
- package/lib/_components/vm-custom/style/index.less +20 -0
- package/lib/_components/vm-empty/assets/no_chart.png +0 -0
- package/lib/_components/vm-empty/assets/no_data.png +0 -0
- package/lib/_components/vm-empty/assets/no_data_2.png +0 -0
- package/lib/_components/vm-empty/assets/no_news.png +0 -0
- package/lib/_components/vm-empty/assets/no_permission.png +0 -0
- package/lib/_components/vm-empty/assets/no_picture.png +0 -0
- package/lib/_components/vm-empty/assets/no_result.png +0 -0
- package/lib/_components/vm-empty/assets/no_video.png +0 -0
- package/lib/_components/vm-empty/assets/page_error.png +0 -0
- package/lib/_components/vm-empty/index.js +83 -0
- package/lib/_components/vm-empty/style/index.js +1 -0
- package/lib/_components/vm-empty/style/index.less +22 -0
- package/lib/_components/vm-extra-tab/index.js +44 -0
- package/lib/_components/vm-extra-tab/style/index.js +2 -0
- package/lib/_components/vm-extra-tab/style/index.less +43 -0
- package/lib/_components/vm-factor/index.js +90 -0
- package/lib/_components/vm-factor/style/index.js +2 -0
- package/lib/_components/vm-factor/style/index.less +46 -0
- package/lib/_components/vm-factor-list/index.js +29 -0
- package/lib/_components/vm-factor-list/index.less +11 -0
- package/lib/_components/vm-filter/index.js +148 -0
- package/lib/_components/vm-filter/style/index.js +1 -0
- package/lib/_components/vm-filter/style/index.less +238 -0
- package/lib/_components/vm-iframe-modal/index.js +43 -0
- package/lib/_components/vm-iframe-modal/index.less +9 -0
- package/lib/_components/vm-info-collection/index.js +185 -0
- package/lib/_components/vm-info-collection/style/index.js +1 -0
- package/lib/_components/vm-info-collection/style/index.less +45 -0
- package/lib/_components/vm-line-charts/index.js +151 -0
- package/lib/_components/vm-map/index.js +277 -0
- package/lib/_components/vm-map/index.less +46 -0
- package/lib/_components/vm-pie-charts/index.js +176 -0
- package/lib/_components/vm-pie-charts/index.less +26 -0
- package/lib/_components/vm-progress/index.js +83 -0
- package/lib/_components/vm-progress/style/index.js +1 -0
- package/lib/_components/vm-progress/style/index.less +28 -0
- package/lib/_components/vm-repair-maintain/RmInfoSummary.js +46 -0
- package/lib/_components/vm-repair-maintain/RmMonthTrend.js +44 -0
- package/lib/_components/vm-repair-maintain/RmRecord.js +157 -0
- package/lib/_components/vm-repair-maintain/RmType.js +32 -0
- package/lib/_components/vm-repair-maintain/api.js +92 -0
- package/lib/_components/vm-repair-maintain/imgs/amount.png +0 -0
- package/lib/_components/vm-repair-maintain/imgs/amount_light.png +0 -0
- package/lib/_components/vm-repair-maintain/imgs/count.png +0 -0
- package/lib/_components/vm-repair-maintain/imgs/count_light.png +0 -0
- package/lib/_components/vm-repair-maintain/index.js +56 -0
- package/lib/_components/vm-repair-maintain/style/index.js +1 -0
- package/lib/_components/vm-repair-maintain/style/index.less +25 -0
- package/lib/_components/vm-table/index.js +226 -0
- package/lib/_components/vm-table/style/index.js +1 -0
- package/lib/_components/vm-table/style/index.less +243 -0
- package/lib/_components/vm-tabs/index.js +27 -0
- package/lib/_components/vm-tabs/style/index.js +1 -0
- package/lib/_components/vm-tabs/style/index.less +22 -0
- package/lib/_components/vm-tag/index.js +25 -0
- package/lib/_components/vm-tag/style/index.js +1 -0
- package/lib/_components/vm-tag/style/index.less +71 -0
- package/lib/_components/vm-theme-provider/index.js +18 -0
- package/lib/_components/vm-title/index.js +35 -0
- package/lib/_components/vm-title/style/index.js +1 -0
- package/lib/_components/vm-title/style/index.less +53 -0
- package/lib/_components/vm-tooltip/index.js +15 -0
- package/lib/_components/vm-tooltip/style/index.js +2 -0
- package/lib/_components/vm-tooltip/style/index.less +7 -0
- package/lib/_components/vm-video/RealtimeGrid.js +48 -0
- package/lib/_components/vm-video/index.js +227 -0
- package/lib/_components/vm-video/index.less +168 -0
- package/lib/_components/vm-wrapper/imgs/chart.svg +6 -0
- package/lib/_components/vm-wrapper/imgs/list.svg +8 -0
- package/lib/_components/vm-wrapper/index.js +183 -0
- package/lib/_components/vm-wrapper/resource/ICON_CONFIG.js +127 -0
- package/lib/_components/vm-wrapper/style/index.js +1 -0
- package/lib/_components/vm-wrapper/style/index.less +109 -0
- package/lib/_hooks/useGetChannels.js +19 -0
- package/lib/_hooks/useGetConfig.js +52 -0
- package/lib/_hooks/useSettings.js +31 -0
- package/lib/_imgs/block_alarm.png +0 -0
- package/lib/_imgs/block_normal.png +0 -0
- package/lib/_service/index.js +99 -0
- package/lib/_util/http.js +277 -0
- package/lib/_util/iconSvgHtml.js +1303 -0
- package/lib/_util/index.js +203 -0
- package/lib/index.js +17 -0
- package/lib/resources/jessibuca/decoder.js +3839 -0
- package/lib/resources/jessibuca/decoder.wasm +0 -0
- package/lib/resources/jessibuca/jessibuca.js +5350 -0
- package/lib/style/index.less +258 -0
- package/lib/vtx-area-modal/api.js +165 -0
- package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +103 -0
- package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +109 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.js +161 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.less +133 -0
- package/lib/vtx-area-modal/components/index.js +2 -0
- package/lib/vtx-area-modal/imgs/onlinePerson.png +0 -0
- package/lib/vtx-area-modal/imgs/onlinePerson_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/schdulePerson.png +0 -0
- package/lib/vtx-area-modal/imgs/schdulePerson_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWorkRate.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWorkRate_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork_dark.png +0 -0
- package/lib/vtx-area-modal/index.js +51 -0
- package/lib/vtx-area-modal/style/index.js +1 -0
- package/lib/vtx-area-modal/style/index.less +1 -0
- package/lib/vtx-base-modal/Header/assets/dark_star.png +0 -0
- package/lib/vtx-base-modal/Header/assets/light_star.png +0 -0
- package/lib/vtx-base-modal/Header/index.js +149 -0
- package/lib/vtx-base-modal/Header/index.less +98 -0
- package/lib/vtx-base-modal/Tabs/index.js +83 -0
- package/lib/vtx-base-modal/Tabs/index.less +31 -0
- package/lib/vtx-base-modal/index.js +205 -0
- package/lib/vtx-base-modal/service.js +39 -0
- package/lib/vtx-base-modal/style/index.js +1 -0
- package/lib/vtx-base-modal/style/index.less +78 -0
- package/lib/vtx-car-modal/api.js +1020 -0
- package/lib/vtx-car-modal/components/Info/index.js +110 -0
- package/lib/vtx-car-modal/components/Info/index.less +6 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +111 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +77 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +69 -0
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +182 -0
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +187 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +200 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/index.less +13 -0
- package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +395 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +237 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +140 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Cc/index.js +12 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +160 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +76 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +195 -0
- package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +173 -0
- package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +92 -0
- package/lib/vtx-car-modal/content/Common/Maintenance/index.js +137 -0
- package/lib/vtx-car-modal/content/Common/Maintenance/index.less +16 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +94 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +151 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -0
- package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +232 -0
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +197 -0
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -0
- package/lib/vtx-car-modal/content/Common/index.js +18 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +128 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +79 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +165 -0
- package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +308 -0
- package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +335 -0
- package/lib/vtx-car-modal/content/JXH/index.js +10 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +105 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +78 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +361 -0
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +405 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +128 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +140 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Ljsy/index.js +10 -0
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +208 -0
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +193 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +122 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +110 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Ljzy/index.js +8 -0
- package/lib/vtx-car-modal/content/index.js +6 -0
- package/lib/vtx-car-modal/imgs/calendar/alarm.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/blue_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/blue_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/cyan_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_alarm.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_green_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/green_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_trash.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_trash_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_unplanned_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_weight.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_weight_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_ws_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_oil.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_percent.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_run.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_speed.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_trash.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_water.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_weight.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/duration.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/oil.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/percent.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/run.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/speed.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/trash.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/water.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/weight.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/point.png +0 -0
- package/lib/vtx-car-modal/imgs/trash.png +0 -0
- package/lib/vtx-car-modal/imgs/trash_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/unplanned_point.png +0 -0
- package/lib/vtx-car-modal/imgs/warn.png +0 -0
- package/lib/vtx-car-modal/imgs/weight.png +0 -0
- package/lib/vtx-car-modal/imgs/weight_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/ws_point.png +0 -0
- package/lib/vtx-car-modal/imgs/ys_point.png +0 -0
- package/lib/vtx-car-modal/index.js +272 -0
- package/lib/vtx-car-modal/style/index.js +3 -0
- package/lib/vtx-car-modal/style/index.less +35 -0
- package/lib/vtx-cc-cp-modal/api.js +381 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +120 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTrend.js +27 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTypeAnalysis.js +32 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/StaticInfo.js +41 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +69 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +103 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +75 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +58 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +142 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +63 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +16 -0
- package/lib/vtx-cc-cp-modal/components/Calendar/index.js +168 -0
- package/lib/vtx-cc-cp-modal/components/Calendar/index.less +93 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTrend.js +27 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTypeAnalysis.js +32 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExeceptionRecord.js +118 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/StaticInfo.js +41 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +69 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +111 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +3 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +46 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +81 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +78 -0
- package/lib/vtx-cc-cp-modal/components/index.js +7 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjts.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjts_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjzl.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsjzl_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsscs.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/rwnsscs_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjts.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjts_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjzl.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsjzl_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsscs.png +0 -0
- package/lib/vtx-cc-cp-modal/imgs/zsscs_dark.png +0 -0
- package/lib/vtx-cc-cp-modal/index.js +119 -0
- package/lib/vtx-cc-cp-modal/style/index.js +1 -0
- package/lib/vtx-cc-cp-modal/style/index.less +13 -0
- package/lib/vtx-cc-unit-modal/api.js +361 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/CollectRecord.js +69 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/DetailList.js +66 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/Factory.js +60 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/Statistics.js +91 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/index.js +118 -0
- package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-cc-unit-modal/components/CarList/index.js +129 -0
- package/lib/vtx-cc-unit-modal/components/Collection/index.js +95 -0
- package/lib/vtx-cc-unit-modal/components/DetailInfo/index.js +126 -0
- package/lib/vtx-cc-unit-modal/components/Factory/index.js +149 -0
- package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js +127 -0
- package/lib/vtx-cc-unit-modal/components/index.js +7 -0
- package/lib/vtx-cc-unit-modal/imgs/jccc.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/jccc_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/jcl.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/jcl_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syts.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syts_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syzl.png +0 -0
- package/lib/vtx-cc-unit-modal/imgs/syzl_dark.png +0 -0
- package/lib/vtx-cc-unit-modal/index.js +137 -0
- package/lib/vtx-cc-unit-modal/style/index.js +1 -0
- package/lib/vtx-cc-unit-modal/style/index.less +14 -0
- package/lib/vtx-cp-modal/api.js +357 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +39 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +84 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +41 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +116 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +72 -0
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +154 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +96 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +35 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +84 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +41 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +62 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +306 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -0
- package/lib/vtx-cp-modal/components/index.js +5 -0
- package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
- package/lib/vtx-cp-modal/imgs/allRate.png +0 -0
- package/lib/vtx-cp-modal/imgs/allRate_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_yh.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/default.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/track.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh.png +0 -0
- package/lib/vtx-cp-modal/index.js +124 -0
- package/lib/vtx-cp-modal/style/index.js +3 -0
- package/lib/vtx-cp-modal/style/index.less +1 -0
- package/lib/vtx-default-modal/api.js +170 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.js +109 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -0
- package/lib/vtx-default-modal/components/index.js +2 -0
- package/lib/vtx-default-modal/index.js +129 -0
- package/lib/vtx-default-modal/style/index.js +4 -0
- package/lib/vtx-default-modal/style/index.less +1 -0
- package/lib/vtx-device-modal/api.js +531 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js +140 -0
- package/lib/vtx-device-modal/components/DataAnalysis/AlarmAnalysis.js +279 -0
- package/lib/vtx-device-modal/components/DataAnalysis/MonitorAnalysis.js +611 -0
- package/lib/vtx-device-modal/components/DataAnalysis/TabsList.js +23 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +24 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -0
- package/lib/vtx-device-modal/components/index.js +3 -0
- package/lib/vtx-device-modal/config.js +21 -0
- package/lib/vtx-device-modal/imgs/current.png +0 -0
- package/lib/vtx-device-modal/imgs/current_dark.png +0 -0
- package/lib/vtx-device-modal/imgs/history.png +0 -0
- package/lib/vtx-device-modal/imgs/history_dark.png +0 -0
- package/lib/vtx-device-modal/index.js +96 -0
- package/lib/vtx-device-modal/style/index.js +1 -0
- package/lib/vtx-device-modal/style/index.less +1 -0
- package/lib/vtx-df-modal/api.js +267 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +62 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +96 -0
- package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +43 -0
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +146 -0
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +47 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.js +140 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -0
- package/lib/vtx-df-modal/components/Calendar/index.js +142 -0
- package/lib/vtx-df-modal/components/Calendar/index.less +81 -0
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +65 -0
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +77 -0
- package/lib/vtx-df-modal/components/Metering/List.js +125 -0
- package/lib/vtx-df-modal/components/Metering/index.js +187 -0
- package/lib/vtx-df-modal/components/Metering/index.less +68 -0
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +179 -0
- package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.js +167 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -0
- package/lib/vtx-df-modal/components/index.js +5 -0
- package/lib/vtx-df-modal/imgs/alarm.png +0 -0
- package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
- package/lib/vtx-df-modal/imgs/c_car.png +0 -0
- package/lib/vtx-df-modal/imgs/c_jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/down.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/normal.png +0 -0
- package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/rjjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
- package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl.svg +39 -0
- package/lib/vtx-df-modal/imgs/sjnl_dark.svg +78 -0
- package/lib/vtx-df-modal/imgs/tab_more.png +0 -0
- package/lib/vtx-df-modal/imgs/tab_more_light.png +0 -0
- package/lib/vtx-df-modal/imgs/up.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc.svg +44 -0
- package/lib/vtx-df-modal/imgs/zjccc_dark.svg +84 -0
- package/lib/vtx-df-modal/imgs/zjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/zjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/index.js +137 -0
- package/lib/vtx-df-modal/style/index.js +4 -0
- package/lib/vtx-df-modal/style/index.less +1 -0
- package/lib/vtx-kh-modal/api2.js +178 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +197 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +101 -0
- package/lib/vtx-kh-modal/components/Record/index.js +204 -0
- package/lib/vtx-kh-modal/components/Record/index.less +7 -0
- package/lib/vtx-kh-modal/components/index.js +3 -0
- package/lib/vtx-kh-modal/imgs/count.png +0 -0
- package/lib/vtx-kh-modal/imgs/count_light.png +0 -0
- package/lib/vtx-kh-modal/imgs/question_bg.png +0 -0
- package/lib/vtx-kh-modal/imgs/question_bg_light.png +0 -0
- package/lib/vtx-kh-modal/imgs/score.png +0 -0
- package/lib/vtx-kh-modal/imgs/score_light.png +0 -0
- package/lib/vtx-kh-modal/imgs/subtract.png +0 -0
- package/lib/vtx-kh-modal/imgs/subtract_light.png +0 -0
- package/lib/vtx-kh-modal/index.js +46 -0
- package/lib/vtx-kh-modal/style/index.js +4 -0
- package/lib/vtx-kh-modal/style/index.less +1 -0
- package/lib/vtx-qyry-modal/api.js +129 -0
- package/lib/vtx-qyry-modal/index.js +119 -0
- package/lib/vtx-qyry-modal/style/index.js +1 -0
- package/lib/vtx-restaurant-modal/api.js +297 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +47 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +31 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +36 -0
- package/lib/vtx-restaurant-modal/components/Alarm/StaticInfo.js +41 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +69 -0
- package/lib/vtx-restaurant-modal/components/Basic/CollectRule.js +64 -0
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +68 -0
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +87 -0
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +61 -0
- package/lib/vtx-restaurant-modal/components/Basic/SummaryStatistics.js +60 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.js +74 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -0
- package/lib/vtx-restaurant-modal/components/Calendar/index.js +171 -0
- package/lib/vtx-restaurant-modal/components/Calendar/index.less +93 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js +86 -0
- package/lib/vtx-restaurant-modal/components/DetailInfo/index.js +111 -0
- package/lib/vtx-restaurant-modal/components/SignAndContract/ContactDetail.js +299 -0
- package/lib/vtx-restaurant-modal/components/SignAndContract/index.js +198 -0
- package/lib/vtx-restaurant-modal/components/index.js +7 -0
- package/lib/vtx-restaurant-modal/config.js +283 -0
- package/lib/vtx-restaurant-modal/imgs/csl.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/csl_dark.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/sycs.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/sycs_dark.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/syts.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/syts_dark.png +0 -0
- package/lib/vtx-restaurant-modal/index.js +168 -0
- package/lib/vtx-restaurant-modal/style/index.js +1 -0
- package/lib/vtx-restaurant-modal/style/index.less +13 -0
- package/lib/vtx-road-modal/api.js +219 -0
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -0
- package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.js +91 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.less +218 -0
- package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
- package/lib/vtx-road-modal/components/Statistical/index.js +244 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +32 -0
- package/lib/vtx-road-modal/components/index.js +4 -0
- package/lib/vtx-road-modal/imgs/calendar/dark_green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/dark_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_real.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_valid.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/real.png +0 -0
- package/lib/vtx-road-modal/imgs/valid.png +0 -0
- package/lib/vtx-road-modal/index.js +102 -0
- package/lib/vtx-road-modal/style/index.js +3 -0
- package/lib/vtx-road-modal/style/index.less +26 -0
- package/lib/vtx-shxq-modal/api.js +337 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +115 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +151 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.less +10 -0
- package/lib/vtx-shxq-modal/components/BaseInfo/index.js +190 -0
- package/lib/vtx-shxq-modal/components/BaseInfo/index.less +25 -0
- package/lib/vtx-shxq-modal/components/Tfd/index.js +132 -0
- package/lib/vtx-shxq-modal/components/Tfd/index.less +59 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +64 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +72 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +158 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/index.less +24 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +133 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +168 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.less +10 -0
- package/lib/vtx-shxq-modal/components/index.js +6 -0
- package/lib/vtx-shxq-modal/imgs/cy.png +0 -0
- package/lib/vtx-shxq-modal/imgs/khs.png +0 -0
- package/lib/vtx-shxq-modal/imgs/ljht.png +0 -0
- package/lib/vtx-shxq-modal/imgs/ljht_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/qt.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_cy_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_khs_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_qt_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_total.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_total_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_yh_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/twtf.png +0 -0
- package/lib/vtx-shxq-modal/imgs/twtf_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wgzs.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wgzs_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wpd.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wpd_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wstf.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wstf_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/yh.png +0 -0
- package/lib/vtx-shxq-modal/index.js +108 -0
- package/lib/vtx-shxq-modal/style/index.js +1 -0
- package/lib/vtx-staff-modal/api.js +427 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +67 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +111 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +95 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +58 -0
- package/lib/vtx-staff-modal/components/Attendance/Record.js +154 -0
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +129 -0
- package/lib/vtx-staff-modal/components/Attendance/index.js +49 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +38 -0
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +119 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +42 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +183 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -0
- package/lib/vtx-staff-modal/components/Calendar/index.js +237 -0
- package/lib/vtx-staff-modal/components/Calendar/index.less +82 -0
- package/lib/vtx-staff-modal/components/Equipment/index.js +147 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +29 -0
- package/lib/vtx-staff-modal/components/index.js +6 -0
- package/lib/vtx-staff-modal/imgs/all_time.png +0 -0
- package/lib/vtx-staff-modal/imgs/all_time_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/online.png +0 -0
- package/lib/vtx-staff-modal/imgs/online_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum_dark.png +0 -0
- package/lib/vtx-staff-modal/index.js +116 -0
- package/lib/vtx-staff-modal/style/index.js +5 -0
- package/lib/vtx-staff-modal/style/index.less +1 -0
- package/lib/vtx-tfd-modal/api.js +114 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +96 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +43 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/index.js +259 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/index.less +90 -0
- package/lib/vtx-tfd-modal/components/index.js +2 -0
- package/lib/vtx-tfd-modal/imgs/dzc.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/hjtfl.png +0 -0
- package/lib/vtx-tfd-modal/imgs/hjtfl_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/khsl.png +0 -0
- package/lib/vtx-tfd-modal/imgs/khsl_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_online.png +0 -0
- package/lib/vtx-tfd-modal/index.js +106 -0
- package/lib/vtx-tfd-modal/style/index.js +1 -0
- package/lib/vtx-zg-modal/api.js +107 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +287 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +124 -0
- package/lib/vtx-zg-modal/components/index.js +1 -0
- package/lib/vtx-zg-modal/imgs/dot.png +0 -0
- package/lib/vtx-zg-modal/imgs/dot_done.png +0 -0
- package/lib/vtx-zg-modal/index.js +42 -0
- package/lib/vtx-zg-modal/style/index.js +3 -0
- package/lib/vtx-zg-modal/style/index.less +1 -0
- package/lib/vtx-zzz-modal/index.js +135 -0
- package/package.json +4 -4
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
/**
|
|
14
|
+
* 实时监测情况
|
|
15
|
+
*/
|
|
16
|
+
import { Tabs } from 'antd';
|
|
17
|
+
import { useEffect, useState } from 'react';
|
|
18
|
+
import { VmEmpty, VmTable, VmWrapper } from "../../../_components";
|
|
19
|
+
import useSettings from "../../../_hooks/useSettings";
|
|
20
|
+
import { BaseService } from "../../api";
|
|
21
|
+
import alarm from "../../imgs/alarm.png";
|
|
22
|
+
import alarmLight from "../../imgs/alarm_light.png";
|
|
23
|
+
import normal from "../../imgs/normal.png";
|
|
24
|
+
import normalLight from "../../imgs/normal_light.png";
|
|
25
|
+
import more from "../../imgs/tab_more.png";
|
|
26
|
+
import moreLight from "../../imgs/tab_more_light.png";
|
|
27
|
+
import Jczbqs from "./Jczbqs";
|
|
28
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
29
|
+
export default function RealtimeMonitor(_ref) {
|
|
30
|
+
var realtimeMonitor = _ref.realtimeMonitor,
|
|
31
|
+
hasLm = _ref.hasLm;
|
|
32
|
+
var _useSettings = useSettings(),
|
|
33
|
+
isDark = _useSettings.isDark,
|
|
34
|
+
tabPosition = _useSettings.tabPosition;
|
|
35
|
+
var _useState = useState('1'),
|
|
36
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
37
|
+
active = _useState2[0],
|
|
38
|
+
setActive = _useState2[1];
|
|
39
|
+
useEffect(function () {
|
|
40
|
+
if ((realtimeMonitor === null || realtimeMonitor === void 0 ? void 0 : realtimeMonitor.length) > 0) {
|
|
41
|
+
setActive(realtimeMonitor[0].deviceId);
|
|
42
|
+
}
|
|
43
|
+
}, [realtimeMonitor]);
|
|
44
|
+
var _BaseService$useRealt = BaseService.useRealtime(active),
|
|
45
|
+
realtimeRes = _BaseService$useRealt.realtimeRes;
|
|
46
|
+
var columns = [{
|
|
47
|
+
title: '监测项',
|
|
48
|
+
dataIndex: 'monitorItemName',
|
|
49
|
+
key: 'monitorItemName'
|
|
50
|
+
}, {
|
|
51
|
+
title: '单位',
|
|
52
|
+
dataIndex: 'unit',
|
|
53
|
+
key: 'unit',
|
|
54
|
+
render: function render(text) {
|
|
55
|
+
return text || '-';
|
|
56
|
+
}
|
|
57
|
+
}, {
|
|
58
|
+
title: '监测值',
|
|
59
|
+
dataIndex: 'value',
|
|
60
|
+
key: 'value',
|
|
61
|
+
render: function render(text, record) {
|
|
62
|
+
return /*#__PURE__*/_jsx("span", {
|
|
63
|
+
style: {
|
|
64
|
+
color: (record === null || record === void 0 ? void 0 : record.beenAlarm) && '#fd3a15'
|
|
65
|
+
},
|
|
66
|
+
children: text !== null && text !== void 0 ? text : '-'
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
}, {
|
|
70
|
+
title: '更新时间',
|
|
71
|
+
dataIndex: 'time',
|
|
72
|
+
key: 'time',
|
|
73
|
+
render: function render(text) {
|
|
74
|
+
return text || '-';
|
|
75
|
+
}
|
|
76
|
+
}];
|
|
77
|
+
var tableProps = {
|
|
78
|
+
height: 120,
|
|
79
|
+
paganitation: false,
|
|
80
|
+
dataSource: realtimeRes || []
|
|
81
|
+
};
|
|
82
|
+
var alarmImg = isDark ? alarm : alarmLight;
|
|
83
|
+
var normalImg = isDark ? normal : normalLight;
|
|
84
|
+
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
85
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
86
|
+
className: "base-bottom--right",
|
|
87
|
+
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
88
|
+
title: "\u5B9E\u65F6\u76D1\u6D4B\u60C5\u51B5",
|
|
89
|
+
needChange: false,
|
|
90
|
+
children: /*#__PURE__*/_jsx("div", {
|
|
91
|
+
className: "base-bottom--right-content",
|
|
92
|
+
children: (realtimeMonitor === null || realtimeMonitor === void 0 ? void 0 : realtimeMonitor.length) > 0 ? /*#__PURE__*/_jsxs("div", {
|
|
93
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
94
|
+
className: "df-monitor-head",
|
|
95
|
+
children: /*#__PURE__*/_jsx(Tabs, {
|
|
96
|
+
centered: true,
|
|
97
|
+
moreIcon: /*#__PURE__*/_jsx("img", {
|
|
98
|
+
src: isDark ? more : moreLight
|
|
99
|
+
}),
|
|
100
|
+
popupClassName: "df-popup-className ".concat(isDark ? 'dark' : ''),
|
|
101
|
+
onChange: function onChange(key) {
|
|
102
|
+
setActive(key);
|
|
103
|
+
},
|
|
104
|
+
size: "small",
|
|
105
|
+
items: (realtimeMonitor === null || realtimeMonitor === void 0 ? void 0 : realtimeMonitor.map(function (item) {
|
|
106
|
+
var flag = item.beenNormal;
|
|
107
|
+
return {
|
|
108
|
+
label: /*#__PURE__*/_jsxs("div", {
|
|
109
|
+
className: "df-monitor-head-item",
|
|
110
|
+
children: [/*#__PURE__*/_jsx("img", {
|
|
111
|
+
src: flag ? normalImg : alarmImg
|
|
112
|
+
}), /*#__PURE__*/_jsxs("div", {
|
|
113
|
+
className: "df-monitor-head-item-right",
|
|
114
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
115
|
+
className: "df-monitor-head-item-right-name",
|
|
116
|
+
children: item.deviceName
|
|
117
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
118
|
+
className: "df-monitor-head-item-right-".concat(flag ? 'valueNormal' : 'valueAlarm'),
|
|
119
|
+
children: /*#__PURE__*/_jsx("span", {
|
|
120
|
+
children: flag ? '正常' : '异常'
|
|
121
|
+
})
|
|
122
|
+
})]
|
|
123
|
+
})]
|
|
124
|
+
}),
|
|
125
|
+
key: item.deviceId
|
|
126
|
+
};
|
|
127
|
+
})) || []
|
|
128
|
+
})
|
|
129
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
130
|
+
className: "df-monitor-table",
|
|
131
|
+
children: /*#__PURE__*/_jsx(VmTable, _objectSpread({
|
|
132
|
+
columns: columns,
|
|
133
|
+
rowKey: "factorId"
|
|
134
|
+
}, tableProps))
|
|
135
|
+
})]
|
|
136
|
+
}) : /*#__PURE__*/_jsx(VmEmpty, {
|
|
137
|
+
type: "NO_DATA"
|
|
138
|
+
})
|
|
139
|
+
})
|
|
140
|
+
})
|
|
141
|
+
}), !hasLm && /*#__PURE__*/_jsx(Jczbqs, {
|
|
142
|
+
realtimeRes: realtimeRes,
|
|
143
|
+
deviceId: active
|
|
144
|
+
})]
|
|
145
|
+
});
|
|
146
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
/**
|
|
8
|
+
* 实时运行情况
|
|
9
|
+
*/
|
|
10
|
+
import { VmFactor } from "../../../_components";
|
|
11
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
|
+
export default function Situation(_ref) {
|
|
13
|
+
var situationRes = _ref.situationRes;
|
|
14
|
+
return /*#__PURE__*/_jsx("div", {
|
|
15
|
+
className: "df-situation",
|
|
16
|
+
children: [{
|
|
17
|
+
name: '进场量',
|
|
18
|
+
value: situationRes === null || situationRes === void 0 ? void 0 : situationRes.todayInWeight,
|
|
19
|
+
rate: ((situationRes === null || situationRes === void 0 ? void 0 : situationRes.todayInWeight) || 0) / ((situationRes === null || situationRes === void 0 ? void 0 : situationRes.yesterdayInWeight) || 1) * 100,
|
|
20
|
+
unit: '吨',
|
|
21
|
+
img: 'jcl'
|
|
22
|
+
}, {
|
|
23
|
+
name: '进场车次',
|
|
24
|
+
value: situationRes === null || situationRes === void 0 ? void 0 : situationRes.todayInCar,
|
|
25
|
+
rate: ((situationRes === null || situationRes === void 0 ? void 0 : situationRes.todayInCar) || 0) / ((situationRes === null || situationRes === void 0 ? void 0 : situationRes.yesterdayInCar) || 1) * 100,
|
|
26
|
+
img: 'jccc'
|
|
27
|
+
}].map(function (item, index) {
|
|
28
|
+
var _item$rate;
|
|
29
|
+
return /*#__PURE__*/_jsxs("div", {
|
|
30
|
+
children: [/*#__PURE__*/_jsx(VmFactor, _objectSpread(_objectSpread({}, item), {}, {
|
|
31
|
+
img: require("../../imgs/".concat(item.img, ".png"))
|
|
32
|
+
})), /*#__PURE__*/_jsxs("div", {
|
|
33
|
+
className: "df-situation-item-compare",
|
|
34
|
+
children: ["\u4E0E\u6628\u65E5\u6BD4 ", /*#__PURE__*/_jsxs("span", {
|
|
35
|
+
children: [(_item$rate = item.rate) === null || _item$rate === void 0 ? void 0 : _item$rate.toFixed(2), "%"]
|
|
36
|
+
}), /*#__PURE__*/_jsx("img", {
|
|
37
|
+
style: {
|
|
38
|
+
width: 14,
|
|
39
|
+
height: 14
|
|
40
|
+
},
|
|
41
|
+
src: require("../../imgs/".concat(item.rate > 100 ? 'up' : 'down', ".png"))
|
|
42
|
+
})]
|
|
43
|
+
})]
|
|
44
|
+
}, index);
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
import { VtxImage } from '@vtx/components';
|
|
8
|
+
import { getVtxToken } from '@vtx/utils';
|
|
9
|
+
import { useSetState } from 'ahooks';
|
|
10
|
+
import { Col, Row } from 'antd';
|
|
11
|
+
import moment from 'moment';
|
|
12
|
+
import { useRef } from 'react';
|
|
13
|
+
import { VmEmpty, VmInfoCollection, VmWrapper } from "../../../_components";
|
|
14
|
+
import { CommonService } from "../../../_service";
|
|
15
|
+
import { getFieldRender } from "../../../_util";
|
|
16
|
+
import { BaseService } from "../../api";
|
|
17
|
+
import "./index.less";
|
|
18
|
+
import Jcqsfx from "./Jcqsfx";
|
|
19
|
+
import Qyjcl from "./Qyjcl";
|
|
20
|
+
import RealtimeMonitor from "./RealtimeMonitor";
|
|
21
|
+
import Situation from "./Situation";
|
|
22
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
23
|
+
var BaseInfo = function BaseInfo(props) {
|
|
24
|
+
var info = props.info,
|
|
25
|
+
photos = props.photos,
|
|
26
|
+
code = props.code,
|
|
27
|
+
hasLm = props.hasLm,
|
|
28
|
+
realtimeMonitor = props.realtimeMonitor;
|
|
29
|
+
var nowDate = moment().format('YYYY-MM-DD');
|
|
30
|
+
var _useSetState = useSetState({
|
|
31
|
+
startDate: moment().subtract(1, 'month').format('YYYY-MM-DD'),
|
|
32
|
+
endDate: nowDate
|
|
33
|
+
}),
|
|
34
|
+
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
35
|
+
state = _useSetState2[0],
|
|
36
|
+
setState = _useSetState2[1];
|
|
37
|
+
var imgRef = useRef(null);
|
|
38
|
+
var startDate = state.startDate,
|
|
39
|
+
endDate = state.endDate;
|
|
40
|
+
var fields = CommonService.useGetFields(info === null || info === void 0 ? void 0 : info.typeCode);
|
|
41
|
+
var _BaseService$useSitua = BaseService.useSituation(code, nowDate),
|
|
42
|
+
situationRes = _BaseService$useSitua.situationRes;
|
|
43
|
+
return /*#__PURE__*/_jsxs("div", {
|
|
44
|
+
className: "df-base-content",
|
|
45
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
46
|
+
className: "df-base-content-left",
|
|
47
|
+
children: /*#__PURE__*/_jsxs(VmWrapper, {
|
|
48
|
+
title: "\u57FA\u672C\u4FE1\u606F",
|
|
49
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
50
|
+
className: "base-top-img",
|
|
51
|
+
ref: imgRef,
|
|
52
|
+
children: photos.length ? /*#__PURE__*/_jsx("div", {
|
|
53
|
+
style: {
|
|
54
|
+
padding: '0 12px 12px'
|
|
55
|
+
},
|
|
56
|
+
children: /*#__PURE__*/_jsx(VtxImage, {
|
|
57
|
+
src: "/cloudFile/common/downloadFile?id=".concat(photos[0].id, "&token=").concat(getVtxToken('token')),
|
|
58
|
+
alt: photos[0].name,
|
|
59
|
+
isDark: true,
|
|
60
|
+
style: {
|
|
61
|
+
maxWidth: '340px',
|
|
62
|
+
height: 220,
|
|
63
|
+
overflow: 'hidden'
|
|
64
|
+
}
|
|
65
|
+
}, photos[0].id)
|
|
66
|
+
}) : /*#__PURE__*/_jsx(VmEmpty, {
|
|
67
|
+
type: "NO_PICTURE",
|
|
68
|
+
style: {
|
|
69
|
+
height: 220
|
|
70
|
+
}
|
|
71
|
+
})
|
|
72
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
73
|
+
className: "base-top--base",
|
|
74
|
+
style: {
|
|
75
|
+
height: 382
|
|
76
|
+
},
|
|
77
|
+
children: /*#__PURE__*/_jsx(VmInfoCollection, {
|
|
78
|
+
data: getFieldRender(fields, info),
|
|
79
|
+
horizontal: true,
|
|
80
|
+
width: "50%",
|
|
81
|
+
ellipsis: true,
|
|
82
|
+
padding: '0 12px 12px'
|
|
83
|
+
})
|
|
84
|
+
})]
|
|
85
|
+
})
|
|
86
|
+
}), /*#__PURE__*/_jsxs("div", {
|
|
87
|
+
className: "df-base-content-right",
|
|
88
|
+
children: [hasLm && /*#__PURE__*/_jsxs(Row, {
|
|
89
|
+
gutter: [16, 16],
|
|
90
|
+
style: {
|
|
91
|
+
marginBottom: 10
|
|
92
|
+
},
|
|
93
|
+
children: [/*#__PURE__*/_jsx(Col, {
|
|
94
|
+
span: 8,
|
|
95
|
+
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
96
|
+
title: "\u5B9E\u65F6\u8FDB\u573A\u60C5\u51B5",
|
|
97
|
+
style: {
|
|
98
|
+
height: 280
|
|
99
|
+
},
|
|
100
|
+
children: /*#__PURE__*/_jsx(Situation, {
|
|
101
|
+
situationRes: situationRes
|
|
102
|
+
})
|
|
103
|
+
})
|
|
104
|
+
}), /*#__PURE__*/_jsx(Col, {
|
|
105
|
+
span: 16,
|
|
106
|
+
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
107
|
+
style: {
|
|
108
|
+
height: 280
|
|
109
|
+
},
|
|
110
|
+
title: "\u533A\u57DF\u8FDB\u573A\u91CF\u5206\u6790",
|
|
111
|
+
filterType: "rangePicker",
|
|
112
|
+
dateValue: [moment(startDate), moment(endDate)],
|
|
113
|
+
filterChange: function filterChange(dates) {
|
|
114
|
+
return dates && setState({
|
|
115
|
+
startDate: moment(dates[0]).format('YYYY-MM-DD'),
|
|
116
|
+
endDate: moment(dates[1]).format('YYYY-MM-DD')
|
|
117
|
+
});
|
|
118
|
+
},
|
|
119
|
+
children: /*#__PURE__*/_jsx(Qyjcl, {
|
|
120
|
+
code: code,
|
|
121
|
+
startDate: startDate,
|
|
122
|
+
endDate: endDate
|
|
123
|
+
})
|
|
124
|
+
})
|
|
125
|
+
})]
|
|
126
|
+
}), (realtimeMonitor === null || realtimeMonitor === void 0 ? void 0 : realtimeMonitor.length) > 0 ? /*#__PURE__*/_jsx(RealtimeMonitor, {
|
|
127
|
+
realtimeMonitor: realtimeMonitor,
|
|
128
|
+
hasLm: hasLm
|
|
129
|
+
}) : null, hasLm && !(realtimeMonitor !== null && realtimeMonitor !== void 0 && realtimeMonitor.length) ?
|
|
130
|
+
/*#__PURE__*/
|
|
131
|
+
// 仅有计量
|
|
132
|
+
_jsx(Jcqsfx, {
|
|
133
|
+
code: code,
|
|
134
|
+
startDate: startDate,
|
|
135
|
+
endDate: endDate
|
|
136
|
+
}) : null]
|
|
137
|
+
})]
|
|
138
|
+
});
|
|
139
|
+
};
|
|
140
|
+
export default BaseInfo;
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
.df-base-content {
|
|
2
|
+
height: 100%;
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: start;
|
|
5
|
+
gap: 16px;
|
|
6
|
+
|
|
7
|
+
&-left {
|
|
8
|
+
width: 400px;
|
|
9
|
+
height: 616px;
|
|
10
|
+
}
|
|
11
|
+
&-right {
|
|
12
|
+
width: calc(100% - 416px);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.base-top {
|
|
16
|
+
&-desc {
|
|
17
|
+
&-exec {
|
|
18
|
+
color: var(--info-danger);
|
|
19
|
+
height: 40px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&-img {
|
|
24
|
+
img {
|
|
25
|
+
width: 100%;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&--base {
|
|
30
|
+
max-height: 480px;
|
|
31
|
+
background-color: var(--content-bg-color);
|
|
32
|
+
overflow: auto;
|
|
33
|
+
margin-top: 12px;
|
|
34
|
+
}
|
|
35
|
+
&--jcqsfx {
|
|
36
|
+
margin-top: 14px;
|
|
37
|
+
}
|
|
38
|
+
&--chart {
|
|
39
|
+
height: 298px;
|
|
40
|
+
width: 100%;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.base-bottom {
|
|
45
|
+
margin-top: 10px;
|
|
46
|
+
|
|
47
|
+
&--right {
|
|
48
|
+
&-content {
|
|
49
|
+
width: 100%;
|
|
50
|
+
text-align: center;
|
|
51
|
+
overflow-y: auto;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.df-qyjcl {
|
|
57
|
+
height: 215px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.df-overview-trend {
|
|
61
|
+
width: 100%;
|
|
62
|
+
margin-top: 16px;
|
|
63
|
+
&-content {
|
|
64
|
+
width: 100%;
|
|
65
|
+
height: 191px;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.df-situation {
|
|
71
|
+
overflow-y: auto;
|
|
72
|
+
padding: 0 12px;
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
flex: 1 1;
|
|
76
|
+
gap: 24px;
|
|
77
|
+
|
|
78
|
+
.df-situation-item-compare {
|
|
79
|
+
margin-left: 56px;
|
|
80
|
+
font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
display: flex;
|
|
83
|
+
color: var(--img-text-color);
|
|
84
|
+
line-height: 14px;
|
|
85
|
+
margin-top: 10px;
|
|
86
|
+
|
|
87
|
+
img {
|
|
88
|
+
transform: translateY(2px);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.df-monitor {
|
|
94
|
+
&-head {
|
|
95
|
+
width: 100%;
|
|
96
|
+
padding-left: 16px;
|
|
97
|
+
|
|
98
|
+
&-item {
|
|
99
|
+
display: flex;
|
|
100
|
+
justify-content: start;
|
|
101
|
+
align-items: start;
|
|
102
|
+
cursor: pointer;
|
|
103
|
+
|
|
104
|
+
img {
|
|
105
|
+
width: 36px;
|
|
106
|
+
height: 36px;
|
|
107
|
+
margin-right: 12px;
|
|
108
|
+
display: inline-block;
|
|
109
|
+
}
|
|
110
|
+
&-right {
|
|
111
|
+
text-align: left;
|
|
112
|
+
&-name {
|
|
113
|
+
color: var(--modal-title-color);
|
|
114
|
+
font-size: 14px;
|
|
115
|
+
}
|
|
116
|
+
&-valueNormal {
|
|
117
|
+
color: #52c41a;
|
|
118
|
+
line-height: 22px;
|
|
119
|
+
padding-left: 2px;
|
|
120
|
+
|
|
121
|
+
&::before {
|
|
122
|
+
content: '';
|
|
123
|
+
display: inline-block;
|
|
124
|
+
margin: 0 10px 2px 0;
|
|
125
|
+
width: 6px;
|
|
126
|
+
height: 6px;
|
|
127
|
+
border-radius: 50%;
|
|
128
|
+
background: #0fb964;
|
|
129
|
+
box-shadow: 0px 0px 3px 2px rgba(15, 185, 100, 0.5);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&-valueAlarm {
|
|
134
|
+
color: var(--info-danger);
|
|
135
|
+
line-height: 22px;
|
|
136
|
+
padding-left: 2px;
|
|
137
|
+
|
|
138
|
+
&::before {
|
|
139
|
+
content: '';
|
|
140
|
+
display: inline-block;
|
|
141
|
+
margin: 0 10px 2px 0;
|
|
142
|
+
width: 6px;
|
|
143
|
+
height: 6px;
|
|
144
|
+
border-radius: 50%;
|
|
145
|
+
background: #f5222d;
|
|
146
|
+
box-shadow: 0px 0px 3px 2px rgba(245, 34, 45, 0.5);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
&-table {
|
|
153
|
+
height: 166px;
|
|
154
|
+
overflow-y: hidden;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.slick-track {
|
|
159
|
+
width: 340px;
|
|
160
|
+
overflow: hidden;
|
|
161
|
+
}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
import { useSetState } from 'ahooks';
|
|
14
|
+
import moment from 'moment';
|
|
15
|
+
import { VmCalendar, VmCalendarInner, VmWrapper } from "../../../_components";
|
|
16
|
+
import useSettings from "../../../_hooks/useSettings";
|
|
17
|
+
import { BaseService, CalendarService } from "../../api";
|
|
18
|
+
import blockA from "../../../_imgs/block_alarm.png";
|
|
19
|
+
import blockN from "../../../_imgs/block_normal.png";
|
|
20
|
+
import car from "../../imgs/c_car.png";
|
|
21
|
+
import jcl from "../../imgs/c_jcl.png";
|
|
22
|
+
import "./index.less";
|
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
24
|
+
var Charts = function Charts(_ref) {
|
|
25
|
+
var code = _ref.code;
|
|
26
|
+
var _useSettings = useSettings(),
|
|
27
|
+
isDark = _useSettings.isDark;
|
|
28
|
+
var _useSetState = useSetState({
|
|
29
|
+
date: moment(),
|
|
30
|
+
data: []
|
|
31
|
+
}),
|
|
32
|
+
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
33
|
+
state = _useSetState2[0],
|
|
34
|
+
setState = _useSetState2[1];
|
|
35
|
+
var date = state.date;
|
|
36
|
+
var _CalendarService$useF = CalendarService.useFetchData(code, date.startOf('M').format('YYYY-MM-DD'), date.endOf('M').format('YYYY-MM-DD')),
|
|
37
|
+
data1 = _CalendarService$useF.data1;
|
|
38
|
+
var _CalendarService$useF2 = CalendarService.useFetchData2(code, date.startOf('M').format('YYYY-MM-DD 00:00:00'), date.endOf('M').format('YYYY-MM-DD 23:59:59')),
|
|
39
|
+
data2 = _CalendarService$useF2.data2;
|
|
40
|
+
var _BaseService$useSitua = BaseService.useSituationSummary(code, date.format('YYYY-MM-DD'), date.format('YYYY-MM-DD')),
|
|
41
|
+
situationRes = _BaseService$useSitua.situationRes;
|
|
42
|
+
var dateCellRender = function dateCellRender(value) {
|
|
43
|
+
var _data2$filter;
|
|
44
|
+
var obj1 = (data1 === null || data1 === void 0 ? void 0 : data1.find(function (ele) {
|
|
45
|
+
return ele.date === value.format('YYYY-MM-DD');
|
|
46
|
+
})) || {}; // carNums、netWeight
|
|
47
|
+
var obj2 = (data2 === null || data2 === void 0 || (_data2$filter = data2.filter(function (ele) {
|
|
48
|
+
return !moment(ele.date).isAfter(moment(), 'day');
|
|
49
|
+
}) // 筛选出当前日期之前的数据
|
|
50
|
+
) === null || _data2$filter === void 0 ? void 0 : _data2$filter.find(function (ele) {
|
|
51
|
+
return ele.date === value.format('YYYY-MM-DD');
|
|
52
|
+
})) || {}; // alarmNum、beenNormal
|
|
53
|
+
var hasLm = (obj1 === null || obj1 === void 0 ? void 0 : obj1.netWeight) > 0;
|
|
54
|
+
var isOverWeight = (obj1 === null || obj1 === void 0 ? void 0 : obj1.netWeight) / 1000 > (situationRes === null || situationRes === void 0 ? void 0 : situationRes.handleAbility); // 进厂量是否超过设计能力
|
|
55
|
+
var isNormal = obj2 === null || obj2 === void 0 ? void 0 : obj2.beenNormal;
|
|
56
|
+
var showTip = Object.prototype.hasOwnProperty.call(obj2, 'beenNormal');
|
|
57
|
+
return /*#__PURE__*/_jsxs("div", {
|
|
58
|
+
className: "df-calendar-cell",
|
|
59
|
+
children: [!!data2 && /*#__PURE__*/_jsxs("div", {
|
|
60
|
+
className: "df-calendar-cell-head",
|
|
61
|
+
style: {
|
|
62
|
+
color: isNormal ? '#0FB964' : '#F5222D',
|
|
63
|
+
top: hasLm ? '-30px' : '-22px'
|
|
64
|
+
},
|
|
65
|
+
children: [showTip && /*#__PURE__*/_jsx("img", {
|
|
66
|
+
src: isNormal ? blockN : blockA
|
|
67
|
+
}), showTip ? isNormal ? '正常' : '异常' : '']
|
|
68
|
+
}), hasLm && /*#__PURE__*/_jsxs(_Fragment, {
|
|
69
|
+
children: [/*#__PURE__*/_jsx(VmCalendarInner, {
|
|
70
|
+
type: "blue",
|
|
71
|
+
img: jcl,
|
|
72
|
+
isAlarm: isOverWeight,
|
|
73
|
+
value: (((obj1 === null || obj1 === void 0 ? void 0 : obj1.netWeight) || 0) / 1000).toFixed(2),
|
|
74
|
+
style: {
|
|
75
|
+
width: '139px',
|
|
76
|
+
justifyContent: 'space-between',
|
|
77
|
+
margin: '8px 0',
|
|
78
|
+
color: '#0FB964'
|
|
79
|
+
}
|
|
80
|
+
}), /*#__PURE__*/_jsx(VmCalendarInner, {
|
|
81
|
+
type: "green",
|
|
82
|
+
img: car,
|
|
83
|
+
value: (obj1 === null || obj1 === void 0 ? void 0 : obj1.carNums) || 0,
|
|
84
|
+
style: {
|
|
85
|
+
width: '139px',
|
|
86
|
+
justifyContent: 'space-between'
|
|
87
|
+
}
|
|
88
|
+
})]
|
|
89
|
+
})]
|
|
90
|
+
});
|
|
91
|
+
};
|
|
92
|
+
return /*#__PURE__*/_jsx("div", {
|
|
93
|
+
className: "df-calendar ".concat(isDark ? 'dark' : ''),
|
|
94
|
+
children: /*#__PURE__*/_jsxs(VmWrapper, {
|
|
95
|
+
title: "\u8FD0\u884C\u603B\u89C8",
|
|
96
|
+
needChange: false,
|
|
97
|
+
filterType: "monthPicker",
|
|
98
|
+
dateValue: date,
|
|
99
|
+
filterChange: function filterChange(dates) {
|
|
100
|
+
return dates && setState({
|
|
101
|
+
date: dates
|
|
102
|
+
});
|
|
103
|
+
},
|
|
104
|
+
disabledDate: function disabledDate(current) {
|
|
105
|
+
return current && current > moment().endOf('M');
|
|
106
|
+
},
|
|
107
|
+
contentStyle: {
|
|
108
|
+
marginBottom: 16,
|
|
109
|
+
height: '440px'
|
|
110
|
+
},
|
|
111
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
112
|
+
className: "df-calendar-head",
|
|
113
|
+
children: [{
|
|
114
|
+
name: '进场量(吨)',
|
|
115
|
+
img: jcl,
|
|
116
|
+
type: 'blue'
|
|
117
|
+
}, {
|
|
118
|
+
name: '车次',
|
|
119
|
+
img: car,
|
|
120
|
+
type: 'green'
|
|
121
|
+
}, {
|
|
122
|
+
name: '工况正常',
|
|
123
|
+
imgType: 'normal'
|
|
124
|
+
}, {
|
|
125
|
+
name: '工况异常',
|
|
126
|
+
imgType: 'alarm'
|
|
127
|
+
}].map(function (item, index) {
|
|
128
|
+
return /*#__PURE__*/_jsx(VmCalendarInner, _objectSpread(_objectSpread({}, item), {}, {
|
|
129
|
+
value: item.name
|
|
130
|
+
}), index);
|
|
131
|
+
})
|
|
132
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
133
|
+
className: "df-calendar-content",
|
|
134
|
+
children: /*#__PURE__*/_jsx(VmCalendar, {
|
|
135
|
+
dateCellRender: dateCellRender,
|
|
136
|
+
value: date
|
|
137
|
+
})
|
|
138
|
+
})]
|
|
139
|
+
})
|
|
140
|
+
});
|
|
141
|
+
};
|
|
142
|
+
export default Charts;
|