serial-reader

This commit is contained in:
Schneider Roland
2023-08-25 18:27:54 +02:00
parent 691eb0cf23
commit b7d265d92a
3 changed files with 274 additions and 227 deletions

View File

@@ -30,11 +30,12 @@ if ( isset($model->card)){
<?php $form = ActiveForm::begin([
'enableAjaxValidation' => false,
'method' => 'get',
'action' => $route
'action' => $route,
'id' => 'reception-card-number-form'
]); ?>
<div class="row" >
<div class='col-md-12'>
<?php echo Html::textInput("number", $number ,['class' => 'form-control', 'placeholder' => 'Kártya/kulcs szám'])?>
<?php echo Html::textInput("number", $number ,['class' => 'form-control', 'placeholder' => 'Kártya/kulcs szám', 'id' => 'input-reception-card-number'])?>
</div>
</div>
<div class="row" >