<template> <div class="app-view-layout app-view-layout__decustomview ibizbookusr2-custom-view" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%', overflow: 'auto'}"> <div v-show="!isLayoutLoadding" :style="{height: '100%', width: '100%'}"> <app-standard-container name="page_container" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #static_label2> <app-preset-text name="static_label2" :layoutModelDetails="layoutModelDetails"/> </template> <template #container_singledata1> <app-standard-container name="container_singledata1" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #static_label1> <app-preset-text name="static_label1" :layoutModelDetails="layoutModelDetails"/> </template> <template #container1> <app-standard-container name="container1" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #button_calluilogic1> <app-preset-button name="button_calluilogic1" :layoutModelDetails="layoutModelDetails" @itemClick="(name) => handleButtonClick(name)"/> </template> <template #field_textbox> <app-panel-field name="field_textbox" :layoutModelDetails="layoutModelDetails" :value="layoutData.field_textbox"> <input-box type="text" name="field_textbox" :itemValue="layoutData.field_textbox" :disabled="layoutModelDetails.field_textbox ? layoutModelDetails.field_textbox.disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox', value })"> </input-box> </app-panel-field> </template> </app-standard-container> </template> <template #static_label5> <app-preset-text name="static_label5" :layoutModelDetails="layoutModelDetails"/> </template> <template #container4> <app-standard-container name="container4" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #static_label7> <app-preset-text name="static_label7" :layoutModelDetails="layoutModelDetails"/> </template> <template #field_textbox2> <app-panel-field name="field_textbox2" :layoutModelDetails="layoutModelDetails" :value="layoutData.field_textbox2"> <input-box type="text" name="field_textbox2" :itemValue="layoutData.field_textbox2" :disabled="layoutModelDetails.field_textbox2 ? layoutModelDetails.field_textbox2.disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox2', value })"> </input-box> </app-panel-field> </template> <template #static_label8> <app-preset-text name="static_label8" :layoutModelDetails="layoutModelDetails"/> </template> <template #field_textbox3> <app-panel-field name="field_textbox3" :layoutModelDetails="layoutModelDetails" :value="layoutData.field_textbox3"> <input-box type="text" name="field_textbox3" :itemValue="layoutData.field_textbox3" :disabled="layoutModelDetails.field_textbox3 ? layoutModelDetails.field_textbox3.disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox3', value })"> </input-box> </app-panel-field> </template> <template #static_label9> <app-preset-text name="static_label9" :layoutModelDetails="layoutModelDetails"/> </template> <template #field_textbox4> <app-panel-field name="field_textbox4" :layoutModelDetails="layoutModelDetails" :value="layoutData.field_textbox4"> <input-box type="text" name="field_textbox4" :itemValue="layoutData.field_textbox4" :disabled="layoutModelDetails.field_textbox4 ? layoutModelDetails.field_textbox4.disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox4', value })"> </input-box> </app-panel-field> </template> </app-standard-container> </template> <template #button_calluilogic3> <app-preset-button name="button_calluilogic3" :layoutModelDetails="layoutModelDetails" @itemClick="(name) => handleButtonClick(name)"/> </template> </app-standard-container> </template> <template #static_label3> <app-preset-text name="static_label3" :layoutModelDetails="layoutModelDetails"/> </template> <template #container_multidata1> <app-standard-container name="container_multidata1" :isMultiContainer="true" :layoutModelDetails="layoutModelDetails"> <template v-slot:container2="slotProps"> <app-standard-container name="container2" :index="slotProps.data.index" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #static_label4> <app-preset-text name="static_label4" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails"/> </template> <template #container3> <app-standard-container name="container3" :index="slotProps.data.index" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #button_calluilogic2> <app-preset-button name="button_calluilogic2" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" @itemClick="(name) => handleButtonClick(name, `${slotProps.data.index}`)"/> </template> <template #field_textbox1> <app-panel-field name="field_textbox1" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" :value="layoutData[`field_textbox1_${slotProps.data.index}`]"> <input-box type="text" name="field_textbox1" :itemValue="layoutData[`field_textbox1_${slotProps.data.index}`]" :disabled="layoutModelDetails[`field_textbox1_${slotProps.data.index}`] ? layoutModelDetails[`field_textbox1_${slotProps.data.index}`].disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox1', value }, `${slotProps.data.index}`)"> </input-box> </app-panel-field> </template> </app-standard-container> </template> <template #static_label6> <app-preset-text name="static_label6" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails"/> </template> <template #container5> <app-standard-container name="container5" :index="slotProps.data.index" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #static_label10> <app-preset-text name="static_label10" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails"/> </template> <template #field_textbox5> <app-panel-field name="field_textbox5" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" :value="layoutData[`field_textbox5_${slotProps.data.index}`]"> <input-box type="text" name="field_textbox5" :itemValue="layoutData[`field_textbox5_${slotProps.data.index}`]" :disabled="layoutModelDetails[`field_textbox5_${slotProps.data.index}`] ? layoutModelDetails[`field_textbox5_${slotProps.data.index}`].disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox5', value }, `${slotProps.data.index}`)"> </input-box> </app-panel-field> </template> <template #static_label11> <app-preset-text name="static_label11" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails"/> </template> <template #field_textbox6> <app-panel-field name="field_textbox6" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" :value="layoutData[`field_textbox6_${slotProps.data.index}`]"> <input-box type="text" name="field_textbox6" :itemValue="layoutData[`field_textbox6_${slotProps.data.index}`]" :disabled="layoutModelDetails[`field_textbox6_${slotProps.data.index}`] ? layoutModelDetails[`field_textbox6_${slotProps.data.index}`].disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox6', value }, `${slotProps.data.index}`)"> </input-box> </app-panel-field> </template> <template #static_label12> <app-preset-text name="static_label12" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails"/> </template> <template #field_textbox7> <app-panel-field name="field_textbox7" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" :value="layoutData[`field_textbox7_${slotProps.data.index}`]"> <input-box type="text" name="field_textbox7" :itemValue="layoutData[`field_textbox7_${slotProps.data.index}`]" :disabled="layoutModelDetails[`field_textbox7_${slotProps.data.index}`] ? layoutModelDetails[`field_textbox7_${slotProps.data.index}`].disabled : false" @change="(value) => handleValueChange({ name: 'field_textbox7', value }, `${slotProps.data.index}`)"> </input-box> </app-panel-field> </template> <template #static_label13> <app-preset-text name="static_label13" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails"/> </template> <template #field_switch> <app-preset-switch name="field_switch" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" :value="layoutData[`field_switch_${slotProps.data.index}`]" @valueChange="($event) => handleValueChange($event, `${slotProps.data.index}`)"/> </template> <template #container6> <app-standard-container name="container6" :index="slotProps.data.index" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <template #button_calluilogic4> <app-preset-button name="button_calluilogic4" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" @itemClick="(name) => handleButtonClick(name, `${slotProps.data.index}`)"/> </template> <template #button_calluilogic5> <app-preset-button name="button_calluilogic5" :index="slotProps.data.index" :layoutModelDetails="layoutModelDetails" @itemClick="(name) => handleButtonClick(name, `${slotProps.data.index}`)"/> </template> </app-standard-container> </template> </app-standard-container> </template> </app-standard-container> </template> </app-standard-container> </template> </app-standard-container> </div> </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 IBIZBOOKUIService from '@/uiservice/ibizbook/ibizbook-ui-service'; import { PanelContainerModel, PanelRawitemModel, PanelFieldModel, PanelControlModel, PanelButtonModel, PanelUserControlModel, PanelTabPanelModel, PanelTabPageModel, PanelCtrlPosModel} from '@/model/panel-detail'; @Component({ components: { }, }) export default class IBIZBOOKUsr2CustomViewBase extends Vue { /** * 实体服务对象 * * @type {IBIZBOOKService} * @memberof IBIZBOOKUsr2CustomViewBase */ public appEntityService: IBIZBOOKService = new IBIZBOOKService(); /** * 实体UI服务对象 * * @type IBIZBOOKUIService * @memberof IBIZBOOKUsr2CustomViewBase */ public appUIService: IBIZBOOKUIService = new IBIZBOOKUIService(); /** * 数据变化 * * @param {*} val * @returns {*} * @memberof IBIZBOOKUsr2CustomViewBase */ @Emit() public viewDatasChange(val: any):any { return val; } /** * 传入视图上下文 * * @type {string} * @memberof IBIZBOOKUsr2CustomViewBase */ @Prop() public viewdata!: string; /** * 传入视图参数 * * @type {string} * @memberof IBIZBOOKUsr2CustomViewBase */ @Prop() public viewparam!: string; /** * 视图默认使用 * * @type {boolean} * @memberof IBIZBOOKUsr2CustomViewBase */ @Prop({ default: true }) public viewDefaultUsage!: boolean; /** * 视图默认使用 * * @type {string} * @memberof IBIZBOOKUsr2CustomViewBase */ @Inject({from:'navModel',default: 'tab'}) public navModel!:string; /** * 视图标识 * * @type {string} * @memberof IBIZBOOKUsr2CustomViewBase */ public viewtag: string = 'cd8668cf71ef2c2a33882869195d41df'; /** * 视图类型 * * @type {string} * @memberof IBIZBOOKUsr2CustomViewBase */ public viewType: string = 'DECUSTOMVIEW'; /** * 自定义视图导航上下文集合 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ public customViewNavContexts:any ={ }; /** * 自定义视图导航参数集合 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ public customViewParams:any ={ }; /** * 视图模型数据 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ public model: any = { srfCaption: 'entities.ibizbook.views.usr2customview.caption', srfTitle: 'entities.ibizbook.views.usr2customview.title', srfSubTitle: 'entities.ibizbook.views.usr2customview.subtitle', dataInfo: '' } /** * 视图参数变化 * * @param {*} newVal * @param {*} oldVal * @memberof IBIZBOOKUsr2CustomViewBase */ @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 IBIZBOOKUsr2CustomViewBase */ @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 IBIZBOOKUsr2CustomViewBase */ public containerModel: any = { }; /** * 视图操作参数 * * @type {*} * @readonly * @memberof IBIZBOOKUsr2CustomViewBase */ public viewCtx: any = {}; /** * 计数器刷新 * * @memberof IBIZBOOKUsr2CustomViewBase */ 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 IBIZBOOKUsr2CustomViewBase */ public viewState: Subject<ViewState> = new Subject(); /** * 视图布局顶级成员名称 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public rootLayoutDetailNames: string[] = [ 'page_container' ]; /** * 视图布局面板项模型对象 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public layoutItems:any = { static_label2:{ name: 'static_label2', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '单数据容器', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, static_label1:{ name: 'static_label1', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_singledata1', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '按钮权限测试:输入框值为 武侠 时禁用打开文档按钮', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, button_calluilogic1:{ name: 'button_calluilogic1', type: 'VIEWLAYOUT', caption: '打开文档', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'INFO', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:100, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , buttonStyle: 'INFO', borderStyle: '', iconAlign: '', uiAction: { actiontarget: 'SINGLEKEY', noprivdisplaymode: 1, dataaccaction: 'OPEN_DOCUMENT', actionDECodeName: 'IBIZBOOK', visabled: true, disabled: false }, renderMode: '', }, field_textbox:{ name: 'field_textbox', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'type', }, container1:{ name: 'container1', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container_singledata1', panel: this , details:['button_calluilogic1','field_textbox'] , dataRegionType: 'INHERIT' }, static_label5:{ name: 'static_label5', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_singledata1', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '单数据容器动态逻辑测试', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, static_label7:{ name: 'static_label7', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '书籍名称:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, field_textbox2:{ name: 'field_textbox2', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: false, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'ibizbookname', }, static_label8:{ name: 'static_label8', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '借阅数量:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, field_textbox3:{ name: 'field_textbox3', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'booknumber', }, static_label9:{ name: 'static_label9', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '作者:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, field_textbox4:{ name: 'field_textbox4', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'author', }, container4:{ name: 'container4', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_singledata1', panel: this , details:['static_label7','field_textbox2','static_label8','field_textbox3','static_label9','field_textbox4'] , dataRegionType: 'INHERIT' }, button_calluilogic3:{ name: 'button_calluilogic3', type: 'VIEWLAYOUT', caption: '建立数据', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'SUCCESS', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:30, heightMode:'PX', layoutWidth:100, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_singledata1', panel: this , buttonStyle: 'SUCCESS', borderStyle: '', iconAlign: '', uiAction: { actiontarget: '', noprivdisplaymode: 2, dataaccaction: '', actionDECodeName: 'IBIZBOOK', visabled: true, disabled: false }, predefinedType: 'DATA_CREATEOBJECT', renderMode: '', }, container_singledata1:{ name: 'container_singledata1', type: 'VIEWLAYOUT', caption: '单项数据容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'TABLE_24COL', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'OUTERMEDIUM', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['static_label1','container1','static_label5','container4','button_calluilogic3'] , dataRegionType: 'SINGLEDATA' , dataSourceType: 'DEACTION' , appDataEntityCodeName: 'ibizbook' , appDEMethodCodeName: 'GetDraft' }, static_label3:{ name: 'static_label3', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '多数据容器', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, static_label4:{ name: 'static_label4', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '按钮权限测试:输入框值为 武侠 时禁用打开文档按钮', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, button_calluilogic2:{ name: 'button_calluilogic2', type: 'VIEWLAYOUT', caption: '打开文档', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'INFO', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:100, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container3', panel: this , buttonStyle: 'INFO', borderStyle: '', iconAlign: '', uiAction: { actiontarget: 'SINGLEKEY', noprivdisplaymode: 1, dataaccaction: 'OPEN_DOCUMENT', actionDECodeName: 'IBIZBOOK', visabled: true, disabled: false }, renderMode: '', }, field_textbox1:{ name: 'field_textbox1', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container3', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'type', }, container3:{ name: 'container3', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'OUTERSMALL', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container2', panel: this , details:['button_calluilogic2','field_textbox1'] , dataRegionType: 'INHERIT' }, static_label6:{ name: 'static_label6', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '多数据容器动态逻辑测试', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, static_label10:{ name: 'static_label10', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '书籍名称:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, field_textbox5:{ name: 'field_textbox5', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: false, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'ibizbookname', }, static_label11:{ name: 'static_label11', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '借阅数量:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, field_textbox6:{ name: 'field_textbox6', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'booknumber', }, static_label12:{ name: 'static_label12', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '作者:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, field_textbox7:{ name: 'field_textbox7', type: 'VIEWLAYOUT', caption: '文本框', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXTBOX', dataItemName:'author', }, static_label13:{ name: 'static_label13', type: 'VIEWLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , viewType: 'DECUSTOMVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '开关', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, field_switch:{ name: 'field_switch', type: 'VIEWLAYOUT', caption: '开关', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container5', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_SWITCH', dataItemName:'', }, button_calluilogic4:{ name: 'button_calluilogic4', type: 'VIEWLAYOUT', caption: '保存变更', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'WARNING', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:30, heightMode:'PX', layoutWidth:100, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container6', panel: this , buttonStyle: 'WARNING', borderStyle: '', iconAlign: '', uiAction: { actiontarget: '', noprivdisplaymode: 2, dataaccaction: '', actionDECodeName: 'IBIZBOOK', visabled: true, disabled: false }, predefinedType: 'DATA_SAVECHANGES', renderMode: '', }, button_calluilogic5:{ name: 'button_calluilogic5', type: 'VIEWLAYOUT', caption: '删除数据', isShowCaption: true, sysCss: '', itemType: 'BUTTON', itemStyle: 'DANGER', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:30, heightMode:'PX', layoutWidth:100, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container6', panel: this , buttonStyle: 'DANGER', borderStyle: '', iconAlign: '', uiAction: { actiontarget: '', noprivdisplaymode: 2, dataaccaction: '', actionDECodeName: 'IBIZBOOK', visabled: true, disabled: false }, predefinedType: 'DATA_REMOVEOBJECT', renderMode: '', }, container6:{ name: 'container6', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container5', panel: this , details:['button_calluilogic4','button_calluilogic5'] , dataRegionType: 'INHERIT' }, container5:{ name: 'container5', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , details:['static_label10','field_textbox5','static_label11','field_textbox6','static_label12','field_textbox7','static_label13','field_switch','container6'] , dataRegionType: 'INHERIT' }, container2:{ name: 'container2', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'OUTERSMALL', spacingLeft:'', spacingRight:'', spacingTop:'OUTERSMALL', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_multidata1', panel: this , details:['static_label4','container3','static_label6','container5'] , dataRegionType: 'INHERIT' }, container_multidata1:{ name: 'container_multidata1', type: 'VIEWLAYOUT', caption: '多项数据容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'TABLE_24COL', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['container2'] , dataRegionType: 'MULTIDATA' , dataSourceType: 'DEDATASET' , appDataEntityCodeName: 'ibizbook' , appDEMethodCodeName: 'FetchDefault' }, page_container:{ name: 'page_container', type: 'VIEWLAYOUT', caption: '', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'TABLE_24COL', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, panel: this , details:['static_label2','container_singledata1','static_label3','container_multidata1'] , dataRegionType: 'INHERIT' } } /** * 布局面板是否加载 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public isLayoutLoadding: boolean = true; /** * 布局面板数据 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public layoutData:any = {}; /** * 布局面板模型对象 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public layoutModelDetails:any = {}; /** * 初始化布局 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public async initLayout() { if (this.rootLayoutDetailNames.length > 0) { for (let i = 0; i < this.rootLayoutDetailNames.length; i++) { const name = this.rootLayoutDetailNames[i]; const rootItem = this.layoutItems[name]; if (!rootItem) { return; } await this.initLayoutItem(rootItem); } } return true; } /** * 初始化布局项 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public async initLayoutItem(layoutModelItem: any, index?: number) { const { name } = layoutModelItem; const layoutModelDetail = Util.getLayoutItemInstance(layoutModelItem); if (!(index || index === 0)) { await layoutModelDetail.load(this.context, this.viewparams); this.$set(this.layoutModelDetails, name, layoutModelDetail); this.$set(this.layoutData, name, layoutModelDetail.getData()); } else { layoutModelDetail.setIndex(index); await layoutModelDetail.load(this.context, this.viewparams); this.$set(this.layoutModelDetails, `${name}_${index}`, layoutModelDetail); this.$set(this.layoutData, `${name}_${index}`, layoutModelDetail.getData()); } if (layoutModelDetail && layoutModelDetail.details) { if (layoutModelDetail.dataRegionType === 'MULTIDATA') { const multiData = layoutModelDetail.getData(); if (multiData && multiData.length > 0) { for (let i = 0; i < multiData.length; i++) { for (let j = 0; j < layoutModelDetail.details.length; j++) { const key = layoutModelDetail.details[j]; if (this.layoutItems[key]) { await this.initLayoutItem(this.layoutItems[key], i); } } } } } else { for (let i = 0; i < layoutModelDetail.details.length; i++) { const key = layoutModelDetail.details[i]; if (this.layoutItems[key]) { await this.initLayoutItem(this.layoutItems[key], index); } } } } } /** * 计算面板按钮权限状态 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public async computeButtonAuthState() { for (const key in this.layoutModelDetails) { const layoutModel = this.layoutModelDetails[key]; if (layoutModel.itemType == 'BUTTON') { await layoutModel.computeActionAuthState(); } } } /** * 处理值改变 * * @public * @params args 改变数据 * @params index 多数据容器下标 * @memberof IBIZBOOKUsr2CustomViewBase */ public handleValueChange(args: { name: string, value: any }, index?: number) { const { name, value } = args; let fullName = (index || index === 0) ? `${name}_${index}` : name; if (!fullName || !this.layoutData.hasOwnProperty(fullName)) { return; } this.layoutData[fullName] = value; this.layoutModelDetails[fullName].setData(value); this.panelLogic(name, index); this.computeButtonAuthState(); } /** * 面板逻辑 * * @public * @params name 改变项名称 * @params index 多数据容器下标 * @memberof IBIZBOOKUsr2CustomViewBase */ public panelLogic(name: string, index?: number): void { if (Object.is(name, '') || Object.is(name, 'field_textbox4')) { let ret = true; let _field_textbox4 = this.layoutData['field_textbox4']; if (index || index === 0) { _field_textbox4 = this.layoutData[`field_textbox4_${index}`]; } if (this.$verify.testCond(_field_textbox4, "EQ", "3")) { ret = false; } if (index || index === 0) { this.layoutModelDetails[`field_textbox2_${index}`].required = ret; } else { this.layoutModelDetails['field_textbox2'].required = ret; } } if (Object.is(name, '') || Object.is(name, 'field_textbox4')) { let ret = false; let _field_textbox4 = this.layoutData['field_textbox4']; if (index || index === 0) { _field_textbox4 = this.layoutData[`field_textbox4_${index}`]; } if (this.$verify.testCond(_field_textbox4, "EQ", "2")) { ret = true; } if (index || index === 0) { this.layoutModelDetails[`field_textbox2_${index}`].disabled = !ret; } else { this.layoutModelDetails['field_textbox2'].disabled = !ret; } } if (Object.is(name, '') || Object.is(name, 'field_textbox3')) { let ret = false; let _field_textbox3 = this.layoutData['field_textbox3']; if (index || index === 0) { _field_textbox3 = this.layoutData[`field_textbox3_${index}`]; } if (this.$verify.testCond(_field_textbox3, "EQ", "1")) { ret = true; } if (index || index === 0) { this.layoutModelDetails[`field_textbox2_${index}`].visible = ret; } else { this.layoutModelDetails['field_textbox2'].visible = ret; } } if (Object.is(name, '') || Object.is(name, 'field_textbox7')) { let ret = true; let _field_textbox7 = this.layoutData['field_textbox7']; if (index || index === 0) { _field_textbox7 = this.layoutData[`field_textbox7_${index}`]; } if (this.$verify.testCond(_field_textbox7, "EQ", "3")) { ret = false; } if (index || index === 0) { this.layoutModelDetails[`field_textbox5_${index}`].required = ret; } else { this.layoutModelDetails['field_textbox5'].required = ret; } } if (Object.is(name, '') || Object.is(name, 'field_textbox7')) { let ret = false; let _field_textbox7 = this.layoutData['field_textbox7']; if (index || index === 0) { _field_textbox7 = this.layoutData[`field_textbox7_${index}`]; } if (this.$verify.testCond(_field_textbox7, "EQ", "2")) { ret = true; } if (index || index === 0) { this.layoutModelDetails[`field_textbox5_${index}`].disabled = !ret; } else { this.layoutModelDetails['field_textbox5'].disabled = !ret; } } if (Object.is(name, '') || Object.is(name, 'field_textbox6')) { let ret = false; let _field_textbox6 = this.layoutData['field_textbox6']; if (index || index === 0) { _field_textbox6 = this.layoutData[`field_textbox6_${index}`]; } if (this.$verify.testCond(_field_textbox6, "EQ", "1")) { ret = true; } if (index || index === 0) { this.layoutModelDetails[`field_textbox5_${index}`].visible = ret; } else { this.layoutModelDetails['field_textbox5'].visible = ret; } } } /** * 处理按钮点击 * * @public * @params name 按钮项名称 * @params index 多数据容器下标 * @memberof IBIZBOOKUsr2CustomViewBase */ public handleButtonClick(name: string, index?: number) { let datas: any[] = []; let fullName = (index || index === 0) ? `${name}_${index}` : name; const data: any = this.layoutModelDetails[fullName].getData(); if (data) { if (data instanceof Array) { datas = [...data]; } else { datas = [data]; } } const xData: any = this.layoutModelDetails[fullName].getDataArea(); const paramJO: any = {}; const contextJO: any = {}; const _this: any = this; if (Object.is(name, 'button_calluilogic1')) { window.uiServiceRegister.getService('ibizbook').then((UIService: any) => { if (UIService && UIService[`IBIZBOOK_openDocument`] && UIService[`IBIZBOOK_openDocument`] instanceof Function) { UIService[`IBIZBOOK_openDocument`](datas, contextJO, paramJO, undefined, xData, this, undefined); } }) } if (Object.is(name, 'button_calluilogic3')) { _this.panel_Usr1110541566_button_calluilogic3_click(datas, contextJO, paramJO, undefined, xData, this, undefined); } if (Object.is(name, 'button_calluilogic2')) { window.uiServiceRegister.getService('ibizbook').then((UIService: any) => { if (UIService && UIService[`IBIZBOOK_openDocument`] && UIService[`IBIZBOOK_openDocument`] instanceof Function) { UIService[`IBIZBOOK_openDocument`](datas, contextJO, paramJO, undefined, xData, this, undefined); } }) } if (Object.is(name, 'button_calluilogic4')) { _this.panel_Usr1110541566_button_calluilogic4_click(datas, contextJO, paramJO, undefined, xData, this, undefined); } if (Object.is(name, 'button_calluilogic5')) { _this.panel_Usr1110541566_button_calluilogic5_click(datas, contextJO, paramJO, undefined, xData, this, undefined); } } /** * 建立数据 * * @param {any[]} args 当前数据 * @param {any} context 行为附加上下文 * @param {*} [params] 附加参数 * @param {*} [$event] 事件源 * @param {*} [xData] 执行行为所需当前部件 * @param {*} [actionContext] 执行行为上下文 * @param {*} [srfParentDeName] 父实体名称 */ public async panel_Usr1110541566_button_calluilogic3_click(args: any[], context: any = {}, params: any = {}, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string) { // 准备上下文参数 const tempContext = {...context}; if (xData && xData.context) { Object.assign(tempContext, xData.context); } const data = args[0]; const service = await window.entityServiceRegister.getService('ibizbook'); if (service) { if (data.hasOwnProperty(service.APPDEKEY.toLowerCase())) { delete data[service.APPDEKEY.toLowerCase()]; } service.Create(tempContext, data).then((response: any) => { if (!response.status || response.status !== 200) { actionContext.$Notice.error({ title: '错误', desc: '当前环境无法执行建立数据逻辑[执行行为异常]' }); } }).catch((error: any) => { actionContext.$Notice.error({ title: '错误', desc: '当前环境无法执行建立数据逻辑[执行行为异常]' }); }) } } /** * 保存变更 * * @param {any[]} args 当前数据 * @param {any} context 行为附加上下文 * @param {*} [params] 附加参数 * @param {*} [$event] 事件源 * @param {*} [xData] 执行行为所需当前部件 * @param {*} [actionContext] 执行行为上下文 * @param {*} [srfParentDeName] 父实体名称 */ public async panel_Usr1110541566_button_calluilogic4_click(args: any[], context: any = {}, params: any = {}, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string) { // 选择视图保存变更 if (Object.is(this.viewType, 'DEPICKUPVIEW') || Object.is(this.viewType, 'DEMPICKUPVIEW')) { this.$emit('viewdataschange', actionContext.viewSelections); this.$emit('close', null); } else { // 准备上下文参数 const tempContext = {...context}; if (xData && xData.context) { Object.assign(tempContext, xData.context); } const data = args[0]; let action: string | undefined = undefined; const service = await window.entityServiceRegister.getService('ibizbook'); if (service) { const key = service.APPDEKEY.toLowerCase(); const name = service.APPLYDEKEY.toLowerCase(); if (data.hasOwnProperty(key)) { Object.assign(tempContext, { [name]: data[key] }); action = 'Update'; } else { action = 'Create'; } if (service[action] && service[action] instanceof Function) { service[action](tempContext, data).then((response: any) => { if (!response.status || response.status !== 200) { actionContext.$Notice.error({ title: '错误', desc: '当前环境无法执行保存变更逻辑[执行行为异常]' }); } }).catch((error: any) => { actionContext.$Notice.error({ title: '错误', desc: '当前环境无法执行保存变更逻辑[执行行为异常]' }); }) } else { actionContext.$Notice.error({ title: '错误', desc: '当前环境无法执行保存变更逻辑[执行行为异常]' }); } } } } /** * 删除数据 * * @param {any[]} args 当前数据 * @param {any} context 行为附加上下文 * @param {*} [params] 附加参数 * @param {*} [$event] 事件源 * @param {*} [xData] 执行行为所需当前部件 * @param {*} [actionContext] 执行行为上下文 * @param {*} [srfParentDeName] 父实体名称 */ public async panel_Usr1110541566_button_calluilogic5_click(args: any[], context: any = {}, params: any = {}, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string) { // 准备上下文参数 const tempContext = {...context}; if (xData && xData.context) { Object.assign(tempContext, xData.context); } const data = args[0]; const service = await window.entityServiceRegister.getService('ibizbook'); if (service) { const key = service.APPDEKEY.toLowerCase(); const name = service.APPLYDEKEY.toLowerCase(); if (data.hasOwnProperty(key)) { Object.assign(tempContext, { [name]: data[key] }); } service.Remove(tempContext, data).then((response: any) => { if (!response.status || response.status !== 200) { actionContext.$Notice.error({ title: '错误', desc: '当前环境无法执行删除数据逻辑[执行行为异常]' }); } const parentRef: any = actionContext.$parent; if (parentRef.closeView && (parentRef.closeView instanceof Function)) { parentRef.closeView(args); } else if (actionContext.closeView && (actionContext.closeView instanceof Function)) { actionContext.closeView(args); } }).catch((error: any) => { actionContext.$Notice.error({ title: '错误', desc: '当前环境无法执行删除数据逻辑[执行行为异常]' }); }) } } /** * 引擎初始化 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ public engineInit(): void { } /** * 应用导航服务 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ public navDataService = NavDataService.getInstance(); /** * 导航服务事件 * * @public * @type {(Subscription | undefined)} * @memberof IBIZBOOKUsr2CustomViewBase */ public serviceStateEvent: Subscription | undefined; /** * 门户部件状态对象 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ @Prop() public portletState?: any; /** * 门户部件状态事件 * * @public * @type {(Subscription | undefined)} * @memberof IBIZBOOKUsr2CustomViewBase */ public portletStateEvent: Subscription | undefined; /** * 门户部件状态事件 * * @public * @type {(Subscription | undefined)} * @memberof IBIZBOOKUsr2CustomViewBase */ public formDruipartEvent: Subscription | undefined; /** * 应用上下文 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ public context:any = {}; /** * 视图参数 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ public viewparams:any = {}; /** * 视图缓存数据 * * @type {*} * @memberof IBIZBOOKUsr2CustomViewBase */ public viewCacheData:any; /** * 计数器服务对象集合 * * @type {Array<*>} * @memberof IBIZBOOKUsr2CustomViewBase */ public counterServiceArray:Array<any> = []; /** * 解析视图参数 * * @public * @memberof IBIZBOOKUsr2CustomViewBase */ 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 IBIZBOOKUsr2CustomViewBase */ 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 IBIZBOOKUsr2CustomViewBase */ 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 IBIZBOOKUsr2CustomViewBase */ public initNavDataWithRoute(data:any = null, isNew:boolean = false, isAlways:boolean = false){ if( isAlways || (this.viewDefaultUsage && Object.is(this.navModel,"route")) ){ this.navDataService.addNavData({id:'ibizbookusr2-custom-view',tag:this.viewtag,srfkey:isNew ? null : this.context.ibizbook,title:this.$t(this.model.srfCaption),data:data,context:this.context,viewparams:this.viewparams,path:this.$route.fullPath}); } } /** * 初始化导航数据(分页模式) * * @memberof IBIZBOOKUsr2CustomViewBase */ public initNavDataWithTab(data:any = null,isOnlyAdd:boolean = true, isAlways:boolean = false){ if( isAlways || (this.viewDefaultUsage && !Object.is(this.navModel,"route")) ){ this.navDataService.addNavDataByOnly({id:'ibizbookusr2-custom-view',tag:this.viewtag,srfkey:this.context.ibizbook,title:this.$t(this.model.srfCaption),data:data,context:this.context,viewparams:this.viewparams,path:this.$route.fullPath},isOnlyAdd); } } /** * Vue声明周期 * * @memberof IBIZBOOKUsr2CustomViewBase */ public created() { this.afterCreated(); } /** * 执行created后的逻辑 * * @memberof IBIZBOOKUsr2CustomViewBase */ 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,'ibizbookusr2-custom-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,'IBIZBOOKUsr2CustomView')){ return; } if(Object.is(res.action,'refresh') && _this.refresh && _this.refresh instanceof Function){ _this.refresh(); } }) } _this.initViewCtx(); } /** * 初始化视图操作参数 * * @memberof IBIZBOOKUsr2CustomViewBase */ 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 IBIZBOOKUsr2CustomViewBase */ 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 IBIZBOOKUsr2CustomViewBase */ public mounted() { this.afterMounted(); } /** * 执行mounted后的逻辑 * * @memberof IBIZBOOKUsr2CustomViewBase */ public afterMounted(){ const _this: any = this; _this.initLayout().then((result: any) => { _this.isLayoutLoadding = false; _this.engineInit(); if (_this.loadModel && _this.loadModel instanceof Function) { _this.loadModel(); } }) } /** * 关闭视图 * * @param {any[]} args * @memberof IBIZBOOKUsr2CustomViewBase */ 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 IBIZBOOKUsr2CustomViewBase */ public destroyed(){ this.afterDestroyed(); } /** * 执行destroyed后的逻辑 * * @memberof IBIZBOOKUsr2CustomViewBase */ 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(); } }) } } /** * 快速搜索 * * @param {*} $event * @memberof IBIZBOOKUsr2CustomViewBase */ public onSearch($event: any): void { } } </script> <style lang='less'> @import './ibizbookusr2-custom-view.less'; </style>