From a6e0124005699016aea67fa0b8dacc49a674a8e5 Mon Sep 17 00:00:00 2001 From: marina Date: Fri, 27 Dec 2024 10:19:28 +0300 Subject: [PATCH] =?utf8?q?ERP-268=20=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE?= =?utf8?q?=D0=B4=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=201?= =?utf8?q?=D1=81=20cron=20=D0=B2=20MVC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/cron/1c.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/erp24/views/cron/1c.php b/erp24/views/cron/1c.php index f5acebe4..aafecc1c 100644 --- a/erp24/views/cron/1c.php +++ b/erp24/views/cron/1c.php @@ -3,6 +3,7 @@ use yii\helpers\Html; use yii\widgets\ActiveForm; use kartik\grid\GridView; +use yii\widgets\Pjax; $this->title = 'Создание задания для 1с'; ?> @@ -39,7 +40,14 @@ $this->title = 'Создание задания для 1с'; -

'btn']) ?>

+ 'tasks-pjax', + 'enablePushState' => false, + 'timeout' => 5000, + 'scrollTo' => '#tasks-pjax', + ]); ?> + +

'btn btn-warning mt-3', 'data-pjax' => '#tasks-pjax']) ?>

Задания для 1с

@@ -105,6 +113,9 @@ $this->title = 'Создание задания для 1с'; ]); ?> + + +

Логи от 1с