diff --git a/Parking_spaces/Views/Engineering/Engineering_Index.cshtml b/Parking_spaces/Views/Engineering/Engineering_Index.cshtml
index 786f488..9f027f3 100644
--- a/Parking_spaces/Views/Engineering/Engineering_Index.cshtml
+++ b/Parking_spaces/Views/Engineering/Engineering_Index.cshtml
@@ -643,6 +643,7 @@
});
}
+
+
@@ -287,6 +351,122 @@
}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml b/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml
index d45efcf..da60017 100644
--- a/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml
+++ b/Parking_spaces/Views/Manager/Yuntech_in_car.cshtml
@@ -14,6 +14,8 @@
+
+
" + Model.location + " | " - table += "" + '' + " | " - //table += "" + " | " - //table += "" + " | " - table += "" + "" + " | " - table += "" + Model.in_time + " | " - document.getElementById("detail_car_data").innerHTML = table + if (Model.out_time == null) { + table = "
" + Model.location + " | " + table += "" + '' + " | " + //table += "" + " | " + //table += "" + " | " + table += "" + "" + " | " + table += "" + Model.in_time + " | " + document.getElementById("detail_car_data").innerHTML = table + } + else { + table = "
" + Model.location + " | " + table += "" + '' + " | " + //table += "" + " | " + //table += "" + " | " + table += "" + "" + " " + " | " + table += "" + "進入時間:" + Model.in_time + " " + " " + "出去時間: " + Model.out_time + " | "
+ document.getElementById("detail_car_data").innerHTML = table
+ }
}
});
detail_car_data_view.showModal();
@@ -364,6 +402,32 @@
}
+
+
+
+