dbmsv3 init...1
This commit is contained in:
parent
17b57be180
commit
08494a5385
@ -49,7 +49,7 @@ class ServiceEntity extends CustomerEntity
|
||||
//기본기능용
|
||||
public function getTitle(): string
|
||||
{
|
||||
return $this->getServerEntity()->getTitle();
|
||||
return sprintf("[%s]%s", $this->getCode(), $this->getServerEntity()->getTitle());
|
||||
}
|
||||
final public function getSite(): string
|
||||
{
|
||||
|
||||
@ -22,10 +22,6 @@ class ServerHelper extends EquipmentHelper
|
||||
$form .= form_hidden($field, (string)$value);
|
||||
}
|
||||
break;
|
||||
case 'code':
|
||||
// $extras['readonly'] = in_array($viewDatas['control']['action'], ['modify_form']) ? ' readonly' : '';
|
||||
$form = parent::getFieldForm($field, $value, $viewDatas, $extras);
|
||||
break;
|
||||
case 'manufactur_at':
|
||||
case 'format_at':
|
||||
$extras['class'] = array_key_exists('class', $extras) ? $extras['class'] . ' calender' : 'calender';
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<?php foreach ($viewDatas['rows'] as $row): ?>
|
||||
<table class="table table-sm table-bordered text-center">
|
||||
<tr>
|
||||
<th class="p-0">관리자명</th>
|
||||
<th class="p-0">고객명</th>
|
||||
<th class="p-0">총 결제 금액</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user