- [ORDER] 표 서식을 FORECAST LIST 와 통일.
This commit is contained in:
Hyojin Ahn 2026-06-24 14:02:35 -04:00
parent b8e78c4a83
commit b68e3d718c
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ foreach ($rows as $list) {
$getLastYearQ = number_format(floatval($rt_sum['LASTYEAR']));
if ($d_ordertype == "R") $d_ordertypeSTR = "class='bg-request'";
else if ($d_ordertype == "S") $d_ordertypeSTR = "class='bg-will-call'";
else if ($d_driveruid == $d_createruid) $d_ordertypeSTR = "class='bg-period'";
else if ($d_ordertype == "S") $d_ordertypeSTR = "class='bg-period'";
else if ($d_driveruid == $d_createruid) $d_ordertypeSTR = "class='bg-period-reg'";
else $d_ordertypeSTR = "";
if ($d_fullcycleflag == 1) {