dates users ot

This commit is contained in:
amazuecos
2025-04-13 09:43:15 +02:00
parent f5d01e520a
commit 08a91294b4
9 changed files with 278 additions and 169 deletions

View File

@ -131,6 +131,7 @@ class Ordentrabajo extends BaseController
$this->viewData["presupuesto"] = $this->produccionService->getPresupuesto();
$this->viewData["cliente"] = $this->produccionService->getCliente();
$this->viewData["ot"] = $this->produccionService->getOrdenTrabajo();
$this->viewData["user_dates"] = $this->produccionService->userDates();
return view(static::$viewPath . $this->editRoute, $this->viewData);
}