js
$('.trigger').click(function() {
$('.hidden_work_time').toggle(); });
сам input в класс form-control, чтоб стили не слетали
<?= $form->field($model, 'status_week')->dropDownList(Profile::$days, ['class' => 'form-control trigger'])->label(false); ?>