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

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

上级 a7315b55
......@@ -84,7 +84,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -320,6 +320,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZAPPCTRLUIService = new IBIZAPPCTRLUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -84,7 +84,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -320,6 +320,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZAPPEDITORUIService = new IBIZAPPEDITORUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -96,7 +96,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -332,6 +332,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZAPPEXTENDEDITORUIService = new IBIZAPPEXTENDEDITORUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -96,7 +96,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -332,6 +332,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZAPPVIEWUIService = new IBIZAPPVIEWUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -712,7 +712,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: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,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: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -172,7 +172,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -408,6 +408,14 @@ export default class ExporAndImportGridBase extends Vue implements ControlInterf
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof ExporAndImportGridBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -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_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;
}
const arg: any = { ...opt };
......@@ -1429,7 +1429,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_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;
}
const arg: any = { ...opt } ;
......@@ -1499,7 +1499,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_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;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1607,7 +1607,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_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;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1799,7 +1799,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_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;
}
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_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;
}
const arg: any = { ...opt };
......@@ -1395,7 +1395,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_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;
}
const arg: any = { ...opt } ;
......@@ -1465,7 +1465,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_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;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1573,7 +1573,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_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;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1765,7 +1765,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_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;
}
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_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;
}
const arg: any = { ...opt };
......@@ -1499,7 +1499,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_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;
}
const arg: any = { ...opt } ;
......@@ -1569,7 +1569,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_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;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1677,7 +1677,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_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;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1869,7 +1869,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_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;
}
const arg: any = opt[0];
......
......@@ -117,7 +117,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -452,6 +452,14 @@ export default class InternalFunc_2Base extends Vue implements ControlInterface
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof InternalFunc_2Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -117,7 +117,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -452,6 +452,14 @@ export default class InternalFuncBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof InternalFuncBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -72,7 +72,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -358,6 +358,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -106,7 +106,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -342,6 +342,14 @@ export default class Main2Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Main2Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -106,7 +106,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -342,6 +342,14 @@ export default class Main3Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Main3Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -98,7 +98,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -334,6 +334,14 @@ export default class Main4Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Main4Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -98,7 +98,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -334,6 +334,14 @@ export default class Main5Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Main5Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -248,7 +248,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -484,6 +484,14 @@ export default class Main6Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Main6Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -117,7 +117,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -409,6 +409,14 @@ export default class Main7Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Main7Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -194,7 +194,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -430,6 +430,14 @@ export default class NewDefaultBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof NewDefaultBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase 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: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -248,7 +248,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -484,6 +484,14 @@ export default class RowEditBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof RowEditBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -174,7 +174,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -410,6 +410,14 @@ export default class RowRulesBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof RowRulesBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -194,7 +194,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -430,6 +430,14 @@ export default class UpdateDefaultBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof UpdateDefaultBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -74,7 +74,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -310,6 +310,14 @@ export default class Usr1206604605Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZBOOKUIService = new IBIZBOOKUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Usr1206604605Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -72,7 +72,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -308,6 +308,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZCustomUIService = new IBIZCustomUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -34,7 +34,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -270,6 +270,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZCustomer_INTFUIService = new IBIZCustomer_INTFUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -96,7 +96,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -332,6 +332,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZCustomerUIService = new IBIZCustomerUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -94,7 +94,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -330,6 +330,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZHardwareUIService = new IBIZHardwareUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -132,7 +132,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -368,6 +368,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZOrderDetailUIService = new IBIZOrderDetailUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......@@ -954,7 +962,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1113,7 +1121,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1227,7 +1235,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2122,7 +2130,7 @@ export default class MainBase 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: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2131,7 +2139,7 @@ export default class MainBase 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: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2207,7 +2215,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -97,6 +97,7 @@ export default class MainModel {
name: 'ibizorderdetail',
prop: 'ibizorderdetailid',
},
{
name:'size',
prop:'size',
......
......@@ -70,7 +70,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -306,6 +306,14 @@ export default class GridPluginBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZOrderUIService = new IBIZOrderUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof GridPluginBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -124,7 +124,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -309,7 +309,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZOrderSF1GridViewBase
* @memberof IBIZOrderPickupGridViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -413,6 +413,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZOrderUIService = new IBIZOrderUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......@@ -452,20 +460,6 @@ export default class MainBase extends Vue implements ControlInterface {
return this.selections[0];
}
/**
* 打开新建数据视图
*
* @type {any}
* @memberof MainBase
*/
@Prop() public newdata: any;
/**
* 打开编辑数据视图
*
* @type {any}
* @memberof MainBase
*/
@Prop() public opendata: any;
/**
* 是否嵌入关系界面
......@@ -1000,7 +994,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderSF1GridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderPickupGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1159,7 +1153,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderSF1GridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderPickupGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1273,7 +1267,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderSF1GridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2206,7 +2200,7 @@ export default class MainBase 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: 'IBIZOrderSF1GridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2215,7 +2209,7 @@ export default class MainBase 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: 'IBIZOrderSF1GridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2291,7 +2285,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderSF1GridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderPickupGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -105,21 +105,6 @@ export default class MainModel {
prop: 'n_ibizordername_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_orderstate_eq',
prop: 'n_orderstate_eq',
dataType: 'QUERYPARAM'
},
{
name: 'n_ordertime_gt',
prop: 'n_ordertime_gt',
dataType: 'QUERYPARAM'
},
{
name: 'n_ordertime_lt',
prop: 'n_ordertime_lt',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -74,7 +74,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -340,6 +340,14 @@ export default class Main2Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZOrderUIService = new IBIZOrderUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof Main2Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -74,7 +74,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -310,6 +310,14 @@ export default class PluginGridColumnBase extends Vue implements ControlInterfac
*/
public appUIService:IBIZOrderUIService = new IBIZOrderUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof PluginGridColumnBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -92,7 +92,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -328,6 +328,14 @@ export default class UIPART_0015Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZOrderUIService = new IBIZOrderUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof UIPART_0015Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -181,7 +181,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -417,6 +417,14 @@ export default class UIPART_0017Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZOrderUIService = new IBIZOrderUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof UIPART_0017Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -109,7 +109,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -373,6 +373,14 @@ export default class UIPART_0018Base extends Vue implements ControlInterface {
*/
public appUIService:IBIZOrderUIService = new IBIZOrderUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof UIPART_0018Base
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -72,7 +72,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -308,6 +308,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZSample0002UIService = new IBIZSample0002UIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -96,7 +96,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -332,6 +332,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZSample0003UIService = new IBIZSample0003UIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -84,7 +84,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -320,6 +320,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZSample0014UIService = new IBIZSample0014UIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -72,7 +72,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -308,6 +308,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZSample0018UIService = new IBIZSample0018UIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -110,7 +110,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -346,6 +346,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZSample0021UIService = new IBIZSample0021UIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -72,7 +72,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -308,6 +308,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZSoftwareSuitUIService = new IBIZSoftwareSuitUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -90,7 +90,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -326,6 +326,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZTASKTEAMUIService = new IBIZTASKTEAMUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
......@@ -96,7 +96,7 @@
<icon type="ios-arrow-down"></icon>
<template #list>
<DropdownMenu>
<DropdownItem v-for="(item) in [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">{{item}} 条/页</DropdownItem>
<DropdownItem v-for="(item) in pageSize">{{item}} 条/页</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
......@@ -332,6 +332,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public appUIService:IBIZUNIProductUIService = new IBIZUNIProductUIService();
/**
* 分页数数组
*
* @type {Array<*>}
* @memberof MainBase
*/
public pageSize= [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
/**
* 界面行为模型
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册