- [FORECAST] List 에서 Closed 표시.
This commit is contained in:
Hyojin Ahn 2026-07-14 12:06:46 -04:00
parent bc06775246
commit 09192f4cbe
1 changed files with 3 additions and 3 deletions

View File

@ -507,7 +507,7 @@ foreach ($rows as $list) {
</label>
</td>
<td>$list_numberSTR</td>
<td><a class='restaurant-link' onclick=\"javascript:window.open('/index_intranet.php?view=customer_detail&mode=update&c_uid=$c_uid&page=$page&key_word=$key_word&column=$column&switched=$getSWHStr&sorting_type=$sorting_type&switch=$switch','_blank');\" style='cursor:pointer;cursor:hand;'><b class='customer-info-detail'>$c_nameSTR</b></a>&nbsp;&nbsp; $driverPopup</td>
<td><a class='restaurant-link' onclick=\"javascript:window.open('/index_intranet.php?view=customer_detail&mode=update&c_uid=$c_uid&page=$page&key_word=$key_word&column=$column&switched=$getSWHStr&sorting_type=$sorting_type&switch=$switch','_blank');\" style='cursor:pointer;cursor:hand;'><b class='customer-info-detail'>$c_nameSTR</b></a>".(isset($closedSet[$c_uid]) ? " <span title='".($closedSet[$c_uid] == 'closing_day' ? 'Holiday' : 'Day off')."' style='background:#e53935;color:#fff;border-radius:9px;padding:1px 7px;font-size:12px;font-weight:700;white-space:nowrap;'>CLOSED</span>" : "")."&nbsp;&nbsp; $driverPopup</td>
<td>$c_accountno</td>
<td>$containerChipsHtml</td>
<td>$c_paymenttype</td>
@ -691,7 +691,7 @@ if ($c_type_r == 'R') {
</label>
</td>
<td>R</td>
<td><a class='restaurant-link' onclick=\"javascript:window.open('/index_intranet.php?view=customer_detail&mode=update&c_uid=$c_uid&page=$page&key_word=$key_word&column=$column&switched=$getSWHStr&sorting_type=$sorting_type&switch=$switch','_blank');\" style='cursor:pointer;cursor:hand;'><b class='customer-info-detail'>$c_nameSTR</b></a>&nbsp;&nbsp; $driverPopup</td>
<td><a class='restaurant-link' onclick=\"javascript:window.open('/index_intranet.php?view=customer_detail&mode=update&c_uid=$c_uid&page=$page&key_word=$key_word&column=$column&switched=$getSWHStr&sorting_type=$sorting_type&switch=$switch','_blank');\" style='cursor:pointer;cursor:hand;'><b class='customer-info-detail'>$c_nameSTR</b></a>".(isset($closedSet[$c_uid]) ? " <span title='".($closedSet[$c_uid] == 'closing_day' ? 'Holiday' : 'Day off')."' style='background:#e53935;color:#fff;border-radius:9px;padding:1px 7px;font-size:12px;font-weight:700;white-space:nowrap;'>CLOSED</span>" : "")."&nbsp;&nbsp; $driverPopup</td>
<td>$c_accountno</td>
<td>$containerChipsHtml</td>
<td>$c_paymenttype</td>
@ -831,7 +831,7 @@ if ($c_type_p == 'P') {
</label>
</td>
<td>S</td>
<td><a class='restaurant-link' onclick=\"javascript:window.open('/index_intranet.php?view=customer_detail&mode=update&c_uid=$c_uid&page=$page&key_word=$key_word&column=$column&switched=$getSWHStr&sorting_type=$sorting_type&switch=$switch','_blank');\" style='cursor:pointer;cursor:hand;'><b class='customer-info-detail'>$c_nameSTR</b></a>&nbsp;&nbsp; $driverPopup</td>
<td><a class='restaurant-link' onclick=\"javascript:window.open('/index_intranet.php?view=customer_detail&mode=update&c_uid=$c_uid&page=$page&key_word=$key_word&column=$column&switched=$getSWHStr&sorting_type=$sorting_type&switch=$switch','_blank');\" style='cursor:pointer;cursor:hand;'><b class='customer-info-detail'>$c_nameSTR</b></a>".(isset($closedSet[$c_uid]) ? " <span title='".($closedSet[$c_uid] == 'closing_day' ? 'Holiday' : 'Day off')."' style='background:#e53935;color:#fff;border-radius:9px;padding:1px 7px;font-size:12px;font-weight:700;white-space:nowrap;'>CLOSED</span>" : "")."&nbsp;&nbsp; $driverPopup</td>
<td>$c_accountno</td>
<td>$containerChipsHtml</td>
<td>$c_paymenttype</td>