|
@@ -356,7 +356,9 @@
|
|
<span v-if="reportTimeType.type == 3 && user.company.companyName != mingyiName">{{$t('time.hour')}}</span>
|
|
<span v-if="reportTimeType.type == 3 && user.company.companyName != mingyiName">{{$t('time.hour')}}</span>
|
|
<span v-if="isBatch && user.company.companyName != mingyiName">, {{$t('other.fillInTheTotal')}} {{jsTime.toFixed(1)}} {{$t('time.hour')}}</span>
|
|
<span v-if="isBatch && user.company.companyName != mingyiName">, {{$t('other.fillInTheTotal')}} {{jsTime.toFixed(1)}} {{$t('time.hour')}}</span>
|
|
|
|
|
|
- <span v-if="workForm.time">{{$t('other.attendancePunch')}}: {{workForm.time.startTime}}-{{workForm.time.endTime}}, {{workForm.time.workHours}}{{$t('time.hour')}}</span>
|
|
|
|
|
|
+ <span v-if="workForm.time">{{$t('other.attendancePunch')}}: {{workForm.time.startTime}}-{{workForm.time.endTime}}, 工作{{workForm.time.workHours}}{{$t('time.hour')}}
|
|
|
|
+ <span v-if="workForm.time.askLeaveTime">| 请假{{ workForm.time.askLeaveTime }}小时</span>
|
|
|
|
+ </span>
|
|
<!--批量填报和批量代填不显示考勤记录-->
|
|
<!--批量填报和批量代填不显示考勤记录-->
|
|
<span v-if="!isBatch && (user.timeType.syncDingding==1 || user.timeType.syncCorpwxTime==1)&&!workForm.time" >{{$t('other.noAttendanceRecord')}}</span>
|
|
<span v-if="!isBatch && (user.timeType.syncDingding==1 || user.timeType.syncCorpwxTime==1)&&!workForm.time" >{{$t('other.noAttendanceRecord')}}</span>
|
|
<!--针对明夷,批量填报(不含代填)情况下显示考勤时长-->
|
|
<!--针对明夷,批量填报(不含代填)情况下显示考勤时长-->
|