'attribute' => 'remains_summ',
'label' => 'Сумма остатков (недостача или излишек), руб',
'pageSummary' => true,
- 'value' => function($data) {
- return number_format($data['remains_summ'] ?? '', 2, '.', ' ');
- },
],
- [
- 'attribute' => 'self_cost',
- 'label' => 'Себестоимость, руб',
- 'pageSummary' => true,
- ],
+ // [
+ // 'attribute' => 'self_cost',
+ // 'label' => 'Себестоимость, руб',
+ // 'pageSummary' => true,
+ // 'value' => function($data) {
+ // return number_format($data['self_cost'] ?? '', 2, '.', ' ');
+ // },
+ // ],
],
'layout' => '{items}',
'showPageSummary' => true,