| 23 小时以前 | gaoluyang | ![]() |
| 23 小时以前 | gaoluyang | ![]() |
| 昨天 | zhangwencui | ![]() |
| 昨天 | zhangwencui | ![]() |
| src/pages/cooperativeOffice/clientVisit/detail.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/pages/humanResources/attendance/checkin.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/cooperativeOffice/clientVisit/detail.vue
@@ -288,7 +288,7 @@ showToast("签到失败,请重试"); } } else { const { code } = await clientVisitSignUp(submitData); const { code } = await clientVisitSignIn(submitData); if (code === 200) { showToast("签到成功"); setTimeout(() => { src/pages/humanResources/attendance/checkin.vue
@@ -129,7 +129,12 @@ findTodayPersonalAttendanceRecord({}).then(res => { if (res.data) { todayRecord.value = res.data; noNeedCheckIn.value = false; // 检查startAt和endAt是否为空,为空则无需打卡 if (!todayRecord.value.startAt || !todayRecord.value.endAt) { noNeedCheckIn.value = true; } else { noNeedCheckIn.value = false; } } else { // 页面显示“无需打卡” todayRecord.value = {};