From: Vladimir Fomichev Date: Tue, 22 Jul 2025 10:45:33 +0000 (+0300) Subject: Расчет во всплывашке X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=ee8dd1ffe0349e8657acff8e53cd94b78b625674;p=erp24_rep%2Fyii-erp24%2F.git Расчет во всплывашке --- diff --git a/erp24/controllers/AutoPlannogrammaController.php b/erp24/controllers/AutoPlannogrammaController.php index 449272a6..fc7531f1 100644 --- a/erp24/controllers/AutoPlannogrammaController.php +++ b/erp24/controllers/AutoPlannogrammaController.php @@ -157,6 +157,7 @@ class AutoPlannogrammaController extends BaseController 'id' => $model['plan_id'], 'quantity' => (int)$quantity, 'is_modify' => (int)$model['modify'] ? true : false, + 'is_min' => $filters['capacity_type'] == 'min' ? true : false, 'store_id' => (int)$model['store_id'], 'title' => !empty($model['details']) ? json_decode($model['details'], true) : null, ]; diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index d5c42049..2ac51468 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -242,7 +242,7 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' =>