<template> <div class='view-container delistview ibizbooklist-view'> <card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" > <div class='view-top-messages'> <app-alert-group position='TOP' :context="context" :viewparam="viewparams" infoGroup='VMGroup10' viewname='ibizbooklistview'></app-alert-group> </div> <div class='content-container'> <div style="margin-bottom:6px;"> <div class="quick-group-container"> <app-quick-group :items="quickGroupModel" @valuechange="quickGroupValueChange"></app-quick-group> </div> <div class="quick-search-container"> <view_quicksearchform :viewState="viewState" :viewparams="viewparams" :context="context" :pViewCtx="viewCtx" :showBusyIndicator="true" v-show="true" loaddraftAction="FilterGetDraft" loadAction="FilterGet" @valuechange="quickFormValueChange" name="quicksearchform" ref='quicksearchform' @closeview="closeView($event)"> </view_quicksearchform> </div> <i-input v-show="!isExpandSearchForm" v-model="query" search enter-button @on-search="onSearch($event)" class='pull-left' placeholder="图书名称" style='max-width: 400px;margin-top:6px;padding-left: 24px' /> <div class='pull-right'> <div class='toolbar-container'> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction1.visabled" :disabled="toolBarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction1' }, $event)"> <i class='fa fa-file-text-o'></i> <span class='caption'>{{'新建'}}</span> </i-button> <div slot='content'>{{$t('TBB.TEXT.*.NEW', '新建')}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction3.visabled" :disabled="toolBarModels.deuiaction3.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction3' }, $event)"> <i class='fa fa-edit'></i> <span class='caption'>{{'编辑'}}</span> </i-button> <div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction2.visabled" :disabled="toolBarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction2' }, $event)"> <i class='fa fa-remove'></i> <span class='caption'>{{'删除'}}</span> </i-button> <div slot='content'>{{$t('TBB.TEXT.*.REMOVE', '删除')}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction4.visabled" :disabled="toolBarModels.deuiaction4.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction4' }, $event)"> <i class='fa fa-filter'></i> <span class='caption'>{{'过滤'}}</span> </i-button> <div slot='content'>{{$t('TBB.TEXT.*.FILTER', '过滤')}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction5.visabled" :disabled="toolBarModels.deuiaction5.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction5' }, $event)"> <i class=''></i> <span class='caption'>{{'无数据测试'}}</span> </i-button> <div slot='content'>{{'无数据测试'}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction6.visabled" :disabled="toolBarModels.deuiaction6.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction6' }, $event)"> <i class=''></i> <span class='caption'>{{'单项数据(主键)测试'}}</span> </i-button> <div slot='content'>{{'单项数据(主键)测试'}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction7.visabled" :disabled="toolBarModels.deuiaction7.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction7' }, $event)"> <i class=''></i> <span class='caption'>{{'单项数据测试'}}</span> </i-button> <div slot='content'>{{'单项数据测试'}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction8.visabled" :disabled="toolBarModels.deuiaction8.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction8' }, $event)"> <i class=''></i> <span class='caption'>{{'多项数据(主键)测试'}}</span> </i-button> <div slot='content'>{{'多项数据(主键)测试'}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction9.visabled" :disabled="toolBarModels.deuiaction9.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction9' }, $event)"> <i class=''></i> <span class='caption'>{{'多项数据测试'}}</span> </i-button> <div slot='content'>{{'多项数据测试'}}</div> </tooltip> <tooltip :transfer="true" :max-width="600"> <i-button v-show="toolBarModels.deuiaction10.visabled" :disabled="toolBarModels.deuiaction10.disabled" class='' v-button-loading:i-button @click="toolbar_click({ tag: 'deuiaction10' }, $event)"> <i class=''></i> <span class='caption'>{{'导出测试'}}</span> </i-button> <div slot='content'>{{'导出测试'}}</div> </tooltip> </div> </div> </div> <view_searchform :viewState="viewState" :viewparams="viewparams" :context="context" :pViewCtx="viewCtx" :showBusyIndicator="true" v-show="isExpandSearchForm" loaddraftAction="FilterGetDraft" loadAction="FilterGet" name="searchform" ref='searchform' @search="searchform_search($event)" @load="searchform_load($event)" @save="searchform_save($event)" @closeview="closeView($event)"> </view_searchform> <view_list :viewState="viewState" :viewparams="viewparams" :context="context" :pViewCtx="viewCtx" createAction="Create" removeAction="Remove" updateAction="Update" fetchAction="FetchDefault" :showBusyIndicator="true" :parentType="controlType" :newdata="newdata" :opendata="opendata" name="list" ref='list' @rowdblclick="list_rowdblclick($event)" @selectionchange="list_selectionchange($event)" @remove="list_remove($event)" @load="list_load($event)" @beforeload="list_beforeload($event)" @closeview="closeView($event)"> </view_list> </div> </card> </div> </template> // 基于 @VIEW/实体列表视图/VIEW-BASE.vue.ftl 生成 <script lang='tsx'> import { Vue, Component, Prop, Provide, Emit, Watch,Inject } from 'vue-property-decorator'; import { UIActionTool, Util } from '@/utils'; import axios from 'axios'; import { AppMessageBox } from '@/utils/app-message-box/app-message-box'; import NavDataService from '@/service/app/navdata-service'; import { Subject,Subscription } from 'rxjs'; import IBIZBOOKService from '@/service/ibizbook/ibizbook-service'; import IBIZBOOKAuthService from '@/authservice/ibizbook/ibizbook-auth-service'; import ListViewEngine from '@engine/view/list-view-engine'; import IBIZBOOKUIService from '@/uiservice/ibizbook/ibizbook-ui-service'; import CodeListService from "@/codelist/codelist-service"; @Component({ components: { }, }) export default class IBIZBOOKListViewBase extends Vue { /** * 实体服务对象 * * @type {IBIZBOOKService} * @memberof IBIZBOOKListViewBase */ public appEntityService: IBIZBOOKService = new IBIZBOOKService(); /** * 实体UI服务对象 * * @type IBIZBOOKUIService * @memberof IBIZBOOKListViewBase */ public appUIService: IBIZBOOKUIService = new IBIZBOOKUIService(); /** * 数据变化 * * @param {*} val * @returns {*} * @memberof IBIZBOOKListViewBase */ @Emit() public viewDatasChange(val: any):any { return val; } /** * 传入视图上下文 * * @type {string} * @memberof IBIZBOOKListViewBase */ @Prop() public viewdata!: string; /** * 传入视图参数 * * @type {string} * @memberof IBIZBOOKListViewBase */ @Prop() public viewparam!: string; /** * 视图默认使用 * * @type {boolean} * @memberof IBIZBOOKListViewBase */ @Prop({ default: true }) public viewDefaultUsage!: boolean; /** * 视图默认使用 * * @type {string} * @memberof IBIZBOOKListViewBase */ @Inject({from:'navModel',default: 'tab'}) public navModel!:string; /** * 视图标识 * * @type {string} * @memberof IBIZBOOKListViewBase */ public viewtag: string = 'de45503483d6c321ff4ab1b3baadb4b2'; /** * 视图类型 * * @type {string} * @memberof IBIZBOOKListViewBase */ public viewType: string = 'DELISTVIEW'; /** * 自定义视图导航上下文集合 * * @type {*} * @memberof IBIZBOOKListViewBase */ public customViewNavContexts:any ={ }; /** * 自定义视图导航参数集合 * * @type {*} * @memberof IBIZBOOKListViewBase */ public customViewParams:any ={ }; /** * 视图模型数据 * * @type {*} * @memberof IBIZBOOKListViewBase */ public model: any = { srfCaption: this.$t('MENUITEM.CAPTION.BUILTINFEATURES','图书'), srfTitle: this.$t('PAGE.TITLE.IBIZBOOK.LISTVIEW','图书列表视图(内置功能)'), srfSubTitle: '', dataInfo: '' } /** * 视图参数变化 * * @param {*} newVal * @param {*} oldVal * @memberof IBIZBOOKListViewBase */ @Watch('viewparam',{immediate: true, deep: true}) onParamData(newVal: any, oldVal: any) { if(newVal){ this.viewparams = {}; if(typeof newVal == 'string') { Object.assign(this.viewparams, JSON.parse(this.viewparam)); }else{ this.viewparams = Util.deepCopy(this.viewparam); } } } /** * 处理应用上下文变化 * * @param {*} newVal * @param {*} oldVal * @memberof IBIZBOOKListViewBase */ @Watch('viewdata') onViewData(newVal: any, oldVal: any) { const _this: any = this; if (!Object.is(newVal, oldVal) && _this.engine) { this.$nextTick(()=>{ _this.parseViewParam(); _this.engine.load(); }); } else if(!Object.is(newVal, oldVal) && _this.refresh && _this.refresh instanceof Function) { _this.refresh(); } } /** * 容器模型 * * @type {*} * @memberof IBIZBOOKListViewBase */ public containerModel: any = { view_quicksearchform: { name: 'quicksearchform', type: 'SEARCHFORM' }, view_searchform: { name: 'searchform', type: 'SEARCHFORM' }, view_toolbar: { name: 'toolbar', type: 'TOOLBAR' }, view_list: { name: 'list', type: 'LIST' }, }; /** * 视图操作参数 * * @type {*} * @readonly * @memberof IBIZBOOKListViewBase */ public viewCtx: any = {}; /** * 视图刷新 * * @param {*} args * @memberof IBIZBOOKListViewBase */ public refresh(args?: any): void { const refs: any = this.$refs; if (refs && refs.list) { refs.list.refresh(); } } /** * 计数器刷新 * * @memberof IBIZBOOKListViewBase */ public counterRefresh(){ const _this:any =this; if(_this.counterServiceArray && _this.counterServiceArray.length >0){ _this.counterServiceArray.forEach((item:any) =>{ if(item.refreshData && item.refreshData instanceof Function){ item.refreshData(); } }) } } /** * 视图状态订阅对象 * * @public * @type {Subject<{action: string, data: any}>} * @memberof IBIZBOOKListViewBase */ public viewState: Subject<ViewState> = new Subject(); /** * 工具栏模型 * * @type {*} * @memberof IBIZBOOKListView */ public toolBarModels: any = { deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } }, deuiaction3: { name: 'deuiaction3', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } }, deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } }, deuiaction4: { name: 'deuiaction4', actiontarget: 'NONE', caption: '过滤', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'ToggleFilter', target: '' } }, deuiaction5: { name: 'deuiaction5', actiontarget: 'NONE', caption: '无数据测试', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'noDataTest', target: 'NONE' } }, deuiaction6: { name: 'deuiaction6', actiontarget: 'NONE', caption: '单项数据(主键)测试', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'singleKeyTest', target: 'SINGLEKEY' } }, deuiaction7: { name: 'deuiaction7', actiontarget: 'NONE', caption: '单项数据测试', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'singleDataTest', target: 'SINGLEDATA' } }, deuiaction8: { name: 'deuiaction8', actiontarget: 'NONE', caption: '多项数据(主键)测试', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'multiDataKeyTest', target: 'MULTIKEY' } }, deuiaction9: { name: 'deuiaction9', actiontarget: 'NONE', caption: '多项数据测试', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'mutliDataTest', target: 'MULTIDATA' } }, deuiaction10: { name: 'deuiaction10', actiontarget: 'NONE', caption: '导出测试', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'DataExportTest', target: 'SINGLEKEY' } }, }; /** * 视图引擎 * * @public * @type {Engine} * @memberof IBIZBOOKListViewBase */ public engine: ListViewEngine = new ListViewEngine(); /** * 引擎初始化 * * @public * @memberof IBIZBOOKListViewBase */ public engineInit(): void { this.engine.init({ view: this, list: this.$refs.list, opendata: (args: any[],fullargs?:any[],params?: any, $event?: any, xData?: any) => { this.opendata(args,fullargs, params, $event, xData); }, newdata: (args: any[],fullargs?:any[],params?: any, $event?: any, xData?: any) => { this.newdata(args,fullargs, params, $event, xData); }, searchform: this.$refs.searchform, keyPSDEField: 'ibizbook', majorPSDEField: 'ibizbookname', isLoadDefault: true, }); } /** * 应用导航服务 * * @type {*} * @memberof IBIZBOOKListViewBase */ public navDataService = NavDataService.getInstance(); /** * 导航服务事件 * * @public * @type {(Subscription | undefined)} * @memberof IBIZBOOKListViewBase */ public serviceStateEvent: Subscription | undefined; /** * 门户部件状态对象 * * @type {*} * @memberof IBIZBOOKListViewBase */ @Prop() public portletState?: any; /** * 门户部件状态事件 * * @public * @type {(Subscription | undefined)} * @memberof IBIZBOOKListViewBase */ public portletStateEvent: Subscription | undefined; /** * 门户部件状态事件 * * @public * @type {(Subscription | undefined)} * @memberof IBIZBOOKListViewBase */ public formDruipartEvent: Subscription | undefined; /** * 应用上下文 * * @type {*} * @memberof IBIZBOOKListViewBase */ public context:any = {}; /** * 视图参数 * * @type {*} * @memberof IBIZBOOKListViewBase */ public viewparams:any = {}; /** * 视图缓存数据 * * @type {*} * @memberof IBIZBOOKListViewBase */ public viewCacheData:any; /** * 计数器服务对象集合 * * @type {Array<*>} * @memberof IBIZBOOKListViewBase */ public counterServiceArray:Array<any> = []; /** * 解析视图参数 * * @public * @memberof IBIZBOOKListViewBase */ public parseViewParam(inputvalue:any = null): void { for(let key in this.context){ delete this.context[key]; } if(this.$store.getters.getAppData() && this.$store.getters.getAppData().context){ Object.assign(this.context,this.$store.getters.getAppData().context); } if (!this.viewDefaultUsage && this.viewdata && !Object.is(this.viewdata, '')) { if(typeof this.viewdata == 'string') { Object.assign(this.context, JSON.parse(this.viewdata)); } if(this.context && this.context.srfparentdename){ Object.assign(this.viewparams,{srfparentdename:this.context.srfparentdename}); } if(this.context && this.context.srfparentkey){ Object.assign(this.viewparams,{srfparentkey:this.context.srfparentkey}); } this.handleCustomViewData(); return; } const path = (this.$route.matched[this.$route.matched.length - 1]).path; const keys: Array<any> = []; const curReg = this.$pathToRegExp.pathToRegexp(path, keys); const matchArray = curReg.exec(this.$route.path); let tempValue: Object = {}; keys.forEach((item: any, index: number) => { if(matchArray[index + 1]){ Object.defineProperty(tempValue, item.name, { enumerable: true, value: decodeURIComponent(matchArray[index + 1]) }); } }); this.$viewTool.formatRouteParams(tempValue,this.$route,this.context,this.viewparams); if(inputvalue){ Object.assign(this.context,{'ibizbook':inputvalue}); } //初始化视图唯一标识 Object.assign(this.context,{srfsessionid:this.$util.createUUID()}); this.handleCustomViewData(); //初始化导航数据 this.initNavDataWithRoute(); } /** * 处理自定义视图数据 * * @memberof IBIZBOOKListViewBase */ public handleCustomViewData(){ if(Object.keys(this.customViewNavContexts).length > 0){ Object.keys(this.customViewNavContexts).forEach((item:any) =>{ let tempContext:any = {}; let curNavContext:any = this.customViewNavContexts[item]; this.handleCustomDataLogic(curNavContext,tempContext,item); Object.assign(this.context,tempContext); }) } if(Object.keys(this.customViewParams).length > 0){ Object.keys(this.customViewParams).forEach((item:any) =>{ let tempParam:any = {}; let curNavParam:any = this.customViewParams[item]; this.handleCustomDataLogic(curNavParam,tempParam,item); Object.assign(this.viewparams,tempParam); }) } } /** * 处理自定义视图数据逻辑 * * @memberof IBIZBOOKListViewBase */ public handleCustomDataLogic(curNavData:any,tempData:any,item:string){ // 直接值直接赋值 if(curNavData.isRawValue){ if(Object.is(curNavData.value,"null") || Object.is(curNavData.value,"")){ Object.defineProperty(tempData, item.toLowerCase(), { value: null, writable : true, enumerable : true, configurable : true }); }else{ Object.defineProperty(tempData, item.toLowerCase(), { value: curNavData.value, writable : true, enumerable : true, configurable : true }); } }else{ // 先从导航上下文取数,没有再从导航参数(URL)取数,如果导航上下文和导航参数都没有则为null if(this.context[(curNavData.value).toLowerCase()] != null){ Object.defineProperty(tempData, item.toLowerCase(), { value: this.context[(curNavData.value).toLowerCase()], writable : true, enumerable : true, configurable : true }); }else{ if(this.viewparams[(curNavData.value).toLowerCase()] != null){ Object.defineProperty(tempData, item.toLowerCase(), { value: this.viewparams[(curNavData.value).toLowerCase()], writable : true, enumerable : true, configurable : true }); }else{ Object.defineProperty(tempData, item.toLowerCase(), { value: null, writable : true, enumerable : true, configurable : true }); } } } } /** * 初始化导航数据(路由模式) * * @memberof IBIZBOOKListViewBase */ public initNavDataWithRoute(data:any = null, isNew:boolean = false, isAlways:boolean = false){ if( isAlways || (this.viewDefaultUsage && Object.is(this.navModel,"route")) ){ this.navDataService.addNavData({id:'ibizbooklist-view',tag:this.viewtag,srfkey:isNew ? null : this.context.ibizbook,title:this.model.srfCaption,data:data,context:this.context,viewparams:this.viewparams,path:this.$route.fullPath}); } } /** * 初始化导航数据(分页模式) * * @memberof IBIZBOOKListViewBase */ public initNavDataWithTab(data:any = null,isOnlyAdd:boolean = true, isAlways:boolean = false){ if( isAlways || (this.viewDefaultUsage && !Object.is(this.navModel,"route")) ){ this.navDataService.addNavDataByOnly({id:'ibizbooklist-view',tag:this.viewtag,srfkey:this.context.ibizbook,title:this.model.srfCaption,data:data,context:this.context,viewparams:this.viewparams,path:this.$route.fullPath},isOnlyAdd); } } /** * Vue声明周期 * * @memberof IBIZBOOKListViewBase */ public created() { this.afterCreated(); } /** * 执行created后的逻辑 * * @memberof IBIZBOOKListViewBase */ public afterCreated(){ let _this:any = this; const secondtag = _this.$util.createUUID(); _this.$store.commit('viewaction/createdView', { viewtag: _this.viewtag, secondtag: secondtag }); _this.viewtag = secondtag; _this.parseViewParam(); _this.serviceStateEvent = _this.navDataService.serviceState.subscribe(({ action,name, data }:{ action:string,name:any,data:any }) => { if(!Object.is(name,'ibizbooklist-view')){ return; } if (Object.is(action, 'viewrefresh')) { _this.$nextTick(()=>{ _this.parseViewParam(data); if(_this.engine){ _this.engine.load(); } }); } }); if(_this.portletState){ _this.portletStateEvent = _this.portletState.subscribe((res:any) =>{ if(!Object.is(res.name,'IBIZBOOKListView')){ return; } if(Object.is(res.action,'refresh') && _this.refresh && _this.refresh instanceof Function){ _this.refresh(); } }) } _this.initViewCtx(); } /** * 初始化视图操作参数 * * @memberof IBIZBOOKListViewBase */ initViewCtx() { Object.assign(this.viewCtx, { app: this.$root, view: this, viewGlobal: {}, viewNavData: {}, viewNavContext: this.context, viewNavParam: this.viewparams, messagebox: AppMessageBox.getInstance(), }); Object.assign(this.viewCtx, { appGlobal: this.$store.getters.getAppGlobal() }); if (this.$store.getters.getRouteViewGlobal(this.context.srfsessionid)) { Object.assign(this.viewCtx, { routeViewGlobal: this.$store.getters.getRouteViewGlobal(this.context.srfsessionid) }); } else { this.$store.commit('addRouteViewGlobal', { tag: this.context.srfsessionid, param: {} }); Object.assign(this.viewCtx, { routeViewGlobal: this.$store.getters.getRouteViewGlobal(this.context.srfsessionid) }); } if (!this.viewDefaultUsage && this.viewdata && !Object.is(this.viewdata, '')) { // 嵌入视图 Object.assign(this.viewCtx, { topview: this.$store.getters.getView(this.context.srfsessionid) }); } else { // 顶层视图 this.$store.commit('addView', { tag: this.context.srfsessionid, param: this }); Object.assign(this.viewCtx, { topview: this }); } } /** * 销毁之前 * * @memberof IBIZBOOKListViewBase */ public beforeDestroy() { this.$store.commit('viewaction/removeView', this.viewtag); let _this: any = this if (_this.serviceStateEvent) { _this.serviceStateEvent.unsubscribe(); } if (_this.portletStateEvent) { _this.portletStateEvent.unsubscribe(); } if (_this.formDruipartEvent) { _this.formDruipartEvent.unsubscribe(); } if (_this.engine) { _this.engine.destroy(); } } /** * Vue声明周期(组件初始化完毕) * * @memberof IBIZBOOKListViewBase */ public mounted() { this.afterMounted(); } /** * 执行mounted后的逻辑 * * @memberof IBIZBOOKListViewBase */ public afterMounted(){ const _this: any = this; _this.engineInit(); if (_this.loadModel && _this.loadModel instanceof Function) { _this.loadModel(); } _this.loadQuickGroupModel(); } /** * searchform 部件 search 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public searchform_search($event: any, $event2?: any) { this.engine.onCtrlEvent('searchform', 'search', $event); } /** * searchform 部件 load 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public searchform_load($event: any, $event2?: any) { this.engine.onCtrlEvent('searchform', 'load', $event); } /** * searchform 部件 save 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public searchform_save($event: any, $event2?: any) { this.engine.onCtrlEvent('searchform', 'save', $event); } /** * toolbar 部件 click 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public toolbar_click($event: any, $event2?: any) { if (Object.is($event.tag, 'deuiaction1')) { this.toolbar_deuiaction1_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction3')) { this.toolbar_deuiaction3_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction2')) { this.toolbar_deuiaction2_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction4')) { this.toolbar_deuiaction4_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction5')) { this.toolbar_deuiaction5_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction6')) { this.toolbar_deuiaction6_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction7')) { this.toolbar_deuiaction7_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction8')) { this.toolbar_deuiaction8_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction9')) { this.toolbar_deuiaction9_click(null, '', $event2); } if (Object.is($event.tag, 'deuiaction10')) { this.toolbar_deuiaction10_click(null, '', $event2); } } /** * list 部件 rowdblclick 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public list_rowdblclick($event: any, $event2?: any) { this.engine.onCtrlEvent('list', 'rowdblclick', $event); } /** * list 部件 selectionchange 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public list_selectionchange($event: any, $event2?: any) { this.engine.onCtrlEvent('list', 'selectionchange', $event); } /** * list 部件 remove 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public list_remove($event: any, $event2?: any) { this.engine.onCtrlEvent('list', 'remove', $event); } /** * list 部件 load 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public list_load($event: any, $event2?: any) { this.engine.onCtrlEvent('list', 'load', $event); } /** * list 部件 beforeload 事件 * * @param {*} [args={}] * @param {*} $event * @memberof IBIZBOOKListViewBase */ public list_beforeload($event: any, $event2?: any) { this.engine.onCtrlEvent('list', 'beforeload', $event); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 this.New(datas, contextJO,paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction3_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 this.Edit(datas, contextJO,paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 this.Remove(datas, contextJO,paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction4_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 this.ToggleFilter(datas, contextJO,paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction5_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 const curUIService:IBIZBOOKUIService = new IBIZBOOKUIService(); curUIService.IBIZBOOK_noDataTest(datas,contextJO, paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction6_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 const curUIService:IBIZBOOKUIService = new IBIZBOOKUIService(); curUIService.IBIZBOOK_singleKeyTest(datas,contextJO, paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction7_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 const curUIService:IBIZBOOKUIService = new IBIZBOOKUIService(); curUIService.IBIZBOOK_singleDataTest(datas,contextJO, paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction8_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 const curUIService:IBIZBOOKUIService = new IBIZBOOKUIService(); curUIService.IBIZBOOK_multiDataKeyTest(datas,contextJO, paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction9_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 const curUIService:IBIZBOOKUIService = new IBIZBOOKUIService(); curUIService.IBIZBOOK_mutliDataTest(datas,contextJO, paramJO, $event, xData,this,"IBIZBOOK"); } /** * 逻辑事件 * * @param {*} [params={}] * @param {*} [tag] * @param {*} [$event] * @memberof */ public toolbar_deuiaction10_click(params: any = {}, tag?: any, $event?: any) { // 参数 // 取数 let datas: any[] = []; let xData: any = null; // _this 指向容器对象 const _this: any = this; let paramJO:any = {}; let contextJO:any = {}; xData = this.$refs.list; if (xData.getDatas && xData.getDatas instanceof Function) { datas = [...xData.getDatas()]; } if(params){ datas = [params]; } // 界面行为 const curUIService:IBIZBOOKUIService = new IBIZBOOKUIService(); curUIService.IBIZBOOK_DataExportTest(datas,contextJO, paramJO, $event, xData,this,"IBIZBOOK"); } /** * 打开新建数据视图 * * @param {any[]} args * @param {*} [params] * @param {*} [fullargs] * @param {*} [$event] * @param {*} [xData] * @memberof IBIZBOOKListView */ public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) { let localContext:any = null; let localViewParam:any =null; const data: any = {}; if(args[0].srfsourcekey){ data.srfsourcekey = args[0].srfsourcekey; } let tempContext = JSON.parse(JSON.stringify(this.context)); delete tempContext.ibizbook; if(args.length >0){ Object.assign(tempContext,args[0]); } const deResParameters: any[] = []; const parameters: any[] = [ { pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' }, ]; const _this: any = this; const openIndexViewTab = (data: any) => { const _data: any = { w: (new Date().getTime()) }; Object.assign(_data, data); const routePath = this.$viewTool.buildUpRoutePath(this.$route, tempContext, deResParameters, parameters, args, _data); this.$router.push(routePath); } openIndexViewTab(data); } /** * 打开编辑数据视图 * * @param {any[]} args * @param {*} [params] * @param {*} [fullargs] * @param {*} [$event] * @param {*} [xData] * @memberof IBIZBOOKListView */ public opendata(args: any[],fullargs?:any,params?: any, $event?: any, xData?: any) { if(!this.viewDefaultUsage){ if(Object.is(this.navModel,"route")){ this.initNavDataWithRoute(this.viewCacheData, false, true); }else{ this.initNavDataWithTab(this.viewCacheData, false, true); } } let localContext:any = null; let localViewParam:any =null; const data: any = {}; let tempContext = JSON.parse(JSON.stringify(this.context)); if(args.length >0){ Object.assign(tempContext,args[0]); } const deResParameters: any[] = []; const parameters: any[] = [ { pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' }, ]; const _this: any = this; if (fullargs && fullargs.length > 0) { const _args = fullargs[0]; if (_args['srfprocessdefinitionkey'] && _args['srftaskdefinitionkey']) { Object.assign(data, { processDefinitionKey: _args['srfprocessdefinitionkey'], taskDefinitionKey: _args['srftaskdefinitionkey'] }); if (_args['srftaskid']) { Object.assign(data, { 'srftaskid': _args['srftaskid'] }); } } } if(fullargs && fullargs.copymode){ Object.assign(data,{copymode:true}); } const openIndexViewTab = (data: any) => { const routePath = this.$viewTool.buildUpRoutePath(this.$route, tempContext, deResParameters, parameters, args, data); this.$router.push(routePath); } openIndexViewTab(data); } /** * 新建 * * @param {any[]} args 当前数据 * @param {any} contextJO 行为附加上下文 * @param {*} [params] 附加参数 * @param {*} [$event] 事件源 * @param {*} [xData] 执行行为所需当前部件 * @param {*} [actionContext] 执行行为上下文 * @memberof IBIZBOOKListViewBase */ public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { const _this: any = this; if (_this.newdata && _this.newdata instanceof Function) { const data: any = {}; _this.newdata([{ ...data }],[{ ...data }], params, $event, xData); } else { _this.$Notice.error({ title: '错误', desc: 'newdata 视图处理逻辑不存在,请添加!' }); } } /** * 编辑 * * @param {any[]} args 当前数据 * @param {any} contextJO 行为附加上下文 * @param {*} [params] 附加参数 * @param {*} [$event] 事件源 * @param {*} [xData] 执行行为所需当前部件 * @param {*} [actionContext] 执行行为上下文 * @memberof IBIZBOOKListViewBase */ public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { if (args.length === 0) { return; } const _this: any = this; if (_this.opendata && _this.opendata instanceof Function) { const data: any = { }; if (args.length > 0) { Object.assign(data, { ibizbook: args[0].ibizbook }) } _this.opendata([{ ...data }], args, params, $event, xData); } else { _this.$Notice.error({ title: '错误', desc: 'opendata 视图处理逻辑不存在,请添加!' }); } } /** * 删除 * * @param {any[]} args 当前数据 * @param {any} contextJO 行为附加上下文 * @param {*} [params] 附加参数 * @param {*} [$event] 事件源 * @param {*} [xData] 执行行为所需当前部件 * @param {*} [actionContext] 执行行为上下文 * @memberof IBIZBOOKListViewBase */ public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { const _this: any = this; if (!xData || !(xData.remove instanceof Function)) { return ; } xData.remove(args); } /** * 过滤 * * @param {any[]} args 当前数据 * @param {any} contextJO 行为附加上下文 * @param {*} [params] 附加参数 * @param {*} [$event] 事件源 * @param {*} [xData] 执行行为所需当前部件 * @param {*} [actionContext] 执行行为上下文 * @memberof IBIZBOOKListViewBase */ public ToggleFilter(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { const _this: any = this; if (_this.hasOwnProperty('isExpandSearchForm')) { _this.isExpandSearchForm = !_this.isExpandSearchForm; } } /** * 关闭视图 * * @param {any[]} args * @memberof IBIZBOOKListViewBase */ public closeView(args: any[]): void { let _view: any = this; if (_view.viewdata) { _view.$emit('viewdataschange', Array.isArray(args)?args:[args]); _view.$emit('close', Array.isArray(args)?args:[args]); } else if (_view.$tabPageExp) { _view.$tabPageExp.onClose(_view.$route.fullPath); } } /** * 销毁视图回调 * * @memberof IBIZBOOKListViewBase */ public destroyed(){ this.afterDestroyed(); } /** * 执行destroyed后的逻辑 * * @memberof IBIZBOOKListViewBase */ public afterDestroyed(){ if (this.viewDefaultUsage) { let localStoreLength = Object.keys(localStorage); if(localStoreLength.length > 0){ localStoreLength.forEach((item:string) =>{ if(item.startsWith(this.context.srfsessionid)){ localStorage.removeItem(item); } }) } if(Object.is(this.navModel,"tab")){ this.navDataService.removeNavDataByTag(this.viewtag); } } // 销毁计数器定时器 if(this.counterServiceArray && this.counterServiceArray.length >0){ this.counterServiceArray.forEach((item:any) =>{ if(item.destroyCounter && item.destroyCounter instanceof Function){ item.destroyCounter(); } }) } } /** * 搜索值 * * @type {string} * @memberof IBIZBOOKListView */ public query: string = ''; /** * 视图类型 * * @type {string} * @memberof IBIZBOOKListView */ public controlType: string = "view"; /** * 是否展开搜索表单 * * @type {boolean} * @memberof IBIZBOOKListView */ public isExpandSearchForm: boolean = false; /** * 快速搜索 * * @param {*} $event * @memberof IBIZBOOKListView */ public onSearch($event: any): void { const refs: any = this.$refs; if (refs.list) { refs.list.load({}); } } /** * 代码表服务对象 * * @type {CodeListService} * @memberof IBIZBOOKListViewBase */ public codeListService:CodeListService = new CodeListService(); /** * 快速分组数据对象 * * @memberof IBIZBOOKListViewBase */ public quickGroupData:any; /** * 快速分组是否有抛值 * * @memberof IBIZBOOKListViewBase */ public isEmitQuickGroupValue:boolean = false; /** * 快速分组模型 * * @memberof IBIZBOOKListViewBase */ public quickGroupModel:Array<any> = []; /** * 是否单选 * * @memberof IBIZBOOKListViewBase */ public isSingleSelect:boolean = true; /** * 加载快速分组模型 * * @memberof IBIZBOOKListViewBase */ public loadQuickGroupModel(){ let quickGroupCodeList:any = {tag:'Bookgroup',codelistType:'STATIC'}; if(quickGroupCodeList.tag && Object.is(quickGroupCodeList.codelistType,"STATIC")){ const codelist = this.$store.getters.getCodeList(quickGroupCodeList.tag); if (codelist) { this.quickGroupModel = [...this.handleDynamicData(JSON.parse(JSON.stringify(codelist.items)))]; } else { console.log(`----${quickGroupCodeList.tag}----代码表不存在`); } }else if(quickGroupCodeList.tag && Object.is(quickGroupCodeList.codelistType,"DYNAMIC")){ this.codeListService.getItems(quickGroupCodeList.tag,{},{}).then((res:any) => { this.quickGroupModel = res; }).catch((error:any) => { console.log(`----${quickGroupCodeList.tag}----代码表不存在`); }); } } /** * 处理快速分组模型动态数据部分(%xxx%) * * @memberof IBIZBOOKListViewBase */ public handleDynamicData(inputArray:Array<any>){ if(inputArray.length >0){ inputArray.forEach((item:any) =>{ if(item.data && Object.keys(item.data).length >0){ Object.keys(item.data).forEach((name:any) =>{ let value: any = item.data[name]; if (value && typeof(value)=='string' && value.startsWith('%') && value.endsWith('%')) { const key = (value.substring(1, value.length - 1)).toLowerCase(); if (this.context[key]) { value = this.context[key]; } else if(this.viewparams[key]){ value = this.viewparams[key]; } } item.data[name] = value; }) } }) } return inputArray; } /** * 快速分组值变化 * * @memberof IBIZBOOKListViewBase */ public quickGroupValueChange($event:any){ if($event){ this.quickGroupData = $event.data; if(this.isEmitQuickGroupValue){ this.onSearch($event); } } this.isEmitQuickGroupValue = true; } /** * 快速搜索栏数据对象 * * @memberof IBIZBOOKListViewBase */ public quickFormData:any; /** * 快速搜索栏值变化 * * @memberof IBIZBOOKListViewBase */ public quickFormValueChange($event:any){ this.quickFormData = $event; this.onSearch($event); } } </script> <style lang='less'> @import './ibizbooklist-view.less'; </style>