From c1fba7d096b262bc54a6949d7a8e2d44fdaa4b7b Mon Sep 17 00:00:00 2001 From: fomichev Date: Tue, 3 Jun 2025 12:41:43 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=BE=D0=B3=D0=BD=D0=BE=D0=B7=20?= =?utf8?q?=D0=BF=D0=BE=20=D0=BD=D0=B5=D0=B4=D0=B5=D0=BB=D1=8F=D0=BC=20?= =?utf8?q?=D0=B4=D0=BB=D1=8F=20=D0=B2=D0=B8=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../auto-plannogramma/month-products-species-forecast.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/views/auto-plannogramma/month-products-species-forecast.php b/erp24/views/auto-plannogramma/month-products-species-forecast.php index f9a0db4b..d8a76b03 100644 --- a/erp24/views/auto-plannogramma/month-products-species-forecast.php +++ b/erp24/views/auto-plannogramma/month-products-species-forecast.php @@ -10,7 +10,7 @@ use yii_app\records\CityStore; use yii_app\records\Products1cNomenclature; ?> -

+

'get']); ?>
@@ -112,7 +112,7 @@ $columns = [ ['attribute' => 'share', 'label' => 'Доля', 'pageSummary' => true, 'format' => ['percent', 2]], ['attribute' => 'cleanGoal', 'label' => 'Цель вида очищенная', 'pageSummary' => true, 'format' => ['decimal', 2]], ['attribute' => 'product_sales', 'label' => 'Прогноз в стоимости внутри вида', 'pageSummary' => true, 'format' => ['decimal', 2]], - ['attribute' => 'product_sales_pieces', 'label' => 'Прогноз в стоимости внутри вида шт', 'pageSummary' => true, 'format' => ['decimal', 2]], + ['attribute' => 'product_sales_pieces', 'label' => 'Прогноз внутри вида в шт', 'pageSummary' => true, 'format' => ['decimal', 2]], ['attribute' => 'history_status', 'label' => 'Статус товара', ], ]; -- 2.39.5