]) ?>
<div class="alert alert-info">
- <strong>Ð\93Ñ\80ейд должноÑ\81Ñ\82и (Ñ\86иÑ\84Ñ\80овое знаÑ\87ение оÑ\82 0 до 5):</strong> <span id="position-posit">-</span>
+ <strong>Ð\9aолиÑ\87еÑ\81Ñ\82во Ñ\87еловек на гÑ\80ейде в магазине </strong> <span id="position-posit">-</span>
</div>
- <?= $form->field($model, 'count')->textInput(['type' => 'number', 'min' => 0.1, 'step' => 0.1]) ?>
+ <?= $form->field($model, 'count')->textInput(['type' => 'number', 'min' => 0, 'step' => 0.01]) ?>
<div class="form-group">
<?= Html::submitButton('Сохранить', ['class' => 'btn btn-success']) ?>
/** @var yii\web\View $this */
/** @var yii_app\records\StoreStaffing $model */
-$this->title = $model->id;
+$this->title = ($model->store ? $model->store->name : 'N/A') . ' - ' . ($model->employeePosition ? $model->employeePosition->name : 'N/A');
$this->params['breadcrumbs'][] = ['label' => 'Штатное расписание', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
\yii\web\YiiAsset::register($this);