dbms_init...1
This commit is contained in:
parent
7affff61c7
commit
022ef52533
@ -81,7 +81,16 @@ class ServicePaymentController extends CustomerController
|
|||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
//Index,FieldForm관련
|
//Index,FieldForm관련
|
||||||
|
protected function view_process(mixed $entity): mixed
|
||||||
|
{
|
||||||
|
//LINE,IP,SERVER등 추가 FilterOption 셋팅용
|
||||||
|
foreach (SERVICE_ITEM_TYPES as $item_type => $label) {
|
||||||
|
$options = $this->getService()->getServiceItemLinkService($item_type)->getEntities();
|
||||||
|
$this->setFilterFieldOption($item_type, $options);
|
||||||
|
}
|
||||||
|
// dd($this->getFilterFieldOptions());
|
||||||
|
return parent::view_process($entity);
|
||||||
|
}
|
||||||
protected function index_process(): array
|
protected function index_process(): array
|
||||||
{
|
{
|
||||||
//LINE,IP,SERVER등 추가 FilterOption 셋팅용
|
//LINE,IP,SERVER등 추가 FilterOption 셋팅용
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user