= DetailView::widget([
'model' => $model,
'attributes' => [
't_code',
'name',
'lab',
'outlab',
'tat',
[
'attribute' => 'category_id',
'value' => 'category.name',
],
[
'attribute' => 'price',
'format' => ['decimal', 0]
],
[
'attribute' => 'df',
'format' => ['decimal', 0]
],
// 'df',
'price_out_lab',
'tat_outlab',
'code',
[
'attribute' => 'price_private',
'format' => ['decimal', 0]
],
// 'price_private',
],
]) ?>