up
This commit is contained in:
@@ -16,7 +16,8 @@ use Filament\Forms\Components\{
|
||||
TextInput,
|
||||
Select,
|
||||
DatePicker,
|
||||
Section
|
||||
Section,
|
||||
View
|
||||
};
|
||||
use Filament\Tables\Columns\{
|
||||
TextColumn,
|
||||
@@ -64,6 +65,13 @@ class OrdenProduccionResource extends Resource
|
||||
->required(),
|
||||
])
|
||||
->columns(2),
|
||||
|
||||
Section::make('Proceso')
|
||||
->schema([
|
||||
View::make('filament.orden_produccion.timeline')
|
||||
->columnSpanFull(),
|
||||
])
|
||||
->columnSpanFull(),
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -130,7 +138,7 @@ class OrdenProduccionResource extends Resource
|
||||
public static function getRelations(): array
|
||||
{
|
||||
return [
|
||||
//
|
||||
RelationManagers\TrasladosRelationManager::class,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user