dbmsv2 init...1

This commit is contained in:
최준흠 2025-09-13 12:57:15 +09:00
parent b63c58aaba
commit c5b3e484ed

View File

@ -71,6 +71,7 @@ class ServiceHelper extends CustomerHelper
case 'serverinfo_uid':
$value = $viewDatas['entity']->getServerEntity()->getCode();
$value .= " /" . view_cell("\App\Cells\Equipment\ServerPartCell::parttable", ['serverinfo_uid' => $viewDatas['entity']->getServerEntity()->getPK(), 'types' => SERVERPART['SERVICE_PARTTYPES'], 'template' => 'part_service']);
$value .= "<div class=\"float-end rounded border border-primary\" onClick=\"navigator.clipboard.writeText('복사할 텍스트'); alert('복사됨!')\">COPY</div>";
break;
case 'billing_at':
if (array_key_exists('unPaids', $viewDatas)) {