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

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

上级 0a9776d4
......@@ -1651,6 +1651,17 @@ export default class IBIZAPPCTRLGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1663,18 +1674,7 @@ export default class IBIZAPPCTRLGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1651,6 +1651,17 @@ export default class IBIZAPPEDITORGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1663,18 +1674,7 @@ export default class IBIZAPPEDITORGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1651,6 +1651,17 @@ export default class IBIZAPPEXTENDEDITORGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1663,18 +1674,7 @@ export default class IBIZAPPEXTENDEDITORGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1651,6 +1651,17 @@ export default class IBIZAPPVIEWGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1663,18 +1674,7 @@ export default class IBIZAPPVIEWGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -985,7 +985,15 @@ export default class IBIZBOOKCustomView_layoutBase extends Vue {
}
this.viewState.complete();
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZBOOKCustomView_layoutBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -647,7 +647,15 @@ export default class IBIZBOOKCustomViewBase extends Vue {
}
this.viewState.complete();
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZBOOKCustomViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -1060,6 +1060,17 @@ export default class IBIZBOOKExportAndImportGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1072,18 +1083,7 @@ export default class IBIZBOOKExportAndImportGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -885,7 +885,15 @@ export default class IBIZBOOKFormLoadCustomViewBase extends Vue {
}
this.viewState.complete();
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZBOOKFormLoadCustomViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -990,7 +990,15 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
});
});
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZBOOKGridLoadCustomViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -1814,6 +1814,17 @@ export default class IBIZBOOKInternalFuncGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1826,18 +1837,7 @@ export default class IBIZBOOKInternalFuncGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1757,6 +1757,17 @@ export default class IBIZBOOKNewDefaultValueGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1769,18 +1780,7 @@ export default class IBIZBOOKNewDefaultValueGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1756,6 +1756,17 @@ export default class IBIZBOOKRowEditGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1768,18 +1779,7 @@ export default class IBIZBOOKRowEditGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -892,7 +892,15 @@ export default class IBIZBOOKTestLogicCustomViewBase extends Vue {
});
});
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZBOOKTestLogicCustomViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -1757,6 +1757,17 @@ export default class IBIZBOOKUpdateDefaultGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1769,18 +1780,7 @@ export default class IBIZBOOKUpdateDefaultGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -985,6 +985,17 @@ export default class IBIZBOOKUsr10GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -997,18 +1008,7 @@ export default class IBIZBOOKUsr10GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -941,7 +941,15 @@ export default class IBIZBOOKUsr1110030546CustomViewBase extends Vue {
}
this.viewState.complete();
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZBOOKUsr1110030546CustomViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -1190,7 +1190,15 @@ export default class IBIZBOOKUsr2CustomViewBase extends Vue {
}
this.viewState.complete();
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZBOOKUsr2CustomViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -987,6 +987,17 @@ export default class IBIZBOOKUsr2GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -999,18 +1010,7 @@ export default class IBIZBOOKUsr2GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -987,6 +987,17 @@ export default class IBIZBOOKUsr3GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -999,18 +1010,7 @@ export default class IBIZBOOKUsr3GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -987,6 +987,17 @@ export default class IBIZBOOKUsr4GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -999,18 +1010,7 @@ export default class IBIZBOOKUsr4GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -987,6 +987,17 @@ export default class IBIZBOOKUsr5GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -999,18 +1010,7 @@ export default class IBIZBOOKUsr5GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1795,6 +1795,17 @@ export default class IBIZBOOKUsr6GridView_layoutBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1807,18 +1818,7 @@ export default class IBIZBOOKUsr6GridView_layoutBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1795,6 +1795,17 @@ export default class IBIZBOOKUsr6GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1807,18 +1818,7 @@ export default class IBIZBOOKUsr6GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1814,6 +1814,17 @@ export default class IBIZBOOKUsr7GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1826,18 +1837,7 @@ export default class IBIZBOOKUsr7GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1814,6 +1814,17 @@ export default class IBIZBOOKUsr8GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1826,18 +1837,7 @@ export default class IBIZBOOKUsr8GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1794,6 +1794,17 @@ export default class IBIZBOOKUsr9GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1806,18 +1817,7 @@ export default class IBIZBOOKUsr9GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1814,6 +1814,17 @@ export default class IBIZBOOKValueRulesGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1826,18 +1837,7 @@ export default class IBIZBOOKValueRulesGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1295,7 +1295,15 @@ export default class IBIZCustomCustomEditViewBase extends Vue {
}
this.viewState.complete();
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZCustomCustomEditViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -1708,7 +1708,15 @@ export default class IBIZCustomCustomGridViewBase extends Vue {
}
this.viewState.complete();
}
/**
* 快速搜索
*
* @param {*} $event
* @memberof IBIZCustomCustomGridViewBase
*/
public onSearch($event: any): void {
}
}
</script>
......
......@@ -1322,6 +1322,17 @@ export default class IBIZHardwareGridView9Base extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1334,18 +1345,7 @@ export default class IBIZHardwareGridView9Base extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1797,6 +1797,17 @@ export default class IBIZHardwareSGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1809,18 +1820,7 @@ export default class IBIZHardwareSGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1805,6 +1805,17 @@ export default class IBIZOrderDetailGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1817,18 +1828,7 @@ export default class IBIZOrderDetailGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1269,6 +1269,17 @@ export default class IBIZOrderDetailGridView9Base extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1281,18 +1292,7 @@ export default class IBIZOrderDetailGridView9Base extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1805,6 +1805,17 @@ export default class IBIZOrderDetailSGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1817,18 +1828,7 @@ export default class IBIZOrderDetailSGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1330,6 +1330,17 @@ export default class IBIZOrderDetailSGridView9Base extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1342,18 +1353,7 @@ export default class IBIZOrderDetailSGridView9Base extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1807,6 +1807,17 @@ export default class IBIZOrderGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1819,18 +1830,7 @@ export default class IBIZOrderGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1270,6 +1270,17 @@ export default class IBIZOrderGridView9Base extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1282,18 +1293,7 @@ export default class IBIZOrderGridView9Base extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1806,6 +1806,17 @@ export default class IBIZOrderSF1GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1818,18 +1829,7 @@ export default class IBIZOrderSF1GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1827,6 +1827,17 @@ export default class IBIZOrderSF20GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1839,18 +1850,7 @@ export default class IBIZOrderSF20GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1807,6 +1807,17 @@ export default class IBIZOrderSF3GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1819,18 +1830,7 @@ export default class IBIZOrderSF3GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1807,6 +1807,17 @@ export default class IBIZOrderSF4GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1819,18 +1830,7 @@ export default class IBIZOrderSF4GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1232,6 +1232,17 @@ export default class IBIZOrderSF5GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 0;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1244,18 +1255,7 @@ export default class IBIZOrderSF5GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1273,6 +1273,17 @@ export default class IBIZOrderSF6GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 0;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1285,18 +1296,7 @@ export default class IBIZOrderSF6GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1806,6 +1806,17 @@ export default class IBIZOrderSGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1818,18 +1829,7 @@ export default class IBIZOrderSGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1998,6 +1998,17 @@ export default class IBIZOrderUsr2GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -2010,18 +2021,7 @@ export default class IBIZOrderUsr2GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1795,6 +1795,17 @@ export default class IBIZSample0003GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1807,18 +1818,7 @@ export default class IBIZSample0003GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1795,6 +1795,17 @@ export default class IBIZSample0014GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1807,18 +1818,7 @@ export default class IBIZSample0014GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1795,6 +1795,17 @@ export default class IBIZSample0018GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1807,18 +1818,7 @@ export default class IBIZSample0018GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1651,6 +1651,17 @@ export default class IBIZSample0021GridView_layoutBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1663,18 +1674,7 @@ export default class IBIZSample0021GridView_layoutBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1651,6 +1651,17 @@ export default class IBIZSample0021GridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1663,18 +1674,7 @@ export default class IBIZSample0021GridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1320,6 +1320,17 @@ export default class IBIZSoftwareSuitGridView9Base extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1332,18 +1343,7 @@ export default class IBIZSoftwareSuitGridView9Base extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1795,6 +1795,17 @@ export default class IBIZSoftwareSuitSGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1807,18 +1818,7 @@ export default class IBIZSoftwareSuitSGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1728,6 +1728,17 @@ export default class IBIZTASKTEAMGridView9Base extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 0;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1740,18 +1751,7 @@ export default class IBIZTASKTEAMGridView9Base extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1292,6 +1292,17 @@ export default class IBIZUNIProductGridView9Base extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1304,18 +1315,7 @@ export default class IBIZUNIProductGridView9Base extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1777,6 +1777,17 @@ export default class IBIZUNIProductSGridView_layoutBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1789,18 +1800,7 @@ export default class IBIZUNIProductSGridView_layoutBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -1777,6 +1777,17 @@ export default class IBIZUNIProductSGridViewBase extends Vue {
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 快速搜索
*
......@@ -1789,18 +1800,7 @@ export default class IBIZUNIProductSGridViewBase extends Vue {
grid.load(this.context, true);
}
}
/**
* grid 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof ENTITYTEST1Usr2GridViewBase
*/
public onSave($event: any) {
this.$emit('drdatasaved', $event);
}
/**
* 刷新数据
*
......
......@@ -638,7 +638,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -674,7 +674,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1425,7 +1425,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1495,7 +1495,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1603,7 +1603,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1695,7 +1695,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1391,7 +1391,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1461,7 +1461,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1569,7 +1569,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1661,7 +1661,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1494,7 +1494,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1564,7 +1564,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1672,7 +1672,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1764,7 +1764,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -735,7 +735,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -829,7 +829,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -945,7 +945,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -953,7 +953,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册