From 8c096317e8dcd8a2a7f0d2c1cf66c07052e1eb4a Mon Sep 17 00:00:00 2001 From: b110212000 Date: Mon, 20 Dec 2021 16:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B7=9F=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/StationReport/Index.cshtml | 121 +++++++++++--------- 1 file changed, 64 insertions(+), 57 deletions(-) diff --git a/SolarPower/Views/StationReport/Index.cshtml b/SolarPower/Views/StationReport/Index.cshtml index d89eef8..4669b0c 100644 --- a/SolarPower/Views/StationReport/Index.cshtml +++ b/SolarPower/Views/StationReport/Index.cshtml @@ -228,67 +228,71 @@ -
-
-
- - - - - -
-
-
-
-
-
-
- - - - - - - - - - - -
出租人租金比例租金金額(未稅)租金金額(含稅)
-
-
-
-
-
-
- - - - - - - - - - -
縣市平均發電量(kWp)有效發電小時
-
-
-
-
-
-
- - - - - -
+
+
+
+
+ + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + +
出租人租金比例租金金額(未稅)租金金額(含稅)
+
+
+
+
+
+
+ + + + + + + + + + +
縣市平均發電量(kWp)有效發電小時
+
+
+
+
+
+
+ + + + + +
+
+ +
@@ -840,9 +844,11 @@ $(e).removeClass("btn-primary").addClass("btn-success"); button = e; + $('#all').hide(); $('#hiretable').hide(); $('#maxtable').hide(); + tablehand(form); } @@ -1221,7 +1227,8 @@ } $('#overviewtable').show(); $('#detailtable').show(); - + + $('#all').show(); nowform = form; }, 'json'); }