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')
|
Forms\Components\TextInput::make('process_order')
|
||||||
->label('Process Order')
|
->label('Process Order')
|
||||||
->reactive()
|
->reactive()
|
||||||
|
->numeric()
|
||||||
->length(12)
|
->length(12)
|
||||||
->afterStateUpdated(function ($state, $set, callable $get, $livewire) {
|
->afterStateUpdated(function ($state, $set, callable $get, $livewire) {
|
||||||
$plantId = $get('plant_id');
|
$plantId = $get('plant_id');
|
||||||
|
|||||||
Reference in New Issue
Block a user