回答編集履歴
1
多分動きます
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
@Html.EditorFor(model => model[idx].open, new { htmlAttributes = new { @class = "form-control start_time" } })
|
3
3
|
終業時刻にもclass追加
|
4
4
|
@Html.EditorFor(model => model[idx].open, new { htmlAttributes = new { @class = "form-control end_time" } })
|
5
|
-
定時ボタンにもclass追加
|
5
|
+
定時ボタンにもclass追加(onclickは削除)
|
6
6
|
<button type="button" class ="teizi">定時</button>
|
7
7
|
|
8
8
|
<script>
|