@@ -4,7 +4,7 @@ import { CreateElement } from 'vue';
...
@@ -4,7 +4,7 @@ import { CreateElement } from 'vue';
import { Subject, Subscription } from 'rxjs';
import { Subject, Subscription } from 'rxjs';
import { ControlInterface } from '@/interface/control';
import { ControlInterface } from '@/interface/control';
import GlobalUiService from '@/global-ui-service/global-ui-service';
import GlobalUiService from '@/global-ui-service/global-ui-service';
import { ControlBase, MOBMDCTRLBase, FORMBase } from '@ibiz-core'
import { ControlBase , MOBMDCTRLBase } from '@ibiz-core'
<#if appde??>
<#if appde??>
import ${srfclassname('${appde.getCodeName()}')}Service from '@/app-core/service/${srffilepath2(appde.getCodeName())}/${srffilepath2(appde.getCodeName())}-service';
import ${srfclassname('${appde.getCodeName()}')}Service from '@/app-core/service/${srffilepath2(appde.getCodeName())}/${srffilepath2(appde.getCodeName())}-service';
import ${srfclassname('${ctrl.codeName}')}Service from '@/app-core/ctrl-service/${srffilepath2(appde.getCodeName())}/${srffilepath2(ctrl.codeName)}-${ctrl.getControlType()?lower_case}-service';
import ${srfclassname('${ctrl.codeName}')}Service from '@/app-core/ctrl-service/${srffilepath2(appde.getCodeName())}/${srffilepath2(ctrl.codeName)}-${ctrl.getControlType()?lower_case}-service';
...
@@ -22,7 +22,7 @@ import ${srfclassname('${ctrl.codeName}')}Service from '@/app-core/ctrl-service/
...
@@ -22,7 +22,7 @@ import ${srfclassname('${ctrl.codeName}')}Service from '@/app-core/ctrl-service/