From: marina Date: Tue, 17 Jun 2025 08:41:29 +0000 (+0300) Subject: ERP-360 Сборка страницы автопм X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=a0dbca632b291a3f53520d2c9e401aac57e81ee6;p=erp24_rep%2Fyii-erp24%2F.git ERP-360 Сборка страницы автопм --- diff --git a/erp24/web/js/autoplannogramma/autoplannogramma.js b/erp24/web/js/autoplannogramma/autoplannogramma.js index cc9bff9a..6f46f7e9 100644 --- a/erp24/web/js/autoplannogramma/autoplannogramma.js +++ b/erp24/web/js/autoplannogramma/autoplannogramma.js @@ -42,6 +42,11 @@ document.addEventListener("DOMContentLoaded", () => { }); }); +$(document).ready(function () { + $('.btn-apply').trigger('click'); +}); + + $('.subcategory .list-group-item').on('click', function (e) { e.preventDefault(); @@ -148,7 +153,6 @@ $('.subcategory .list-group-item').on('click', function (e) { $row.after(fragment); - // Initialize Bootstrap tooltips $('[data-bs-toggle="tooltip"]').tooltip({ customClass: 'custom-tooltip' });