|
|
@@ -74,6 +74,8 @@
|
|
|
<td class="text-muted">@{{laborReport.enter_at}}</td>
|
|
|
<td>@{{laborReport.checkInAt}}</td>
|
|
|
<td class="text-muted">@{{laborReport.checkOutAt}}</td>
|
|
|
+ <td class="text-muted">@{{laborReport.round_check_in_at}}</td>
|
|
|
+ <td class="text-muted">@{{laborReport.round_check_out_at}}</td>
|
|
|
<td >@{{ laborReport.exit_at }}</td>
|
|
|
<td class="text-muted">@{{laborReport.verifyAt}}</td>
|
|
|
<td class="text-muted"><span v-if="laborReport.verifyPerson">@{{laborReport.verifyPerson}}</span></td>
|
|
|
@@ -287,6 +289,7 @@
|
|
|
is_exportGroup:'{{$laborReport->is_exportGroup}}',is_export:'{{$laborReport->is_export}}',
|
|
|
verifyAt:'{{$laborReport->verify_at}}',groupUserId:'{{$laborReport->group_user_id}}',verifyPerson:'{{$laborReport->user['name']}}',
|
|
|
checkOutAt:'{{$laborReport->check_out_at}}',onlineDuration:'{{$laborReport->online_duration}}',
|
|
|
+ round_check_in_at:'{{$laborReport->round_check_in_at}}',round_check_out_at:'{{$laborReport->round_check_out_at}}',
|
|
|
workingDuration:'{{$laborReport->working_duration}}', created_at:'{{$laborReport->created_at}}',
|
|
|
enter_at:'{{$laborReport->enter_at}}',exit_at:'{{$laborReport->exit_at}}',
|
|
|
thisRecordOnlineTime:'{{$laborReport->thisRecordOnlineTime}}',
|
|
|
@@ -429,6 +432,8 @@
|
|
|
{name:'enter_at',value: '进场时间'},
|
|
|
{name:'checkInAt',value: '进组时间'},
|
|
|
{name:'checkOutAt',value: '退组时间'},
|
|
|
+ {name:'round_check_in_at',value: '进组取整时间'},
|
|
|
+ {name:'round_check_out_at',value: '退组取整时间'},
|
|
|
{name:'exit_at',value: '退场时间'},
|
|
|
{name:'verifyAt',value: '审核时间'},
|
|
|
{name:'verifyPerson',value: '审核人'},
|