From 4c527a46c308ae6c723bb7367ea5c0b47b0f0ad3 Mon Sep 17 00:00:00 2001 From: dev01 Date: Thu, 5 Jan 2023 18:37:12 +0800 Subject: [PATCH] =?UTF-8?q?[Frontend][=E7=B3=BB=E7=B5=B1=E7=9B=A3=E6=8E=A7?= =?UTF-8?q?]=20Card=20=E5=8F=AF=E6=8B=96=E6=8B=89=E4=B8=A6=E7=B8=AE?= =?UTF-8?q?=E6=94=BE=E7=A8=8B=E5=BA=8F=E5=BB=BA=E7=BD=AE=20|=20jquery-ui?= =?UTF-8?q?=E5=A5=97=E4=BB=B6=E5=BC=95=E5=85=A5=20|=20[=E7=B3=BB=E7=B5=B1?= =?UTF-8?q?=E7=9B=A3=E6=8E=A7]=20=E5=8D=B3=E6=99=82=E7=8B=80=E6=85=8B?= =?UTF-8?q?=E8=A6=96=E7=AA=97=E8=AA=BF=E6=95=B4=20|=20[=E9=9B=BB=E6=A2=AF?= =?UTF-8?q?=E7=B3=BB=E7=B5=B1][=E7=B3=BB=E7=B5=B1=E7=9B=A3=E6=8E=A7]=20?= =?UTF-8?q?=E8=BC=89=E5=85=A5=203d=20=E6=8E=A1=E7=94=A8=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E5=BA=A6=E7=82=BA0=E7=9A=84=E6=96=B9=E5=BC=8F=20|=20[=E7=B3=BB?= =?UTF-8?q?=E7=B5=B1=E7=9B=A3=E6=8E=A7]=20=E4=B8=8A=E6=96=B9=E7=87=88?= =?UTF-8?q?=E8=99=9F=E4=B8=B2=E6=8E=A5=E8=B3=87=E6=96=99=E5=BA=AB=E8=B3=87?= =?UTF-8?q?=E6=96=99=20|=20=E5=8D=B3=E6=99=82=E7=8B=80=E6=85=8B=E8=88=87?= =?UTF-8?q?=E8=B3=87=E6=96=99=E5=BA=AB=E4=B8=B2=E6=8E=A5=20|=20=E4=BE=9B?= =?UTF-8?q?=E6=B0=B4=E7=B3=BB=E7=B5=B1=E6=9F=93=E8=89=B2=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=BB=BA=E7=BD=AE=20|=20[FrontendWebApi]=20GetMainSub=20?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=20point=20=E9=A1=9E=E5=9E=8B=E8=B3=87?= =?UTF-8?q?=E6=96=99=E7=A8=8B=E5=BA=8F=E5=BB=BA=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_sysElevator.html | 3 +- Frontend/_sysMonAll.html | 129 +++- Frontend/css/site.css | 594 ++++-------------- Frontend/index.html | 32 +- Frontend/js/forge/forgemodel.js | 94 ++- .../yourteam/plugins/yt-navbar/yt-navbar.js | 2 +- Frontend/lib/jquery-ui/jquery-ui.min.css | 7 + Frontend/lib/jquery-ui/jquery-ui.min.js | 6 + .../ApiControllers/DeviceManageController.cs | 37 +- .../ApiControllers/MyBaseApiController.cs | 74 +-- FrontendWebApi/Models/HistoryClass.cs | 19 + 11 files changed, 429 insertions(+), 568 deletions(-) create mode 100644 Frontend/lib/jquery-ui/jquery-ui.min.css create mode 100644 Frontend/lib/jquery-ui/jquery-ui.min.js diff --git a/Frontend/_sysElevator.html b/Frontend/_sysElevator.html index 084a7dd..401d1ed 100644 --- a/Frontend/_sysElevator.html +++ b/Frontend/_sysElevator.html @@ -2384,7 +2384,8 @@ let forge3DElev = new Forge3DElevFull(elevOption); forge3DElev.bajaEndCallback = function () { debugger - hideAllObjects(this.getNodeIds()); + /*hideAllObjects(this.getNodeIds());*/ + setTransparentBuilding(0); endPageLoading(); } forge3DElev.bajaChaCallback = function (data) { diff --git a/Frontend/_sysMonAll.html b/Frontend/_sysMonAll.html index 53220b8..4bab82c 100644 --- a/Frontend/_sysMonAll.html +++ b/Frontend/_sysMonAll.html @@ -36,6 +36,7 @@