芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Http/Controllers/AttendanceReportController.php
pageTitle = 'app.menu.attendanceReport'; } public function index(AttendanceReportDataTable $dataTable) { if (!request()->ajax()) { $this->fromDate = now($this->company->timezone)->startOfMonth(); $this->toDate = now($this->company->timezone); $this->employees = User::allEmployees(); } return $dataTable->render('reports.attendance.index', $this->data); } }