añadido mensaje en comentarios logistica para tirada flexible

This commit is contained in:
2025-05-26 20:23:15 +02:00
parent 981eb30c02
commit 43e0ced1bd
4 changed files with 142 additions and 86 deletions

View File

@ -1157,6 +1157,16 @@ class ProductionService extends BaseService
$this->updateProgress();
return $result;
}
public function updateOrdenTrabajoData($data)
{
$result = $this->otModel->where('id', $this->ot->id)
->set($data['name'], $data[$data['name']])
->update();
return $result;
}
public function emptyOrdenTrabajoDate(int $orden_trabajo_id, string $dateName)
{
$status = $this->otDate->where('orden_trabajo_id', $orden_trabajo_id)