From: marina Date: Tue, 17 Jun 2025 08:22:09 +0000 (+0300) Subject: ERP-360 Сборка страницы автопм X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=f62a4ae3b077dbebe2334b1dc5827ed6545d8daf;p=erp24_rep%2Fyii-erp24%2F.git ERP-360 Сборка страницы автопм --- diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index 40c1cab3..cf195e40 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -350,8 +350,8 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' => .custom-tooltip .tooltip-inner { max-width: 300px; white-space: pre-wrap; - color: #FFD700; - background-color: #333; + background-color: #FFD700; + /*background-color: #333;*/ font-weight: 600; } diff --git a/erp24/web/js/autoplannogramma/autoplannogramma.js b/erp24/web/js/autoplannogramma/autoplannogramma.js index 6ac6f711..cc9bff9a 100644 --- a/erp24/web/js/autoplannogramma/autoplannogramma.js +++ b/erp24/web/js/autoplannogramma/autoplannogramma.js @@ -381,9 +381,9 @@ function generateTitleString(titleObj) { if (!titleObj || typeof titleObj !== 'object') return ''; const typeTitles = { - offline: '📦 Оффлайн', - online: '🌐 Онлайн', - marketplace: '🛒 Маркетплейс' + offline: 'Оффлайн', + online: 'Онлайн', + marketplace: 'Маркетплейс' }; let parts = [];