- [ORDER] 표 서식을 FORECAST LIST 와 통일 (수정).
This commit is contained in:
Hyojin Ahn 2026-06-24 16:06:04 -04:00
parent b68e3d718c
commit 68a24ad0ac
2 changed files with 8 additions and 1 deletions

View File

@ -273,6 +273,13 @@ table.tb-list th {
.tb-list .bg-period-reg:hover{
background-color: var(--color-period-reg-hover) !important;
}
.tb-list .bg-self-added{
background-color: rgb(230, 246, 248);
}
.tb-list .bg-self-added:hover{
background-color: rgb(212, 234, 238) !important;
}
/*--------------------------------------------------------------
# Icon style
--------------------------------------------------------------*/

View File

@ -210,7 +210,7 @@ foreach ($rows as $list) {
if ($d_ordertype == "R") $d_ordertypeSTR = "class='bg-request'";
else if ($d_ordertype == "S") $d_ordertypeSTR = "class='bg-period'";
else if ($d_driveruid == $d_createruid) $d_ordertypeSTR = "class='bg-period-reg'";
else if ($d_driveruid == $d_createruid) $d_ordertypeSTR = "class='bg-self-added'";
else $d_ordertypeSTR = "";
if ($d_fullcycleflag == 1) {