ordenes trabajo

This commit is contained in:
amazuecos
2025-01-02 10:50:56 +01:00
parent 340ab4ec5f
commit b50ba4f2a3
57 changed files with 3005 additions and 417 deletions

View File

@ -27,7 +27,8 @@ class OrdenTrabajoTarea extends Model
"maquina_id",
"imposicion_id",
"tiempo_estimado",
"tiempo_real"
"tiempo_real",
"comment"
];
protected bool $allowEmptyInserts = false;
@ -83,4 +84,7 @@ class OrdenTrabajoTarea extends Model
return $q;
}
}