提交 53147bf6 编写于 作者: ibizdev's avatar ibizdev

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

上级 c2589840
...@@ -153,6 +153,8 @@ export default class AppPanelViewBase extends Vue implements ControlInterface { ...@@ -153,6 +153,8 @@ export default class AppPanelViewBase extends Vue implements ControlInterface {
/** /**
* 接口实现 * 接口实现
* *
...@@ -508,19 +510,19 @@ export default class AppPanelViewBase extends Vue implements ControlInterface { ...@@ -508,19 +510,19 @@ export default class AppPanelViewBase extends Vue implements ControlInterface {
* @memberof PanelBase * @memberof PanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -617,7 +617,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -617,7 +617,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: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -653,7 +653,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -653,7 +653,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: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -187,6 +187,8 @@ export default class Auto1Base extends Vue implements ControlInterface { ...@@ -187,6 +187,8 @@ export default class Auto1Base extends Vue implements ControlInterface {
/** /**
* 接口实现 * 接口实现
* *
...@@ -546,19 +548,19 @@ export default class Auto1Base extends Vue implements ControlInterface { ...@@ -546,19 +548,19 @@ export default class Auto1Base extends Vue implements ControlInterface {
* @memberof Item1layoutpanelBase * @memberof Item1layoutpanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -690,7 +690,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -690,7 +690,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: 'IBIZBOOKUsr5DataView' + (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 };
...@@ -726,7 +726,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -726,7 +726,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: 'IBIZBOOKUsr5DataView' + (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 } ;
......
...@@ -1321,7 +1321,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1321,7 +1321,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1356,7 +1356,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1356,7 +1356,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1417,7 +1417,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1417,7 +1417,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1525,7 +1525,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1525,7 +1525,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1599,7 +1599,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1599,7 +1599,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1424,7 +1424,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1424,7 +1424,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1459,7 +1459,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1459,7 +1459,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1520,7 +1520,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1520,7 +1520,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1628,7 +1628,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1628,7 +1628,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1702,7 +1702,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1702,7 +1702,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -187,6 +187,8 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface ...@@ -187,6 +187,8 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface
/** /**
* 接口实现 * 接口实现
* *
...@@ -546,19 +548,19 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface ...@@ -546,19 +548,19 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface
* @memberof ItemlayoutpanelBase * @memberof ItemlayoutpanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -187,6 +187,8 @@ export default class HasPanelListBase extends Vue implements ControlInterface { ...@@ -187,6 +187,8 @@ export default class HasPanelListBase extends Vue implements ControlInterface {
/** /**
* 接口实现 * 接口实现
* *
...@@ -546,19 +548,19 @@ export default class HasPanelListBase extends Vue implements ControlInterface { ...@@ -546,19 +548,19 @@ export default class HasPanelListBase extends Vue implements ControlInterface {
* @memberof List_itempanelBase * @memberof List_itempanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -196,6 +196,8 @@ export default class ListpanelBase extends Vue implements ControlInterface { ...@@ -196,6 +196,8 @@ export default class ListpanelBase extends Vue implements ControlInterface {
/** /**
* 接口实现 * 接口实现
* *
...@@ -558,33 +560,33 @@ export default class ListpanelBase extends Vue implements ControlInterface { ...@@ -558,33 +560,33 @@ export default class ListpanelBase extends Vue implements ControlInterface {
* @memberof List_itempanelBase * @memberof List_itempanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this; if (Object.is(name, 'button_link1')) {
if (Object.is(name, 'button_link1')) { window.uiServiceRegister.getService('ibizbook').then((UIService: any) => {
window.uiServiceRegister.getService('ibizbook').then((UIService: any) => { if (UIService && UIService[`IBIZBOOK_panel_Listpanel_button_link1_click`] && UIService[`IBIZBOOK_panel_Listpanel_button_link1_click`] instanceof Function) {
if (UIService && UIService[`IBIZBOOK_panel_Listpanel_button_link1_click`] && UIService[`IBIZBOOK_panel_Listpanel_button_link1_click`] instanceof Function) { UIService[`IBIZBOOK_panel_Listpanel_button_link1_click`](datas, contextJO, paramJO, $event, xData, this, undefined);
UIService[`IBIZBOOK_panel_Listpanel_button_link1_click`](datas, contextJO, paramJO, $event, xData, this, undefined); }
})
} }
}) if (Object.is(name, 'button_calluilogic1')) {
} window.uiServiceRegister.getService('ibizbook').then((UIService: any) => {
if (Object.is(name, 'button_calluilogic1')) { if (UIService && UIService[`IBIZBOOK_openDocument`] && UIService[`IBIZBOOK_openDocument`] instanceof Function) {
window.uiServiceRegister.getService('ibizbook').then((UIService: any) => { UIService[`IBIZBOOK_openDocument`](datas, contextJO, paramJO, $event, xData, this, undefined);
if (UIService && UIService[`IBIZBOOK_openDocument`] && UIService[`IBIZBOOK_openDocument`] instanceof Function) { }
UIService[`IBIZBOOK_openDocument`](datas, contextJO, paramJO, $event, xData, this, undefined); })
} }
})
}
} }
......
...@@ -178,6 +178,8 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI ...@@ -178,6 +178,8 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
/** /**
* 接口实现 * 接口实现
* *
...@@ -534,19 +536,19 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI ...@@ -534,19 +536,19 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* @memberof ItemlayoutpanelBase * @memberof ItemlayoutpanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -178,6 +178,8 @@ export default class UsrBase extends Vue implements ControlInterface { ...@@ -178,6 +178,8 @@ export default class UsrBase extends Vue implements ControlInterface {
/** /**
* 接口实现 * 接口实现
* *
...@@ -534,19 +536,19 @@ export default class UsrBase extends Vue implements ControlInterface { ...@@ -534,19 +536,19 @@ export default class UsrBase extends Vue implements ControlInterface {
* @memberof List_itempanelBase * @memberof List_itempanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -187,6 +187,8 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -187,6 +187,8 @@ export default class Usr4Base extends Vue implements ControlInterface {
/** /**
* 接口实现 * 接口实现
* *
...@@ -546,19 +548,19 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -546,19 +548,19 @@ export default class Usr4Base extends Vue implements ControlInterface {
* @memberof ItemlayoutpanelBase * @memberof ItemlayoutpanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -178,6 +178,8 @@ export default class Usr5Base extends Vue implements ControlInterface { ...@@ -178,6 +178,8 @@ export default class Usr5Base extends Vue implements ControlInterface {
/** /**
* 接口实现 * 接口实现
* *
...@@ -534,19 +536,19 @@ export default class Usr5Base extends Vue implements ControlInterface { ...@@ -534,19 +536,19 @@ export default class Usr5Base extends Vue implements ControlInterface {
* @memberof ItemlayoutpanelBase * @memberof ItemlayoutpanelBase
*/ */
public handleButtonClick(name: string, $event?: any) { public handleButtonClick(name: string, $event?: any) {
let datas: any[] = []; let datas: any[] = [];
const data: any = this.layoutModelDetails[name].getData(); const data: any = this.layoutModelDetails[name].getData();
if (data) { if (data) {
if (data instanceof Array) { if (data instanceof Array) {
datas = [...data]; datas = [...data];
} else { } else {
datas = [data]; datas = [data];
}
} }
} const xData: any = this.layoutModelDetails[name].getDataArea();
const xData: any = this.layoutModelDetails[name].getDataArea(); const paramJO: any = {};
const paramJO: any = {}; const contextJO: any = {};
const contextJO: any = {}; const _this: any = this;
const _this: any = this;
} }
......
...@@ -577,7 +577,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -577,7 +577,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' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -693,7 +693,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -693,7 +693,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' + (this.$t('app.list.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.removeAction') as string) });
return; return;
} }
if (datas.length === 0) { if (datas.length === 0) {
...@@ -788,7 +788,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -788,7 +788,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' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (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);
...@@ -796,7 +796,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -796,7 +796,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' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZOrderListExpView_layout' + (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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册