提交 4cbcb603 编写于 作者: ibizdev's avatar ibizdev

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

上级 efc39175
......@@ -738,8 +738,8 @@ export default class IBIZBOOKAutoGroupListViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -752,12 +752,12 @@ export default class IBIZBOOKAutoGroupListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -794,8 +794,8 @@ export default class IBIZBOOKAutoGroupListViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -808,12 +808,12 @@ export default class IBIZBOOKAutoGroupListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -886,8 +886,8 @@ export default class IBIZBOOKDataViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -900,12 +900,12 @@ export default class IBIZBOOKDataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -942,8 +942,8 @@ export default class IBIZBOOKDataViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -956,12 +956,12 @@ export default class IBIZBOOKDataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1246,8 +1246,8 @@ export default class IBIZBOOKGroupByCodelistKanBanViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1260,12 +1260,12 @@ export default class IBIZBOOKGroupByCodelistKanBanViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1302,8 +1302,8 @@ export default class IBIZBOOKGroupByCodelistKanBanViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1316,12 +1316,12 @@ export default class IBIZBOOKGroupByCodelistKanBanViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -738,8 +738,8 @@ export default class IBIZBOOKGroupByCodelistListViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -752,12 +752,12 @@ export default class IBIZBOOKGroupByCodelistListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -794,8 +794,8 @@ export default class IBIZBOOKGroupByCodelistListViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -808,12 +808,12 @@ export default class IBIZBOOKGroupByCodelistListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1246,8 +1246,8 @@ export default class IBIZBOOKHasPanelKanBanViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1260,12 +1260,12 @@ export default class IBIZBOOKHasPanelKanBanViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1302,8 +1302,8 @@ export default class IBIZBOOKHasPanelKanBanViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1316,12 +1316,12 @@ export default class IBIZBOOKHasPanelKanBanViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -738,8 +738,8 @@ export default class IBIZBOOKHasPanelListViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -752,12 +752,12 @@ export default class IBIZBOOKHasPanelListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -794,8 +794,8 @@ export default class IBIZBOOKHasPanelListViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -808,12 +808,12 @@ export default class IBIZBOOKHasPanelListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1246,8 +1246,8 @@ export default class IBIZBOOKInterFuncKanBanViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1260,12 +1260,12 @@ export default class IBIZBOOKInterFuncKanBanViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1302,8 +1302,8 @@ export default class IBIZBOOKInterFuncKanBanViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1316,12 +1316,12 @@ export default class IBIZBOOKInterFuncKanBanViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1300,8 +1300,8 @@ export default class IBIZBOOKInternalFuncGridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1314,12 +1314,12 @@ export default class IBIZBOOKInternalFuncGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1356,8 +1356,8 @@ export default class IBIZBOOKInternalFuncGridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1370,12 +1370,12 @@ export default class IBIZBOOKInternalFuncGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -928,8 +928,8 @@ export default class IBIZBOOKListViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -942,12 +942,12 @@ export default class IBIZBOOKListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -984,8 +984,8 @@ export default class IBIZBOOKListViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -998,12 +998,12 @@ export default class IBIZBOOKListViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1239,8 +1239,8 @@ export default class IBIZBOOKNewDefaultValueGridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1253,12 +1253,12 @@ export default class IBIZBOOKNewDefaultValueGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1295,8 +1295,8 @@ export default class IBIZBOOKNewDefaultValueGridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1309,12 +1309,12 @@ export default class IBIZBOOKNewDefaultValueGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1238,8 +1238,8 @@ export default class IBIZBOOKRowEditGridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1252,12 +1252,12 @@ export default class IBIZBOOKRowEditGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1294,8 +1294,8 @@ export default class IBIZBOOKRowEditGridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1308,12 +1308,12 @@ export default class IBIZBOOKRowEditGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1239,8 +1239,8 @@ export default class IBIZBOOKUpdateDefaultGridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1253,12 +1253,12 @@ export default class IBIZBOOKUpdateDefaultGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1295,8 +1295,8 @@ export default class IBIZBOOKUpdateDefaultGridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1309,12 +1309,12 @@ export default class IBIZBOOKUpdateDefaultGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -736,8 +736,8 @@ export default class IBIZBOOKUsr2DataViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -750,12 +750,12 @@ export default class IBIZBOOKUsr2DataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -792,8 +792,8 @@ export default class IBIZBOOKUsr2DataViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -806,12 +806,12 @@ export default class IBIZBOOKUsr2DataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -752,8 +752,8 @@ export default class IBIZBOOKUsr2GridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -766,12 +766,12 @@ export default class IBIZBOOKUsr2GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -808,8 +808,8 @@ export default class IBIZBOOKUsr2GridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -822,12 +822,12 @@ export default class IBIZBOOKUsr2GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -736,8 +736,8 @@ export default class IBIZBOOKUsr3DataViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -750,12 +750,12 @@ export default class IBIZBOOKUsr3DataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -792,8 +792,8 @@ export default class IBIZBOOKUsr3DataViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -806,12 +806,12 @@ export default class IBIZBOOKUsr3DataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -752,8 +752,8 @@ export default class IBIZBOOKUsr3GridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -766,12 +766,12 @@ export default class IBIZBOOKUsr3GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -808,8 +808,8 @@ export default class IBIZBOOKUsr3GridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -822,12 +822,12 @@ export default class IBIZBOOKUsr3GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -867,8 +867,8 @@ export default class IBIZBOOKUsr4DataViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -881,12 +881,12 @@ export default class IBIZBOOKUsr4DataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -923,8 +923,8 @@ export default class IBIZBOOKUsr4DataViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -937,12 +937,12 @@ export default class IBIZBOOKUsr4DataViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -752,8 +752,8 @@ export default class IBIZBOOKUsr4GridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -766,12 +766,12 @@ export default class IBIZBOOKUsr4GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -808,8 +808,8 @@ export default class IBIZBOOKUsr4GridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -822,12 +822,12 @@ export default class IBIZBOOKUsr4GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -752,8 +752,8 @@ export default class IBIZBOOKUsr5GridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -766,12 +766,12 @@ export default class IBIZBOOKUsr5GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -808,8 +808,8 @@ export default class IBIZBOOKUsr5GridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -822,12 +822,12 @@ export default class IBIZBOOKUsr5GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -1301,8 +1301,8 @@ export default class IBIZBOOKValueRulesGridViewBase extends Vue {
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
];
const _this: any = this;
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext,data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1315,12 +1315,12 @@ export default class IBIZBOOKValueRulesGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......@@ -1357,8 +1357,8 @@ export default class IBIZBOOKValueRulesGridViewBase extends Vue {
if(fullargs && fullargs.copymode){
Object.assign(data,{copymode:true});
}
const openDrawer = (view: any, data: any) => {
let container: Subject<any> = this.$appdrawer.openDrawer(view, tempContext, data);
const openPopOver = (view: any, data: any) => {
let container: Subject<any> = this.$apppopover.openPop($event, view, tempContext, data);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......@@ -1371,12 +1371,12 @@ export default class IBIZBOOKValueRulesGridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
};
openDrawer(view, data);
openPopOver(view, data);
}
......
......@@ -860,10 +860,10 @@ export default class IBIZBOOKMONTHBase extends Vue implements ControlInterface {
case "ibizbook":
view = {
viewname: 'ibizbookedit-view',
height: 0,
width: 600,
height: 600,
width: 400,
title: this.$t('entities.ibizbook.views.editview.title'),
placement: 'DRAWER_RIGHT',
placement: 'POPOVER',
deResParameters: [],
parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' } ],
};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册