$model->id]); $this->registerJs(<<params['breadcrumbs'][] = ['label' => Yii::t('app', 'Auction ID'), 'url' => ['/auctions/index']]; } else { $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Lots ID'), 'url' => ['index']]; } $this->params['breadcrumbs'][] = $this->title; if(Yii::$app->user->can('admin')) { $time_change = Html::button(Yii::t('app', 'Time Value'), ['style' => 'font-weight: bold; text-transform: uppercase; color: black', 'class' => 'btn btn-info btn-sm', 'data-toggle' => 'modal', 'data-target' => '#myModal2']); $circle_change = Html::button(Yii::t('app', 'Enter value'), ['style' => 'font-weight: bold; text-transform: uppercase; color: black', 'class' => 'btn btn-info btn-sm', 'data-toggle' => 'modal', 'data-target' => '#myModal']); } else { $time_change = ''; $circle_change = ''; } $circle_down = Html::a(Html::tag('i', '', ['class' => 'glyphicon glyphicon-minus']), ['circle_down', 'id' => $model->id], ['class' => 'btn btn-xs btn-primary']); $circle_up = Html::a(Html::tag('i', '', ['class' => 'glyphicon glyphicon-plus']), ['circle_up', 'id' => $model->id], ['class' => 'btn btn-xs btn-primary']); $status = ButtonGroupInput::widget([ 'name' => 'status', 'items' => [ '1' => Yii::t('app', 'Обробляється'), '2' => Yii::t('app', 'Узгоджено'), '3' => Yii::t('app', 'Відхилено'), ], 'value' => $model->status ]); $statusOrg = ButtonGroupInput::widget([ 'name' => 'status', 'items' => [ '3' => Yii::t('app', 'Відхилено'), '4' => Yii::t('app','Узгоджено організатором'), ], 'value' => $model->status ]); if($model->docs_id) { $docs = Html::a(Yii::t('app', 'Download ID'), ['/files/download', 'id' => $model->docs_id], ['class' => 'glyphicon glyphicon-circle-arrow-down']); } else { $docs = NULL; } if($model->dogovor_id) { $dogovor = Html::a(Yii::t('app', 'Download ID'), ['/files/download', 'id' => $model->dogovor_id], ['class' => 'glyphicon glyphicon-circle-arrow-down']); } else { $docs = NULL; } if($model->nds == 1) { $price_nds = $model->start_price . " " . Yii::t('app', 'zNDS ID'); } else { $price_nds = $model->start_price . " " . Yii::t('app', 'bNDS ID'); } $registration_fee = $model->start_price * 0.0015; $guarantee_fee = $model->start_price * 0.015; //ivakhnov $js = '$("#button-save").on("click",function(e){ var value = $("#input-save").val(); var id = ' . $model->id . '; if(value.length > 0){ $.post("' . Url::to(['/lots/step-change']) . '", { value: value, id: id },); } }); $("#lot-form").on("beforeSubmit", function(e){ if($("input[name=\"status\"]:checked").val() != 2){ alert("' . Yii::t('app', 'Необхідно узгодити лот') . '"); return false; } }); $("input[name=\"type\"]").on("change", function(e){ var self = $(this), form = $("#lot-form"); form.attr("action", "/lots/auction?" + self.val() + "?id=' . $model->id . '"); form.attr("action", "/lots/auction?id=' . $model->id . '&type=" + self.val()); }); $("#button-save2").on("click",function(e){ var val1 = $("#input-save1").val(); var val2 = $("#input-save2").val(); var val3 = $("#input-save3").val(); var value1 = value2 = value3 = 0; if(val1 > 0){ value1 = val1; } if(val2 > 0){ value2 = val2; } if(val3 > 0){ value3 = val3; } var concat_val = value1 + ":"+ value2 + ":" + value3; var id = ' . $model->id . '; if(concat_val.length > 0){ $.post("' . Url::to(['/lots/time-step-change']) . '", { concat_val: concat_val, id: id }, function(data){ } ); } }); $(document).ready(function () { $(\'input[type=checkbox]\').change(function(){ $(this).parent().siblings().children().filter(\':checked\').not(this).removeAttr(\'checked\'); }); }); '; $this->registerJs($js); //-------- ?>
title) ?> user->id == $model->user_id || Yii::$app->user->can('admin')): ?> user->can('org') || Yii::$app->user->can('admin')): ?> $model->id], ['class' => 'btn btn-warning']); ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('app', 'Are you sure you want to delete this item?'), 'method' => 'post', ]]); ?>
render('_alert.php') ?> user->can('admin')) { ActiveForm::begin([ 'action' => ['/lots/auction', 'id' => $model->id, 'type' => 1], 'id' => 'lot-form', ]); ?>

'time_cont', 'items' => ['00:05' => Yii::t('app', '5 хвилин'), '00:10' => Yii::t('app', '10 хвилин')], 'value' => '00:05', ]); ?>

'type', 'items' => [ '1' => Yii::t('app', 'Підвищення'), '2' => Yii::t('app', 'Голландський'), '3' => Yii::t('app', 'Банкрутство'), ], 'value' => '1', ]); ?>

'{picker}{input}', 'value' => date('Y-m-d H:i', time() + 360), 'name' => 'date_stop', 'options' => ['placeholder' => Yii::t('app', 'DateStop ID')], 'pluginOptions' => [ 'autoclose' => true, 'format' => 'yyyy-mm-dd hh:ii', ], ]); ?>

user->can('admin')): ?> 'btn btn-success']); ?> user->can('org')): ?> 'btn btn-info']) ?>

:


Yii::$app->user->id, 'type' => 'bid', 'lot_id' => $model->id, ]))) { $bidding = new \app\models\Bidding(); $form = ActiveForm::begin([ 'action' => Url::to(['/auctions/bid', 'id' => $model->auction->id]), ]); ?> field($bidding, 'special_price'); ?>
'btn btn-success']); ?> $file->id], ['class' => 'btn btn-warning']); ?>
['enctype' => 'multipart/form-data'] // important ]); echo $form->field($files, 'file')->widget(FileInput::classname(), [ 'options' => ['multiple' => true], 'pluginOptions' => [ 'initialCaption' => 'файл типу: doc, docx, pdf, jpg, png, zip, rar (розмiр не бiльше 40Мб)', 'showPreview' => true, 'overwriteInitial' => false, 'pluginLoading' => true, 'initialPreviewAsData' => true, 'uploadClass' => 'btn btn-danger', 'removeIcon' => '', ], ])->label(Yii::t('app', 'DownloadMemeberDoc ID')); ActiveForm::end(); } } ?> $model, 'attributes' => [ [ 'label' => Yii::t('app', 'Circle ID'), 'value' => $circle_down . Html::tag('span', $model->step_down, ['class' => 'lead']) . $circle_up . $circle_change . $time_change . $model->time_step_down, 'format' => 'raw', ], 'aukname', 'name', 'categoryName', 'description', 'auction_date', 'bidding_date', [ 'attribute' => 'start_price', 'value' => $price_nds, ], [ 'attribute' => 'count', 'value' => $model->count, 'visible' => $model->count, ], [ 'attribute' => 'price_per_one', 'value' => $model->unitId ? ($model->start_price / $model->count) : '', 'visible' => $model->unitId ? true : false, ], [ 'attribute' => 'unitName', 'value' => $model->unit ? $model->unit->name : '', 'visible' => $model->unitId ? true : false, ], 'step', [ 'attribute' => 'docs_id', 'value' => $docs, 'format' => 'raw', ], 'address', 'member_require', 'payment_term', 'notes', [ 'attribute' => 'dogovor_id', 'value' => $dogovor, 'format' => 'raw', ], [ 'attribute' => Yii::t('app', 'Registration fee'), 'value' => $registration_fee . Html::a('', [ '/bills/download-requisites', 'id' => $model->billPayRegistration, ], [ 'target' => '_blank', 'title' => Yii::t('app', 'Download bill') ] ), 'format' => 'raw', ], [ 'attribute' => Yii::t('app', 'Guaranteed payment'), 'value' => $guarantee_fee . Html::a('', [ '/bills/download-requisites', 'id' => $model->billPayGuarantee, ], [ 'target' => '_blank', 'title' => Yii::t('app', 'Download bill') ] ), 'format' => 'raw', ], ], ]) ?>