...
|
...
|
@@ -18,8 +18,7 @@ |
|
|
<th width="200">早打卡时间<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="morning_sign_time"
|
|
|
value="{:date('Y-m-d H:i',$list['morning_sign_time'])}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['morning_sign_time'])}">
|
|
|
<div class="pull-left" style="height:34px;line-height: 34px;">-</div>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="morning_sign_end_time"
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['morning_sign_end_time'])}">
|
...
|
...
|
@@ -29,36 +28,30 @@ |
|
|
<th width="200">中打卡时间<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="noon_sign_time"
|
|
|
value="{:date('Y-m-d H:i',$list['noon_sign_time'])}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['noon_sign_time'])}">
|
|
|
<div class="pull-left" style="height:34px;line-height: 34px;">-</div>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="noon_sign_end_time"
|
|
|
value="{:date('Y-m-d H:i',$list['noon_sign_end_time'])}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['noon_sign_end_time'])}">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th width="200">晚打卡时间<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="night_sign_time"
|
|
|
value="{:date('Y-m-d H:i',$list['night_sign_time'])}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['night_sign_time'])}">
|
|
|
<div class="pull-left" style="height:34px;line-height: 34px;">-</div>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="night_sign_end_time"
|
|
|
value="{:date('Y-m-d H:i',$list['night_sign_end_time'])}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['night_sign_end_time'])}">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th width="200">睡前卡时间<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="sleep_sign_time"
|
|
|
value="{:date('Y-m-d H:i',$list['sleep_sign_time'])}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['sleep_sign_time'])}">
|
|
|
<div class="pull-left" style="height:34px;line-height: 34px;">-</div>
|
|
|
<input type="text" class="form-control pull-left js-bootstrap-time" name="sleep_sign_end_time"
|
|
|
value="{:date('Y-m-d H:i',$list['sleep_sign_end_time'])}"
|
|
|
style="width: 140px;" autocomplete="off">
|
|
|
style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['sleep_sign_end_time'])}">
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
...
|
...
|
|