Yii::t('common/product','All' ) ];
$o = $all + $options;
return $o;
}
$typeOptions = mkOptions(Card::types());
$statusOptions = mkOptions(Card::statuses());
?>
['index'],
'method' => 'get',
]); ?>
= $form->field($model, 'number') ?>
= $form->field($model, 'status')->dropDownList($statusOptions) ?>
= $form->field($model, 'type')->dropDownList($typeOptions) ?>
= $form->field($model, 'searchCustomerName')->textInput() ?>
= Html::submitButton(Yii::t('common/card', 'Search'), ['class' => 'btn btn-primary']) ?>