OPS — 스케줄
BF BOOKING →

{{ view === 'calendar' ? '스케줄 현황' : '스케줄 목록' }}

{{ currentYear }}.{{ String(currentMonth).padStart(2,'0') }}
{{ d }}
{{ cell.day }} 오늘
{{ trip.StaffName }} {{ rankShort(staffRank(trip.StaffId)) }} {{ trip.DestinationName }} {{ getTripBookingInfo(trip.Id, cell.date).total }}/{{ getTripBookingInfo(trip.Id, cell.date).capacity }}
불러오는 중...
직원 출장지 기간 일수 메모
{{ trip.StaffName }} {{ rankLabel(staffRank(trip.StaffId)) }} {{ trip.DestinationName }} {{ formatDate(trip.StartDate) }} ~ {{ formatDate(trip.EndDate) }} {{ dayCount(trip.StartDate, trip.EndDate) }}일 {{ trip.Memo || '-' }}
이 기간에 등록된 스케줄이 없습니다

{{ panelDate }} ({{ panelDayName }})

날짜를 선택하세요