Compare commits
2 Commits
920a217613
...
8ab8e465b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ab8e465b9 | |||
|
|
3f2ef5355e |
@@ -179,6 +179,7 @@ class ProcessOrderResource extends Resource
|
||||
Forms\Components\TextInput::make('process_order')
|
||||
->label('Process Order')
|
||||
->reactive()
|
||||
->numeric()
|
||||
->length(12)
|
||||
->afterStateUpdated(function ($state, $set, callable $get, $livewire) {
|
||||
$plantId = $get('plant_id');
|
||||
|
||||
Reference in New Issue
Block a user