@{ ViewData["Title"] = "My IT Requests"; Layout = "~/Views/Shared/_Layout.cshtml"; }

{{ error }}
Loading…
Department Company Required Date Date Submitted Action
{{ r.departmentName }} {{ r.companyName }} {{ fmtDate(r.requiredDate) }} {{ fmtDateTime(r.submitDate) }}
No {{ activeTab.toLowerCase() }} requests
Showing {{ (currentPage - 1) * itemsPerPage + 1 }} – {{ Math.min(currentPage * itemsPerPage, filteredData.length) }} of {{ filteredData.length }}
Rows
Section B Requests with overall status Approved/Completed
Show:
You have {{ sbCount.need }} Section B {{ sbCount.need===1 ? 'item' : 'items' }} that need your acceptance.
Department Company Section B Status Action
{{ r.departmentName }} {{ r.companyName }}
No Section B items in this view
Showing {{ (sectionBPageIndex - 1) * itemsPerPage + 1 }} – {{ Math.min(sectionBPageIndex * itemsPerPage, sectionBFiltered.length) }} of {{ sectionBFiltered.length }}
@section Scripts { }