dbmsv2 init...1
This commit is contained in:
parent
b63c58aaba
commit
c5b3e484ed
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user