|
@@ -18,9 +18,9 @@
|
|
<br>
|
|
<br>
|
|
<span style="font-size:10px;text-align:center;color:#999;">{{item.weekDay}}</span>
|
|
<span style="font-size:10px;text-align:center;color:#999;">{{item.weekDay}}</span>
|
|
<span class="chooseDate" v-if="index == choseDay"></span>
|
|
<span class="chooseDate" v-if="index == choseDay"></span>
|
|
- <!-- <el-tooltip v-if="index == choseDay" effect="dark" content="填报时长超过北森考勤时长" placement="top-start">
|
|
|
|
|
|
+ <el-tooltip v-if="item.exceedCardTime" effect="dark" content="填报时长超过北森考勤时长" placement="top-start">
|
|
<i class="el-icon-warning" style="color:red;"></i>
|
|
<i class="el-icon-warning" style="color:red;"></i>
|
|
- </el-tooltip> -->
|
|
|
|
|
|
+ </el-tooltip>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
@@ -2814,9 +2814,8 @@
|
|
refreshBeiSengAttendance(workdate) {
|
|
refreshBeiSengAttendance(workdate) {
|
|
if (!workdate) return;
|
|
if (!workdate) return;
|
|
this.syncTimeLoading = true;
|
|
this.syncTimeLoading = true;
|
|
- this.http.post('/user-with-beisen/syncAttendanceFromBeisen',{
|
|
|
|
- startDate: workdate,
|
|
|
|
- endDate: workdate
|
|
|
|
|
|
+ this.http.post('/user-with-beisen/getAttendanceStatisticWithUser',{
|
|
|
|
+ createDate: workdate
|
|
},res => {
|
|
},res => {
|
|
this.syncTimeLoading = false;
|
|
this.syncTimeLoading = false;
|
|
if(res.code == 'ok'){
|
|
if(res.code == 'ok'){
|