作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

修改意见

@@ -18,8 +18,7 @@ @@ -18,8 +18,7 @@
18 <th width="200">早打卡时间<span class="form-required">*</span></th> 18 <th width="200">早打卡时间<span class="form-required">*</span></th>
19 <td> 19 <td>
20 <input type="text" class="form-control pull-left js-bootstrap-time" name="morning_sign_time" 20 <input type="text" class="form-control pull-left js-bootstrap-time" name="morning_sign_time"
21 - value="{:date('Y-m-d H:i',$list['morning_sign_time'])}"  
22 - style="width: 140px;" autocomplete="off"> 21 + style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['morning_sign_time'])}">
23 <div class="pull-left" style="height:34px;line-height: 34px;">-</div> 22 <div class="pull-left" style="height:34px;line-height: 34px;">-</div>
24 <input type="text" class="form-control pull-left js-bootstrap-time" name="morning_sign_end_time" 23 <input type="text" class="form-control pull-left js-bootstrap-time" name="morning_sign_end_time"
25 style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['morning_sign_end_time'])}"> 24 style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['morning_sign_end_time'])}">
@@ -29,36 +28,30 @@ @@ -29,36 +28,30 @@
29 <th width="200">中打卡时间<span class="form-required">*</span></th> 28 <th width="200">中打卡时间<span class="form-required">*</span></th>
30 <td> 29 <td>
31 <input type="text" class="form-control pull-left js-bootstrap-time" name="noon_sign_time" 30 <input type="text" class="form-control pull-left js-bootstrap-time" name="noon_sign_time"
32 - value="{:date('Y-m-d H:i',$list['noon_sign_time'])}"  
33 - style="width: 140px;" autocomplete="off"> 31 + style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['noon_sign_time'])}">
34 <div class="pull-left" style="height:34px;line-height: 34px;">-</div> 32 <div class="pull-left" style="height:34px;line-height: 34px;">-</div>
35 <input type="text" class="form-control pull-left js-bootstrap-time" name="noon_sign_end_time" 33 <input type="text" class="form-control pull-left js-bootstrap-time" name="noon_sign_end_time"
36 - value="{:date('Y-m-d H:i',$list['noon_sign_end_time'])}"  
37 - style="width: 140px;" autocomplete="off"> 34 + style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['noon_sign_end_time'])}">
38 </td> 35 </td>
39 </tr> 36 </tr>
40 <tr> 37 <tr>
41 <th width="200">晚打卡时间<span class="form-required">*</span></th> 38 <th width="200">晚打卡时间<span class="form-required">*</span></th>
42 <td> 39 <td>
43 <input type="text" class="form-control pull-left js-bootstrap-time" name="night_sign_time" 40 <input type="text" class="form-control pull-left js-bootstrap-time" name="night_sign_time"
44 - value="{:date('Y-m-d H:i',$list['night_sign_time'])}"  
45 - style="width: 140px;" autocomplete="off"> 41 + style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['night_sign_time'])}">
46 <div class="pull-left" style="height:34px;line-height: 34px;">-</div> 42 <div class="pull-left" style="height:34px;line-height: 34px;">-</div>
47 <input type="text" class="form-control pull-left js-bootstrap-time" name="night_sign_end_time" 43 <input type="text" class="form-control pull-left js-bootstrap-time" name="night_sign_end_time"
48 - value="{:date('Y-m-d H:i',$list['night_sign_end_time'])}"  
49 - style="width: 140px;" autocomplete="off"> 44 + style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['night_sign_end_time'])}">
50 </td> 45 </td>
51 </tr> 46 </tr>
52 <tr> 47 <tr>
53 <th width="200">睡前卡时间<span class="form-required">*</span></th> 48 <th width="200">睡前卡时间<span class="form-required">*</span></th>
54 <td> 49 <td>
55 <input type="text" class="form-control pull-left js-bootstrap-time" name="sleep_sign_time" 50 <input type="text" class="form-control pull-left js-bootstrap-time" name="sleep_sign_time"
56 - value="{:date('Y-m-d H:i',$list['sleep_sign_time'])}"  
57 - style="width: 140px;" autocomplete="off"> 51 + style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['sleep_sign_time'])}">
58 <div class="pull-left" style="height:34px;line-height: 34px;">-</div> 52 <div class="pull-left" style="height:34px;line-height: 34px;">-</div>
59 <input type="text" class="form-control pull-left js-bootstrap-time" name="sleep_sign_end_time" 53 <input type="text" class="form-control pull-left js-bootstrap-time" name="sleep_sign_end_time"
60 - value="{:date('Y-m-d H:i',$list['sleep_sign_end_time'])}"  
61 - style="width: 140px;" autocomplete="off"> 54 + style="width: 140px;" autocomplete="off" placeholder="{:date('H:i',$list['sleep_sign_end_time'])}">
62 </td> 55 </td>
63 </tr> 56 </tr>
64 </table> 57 </table>