提交 1b685ab5 编写于 作者: ibizdev's avatar ibizdev

Mosher 发布系统代码 [后台服务,演示应用]

上级 833b154e
.app-scroll-container { .app-scroll-container {
height: 100%; height: 100%;
width: 100%; width: 100%;
border: 1px solid red;
.app-scroll-container__header, .app-scroll-container__header,
.app-scroll-container__bottom { .app-scroll-container__bottom {
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
border: 1px solid blue;
.simpleflex-item__pos{ .simpleflex-item__pos{
height: 100%; height: 100%;
width: 100%; width: 100%;
......
...@@ -253,4 +253,20 @@ export default class DYNADASHBOARDUIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class DYNADASHBOARDUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZAccountUIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZAccountUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -128,6 +128,7 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService { ...@@ -128,6 +128,7 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPCTRLUIService
*/ */
public async IBIZAPPCTRL_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPCTRL_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -173,6 +174,7 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService { ...@@ -173,6 +174,7 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPCTRLUIService
*/ */
public async IBIZAPPCTRL_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPCTRL_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -344,4 +346,20 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService { ...@@ -344,4 +346,20 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -128,6 +128,7 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService { ...@@ -128,6 +128,7 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPEDITORUIService
*/ */
public async IBIZAPPEDITOR_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPEDITOR_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -173,6 +174,7 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService { ...@@ -173,6 +174,7 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPEDITORUIService
*/ */
public async IBIZAPPEDITOR_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPEDITOR_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -344,4 +346,20 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService { ...@@ -344,4 +346,20 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -128,6 +128,7 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService { ...@@ -128,6 +128,7 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPEXTENDEDITORUIService
*/ */
public async IBIZAPPEXTENDEDITOR_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPEXTENDEDITOR_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -173,6 +174,7 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService { ...@@ -173,6 +174,7 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPEXTENDEDITORUIService
*/ */
public async IBIZAPPEXTENDEDITOR_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPEXTENDEDITOR_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -344,4 +346,20 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService { ...@@ -344,4 +346,20 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -128,6 +128,7 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService { ...@@ -128,6 +128,7 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPVIEWUIService
*/ */
public async IBIZAPPVIEW_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPVIEW_MORE(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -173,6 +174,7 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService { ...@@ -173,6 +174,7 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPVIEWUIService
*/ */
public async IBIZAPPVIEW_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPVIEW_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -216,6 +218,7 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService { ...@@ -216,6 +218,7 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZAPPVIEWUIService
*/ */
public async IBIZAPPVIEW_openInstance(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZAPPVIEW_openInstance(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -387,4 +390,20 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService { ...@@ -387,4 +390,20 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -153,8 +153,9 @@ export default class GridLoadUILogicBase { ...@@ -153,8 +153,9 @@ export default class GridLoadUILogicBase {
const retParam = actionContext.getParam('viewParam'); const retParam = actionContext.getParam('viewParam');
if (dstParam) { if (dstParam) {
try { try {
const service: any = new IBIZBOOKService(); const service: any = window.entityServiceRegister.getService('ibizbook');
const result = await service['executeAppDELogic']('initData', actionContext.context, dstParam.getReal() ? dstParam.getReal() : {}); const deLogic: InitDataLogic = new InitDataLogic({ context: actionContext.context, data: dstParam.getReal() ? dstParam.getReal() : {} });
const result = await deLogic.onExecute(actionContext.context, dstParam.getReal() ? dstParam.getReal() : {}, false);
if (result) { if (result) {
if(retParam){ if(retParam){
retParam.bind(result); retParam.bind(result);
...@@ -215,7 +216,7 @@ export default class GridLoadUILogicBase { ...@@ -215,7 +216,7 @@ export default class GridLoadUILogicBase {
const retParam = actionContext.getParam('Default'); const retParam = actionContext.getParam('Default');
if (dstParam) { if (dstParam) {
try { try {
const service: any = new IBIZBOOKService(); const service: any = window.entityServiceRegister.getService('ibizbook');
const getTempContext = (data: any) => { const getTempContext = (data: any) => {
const tempContext = Util.deepCopy(actionContext.context); const tempContext = Util.deepCopy(actionContext.context);
if (data) { if (data) {
......
...@@ -206,6 +206,7 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -206,6 +206,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZBOOKUIService
*/ */
public async IBIZBOOK_Delete(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){ public async IBIZBOOK_Delete(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){
let data: any = {}; let data: any = {};
...@@ -287,6 +288,7 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -287,6 +288,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZBOOKUIService
*/ */
public async IBIZBOOK_Edit(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZBOOK_Edit(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -335,6 +337,7 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -335,6 +337,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZBOOKUIService
*/ */
public async IBIZBOOK_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZBOOK_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -378,6 +381,7 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -378,6 +381,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZBOOKUIService
*/ */
public async IBIZBOOK_openKanbanDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZBOOK_openKanbanDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -418,10 +422,11 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -418,10 +422,11 @@ export default class IBIZBOOKUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZBOOKUIService
*/ */
public async IBIZBOOK_toolbar_CustomView_layouttoolbar_deuiaction1_click(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZBOOK_toolbar_CustomView_layouttoolbar_deuiaction1_click(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
actionContext.$Notice.error({ title: '错误', desc: '不支持单项数据' }); return this.executeUILogic('GridLoad', args, context, params, $event, xData, actionContext, srfParentDeName);
} }
...@@ -563,4 +568,20 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -563,4 +568,20 @@ export default class IBIZBOOKUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -254,4 +254,20 @@ export default class IBIZCPUUIServiceBase extends UIService { ...@@ -254,4 +254,20 @@ export default class IBIZCPUUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZCustomUIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZCustomUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -256,4 +256,20 @@ export default class IBIZCustomer_INTFUIServiceBase extends UIService { ...@@ -256,4 +256,20 @@ export default class IBIZCustomer_INTFUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZCustomerMGUIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZCustomerMGUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -264,4 +264,20 @@ export default class IBIZCustomerUIServiceBase extends UIService { ...@@ -264,4 +264,20 @@ export default class IBIZCustomerUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -258,4 +258,20 @@ export default class IBIZHardwareUIServiceBase extends UIService { ...@@ -258,4 +258,20 @@ export default class IBIZHardwareUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -272,4 +272,20 @@ export default class IBIZOrderDetailUIServiceBase extends UIService { ...@@ -272,4 +272,20 @@ export default class IBIZOrderDetailUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -258,4 +258,20 @@ export default class IBIZOrderTypeUIServiceBase extends UIService { ...@@ -258,4 +258,20 @@ export default class IBIZOrderTypeUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -207,6 +207,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -207,6 +207,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_BUIAction1(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){ public async IBIZOrder_BUIAction1(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){
let data: any = {}; let data: any = {};
...@@ -290,6 +291,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -290,6 +291,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_Delete(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){ public async IBIZOrder_Delete(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){
let confirmResult:boolean = await new Promise((resolve: any, reject: any) => { let confirmResult:boolean = await new Promise((resolve: any, reject: any) => {
...@@ -385,6 +387,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -385,6 +387,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_FUIAction1(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZOrder_FUIAction1(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -432,6 +435,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -432,6 +435,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_ZDYUpdate(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){ public async IBIZOrder_ZDYUpdate(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){
let data: any = {}; let data: any = {};
...@@ -513,6 +517,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -513,6 +517,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_mulUpdate(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){ public async IBIZOrder_mulUpdate(args: any[],context:any = {}, params:any = {}, $event?: any, xData?: any,actionContext?: any,srfParentDeName?:string){
let data: any = {}; let data: any = {};
...@@ -595,6 +600,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -595,6 +600,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_open_document(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZOrder_open_document(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -635,10 +641,11 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -635,10 +641,11 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_panel_Usr1102678360_open_yuque_click(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZOrder_panel_Usr1102678360_open_yuque_click(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
actionContext.$Notice.error({ title: '错误', desc: '不支持单项数据' }); return this.executeUILogic('OpenYuQue', args, context, params, $event, xData, actionContext, srfParentDeName);
} }
/** /**
...@@ -652,10 +659,11 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -652,10 +659,11 @@ export default class IBIZOrderUIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZOrderUIService
*/ */
public async IBIZOrder_toolbar_Usr2GridViewtoolbar_deuiaction1_click(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZOrder_toolbar_Usr2GridViewtoolbar_deuiaction1_click(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
actionContext.$Notice.error({ title: '错误', desc: '不支持单项数据' }); return this.executeUILogic('GridViewLoad', args, context, params, $event, xData, actionContext, srfParentDeName);
} }
...@@ -797,4 +805,20 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -797,4 +805,20 @@ export default class IBIZOrderUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSampleUIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSampleUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -136,6 +136,7 @@ export default class IBIZSample0001UIServiceBase extends UIService { ...@@ -136,6 +136,7 @@ export default class IBIZSample0001UIServiceBase extends UIService {
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>} * @returns {Promise<any>}
* @memberof IBIZSample0001UIService
*/ */
public async IBIZSample0001_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public async IBIZSample0001_openDocument(args: any[], context:any = {} ,params: any={}, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
...@@ -304,4 +305,20 @@ export default class IBIZSample0001UIServiceBase extends UIService { ...@@ -304,4 +305,20 @@ export default class IBIZSample0001UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -258,4 +258,20 @@ export default class IBIZSample0002UIServiceBase extends UIService { ...@@ -258,4 +258,20 @@ export default class IBIZSample0002UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -274,4 +274,20 @@ export default class IBIZSample0003UIServiceBase extends UIService { ...@@ -274,4 +274,20 @@ export default class IBIZSample0003UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0004UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0004UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0005UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0005UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0006UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0006UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0007UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0007UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0008UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0008UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0009UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0009UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0010UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0010UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0011UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0011UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0012UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0012UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -255,4 +255,20 @@ export default class IBIZSample0013UIServiceBase extends UIService { ...@@ -255,4 +255,20 @@ export default class IBIZSample0013UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -255,4 +255,20 @@ export default class IBIZSample0014UIServiceBase extends UIService { ...@@ -255,4 +255,20 @@ export default class IBIZSample0014UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -254,4 +254,20 @@ export default class IBIZSample0015UIServiceBase extends UIService { ...@@ -254,4 +254,20 @@ export default class IBIZSample0015UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0016UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0016UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -262,4 +262,20 @@ export default class IBIZSample0017UIServiceBase extends UIService { ...@@ -262,4 +262,20 @@ export default class IBIZSample0017UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -255,4 +255,20 @@ export default class IBIZSample0018UIServiceBase extends UIService { ...@@ -255,4 +255,20 @@ export default class IBIZSample0018UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0019UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0019UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSample0020UIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSample0020UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -261,4 +261,20 @@ export default class IBIZSample0021UIServiceBase extends UIService { ...@@ -261,4 +261,20 @@ export default class IBIZSample0021UIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -256,4 +256,20 @@ export default class IBIZSoftwareSuitUIServiceBase extends UIService { ...@@ -256,4 +256,20 @@ export default class IBIZSoftwareSuitUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -254,4 +254,20 @@ export default class IBIZStorageUIServiceBase extends UIService { ...@@ -254,4 +254,20 @@ export default class IBIZStorageUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -253,4 +253,20 @@ export default class IBIZSupplierUIServiceBase extends UIService { ...@@ -253,4 +253,20 @@ export default class IBIZSupplierUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -254,4 +254,20 @@ export default class IBIZTASKUIServiceBase extends UIService { ...@@ -254,4 +254,20 @@ export default class IBIZTASKUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -255,4 +255,20 @@ export default class IBIZTASKTEAMUIServiceBase extends UIService { ...@@ -255,4 +255,20 @@ export default class IBIZTASKTEAMUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -262,4 +262,20 @@ export default class IBIZUNIProductUIServiceBase extends UIService { ...@@ -262,4 +262,20 @@ export default class IBIZUNIProductUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -255,4 +255,20 @@ export default class MicroComponentUIServiceBase extends UIService { ...@@ -255,4 +255,20 @@ export default class MicroComponentUIServiceBase extends UIService {
return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data)); return this.authService.getOPPrivs(this.getDEMainStateOPPrivs(data));
} }
/**
* 执行界面逻辑
*
* @param {string} name
* @param {any[]} args
* @param {*} [context={}]
* @param {*} [params={}]
* @param {*} [$event]
* @param {*} [xData]
* @param {*} [actionContext]
* @param {string} [srfParentDeName]
* @memberof UIService
*/
public executeUILogic(name: string, args: any[], context?: any, params?: any, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string | undefined): void {
}
} }
\ No newline at end of file
...@@ -663,7 +663,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -663,7 +663,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr3GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -699,7 +699,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -699,7 +699,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public loadDraft(opt: any = {},mode?:string): void { public loadDraft(opt: any = {},mode?:string): void {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr3GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -1800,7 +1800,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1800,7 +1800,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1835,7 +1835,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1835,7 +1835,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public loadDraft(opt: any = {}): void { public loadDraft(opt: any = {}): void {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1897,7 +1897,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1897,7 +1897,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -2005,7 +2005,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2005,7 +2005,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -522,7 +522,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -522,7 +522,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -638,7 +638,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -638,7 +638,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.removeAction') as string) });
return; return;
} }
if (datas.length === 0) { if (datas.length === 0) {
...@@ -733,7 +733,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -733,7 +733,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -741,7 +741,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -741,7 +741,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){ if(item.ibizorder){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册