From 702f3faa01c16481b22a9c209dc4edf7a950e516 Mon Sep 17 00:00:00 2001 From: Marina Zozirova Date: Wed, 28 Aug 2024 13:06:52 +0000 Subject: [PATCH] =?utf8?q?ERP-102=20=D0=9F=D1=80=D0=B8=D1=91=D0=BC=D0=BD?= =?utf8?q?=D0=B8=D0=BA=20=D0=B4=D0=BB=D1=8F=20=D1=8D=D0=BA=D1=81=D0=B5?= =?utf8?q?=D0=BB=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20(=D0=BA=D0=BE?= =?utf8?q?=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BA?= =?utf8?q?=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/motivation/index.php | 2 +- erp24/web/js/motivation/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/erp24/views/motivation/index.php b/erp24/views/motivation/index.php index b3970526..afc654a8 100644 --- a/erp24/views/motivation/index.php +++ b/erp24/views/motivation/index.php @@ -78,7 +78,7 @@ $this->registerJsFile('/js/motivation/index.js', ['position' => \yii\web\View::P
user->id)->group_id, Motivation::getAdjustmentEditors())) { - echo Html::button('Внесение корректировок', ['class' => 'btn btn-warning btn-sm btn-adjustment', + echo Html::button('Загрузка корректирующих значений', ['class' => 'btn btn-warning btn-sm btn-adjustment', 'onclick' => 'openUploadDictionary("btn-adjustment");']); } ?>
diff --git a/erp24/web/js/motivation/index.js b/erp24/web/js/motivation/index.js index c2057655..b0401a12 100644 --- a/erp24/web/js/motivation/index.js +++ b/erp24/web/js/motivation/index.js @@ -15,9 +15,9 @@ function openUploadDictionary(buttonType) { let additionalParams = {}; if (buttonType === 'btn-adjustment') { - title = 'Внесение корректировок'; + title = 'Загрузка корректирующих значений'; downloadLink = '/files/download?url=/uploads/template_adjustment.xlsx'; - linkText = 'Шаблон. Внесение корректировок'; + linkText = 'Шаблон.Корректировка'; additionalParams = { adjustment: true }; // Add additional parameters for adjustment } -- 2.39.5