From e24f6bfc080d4536ce2be502706196aa5675dbee Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 4 Jul 2024 11:52:53 +0300 Subject: [PATCH] =?utf8?q?=D0=A1=D1=82=D0=B0=D1=80=D1=8B=D0=B9=20=D1=84?= =?utf8?q?=D0=B0=D0=BA=D1=82-=D1=81=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B4=D0=BE?= =?utf8?q?=202024-07-01=20=D0=B2=20=D0=BF=D0=BB=D0=B0=D0=BD=D0=B0=D1=85,?= =?utf8?q?=20=D0=BD=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=84=D0=B0=D0=BA=D1=82-?= =?utf8?q?=D1=81=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/timetable/plan.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/erp24/views/timetable/plan.php b/erp24/views/timetable/plan.php index 9fe4af28..1972339c 100755 --- a/erp24/views/timetable/plan.php +++ b/erp24/views/timetable/plan.php @@ -239,13 +239,21 @@ $rowNumber = 0;
slot_type_id]?? '#'; ?> -isWorkSlot()) { ?>+work_time; ?> - - isWorkSlot()) { ?> - work_time ?? 0; } ?> -
1 ? 'style="background: yellow"' : '' ?>>Ф+
+ isWorkSlot()) { ?> + +work_time; ?> + format("Y-m-d") < '2024-07-01'): ?> + isWorkSlot()) { ?> +
Ф+work_time ?>
+ + + format("Y-m-d") >= '2024-07-01'): ?> + + work_time ?? 0; } ?> +
1 ? 'style="background: yellow"' : '' ?>>Ф+
+ +
-- 2.39.5