* работа над функционалом автоматического заполнения
* исправил фантомный сдвиг даты * переделал получение ФИО врачей из отделений * добавил возможность поиска врача * переписал сохранение отчета
This commit is contained in:
@@ -68,12 +68,9 @@ class ReportController extends Controller
|
||||
'reportId' => 'nullable|integer'
|
||||
]);
|
||||
|
||||
$report = $this->reportService->storeReport($validated, Auth::user());
|
||||
$report = $this->reportService->storeReport($validated, Auth::user(), false);
|
||||
|
||||
return response()->json([
|
||||
'message' => 'success',
|
||||
'report_id' => $report->report_id
|
||||
]);
|
||||
return redirect()->route('start');
|
||||
}
|
||||
|
||||
public function getPatients(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user