From: Alexander Smirnov Date: Thu, 5 Dec 2024 13:17:43 +0000 (+0300) Subject: [ERP-258] переименовать, перекрасить, переместить кнопки X-Git-Tag: 1.7~189^2~13 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=6fef67de94ca56276f14f8cb301baff4b0216574;p=erp24_rep%2Fyii-erp24%2F.git [ERP-258] переименовать, перекрасить, переместить кнопки --- diff --git a/erp24/records/ShiftTransfer.php b/erp24/records/ShiftTransfer.php index e46a5413..74155c3e 100644 --- a/erp24/records/ShiftTransfer.php +++ b/erp24/records/ShiftTransfer.php @@ -88,7 +88,7 @@ class ShiftTransfer extends \yii\db\ActiveRecord 'comment' => 'Комментарий', 'report' => 'Отчёт', 'product_groups' => 'Продуктовые группы', - 'groups1' => 'Другая группа', + 'groups1' => 'Другие группы', 'groups2' => 'Основная группа' ]; } diff --git a/erp24/views/shift-transfer/update.php b/erp24/views/shift-transfer/update.php index 521fb7a4..19a8704b 100644 --- a/erp24/views/shift-transfer/update.php +++ b/erp24/views/shift-transfer/update.php @@ -69,6 +69,13 @@ $this->registerCss('
+
+ 'Номенклатура 1%'] ?> + field($shiftTransfer, 'groups2')->checkboxList($hints2, ['checked' => 1]) ?> +
+
+ 'btn btn-secondary', 'name' => 'action', 'value' => 'applyGroups']) ?> +
Другие
@@ -76,13 +83,6 @@ $this->registerCss(' field($shiftTransfer, 'groups1')->checkboxList($hints1, ['checked' => 1, 'onclick' => '$("#acceptDiv").removeClass("d-none");']) ?>
-
- 'Номенклатура 1%'] ?> - field($shiftTransfer, 'groups2')->checkboxList($hints2, ['checked' => 1]) ?> -
-
- 'btn btn-success', 'name' => 'action', 'value' => 'applyGroups']) ?> -