From 1fb83617655e0ad667720cb117ebfca090ce8cab Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Mon, 8 Aug 2022 11:48:25 +0800 Subject: [PATCH 01/25] =?UTF-8?q?solar=5FApp:=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E7=82=BA=E6=B8=AC=E8=A9=A6=E7=9A=84=E8=B3=87=E6=96=99=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- solarApp/Service/getStationSvc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarApp/Service/getStationSvc.cs b/solarApp/Service/getStationSvc.cs index 92dca89..b2f1dc2 100644 --- a/solarApp/Service/getStationSvc.cs +++ b/solarApp/Service/getStationSvc.cs @@ -14,7 +14,7 @@ namespace solarApp.Service public class getStationSvc { string Connection1 = ConfigurationManager.ConnectionStrings["mySql"].ConnectionString; - protected string tableName = "power_station"; + protected string tableName = "power_station_for_calc_test";//"power_station"; /// /// 電站 Raw Data /// From 4145d2404e2d23f9f7c471180064eedbd3e0abdc Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Mon, 8 Aug 2022 13:50:40 +0800 Subject: [PATCH 02/25] =?UTF-8?q?=E9=9B=BB=E7=AB=99=E8=B3=87=E8=A8=8A-?= =?UTF-8?q?=E7=B6=AD=E9=81=8B=E7=B4=80=E9=8C=84:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=A1=A8=E5=96=AE=E5=85=A7=E7=9A=84=E5=85=A7=E5=AE=B9(?= =?UTF-8?q?=E5=9F=B7=E8=A1=8C=E4=BA=BA=E5=93=A1)=E6=B2=92=E6=9C=89?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/StationOverview/StationOverviewInfo.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml index 39e2b6e..c5d14f5 100644 --- a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml +++ b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml @@ -1646,7 +1646,7 @@ status = 1; } $("input[name=status_modal_opRecord][value='" + status + "']").prop('checked', true); //狀態 - $('#work_person_select_modal').val(record.workPersonId).trigger("change");; + $('#work_person_select_modal').val(record.workPersonIds).trigger("change"); if (work_type != 2) { $(".fix-div").hide(); } else { From 6125a31f3a03cafd9d1d5a22625968897b58485f Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Mon, 8 Aug 2022 14:01:25 +0800 Subject: [PATCH 03/25] =?UTF-8?q?=E5=85=A8=E7=B3=BB=E7=B5=B1-loading?= =?UTF-8?q?=E6=A8=A3=E5=BC=8F=EF=BC=8C=E4=BD=BF=E7=94=A8SmartAdmin=20v4.5.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/AnalysisInverter/Index.cshtml | 12 +-- .../Views/AnalysisStationCombine/Index.cshtml | 12 +-- .../Views/AnalysisStationInfo/Index.cshtml | 12 +-- SolarPower/Views/Company/Index.cshtml | 12 +-- .../Views/ElectricitySoldRecord/Index.cshtml | 12 +-- SolarPower/Views/ExceptionRecord/Index.cshtml | 12 +-- SolarPower/Views/Login/Index.cshtml | 64 ++++++-------- SolarPower/Views/MapOverview/Index.cshtml | 12 +-- SolarPower/Views/NoticeSchedule/Index.cshtml | 12 +-- SolarPower/Views/Operation/Index.cshtml | 12 +-- .../Views/Operation/OperationRecord.cshtml | 12 +-- SolarPower/Views/PowerGeneration/Index.cshtml | 12 +-- SolarPower/Views/PowerStation/Index.cshtml | 12 +-- .../PowerStation/PowerStationEdit.cshtml | 12 +-- SolarPower/Views/SensorType/Index.cshtml | 12 +-- SolarPower/Views/StationOverview/Index.cshtml | 12 +-- .../StationOverviewInfo.cshtml | 12 +-- SolarPower/Views/User/Index.cshtml | 12 +-- SolarPower/wwwroot/css/loading.css | 86 ------------------- 19 files changed, 62 insertions(+), 292 deletions(-) delete mode 100644 SolarPower/wwwroot/css/loading.css diff --git a/SolarPower/Views/AnalysisInverter/Index.cshtml b/SolarPower/Views/AnalysisInverter/Index.cshtml index 1189e5b..adeba19 100644 --- a/SolarPower/Views/AnalysisInverter/Index.cshtml +++ b/SolarPower/Views/AnalysisInverter/Index.cshtml @@ -4,16 +4,8 @@ ViewData["Title"] = "逆變器交叉分析"; } - -
- - - - - - - - +
+
diff --git a/SolarPower/Views/AnalysisStationCombine/Index.cshtml b/SolarPower/Views/AnalysisStationCombine/Index.cshtml index 0f9afd7..ad6772d 100644 --- a/SolarPower/Views/AnalysisStationCombine/Index.cshtml +++ b/SolarPower/Views/AnalysisStationCombine/Index.cshtml @@ -6,16 +6,8 @@ @using SolarPower.Models.Role @model RoleLayerEnum - -
- - - - - - - - +
+
diff --git a/SolarPower/Views/AnalysisStationInfo/Index.cshtml b/SolarPower/Views/AnalysisStationInfo/Index.cshtml index e2016c5..fe998f6 100644 --- a/SolarPower/Views/AnalysisStationInfo/Index.cshtml +++ b/SolarPower/Views/AnalysisStationInfo/Index.cshtml @@ -4,16 +4,8 @@ ViewData["Title"] = "電站交叉分析"; } - -
- - - - - - - - +
+
diff --git a/SolarPower/Views/Company/Index.cshtml b/SolarPower/Views/Company/Index.cshtml index 57bd79b..389277a 100644 --- a/SolarPower/Views/Company/Index.cshtml +++ b/SolarPower/Views/Company/Index.cshtml @@ -19,16 +19,8 @@
- -
- - - - - - - - +
+
diff --git a/SolarPower/Views/ElectricitySoldRecord/Index.cshtml b/SolarPower/Views/ElectricitySoldRecord/Index.cshtml index 84516eb..bc29fec 100644 --- a/SolarPower/Views/ElectricitySoldRecord/Index.cshtml +++ b/SolarPower/Views/ElectricitySoldRecord/Index.cshtml @@ -6,16 +6,8 @@ @using SolarPower.Models.Role @model RoleLayerEnum - -
- - - - - - - - +
+
diff --git a/SolarPower/Views/ExceptionRecord/Index.cshtml b/SolarPower/Views/ExceptionRecord/Index.cshtml index 13de8ab..6056b16 100644 --- a/SolarPower/Views/ExceptionRecord/Index.cshtml +++ b/SolarPower/Views/ExceptionRecord/Index.cshtml @@ -12,16 +12,8 @@
  • - -
    - - - - - - - - +
    +
    diff --git a/SolarPower/Views/Login/Index.cshtml b/SolarPower/Views/Login/Index.cshtml index 2ea9727..b25dc1a 100644 --- a/SolarPower/Views/Login/Index.cshtml +++ b/SolarPower/Views/Login/Index.cshtml @@ -25,20 +25,8 @@ - - -
    - - - - - - - - -