add reception customer update changes
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
|
||||
<?php
|
||||
use frontend\components\ReceptionMenuWidget;
|
||||
use frontend\components\ReceptionCardNumberWidget;
|
||||
use yii\base\Widget;
|
||||
|
||||
|
||||
|
||||
?>
|
||||
@@ -8,4 +11,14 @@
|
||||
<?php
|
||||
|
||||
?>
|
||||
<?php echo $this->render('_form_reception', [ 'model' => $model ]); ?>
|
||||
<?php // echo $this->render('_form_reception', [ 'model' => $model ]); ?>
|
||||
<div class='row'>
|
||||
<div class='col-md-3'>
|
||||
<?php echo ReceptionMenuWidget::widget( [ 'customer' => $model->customer, 'card' =>$model->card ] ) ?>
|
||||
</div>
|
||||
<div class='col-md-4'>
|
||||
<?php echo ReceptionCardNumberWidget::widget([ 'customer' => $model->customer, 'card' =>$model->card, 'route' => ['customer/reception'] ] )?>
|
||||
</div>
|
||||
<div class='col-md-4'>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user