-
-
-
-
-
-
-
-
+
歷史資料
+
\ No newline at end of file
diff --git a/Frontend/_schoolView.html b/Frontend/_schoolView.html
index 1e7701c..47ffa71 100644
--- a/Frontend/_schoolView.html
+++ b/Frontend/_schoolView.html
@@ -1,9 +1,11 @@
-
+
-
-
-
-
-
+
\ No newline at end of file
+
+
diff --git a/Frontend/_systemMonitor.html b/Frontend/_systemMonitor.html
index f8edb18..c874b58 100644
--- a/Frontend/_systemMonitor.html
+++ b/Frontend/_systemMonitor.html
@@ -1,65 +1,79 @@
-
-
-
-
-
-
+
-
-
-
\ No newline at end of file
+ });
+
+ onEvent("change", "#buiList", function (e, actEle) {
+ getFloList();
+ });
+
+ function getFloList() {
+ let url = baseApiUrl + "/api/Device/GetFloor";
+ let sendData = {
+ building_tag: pageAct.buiTag,
+ sub_system_tag: pageAct.sysSubTag,
+ };
+ objSendData.Data = sendData;
+ ytAjax = new YourTeam.Ajax(
+ url,
+ objSendData,
+ function (res) {
+ if (!res || res.code != "0000" || !res.data) {
+ } else {
+ let strHtml = `
`;
+ $.each(res.data, (index, floObj) => {
+ strHtml += `
`;
+ });
+ $("#floList").html(strHtml);
+ floList = res.data;
+
+ var ytTab = new YT.Tab({ tabName: "floor" });
+ }
+ },
+ null,
+ "POST"
+ ).send();
+ }
+
diff --git a/Frontend/index.html b/Frontend/index.html
index 8426c23..3fa9e8b 100644
--- a/Frontend/index.html
+++ b/Frontend/index.html
@@ -8,112 +8,78 @@ Purchase: https://wrapbootstrap.com/theme/smartadmin-responsive-webapp-WB0573SK0
License: You must have a valid license purchased only from wrapbootstrap.com (link above) in order to legally use this theme for your project.
-->
-
-
-
Marketing Dashboard - Application Intel - SmartAdmin v4.5.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
Marketing Dashboard - Application Intel - SmartAdmin v4.5.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
-
-
-
-
-