| | |
| | | <u-icon name="calendar" |
| | | color="#348fe2" |
| | | size="16"></u-icon> |
| | | <text class="shift-text">白班: {{ workTimeDict.startAt }}-{{ workTimeDict.endAt }}</text> |
| | | <text class="shift-text">白班: {{ todayRecord.startAt }}-{{ todayRecord.endAt }}</text> |
| | | </view> |
| | | </view> |
| | | <!-- 打卡按钮 --> |
| | |
| | | const goToDetail = item => { |
| | | confirmMessage(item.noticeId, 1).then(res => { |
| | | if (res.code === 200) { |
| | | uni.showToast({ title: "确认成功", icon: "success" }); |
| | | // uni.showToast({ title: "确认成功", icon: "success" }); |
| | | loadMessages(false); |
| | | if (item.appJumpPath) { |
| | | if (item.appJumpPath.indexOf("/") === 0) { |