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

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

上级 95465d57
<template> <template>
<div class="app-view-layout ibizorder-calendar-exp-view-layout" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%','display': 'flex', 'flex-direction': 'column'}"> <div class="app-view-layout ibizorder-calendar-exp-view-layout" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%', overflow: 'auto'}">
<template v-show="!isLayoutLoadding"> <template v-show="!isLayoutLoadding">
<app-standard-container name="page_container" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <app-scroll-container name="container_scroll1" :layoutModelDetails="layoutModelDetails">
<template #container2> <template #container_scroll_main1>
<app-standard-container name="container2" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <app-scroll-container name="container_scroll_main1" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption> <template #nav_pos1>
<app-preset-caption name="view_pagecaption" :layoutModelDetails="layoutModelDetails"> 实体日历导航视图 </app-preset-caption> <app-nav-pos name="nav_pos1" :layoutModelDetails="layoutModelDetails" :navData="layoutModelDetails['nav_pos1'].navData"/>
</template> </template>
</app-standard-container> </app-scroll-container>
</template> </template>
<template #container_scroll_header1>
<app-scroll-container name="container_scroll_header1" :layoutModelDetails="layoutModelDetails">
<template #container_grid1> <template #container_grid1>
<app-simpleflex-container name="container_grid1" :layoutModelDetails="layoutModelDetails"> <app-simpleflex-container name="container_grid1" :layoutModelDetails="layoutModelDetails">
<template #container1> <template #container1>
<app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails"> <app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption>
<app-preset-caption name="view_pagecaption" :layoutModelDetails="layoutModelDetails"> 实体日历导航视图 </app-preset-caption>
</template>
</app-simpleflex-container>
</template>
<template #container2>
<app-simpleflex-container name="container2" :layoutModelDetails="layoutModelDetails">
</app-simpleflex-container>
</template>
</app-simpleflex-container>
</template>
</app-scroll-container>
</template>
<template #container_scroll_left1>
<app-scroll-container name="container_scroll_left1" :layoutModelDetails="layoutModelDetails">
<template #calendarexpbar> <template #calendarexpbar>
<app-ctrl-pos name="calendarexpbar" :layoutModelDetails="layoutModelDetails"> <app-ctrl-pos name="calendarexpbar" :layoutModelDetails="layoutModelDetails">
<view_calendarexpbar <view_calendarexpbar
...@@ -32,18 +49,9 @@ ...@@ -32,18 +49,9 @@
</view_calendarexpbar> </view_calendarexpbar>
</app-ctrl-pos> </app-ctrl-pos>
</template> </template>
</app-simpleflex-container> </app-scroll-container>
</template>
<template #container8>
<app-simpleflex-container name="container8" :layoutModelDetails="layoutModelDetails">
<template #nav_pos1>
<app-nav-pos name="nav_pos1" :layoutModelDetails="layoutModelDetails" :navData="layoutModelDetails['nav_pos1'].navData"/>
</template>
</app-simpleflex-container>
</template>
</app-simpleflex-container>
</template> </template>
</app-standard-container> </app-scroll-container>
</template> </template>
</div> </div>
</template> </template>
...@@ -225,7 +233,6 @@ export default class IBIZOrderCalendarExpView_layoutBase extends Vue { ...@@ -225,7 +233,6 @@ export default class IBIZOrderCalendarExpView_layoutBase extends Vue {
*/ */
public containerModel: any = { public containerModel: any = {
view_calendarexpbar: { name: 'calendarexpbar', type: 'CALENDAREXPBAR' }, view_calendarexpbar: { name: 'calendarexpbar', type: 'CALENDAREXPBAR' },
view_searchbar: { name: 'searchbar', type: 'SEARCHBAR' },
wflinks: [], wflinks: [],
}; };
...@@ -279,7 +286,7 @@ export default class IBIZOrderCalendarExpView_layoutBase extends Vue { ...@@ -279,7 +286,7 @@ export default class IBIZOrderCalendarExpView_layoutBase extends Vue {
* @public * @public
* @memberof IBIZOrderCalendarExpView_layoutBase * @memberof IBIZOrderCalendarExpView_layoutBase
*/ */
public rootLayoutDetailNames: string[] = [ 'page_container' ]; public rootLayoutDetailNames: string[] = [ 'container_scroll1' ];
/** /**
* 视图布局面板项模型对象 * 视图布局面板项模型对象
...@@ -288,14 +295,16 @@ export default class IBIZOrderCalendarExpView_layoutBase extends Vue { ...@@ -288,14 +295,16 @@ export default class IBIZOrderCalendarExpView_layoutBase extends Vue {
* @memberof IBIZOrderCalendarExpView_layoutBase * @memberof IBIZOrderCalendarExpView_layoutBase
*/ */
public layoutItems:any = { public layoutItems:any = {
view_pagecaption:{ name: 'view_pagecaption', type: 'VIEWLAYOUT', caption: '页面标题', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , fieldState: '0', predefinedType: 'VIEW_PAGECAPTION', dataItemName:'', }, nav_pos1:{ name: 'nav_pos1', type: 'VIEWLAYOUT', caption: '导航区占位', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'CENTER', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_main1', panel: this , viewType: 'DECALENDAREXPVIEW', predefinedType: 'NAV_POS', contentType: '', contentStyle: '', rawContent: '', htmlContent: '', },
container2:{ name: 'container2', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'TABLE_24COL', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['view_pagecaption'] , dataRegionType: 'INHERIT' }, container_scroll_main1:{ name: 'container_scroll_main1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'CENTER', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['nav_pos1'] , dataRegionType: 'INHERIT' },
calendarexpbar:{ name: 'calendarexpbar', type: 'VIEWLAYOUT', caption: 'CALENDAREXPBAR', isShowCaption: true, sysCss: '', itemType: 'CTRLPOS', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this }, view_pagecaption:{ name: 'view_pagecaption', 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:'LEFT', vAlignSelf:'MIDDLE', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , fieldState: '0', predefinedType: 'VIEW_PAGECAPTION', dataItemName:'', },
container1:{ name: 'container1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:5, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['calendarexpbar'] , dataRegionType: 'INHERIT' }, container1:{ name: 'container1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:3, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['view_pagecaption'] , dataRegionType: 'INHERIT' },
nav_pos1:{ name: 'nav_pos1', 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: 'container8', panel: this , viewType: 'DECALENDAREXPVIEW', predefinedType: 'NAV_POS', contentType: '', contentStyle: '', rawContent: '', htmlContent: '', }, container2:{ name: 'container2', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:9, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:[] , dataRegionType: 'INHERIT' },
container8:{ name: 'container8', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:7, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['nav_pos1'] , dataRegionType: 'INHERIT' }, container_grid1:{ name: 'container_grid1', type: 'VIEWLAYOUT', caption: '栅格容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'CENTER', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_header1', panel: this , details:['container1','container2'] , dataRegionType: 'INHERIT' },
container_grid1:{ name: 'container_grid1', type: 'VIEWLAYOUT', caption: '栅格容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['container1','container8'] , dataRegionType: 'INHERIT' }, container_scroll_header1:{ name: 'container_scroll_header1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'NORTH', layoutHeight:80, heightMode:'PX', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['container_grid1'] , dataRegionType: 'INHERIT' },
page_container:{ name: 'page_container', 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:'column',vAlign:''}, panel: this , details:['container2','container_grid1'] , dataRegionType: 'INHERIT' } calendarexpbar:{ name: 'calendarexpbar', type: 'VIEWLAYOUT', caption: 'CALENDAREXPBAR部件', isShowCaption: true, sysCss: '', itemType: 'CTRLPOS', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'CENTER', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_left1', panel: this },
container_scroll_left1:{ name: 'container_scroll_left1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'WEST', layoutHeight:0, heightMode:'', layoutWidth:20, widthMode:'PERCENTAGE', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['calendarexpbar'] , dataRegionType: 'INHERIT' },
container_scroll1:{ name: 'container_scroll1', type: 'VIEWLAYOUT', caption: '滚动条容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, panel: this , details:['container_scroll_main1','container_scroll_header1','container_scroll_left1'] , dataRegionType: 'INHERIT' }
}; };
/** /**
......
...@@ -3,11 +3,9 @@ import { Component } from 'vue-property-decorator'; ...@@ -3,11 +3,9 @@ import { Component } from 'vue-property-decorator';
import IBIZOrderCalendarExpView_layoutBase from './ibizorder-calendar-exp-view-layout-base.vue'; import IBIZOrderCalendarExpView_layoutBase from './ibizorder-calendar-exp-view-layout-base.vue';
import view_calendarexpbar from '@widgets/ibizorder/calendar-exp-view-layoutcalendarexpbar-calendarexpbar/calendar-exp-view-layoutcalendarexpbar-calendarexpbar.vue'; import view_calendarexpbar from '@widgets/ibizorder/calendar-exp-view-layoutcalendarexpbar-calendarexpbar/calendar-exp-view-layoutcalendarexpbar-calendarexpbar.vue';
import view_searchbar from '@widgets/ibizorder/-searchbar/-searchbar.vue';
@Component({ @Component({
components: { components: {
view_calendarexpbar, view_calendarexpbar,
view_searchbar,
}, },
beforeRouteEnter: (to: any, from: any, next: any) => { beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => { next((vm: any) => {
......
<template> <template>
<div class="app-view-layout ibizorder-data-view-exp-view-layout" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%','display': 'flex', 'flex-direction': 'column'}"> <div class="app-view-layout ibizorder-data-view-exp-view-layout" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%', overflow: 'auto'}">
<template v-show="!isLayoutLoadding"> <template v-show="!isLayoutLoadding">
<app-standard-container name="page_container" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <app-scroll-container name="container_scroll1" :layoutModelDetails="layoutModelDetails">
<template #container_grid1> <template #container_scroll_main1>
<app-simpleflex-container name="container_grid1" :layoutModelDetails="layoutModelDetails"> <app-scroll-container name="container_scroll_main1" :layoutModelDetails="layoutModelDetails">
<template #container1> <template #nav_pos1>
<app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails"> <app-nav-pos name="nav_pos1" :layoutModelDetails="layoutModelDetails" :navData="layoutModelDetails['nav_pos1'].navData"/>
<template #view_pagecaption>
<app-preset-caption name="view_pagecaption" :layoutModelDetails="layoutModelDetails"> 实体卡片视图导航视图 </app-preset-caption>
</template>
</app-simpleflex-container>
</template>
<template #container_2>
<app-simpleflex-container name="container_2" :layoutModelDetails="layoutModelDetails">
<template #toolbar>
<app-ctrl-pos name="toolbar" :layoutModelDetails="layoutModelDetails">
<span>部件占位toolbar</span>
</app-ctrl-pos>
</template>
</app-simpleflex-container>
</template> </template>
</app-simpleflex-container> </app-scroll-container>
</template> </template>
<template #container_grid2> <template #container_scroll_left1>
<app-simpleflex-container name="container_grid2" :layoutModelDetails="layoutModelDetails"> <app-scroll-container name="container_scroll_left1" :layoutModelDetails="layoutModelDetails">
<template #container2>
<app-simpleflex-container name="container2" :layoutModelDetails="layoutModelDetails">
<template #dataviewexpbar> <template #dataviewexpbar>
<app-ctrl-pos name="dataviewexpbar" :layoutModelDetails="layoutModelDetails"> <app-ctrl-pos name="dataviewexpbar" :layoutModelDetails="layoutModelDetails">
<view_dataviewexpbar <view_dataviewexpbar
...@@ -45,18 +30,33 @@ ...@@ -45,18 +30,33 @@
</view_dataviewexpbar> </view_dataviewexpbar>
</app-ctrl-pos> </app-ctrl-pos>
</template> </template>
</app-scroll-container>
</template>
<template #container_scroll_header1>
<app-scroll-container name="container_scroll_header1" :layoutModelDetails="layoutModelDetails">
<template #container_grid1>
<app-simpleflex-container name="container_grid1" :layoutModelDetails="layoutModelDetails">
<template #container1>
<app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption>
<app-preset-caption name="view_pagecaption" :layoutModelDetails="layoutModelDetails"> 实体卡片视图导航视图 </app-preset-caption>
</template>
</app-simpleflex-container> </app-simpleflex-container>
</template> </template>
<template #container3> <template #container2>
<app-simpleflex-container name="container3" :layoutModelDetails="layoutModelDetails"> <app-simpleflex-container name="container2" :layoutModelDetails="layoutModelDetails">
<template #nav_pos1> <template #toolbar>
<app-nav-pos name="nav_pos1" :layoutModelDetails="layoutModelDetails" :navData="layoutModelDetails['nav_pos1'].navData"/> <app-ctrl-pos name="toolbar" :layoutModelDetails="layoutModelDetails">
<span>部件占位toolbar</span>
</app-ctrl-pos>
</template> </template>
</app-simpleflex-container> </app-simpleflex-container>
</template> </template>
</app-simpleflex-container> </app-simpleflex-container>
</template> </template>
</app-standard-container> </app-scroll-container>
</template>
</app-scroll-container>
</template> </template>
</div> </div>
</template> </template>
...@@ -238,7 +238,6 @@ export default class IBIZOrderDataViewExpView_layoutBase extends Vue { ...@@ -238,7 +238,6 @@ export default class IBIZOrderDataViewExpView_layoutBase extends Vue {
*/ */
public containerModel: any = { public containerModel: any = {
view_dataviewexpbar: { name: 'dataviewexpbar', type: 'DATAVIEWEXPBAR' }, view_dataviewexpbar: { name: 'dataviewexpbar', type: 'DATAVIEWEXPBAR' },
view_searchbar: { name: 'searchbar', type: 'SEARCHBAR' },
wflinks: [], wflinks: [],
}; };
...@@ -292,7 +291,7 @@ export default class IBIZOrderDataViewExpView_layoutBase extends Vue { ...@@ -292,7 +291,7 @@ export default class IBIZOrderDataViewExpView_layoutBase extends Vue {
* @public * @public
* @memberof IBIZOrderDataViewExpView_layoutBase * @memberof IBIZOrderDataViewExpView_layoutBase
*/ */
public rootLayoutDetailNames: string[] = [ 'page_container' ]; public rootLayoutDetailNames: string[] = [ 'container_scroll1' ];
/** /**
* 视图布局面板项模型对象 * 视图布局面板项模型对象
...@@ -301,17 +300,17 @@ export default class IBIZOrderDataViewExpView_layoutBase extends Vue { ...@@ -301,17 +300,17 @@ export default class IBIZOrderDataViewExpView_layoutBase extends Vue {
* @memberof IBIZOrderDataViewExpView_layoutBase * @memberof IBIZOrderDataViewExpView_layoutBase
*/ */
public layoutItems:any = { public layoutItems:any = {
view_pagecaption:{ name: 'view_pagecaption', type: 'VIEWLAYOUT', caption: '页面标题', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'LEFT', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , fieldState: '0', predefinedType: 'VIEW_PAGECAPTION', dataItemName:'', }, nav_pos1:{ name: 'nav_pos1', type: 'VIEWLAYOUT', caption: '导航区占位', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'CENTER', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_main1', panel: this , viewType: 'DEDATAVIEWEXPVIEW', predefinedType: 'NAV_POS', contentType: '', contentStyle: '', rawContent: '', htmlContent: '', },
container1:{ name: 'container1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:6, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['view_pagecaption'] , dataRegionType: 'INHERIT' }, container_scroll_main1:{ name: 'container_scroll_main1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'CENTER', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['nav_pos1'] , dataRegionType: 'INHERIT' },
toolbar:{ name: 'toolbar', type: 'VIEWLAYOUT', caption: 'TOOLBAR', isShowCaption: true, sysCss: '', itemType: 'CTRLPOS', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'RIGHT', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_2', panel: this }, dataviewexpbar:{ name: 'dataviewexpbar', type: 'VIEWLAYOUT', caption: 'DATAVIEWEXPBAR部件', isShowCaption: true, sysCss: '', itemType: 'CTRLPOS', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'CENTER', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_left1', panel: this },
container_2:{ name: 'container_2', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['toolbar'] , dataRegionType: 'INHERIT' }, container_scroll_left1:{ name: 'container_scroll_left1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'WEST', layoutHeight:0, heightMode:'', layoutWidth:20, widthMode:'PERCENTAGE', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['dataviewexpbar'] , dataRegionType: 'INHERIT' },
container_grid1:{ name: 'container_grid1', type: 'VIEWLAYOUT', caption: '栅格容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:100, heightMode:'PX', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['container1','container_2'] , dataRegionType: 'INHERIT' }, view_pagecaption:{ name: 'view_pagecaption', 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:'LEFT', vAlignSelf:'MIDDLE', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , fieldState: '0', predefinedType: 'VIEW_PAGECAPTION', dataItemName:'', },
dataviewexpbar:{ name: 'dataviewexpbar', type: 'VIEWLAYOUT', caption: '', isShowCaption: false, sysCss: '', itemType: 'CTRLPOS', 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 }, container1:{ name: 'container1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:3, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['view_pagecaption'] , dataRegionType: 'INHERIT' },
container2:{ name: 'container2', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:3, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid2', panel: this , details:['dataviewexpbar'] , dataRegionType: 'INHERIT' }, toolbar:{ name: 'toolbar', type: 'VIEWLAYOUT', caption: 'TOOLBAR部件', isShowCaption: true, sysCss: '', itemType: 'CTRLPOS', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'RIGHT', vAlignSelf:'MIDDLE', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this },
nav_pos1:{ name: 'nav_pos1', 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: 'container3', panel: this , viewType: 'DEDATAVIEWEXPVIEW', predefinedType: 'NAV_POS', contentType: '', contentStyle: '', rawContent: '', htmlContent: '', }, container2:{ name: 'container2', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:9, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['toolbar'] , dataRegionType: 'INHERIT' },
container3:{ name: 'container3', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:9, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid2', panel: this , details:['nav_pos1'] , dataRegionType: 'INHERIT' }, container_grid1:{ name: 'container_grid1', type: 'VIEWLAYOUT', caption: '栅格容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'CENTER', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_header1', panel: this , details:['container1','container2'] , dataRegionType: 'INHERIT' },
container_grid2:{ name: 'container_grid2', type: 'VIEWLAYOUT', caption: '栅格容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['container2','container3'] , dataRegionType: 'INHERIT' }, container_scroll_header1:{ name: 'container_scroll_header1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'NORTH', layoutHeight:80, heightMode:'PX', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['container_grid1'] , dataRegionType: 'INHERIT' },
page_container:{ name: 'page_container', 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:''}, panel: this , details:['container_grid1','container_grid2'] , dataRegionType: 'INHERIT' } container_scroll1:{ name: 'container_scroll1', type: 'VIEWLAYOUT', caption: '滚动条容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, panel: this , details:['container_scroll_main1','container_scroll_left1','container_scroll_header1'] , dataRegionType: 'INHERIT' }
}; };
/** /**
......
...@@ -3,11 +3,9 @@ import { Component } from 'vue-property-decorator'; ...@@ -3,11 +3,9 @@ import { Component } from 'vue-property-decorator';
import IBIZOrderDataViewExpView_layoutBase from './ibizorder-data-view-exp-view-layout-base.vue'; import IBIZOrderDataViewExpView_layoutBase from './ibizorder-data-view-exp-view-layout-base.vue';
import view_dataviewexpbar from '@widgets/ibizorder/data-view-exp-view-layoutdataviewexpbar-dataviewexpbar/data-view-exp-view-layoutdataviewexpbar-dataviewexpbar.vue'; import view_dataviewexpbar from '@widgets/ibizorder/data-view-exp-view-layoutdataviewexpbar-dataviewexpbar/data-view-exp-view-layoutdataviewexpbar-dataviewexpbar.vue';
import view_searchbar from '@widgets/ibizorder/-searchbar/-searchbar.vue';
@Component({ @Component({
components: { components: {
view_dataviewexpbar, view_dataviewexpbar,
view_searchbar,
}, },
beforeRouteEnter: (to: any, from: any, next: any) => { beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => { next((vm: any) => {
......
<template> <template>
<div class="app-view-layout ibizorder-tree-exp-view-layout" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%','display': 'flex', 'flex-direction': 'column'}"> <div class="app-view-layout ibizorder-tree-exp-view-layout" v-loading="isLayoutLoadding" :style="{height: '100%', width: '100%', overflow: 'auto'}">
<template v-show="!isLayoutLoadding"> <template v-show="!isLayoutLoadding">
<app-standard-container name="page_container" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <app-scroll-container name="container_scroll1" :layoutModelDetails="layoutModelDetails">
<template #container2> <template #container_scroll_main1>
<app-standard-container name="container2" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <app-scroll-container name="container_scroll_main1" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption> <template #nav_pos1>
<app-preset-caption name="view_pagecaption" :layoutModelDetails="layoutModelDetails"> 实体树导航视图 </app-preset-caption> <app-nav-pos name="nav_pos1" :layoutModelDetails="layoutModelDetails" :navData="layoutModelDetails['nav_pos1'].navData"/>
</template> </template>
</app-standard-container> </app-scroll-container>
</template> </template>
<template #container_scroll_header1>
<app-scroll-container name="container_scroll_header1" :layoutModelDetails="layoutModelDetails">
<template #container_grid1> <template #container_grid1>
<app-simpleflex-container name="container_grid1" :layoutModelDetails="layoutModelDetails"> <app-simpleflex-container name="container_grid1" :layoutModelDetails="layoutModelDetails">
<template #container1> <template #container1>
<app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails"> <app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption>
<app-preset-caption name="view_pagecaption" :layoutModelDetails="layoutModelDetails"> 实体树导航视图 </app-preset-caption>
</template>
</app-simpleflex-container>
</template>
<template #container2>
<app-simpleflex-container name="container2" :layoutModelDetails="layoutModelDetails">
</app-simpleflex-container>
</template>
</app-simpleflex-container>
</template>
</app-scroll-container>
</template>
<template #container_scroll_left1>
<app-scroll-container name="container_scroll_left1" :layoutModelDetails="layoutModelDetails">
<template #treeexpbar> <template #treeexpbar>
<app-ctrl-pos name="treeexpbar" :layoutModelDetails="layoutModelDetails"> <app-ctrl-pos name="treeexpbar" :layoutModelDetails="layoutModelDetails">
<view_treeexpbar <view_treeexpbar
...@@ -31,18 +48,9 @@ ...@@ -31,18 +48,9 @@
</view_treeexpbar> </view_treeexpbar>
</app-ctrl-pos> </app-ctrl-pos>
</template> </template>
</app-simpleflex-container> </app-scroll-container>
</template>
<template #container8>
<app-simpleflex-container name="container8" :layoutModelDetails="layoutModelDetails">
<template #nav_pos1>
<app-nav-pos name="nav_pos1" :layoutModelDetails="layoutModelDetails" :navData="layoutModelDetails['nav_pos1'].navData"/>
</template>
</app-simpleflex-container>
</template>
</app-simpleflex-container>
</template> </template>
</app-standard-container> </app-scroll-container>
</template> </template>
</div> </div>
</template> </template>
...@@ -224,7 +232,6 @@ export default class IBIZOrderTreeExpView_layoutBase extends Vue { ...@@ -224,7 +232,6 @@ export default class IBIZOrderTreeExpView_layoutBase extends Vue {
*/ */
public containerModel: any = { public containerModel: any = {
view_treeexpbar: { name: 'treeexpbar', type: 'TREEEXPBAR' }, view_treeexpbar: { name: 'treeexpbar', type: 'TREEEXPBAR' },
view_searchbar: { name: 'searchbar', type: 'SEARCHBAR' },
wflinks: [], wflinks: [],
}; };
...@@ -278,7 +285,7 @@ export default class IBIZOrderTreeExpView_layoutBase extends Vue { ...@@ -278,7 +285,7 @@ export default class IBIZOrderTreeExpView_layoutBase extends Vue {
* @public * @public
* @memberof IBIZOrderTreeExpView_layoutBase * @memberof IBIZOrderTreeExpView_layoutBase
*/ */
public rootLayoutDetailNames: string[] = [ 'page_container' ]; public rootLayoutDetailNames: string[] = [ 'container_scroll1' ];
/** /**
* 视图布局面板项模型对象 * 视图布局面板项模型对象
...@@ -287,14 +294,16 @@ export default class IBIZOrderTreeExpView_layoutBase extends Vue { ...@@ -287,14 +294,16 @@ export default class IBIZOrderTreeExpView_layoutBase extends Vue {
* @memberof IBIZOrderTreeExpView_layoutBase * @memberof IBIZOrderTreeExpView_layoutBase
*/ */
public layoutItems:any = { public layoutItems:any = {
view_pagecaption:{ name: 'view_pagecaption', type: 'VIEWLAYOUT', caption: '页面标题', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , fieldState: '0', predefinedType: 'VIEW_PAGECAPTION', dataItemName:'', }, nav_pos1:{ name: 'nav_pos1', type: 'VIEWLAYOUT', caption: '导航区占位', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'CENTER', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_main1', panel: this , viewType: 'DETREEEXPVIEW', predefinedType: 'NAV_POS', contentType: '', contentStyle: '', rawContent: '', htmlContent: '', },
container2:{ name: 'container2', type: 'VIEWLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'TABLE_24COL', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['view_pagecaption'] , dataRegionType: 'INHERIT' }, container_scroll_main1:{ name: 'container_scroll_main1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'CENTER', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['nav_pos1'] , dataRegionType: 'INHERIT' },
treeexpbar:{ name: 'treeexpbar', type: 'VIEWLAYOUT', caption: 'TREEEXPBAR', isShowCaption: true, sysCss: '', itemType: 'CTRLPOS', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this }, view_pagecaption:{ name: 'view_pagecaption', 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:'LEFT', vAlignSelf:'MIDDLE', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container1', panel: this , fieldState: '0', predefinedType: 'VIEW_PAGECAPTION', dataItemName:'', },
container1:{ name: 'container1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:2, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['treeexpbar'] , dataRegionType: 'INHERIT' }, container1:{ name: 'container1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:3, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['view_pagecaption'] , dataRegionType: 'INHERIT' },
nav_pos1:{ name: 'nav_pos1', 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: 'container8', panel: this , viewType: 'DETREEEXPVIEW', predefinedType: 'NAV_POS', contentType: '', contentStyle: '', rawContent: '', htmlContent: '', }, container2:{ name: 'container2', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:9, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:[] , dataRegionType: 'INHERIT' },
container8:{ name: 'container8', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:10, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_grid1', panel: this , details:['nav_pos1'] , dataRegionType: 'INHERIT' }, container_grid1:{ name: 'container_grid1', type: 'VIEWLAYOUT', caption: '栅格容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'CENTER', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_header1', panel: this , details:['container1','container2'] , dataRegionType: 'INHERIT' },
container_grid1:{ name: 'container_grid1', type: 'VIEWLAYOUT', caption: '栅格容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'SIMPLEFLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'page_container', panel: this , details:['container1','container8'] , dataRegionType: 'INHERIT' }, container_scroll_header1:{ name: 'container_scroll_header1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'NORTH', layoutHeight:50, heightMode:'PX', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['container_grid1'] , dataRegionType: 'INHERIT' },
page_container:{ name: 'page_container', 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:'column',vAlign:''}, panel: this , details:['container2','container_grid1'] , dataRegionType: 'INHERIT' } treeexpbar:{ name: 'treeexpbar', type: 'VIEWLAYOUT', caption: 'TREEEXPBAR部件', isShowCaption: true, sysCss: '', itemType: 'CTRLPOS', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'CENTER', layoutHeight:0, heightMode:'FULL', layoutWidth:0, widthMode:'FULL', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll_left1', panel: this },
container_scroll_left1:{ name: 'container_scroll_left1', type: 'VIEWLAYOUT', caption: '面板容器', titleBarCloseMode: 0, isShowCaption: true, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'WEST', layoutHeight:0, heightMode:'', layoutWidth:20, widthMode:'PERCENTAGE', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container_scroll1', panel: this , details:['treeexpbar'] , dataRegionType: 'INHERIT' },
container_scroll1:{ name: 'container_scroll1', type: 'VIEWLAYOUT', caption: '滚动条容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'BORDER', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, panel: this , details:['container_scroll_main1','container_scroll_header1','container_scroll_left1'] , dataRegionType: 'INHERIT' }
}; };
/** /**
......
...@@ -3,11 +3,9 @@ import { Component } from 'vue-property-decorator'; ...@@ -3,11 +3,9 @@ import { Component } from 'vue-property-decorator';
import IBIZOrderTreeExpView_layoutBase from './ibizorder-tree-exp-view-layout-base.vue'; import IBIZOrderTreeExpView_layoutBase from './ibizorder-tree-exp-view-layout-base.vue';
import view_treeexpbar from '@widgets/ibizorder/tree-exp-view-layouttreeexpbar-treeexpbar/tree-exp-view-layouttreeexpbar-treeexpbar.vue'; import view_treeexpbar from '@widgets/ibizorder/tree-exp-view-layouttreeexpbar-treeexpbar/tree-exp-view-layouttreeexpbar-treeexpbar.vue';
import view_searchbar from '@widgets/ibizorder/-searchbar/-searchbar.vue';
@Component({ @Component({
components: { components: {
view_treeexpbar, view_treeexpbar,
view_searchbar,
}, },
beforeRouteEnter: (to: any, from: any, next: any) => { beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => { next((vm: any) => {
......
...@@ -46,11 +46,11 @@ ...@@ -46,11 +46,11 @@
<span class="quick-toolbar"> <span class="quick-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="listviewlist_quicktoolbarModels.deuiaction1.visabled" :disabled="listviewlist_quicktoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)"> <i-button v-show="usr4listview_layoutlist_quicktoolbarModels.deuiaction1.visabled" :disabled="usr4listview_layoutlist_quicktoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-file-text-o'></i> <i class='fa fa-file-text-o'></i>
<span class='caption'>{{$t('entities.ibizbook.listviewlist_quicktoolbar_toolbar.deuiaction1.caption')}}</span> <span class='caption'>{{$t('entities.ibizbook.usr4listview_layoutlist_quicktoolbar_toolbar.deuiaction1.caption')}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('entities.ibizbook.listviewlist_quicktoolbar_toolbar.deuiaction1.tip')}}</div> <div slot='content'>{{$t('entities.ibizbook.usr4listview_layoutlist_quicktoolbar_toolbar.deuiaction1.tip')}}</div>
</tooltip> </tooltip>
</div> </div>
</span> </span>
...@@ -61,18 +61,18 @@ ...@@ -61,18 +61,18 @@
<span class="batch-toolbar"> <span class="batch-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="listviewlist_batchtoolbarModels.deuiaction1.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"> <i-button v-show="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i> <i class='fa fa-edit'></i>
<span class='caption'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction1.caption')}}</span> <span class='caption'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction1.caption')}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction1.tip')}}</div> <div slot='content'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction1.tip')}}</div>
</tooltip> </tooltip>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="listviewlist_batchtoolbarModels.deuiaction2.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"> <i-button v-show="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i> <i class='fa fa-remove'></i>
<span class='caption'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction2.caption')}}</span> <span class='caption'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction2.caption')}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction2.tip')}}</div> <div slot='content'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction2.tip')}}</div>
</tooltip> </tooltip>
</div> </div>
</span> </span>
...@@ -354,7 +354,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -354,7 +354,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKListViewBase * @memberof IBIZBOOKUsr4ListView_layoutBase
*/ */
public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -374,7 +374,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -374,7 +374,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKListViewBase * @memberof IBIZBOOKUsr4ListView_layoutBase
*/ */
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) { if (args.length === 0) {
...@@ -400,7 +400,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -400,7 +400,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKListViewBase * @memberof IBIZBOOKUsr4ListView_layoutBase
*/ */
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -575,9 +575,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -575,9 +575,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @type {*}
* @memberof IBIZBOOKListView * @memberof IBIZBOOKUsr4ListView_layout
*/ */
public listviewlist_quicktoolbarModels: any = { public usr4listview_layoutlist_quicktoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } }, deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } },
}; };
...@@ -587,9 +587,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -587,9 +587,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @type {*}
* @memberof IBIZBOOKListView * @memberof IBIZBOOKUsr4ListView_layout
*/ */
public listviewlist_batchtoolbarModels: any = { public usr4listview_layoutlist_batchtoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } }, deuiaction1: { name: 'deuiaction1', 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' } }, deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } },
...@@ -812,7 +812,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -812,7 +812,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -928,7 +928,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -928,7 +928,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.removeAction') as string) });
return; return;
} }
if (datas.length === 0) { if (datas.length === 0) {
...@@ -1023,7 +1023,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -1023,7 +1023,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -1031,7 +1031,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -1031,7 +1031,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -1800,7 +1800,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1800,7 +1800,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1835,7 +1835,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1835,7 +1835,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public loadDraft(opt: any = {}): void { public loadDraft(opt: any = {}): void {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1897,7 +1897,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1897,7 +1897,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -2005,7 +2005,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2005,7 +2005,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKOptionView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -522,7 +522,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -522,7 +522,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -638,7 +638,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -638,7 +638,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.removeAction') as string) });
return; return;
} }
if (datas.length === 0) { if (datas.length === 0) {
...@@ -733,7 +733,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -733,7 +733,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -741,7 +741,7 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -741,7 +741,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){ if(item.ibizorder){
......
...@@ -11,20 +11,338 @@ ...@@ -11,20 +11,338 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "CalendarExpView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "calendarexpbar",
"name" : "CALENDAREXPBAR",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewMsgGroup" : { "getPSAppViewMsgGroup" : {
"modelref" : true, "modelref" : true,
"id" : "VMGroup46" "id" : "VMGroup46"
}, },
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "订单编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "NEWDATA",
"realTitle" : "订单编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "CalendarExpView_layoutcalendarexpbar",
"controlType" : "CALENDAREXPBAR",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD", "ACTIVATED" ],
"name" : "calendarexpbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSAppViewLogics" : [ {
"eventArg" : "deuiaction3",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "calendarexpbar_toolbar_deuiaction3_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "calendarexpbar_toolbar_deuiaction3"
},
"getPSViewCtrlName" : "calendarexpbar_toolbar"
} ],
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:item1",
"parentDataJO" : {
"srfparentdefname" : "IBIZORDERID",
"srfparentdename" : "IBIZORDER",
"srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
},
"realTitle" : "订单明细表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "calendarexpbar_toolbar_deuiaction3",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "calendarexpbar_calendar"
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "calendarexpbar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE;LOAD;ACTIVATED",
"logicTag" : "calendarexpbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_calendarexpbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "CALENDAREXPBAR"
},
"getPSControls" : [ {
"calendarStyle" : "MONTH",
"codeName" : "OrderCalendarNavigation",
"controlType" : "CALENDAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSCALENDARS/OrderCalendarNavigation.json",
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"legendPos" : "NONE",
"logicName" : "订单日历导航",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "calendarexpbar_calendar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "calendarexpbar_calendar",
"logicType" : "CUSTOM",
"name" : "calendarexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "calendarexpbar_calendar",
"logicType" : "CUSTOM",
"name" : "calendarexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "calendarexpbar_calendar"
},
"getPSSysCalendarItems" : [ {
"getBeginTimePSAppDEField" : {
"name" : "STARTTIME",
"codeName" : "StartTime"
},
"getEndTimePSAppDEField" : {
"name" : "ENDTIME",
"codeName" : "EndTime"
},
"getIdPSAppDEField" : {
"name" : "IBIZORDERID",
"codeName" : "IBIZOrderId"
},
"itemStyle" : "DEFAULT",
"itemType" : "item1",
"maxSize" : -1,
"name" : "订单",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "IBIZORDERDETAILS",
"name" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID",
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getTextPSAppDEField" : {
"name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName"
},
"enableQuickCreate" : false,
"id" : "item1"
} ],
"enableGroup" : false,
"name" : "calendarexpbar_calendar",
"modelid" : "6999d77a8cd313ef3e7fc0038e128591",
"modeltype" : "PSSYSCALENDAR"
}, {
"codeName" : "CalendarExpView_layoutcalendarexpbar_toolbar",
"controlType" : "TOOLBAR",
"hookEventNames" : [ "CLICK" ],
"logicName" : "导航工具栏",
"name" : "calendarexpbar_toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlLogics" : [ {
"eventArg" : "deuiaction3",
"eventNames" : "CLICK",
"logicTag" : "calendarexpbar_toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "calendarexpbar_toolbar_deuiaction3_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "calendarexpbar_toolbar_deuiaction3_click"
}
} ],
"getPSControlParam" : {
"id" : "calendarexpbar_toolbar"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "calendarexpbar_toolbar_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "ccc80bd11c6bc1789aa0e05fd5ede0b7",
"modeltype" : "PSDETOOLBAR"
} ],
"xDataControlName" : "calendarexpbar_calendar",
"enableCounter" : true,
"enableSearch" : true,
"showTitleBar" : true,
"modelid" : "8a29ee094e2f26c928d26ef24d29401f_calendarexpbar",
"modeltype" : "PSEXPBAR"
} ],
"getPSDEViewCodeName" : "CalendarExpView_layout", "getPSDEViewCodeName" : "CalendarExpView_layout",
"getPSDEViewId" : "1EBC87C4-B453-4C00-B5FD-CD51AE95423F", "getPSDEViewId" : "1EBC87C4-B453-4C00-B5FD-CD51AE95423F",
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "view_pagecaption" "id" : "view_pagecaption"
} ], } ],
"codeName" : "Usr1104905184", "codeName" : "Layoutpanel",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX", "layoutMode" : "TABLE_24COL",
"logicName" : "CalendarExpViewDECALENDAREXPVIEW", "logicName" : "日历导航",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -32,473 +350,172 @@ ...@@ -32,473 +350,172 @@
}, },
"getPSControlParam" : { }, "getPSControlParam" : { },
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器", "caption" : "滚动条容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "page_container", "name" : "container_scroll1",
"getPSLayout" : { "getPSLayout" : {
"dir" : "column", "layout" : "BORDER"
"layout" : "FLEX"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "colMD" : 24,
"layout" : "FLEX" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "容器", "caption" : "面板容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container2", "name" : "container_scroll_main1",
"getPSLayout" : { "getPSLayout" : {
"columnCount" : 24, "layout" : "BORDER"
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "layout" : "BORDER",
"heightMode" : "FULL", "layoutPos" : "CENTER"
"layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "页面标题", "caption" : "导航区占位",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "FIELD", "itemType" : "RAWITEM",
"name" : "view_pagecaption", "name" : "nav_pos1",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24,
"heightMode" : "FULL", "heightMode" : "FULL",
"layout" : "TABLE_24COL", "layout" : "BORDER",
"layoutPos" : "CENTER",
"widthMode" : "FULL" "widthMode" : "FULL"
}, },
"hidden" : false, "getPSRawItem" : {
"showCaption" : false "name" : "nav_pos1",
} ] "predefinedType" : "NAV_POS"
},
"showCaption" : true
} ],
"showCaption" : true
}, { }, {
"caption" : "栅格容器", "caption" : "面板容器",
"contentHeight" : 80.0,
"height" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_grid1", "name" : "container_scroll_header1",
"getPSLayout" : { "getPSLayout" : {
"layout" : "SIMPLEFLEX" "layout" : "BORDER"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "height" : 80,
"layout" : "FLEX" "heightMode" : "PX",
"layout" : "BORDER",
"layoutPos" : "NORTH"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "面板容器", "caption" : "栅格容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container1", "name" : "container_grid1",
"getPSLayout" : { "getPSLayout" : {
"layout" : "SIMPLEFLEX" "layout" : "SIMPLEFLEX"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : 5, "layout" : "BORDER",
"layout" : "SIMPLEFLEX" "layoutPos" : "CENTER"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "CALENDAREXPBAR", "caption" : "面板容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CONTAINER",
"name" : "calendarexpbar", "name" : "container1",
"getPSLayoutPos" : { "getPSLayout" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "SIMPLEFLEX" "layout" : "SIMPLEFLEX"
}, },
"showCaption" : true
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container8",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 7,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "导航区占位",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "nav_pos1",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : 3,
"layout" : "SIMPLEFLEX" "layout" : "SIMPLEFLEX"
}, },
"getPSRawItem" : { "getPSPanelItems" : [ {
"name" : "nav_pos1", "caption" : "页面标题",
"predefinedType" : "NAV_POS" "itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "view_pagecaption",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "LEFT",
"layout" : "SIMPLEFLEX",
"vAlignSelf" : "MIDDLE"
},
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
}, },
"showCaption" : true "getPSLayoutPos" : {
"grow" : 9,
"layout" : "SIMPLEFLEX"
}
} ] } ]
} ]
} ]
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "6AC7B24A-B989-42FA-AA65-CA6050C4668F",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "CalendarExpView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "calendarexpbar",
"name" : "CALENDAREXPBAR",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"viewLogicType" : "APP_NEWDATA", "showCaption" : true
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "订单编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "订单编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "CalendarExpView_layoutcalendarexpbar",
"controlType" : "CALENDAREXPBAR",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD", "ACTIVATED" ],
"name" : "calendarexpbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSAppViewLogics" : [ {
"eventArg" : "deuiaction3",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "calendarexpbar_toolbar_deuiaction3_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "calendarexpbar_toolbar_deuiaction3"
},
"getPSViewCtrlName" : "calendarexpbar_toolbar"
} ],
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:item1",
"parentDataJO" : {
"srfparentdefname" : "IBIZORDERID",
"srfparentdename" : "IBIZORDER",
"srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
},
"realTitle" : "订单明细表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "calendarexpbar_toolbar_deuiaction3",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "calendarexpbar_calendar"
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "calendarexpbar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE;LOAD;ACTIVATED",
"logicTag" : "calendarexpbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_calendarexpbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "CALENDAREXPBAR"
},
"getPSControls" : [ {
"calendarStyle" : "MONTH",
"codeName" : "OrderCalendarNavigation",
"controlType" : "CALENDAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSCALENDARS/OrderCalendarNavigation.json",
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"legendPos" : "NONE",
"logicName" : "订单日历导航",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "calendarexpbar_calendar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "calendarexpbar_calendar",
"logicType" : "CUSTOM",
"name" : "calendarexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "calendarexpbar_calendar",
"logicType" : "CUSTOM",
"name" : "calendarexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "calendarexpbar_calendar"
},
"getPSSysCalendarItems" : [ {
"getBeginTimePSAppDEField" : {
"name" : "STARTTIME",
"codeName" : "StartTime"
},
"getEndTimePSAppDEField" : {
"name" : "ENDTIME",
"codeName" : "EndTime"
},
"getIdPSAppDEField" : {
"name" : "IBIZORDERID",
"codeName" : "IBIZOrderId"
},
"itemStyle" : "DEFAULT",
"itemType" : "item1",
"maxSize" : -1,
"name" : "订单",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "IBIZORDERDETAILS",
"name" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID",
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getTextPSAppDEField" : {
"name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName"
},
"enableQuickCreate" : false,
"id" : "item1"
} ],
"enableGroup" : false,
"name" : "calendarexpbar_calendar",
"modelid" : "6999d77a8cd313ef3e7fc0038e128591",
"modeltype" : "PSSYSCALENDAR"
}, { }, {
"codeName" : "CalendarExpView_layoutcalendarexpbar_toolbar", "caption" : "面板容器",
"controlType" : "TOOLBAR", "contentWidth" : 20.0,
"hookEventNames" : [ "CLICK" ], "itemStyle" : "DEFAULT",
"logicName" : "导航工具栏", "itemType" : "CONTAINER",
"name" : "calendarexpbar_toolbar", "name" : "container_scroll_left1",
"getPSAppDataEntity" : { "getPSLayout" : {
"modelref" : true, "layout" : "BORDER"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSControlLogics" : [ { "getPSLayoutPos" : {
"eventArg" : "deuiaction3", "layout" : "BORDER",
"eventNames" : "CLICK", "layoutPos" : "WEST",
"logicTag" : "calendarexpbar_toolbar", "width" : 20,
"logicType" : "APPVIEWLOGIC", "widthMode" : "PERCENTAGE"
"name" : "calendarexpbar_toolbar_deuiaction3_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "calendarexpbar_toolbar_deuiaction3_click"
}
} ],
"getPSControlParam" : {
"id" : "calendarexpbar_toolbar"
}, },
"getPSDEToolbarItems" : [ { "getPSPanelItems" : [ {
"getCapPSLanguageRes" : { "caption" : "CALENDAREXPBAR部件",
"lanResTag" : "TBB.TEXT.*.EDIT" "itemStyle" : "DEFAULT",
}, "itemType" : "CTRLPOS",
"caption" : "编辑", "name" : "calendarexpbar",
"groupExtractMode" : "ITEM", "getPSLayoutPos" : {
"itemType" : "DEUIACTION", "heightMode" : "FULL",
"name" : "deuiaction3", "layout" : "BORDER",
"noPrivDisplayMode" : 2, "layoutPos" : "CENTER",
"getPSAppViewUIAction" : { "widthMode" : "FULL"
"modelref" : true,
"id" : "calendarexpbar_toolbar_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
}, },
"showCaption" : true, "showCaption" : true
"showIcon" : true
} ], } ],
"modelid" : "ccc80bd11c6bc1789aa0e05fd5ede0b7", "width" : 20.0,
"modeltype" : "PSDETOOLBAR" "showCaption" : true
} ], } ]
"xDataControlName" : "calendarexpbar_calendar", } ],
"enableCounter" : true, "layoutBodyOnly" : true,
"enableSearch" : true, "layoutPanel" : true,
"showTitleBar" : true, "useDefaultLayout" : false,
"modelid" : "8a29ee094e2f26c928d26ef24d29401f_calendarexpbar", "modelid" : "FF10723D-97D5-468C-9757-F58C8BCEC39D",
"modeltype" : "PSEXPBAR" "modeltype" : "PSSYSVIEWLAYOUTPANEL"
}, {
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSSEARCHBARS/.json",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar"
} ]
}, },
"sideBarLayout" : "LEFT", "sideBarLayout" : "LEFT",
"title" : "实体日历导航视图", "title" : "实体日历导航视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DECALENDAREXPVIEW", "viewType" : "DECALENDAREXPVIEW",
"enableDP" : true, "enableDP" : true,
"enableFilter" : true, "enableFilter" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableSearch" : true,
"showCaptionBar" : false, "showCaptionBar" : false,
"showDataInfoBar" : true, "showDataInfoBar" : true,
"modelid" : "8a29ee094e2f26c928d26ef24d29401f", "modelid" : "8a29ee094e2f26c928d26ef24d29401f",
......
...@@ -11,776 +11,770 @@ ...@@ -11,776 +11,770 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "DataViewExpView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "dataviewexpbar",
"name" : "DATAVIEWEXPBAR",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewMsgGroup" : { "getPSAppViewMsgGroup" : {
"modelref" : true, "modelref" : true,
"id" : "VMGroup49" "id" : "VMGroup49"
}, },
"getPSDEViewCodeName" : "DataViewExpView_layout", "getPSAppViewRefs" : [ {
"getPSDEViewId" : "AE926CFC-AE29-475B-85E0-55EFFFE3C77B", "name" : "NEWDATA",
"getPSViewLayoutPanel" : { "realTitle" : "订单编辑视图",
"getAllPSPanelFields" : [ { "getRealTitlePSLanguageRes" : {
"id" : "view_pagecaption" "lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
} ], },
"codeName" : "Usr1104835568", "getRefPSAppView" : {
"controlType" : "VIEWLAYOUTPANEL", "modelref" : true,
"layoutMode" : "FLEX", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"logicName" : "DataViewExpViewDEDATAVIEWEXPVIEW", "viewType" : "DEEDITVIEW"
"name" : "layoutpanel", }
}, {
"name" : "EDITDATA",
"realTitle" : "订单编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "DataViewExpView_layoutdataviewexpbar",
"controlType" : "DATAVIEWEXPBAR",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD", "ACTIVATED" ],
"name" : "dataviewexpbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "栅格容器",
"contentHeight" : 100.0,
"height" : 100.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"height" : 100,
"heightMode" : "PX",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "view_pagecaption",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "LEFT",
"heightMode" : "FULL",
"layout" : "SIMPLEFLEX",
"widthMode" : "FULL"
},
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "TOOLBAR",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "toolbar",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"heightMode" : "FULL",
"layout" : "SIMPLEFLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 3,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "dataviewexpbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "SIMPLEFLEX"
}
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container3",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 9,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "导航区占位",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "nav_pos1",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "SIMPLEFLEX"
},
"getPSRawItem" : {
"name" : "nav_pos1",
"predefinedType" : "NAV_POS"
},
"showCaption" : true
} ]
} ]
} ]
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "F8734CB4-8A8D-451B-B9B2-4E053430D296",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "DataViewExpView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "dataviewexpbar",
"name" : "DATAVIEWEXPBAR",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "eventArg" : "deuiaction3",
"logicType" : "SYSUILOGIC", "eventNames" : "CLICK",
"name" : "newdata", "logicTrigger" : "CTRLEVENT",
"getPSAppUILogic" : { "logicType" : "APPVIEWUIACTION",
"actionAfterWizard" : "DEFAULT", "name" : "dataviewexpbar_toolbar_deuiaction3_click",
"logicType" : "PREDEFINED", "getPSAppViewUIAction" : {
"name" : "新建数据", "modelref" : true,
"getNewDataPSAppView" : { "id" : "dataviewexpbar_toolbar_deuiaction3"
"getRefPSAppView" : { },
"modelref" : true, "getPSViewCtrlName" : "dataviewexpbar_toolbar"
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EXPITEM:DEFAULT",
"realTitle" : "订单编辑视图", "parentDataJO" : {
"srfparentdefname" : "IBIZORDERID",
"srfparentdename" : "IBIZORDER",
"srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
},
"realTitle" : "订单明细表格视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW" "lanResTag" : "PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEGRIDVIEW9"
} }
}, { } ],
"name" : "EDITDATA", "getPSAppViewUIActions" : [ {
"realTitle" : "订单编辑视图", "name" : "dataviewexpbar_toolbar_deuiaction3",
"getRealTitlePSLanguageRes" : { "getPSUIAction" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW" "modelref" : true,
"id" : "Edit"
}, },
"getRefPSAppView" : { "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "dataviewexpbar_dataview"
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "dataviewexpbar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE;LOAD;ACTIVATED",
"logicTag" : "dataviewexpbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_dataviewexpbar",
"getPSAppViewEngine" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json", "id" : "engine"
"viewType" : "DEEDITVIEW"
} }
} ], } ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DATAVIEWEXPBAR"
},
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "DataViewExpView_layoutdataviewexpbar", "codeName" : "CardNavigation",
"controlType" : "DATAVIEWEXPBAR", "controlType" : "DATAVIEW",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD", "ACTIVATED" ], "getCreatePSControlAction" : {
"name" : "dataviewexpbar", "modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSDATAVIEWS/CardNavigation.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "卡片导航",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "IBIZORDERDETAILS",
"name" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID",
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSAppViewLogics" : [ {
"eventArg" : "deuiaction3",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "dataviewexpbar_toolbar_deuiaction3_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "dataviewexpbar_toolbar_deuiaction3"
},
"getPSViewCtrlName" : "dataviewexpbar_toolbar"
} ],
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:DEFAULT",
"parentDataJO" : {
"srfparentdefname" : "IBIZORDERID",
"srfparentdename" : "IBIZORDER",
"srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
},
"realTitle" : "订单明细表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "dataviewexpbar_toolbar_deuiaction3",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "dataviewexpbar_dataview"
} ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "getPSHandlerActions" : [ {
"id" : "dataviewexpbar" "actionName" : "Get",
}, "actionType" : "DEACTION",
"getPSControlLogics" : [ { "dataAccessAction" : "READ",
"eventNames" : "SELECTIONCHANGE;LOAD;ACTIVATED", "name" : "load",
"logicTag" : "dataviewexpbar", "getPSAppDEMethod" : {
"logicType" : "APPVIEWENGINE", "modelref" : true,
"name" : "engine_dataviewexpbar", "id" : "Get"
"getPSAppViewEngine" : { },
"modelref" : true, "getPSAppDataEntity" : {
"id" : "engine" "modelref" : true,
} "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DATAVIEWEXPBAR"
},
"getPSControls" : [ {
"codeName" : "CardNavigation",
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSDATAVIEWS/CardNavigation.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "卡片导航",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "IBIZORDERDETAILS",
"name" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID",
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "dataviewexpbar_dataview",
"logicType" : "CUSTOM",
"name" : "dataviewexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "dataviewexpbar_dataview",
"logicType" : "CUSTOM",
"name" : "dataviewexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "dataviewexpbar_dataview"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "Import"
},
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "memo",
"getPSAppDEField" : {
"name" : "MEMO",
"codeName" : "Memo"
}
}, {
"dataType" : 25,
"name" : "ibizorderid",
"getPSAppDEField" : {
"name" : "IBIZORDERID",
"codeName" : "IBIZOrderId"
}
}, {
"dataType" : 9,
"name" : "detailnum",
"getPSAppDEField" : {
"name" : "DETAILNUM",
"codeName" : "DetailNum"
}
}, {
"dataType" : 25,
"name" : "ibizordername",
"getPSAppDEField" : {
"name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName"
}
}, {
"dataType" : 25,
"name" : "ibizcustomerid",
"getPSAppDEField" : {
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}
}, {
"dataType" : 7,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "ibizcustomername",
"getPSAppDEField" : {
"name" : "IBIZCUSTOMERNAME",
"codeName" : "IBIZCustomerName"
} }
}, { }, {
"dataType" : 25, "actionName" : "Create",
"name" : "srfkey", "actionType" : "DEACTION",
"getPSAppDEField" : { "dataAccessAction" : "CREATE",
"name" : "IBIZORDERID", "name" : "create",
"codeName" : "IBIZOrderId" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, { }, {
"dataType" : 25, "actionName" : "Update",
"name" : "srfmajortext", "actionType" : "DEACTION",
"getPSAppDEField" : { "dataAccessAction" : "UPDATE",
"name" : "IBIZORDERNAME", "name" : "update",
"codeName" : "IBIZOrderName" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, { }, {
"dataType" : 25, "actionName" : "Remove",
"getFrontPSCodeList" : { "actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTEP.json" "id" : "Remove"
}, },
"name" : "wfstep", "getPSAppDataEntity" : {
"getPSAppDEField" : { "modelref" : true,
"name" : "WFSTEP", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"codeName" : "WFStep"
} }
}, { }, {
"dataType" : 25, "actionType" : "DEDATASET",
"getFrontPSCodeList" : { "name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTATE.json" "id" : "FetchDefault"
}, },
"name" : "orderstate", "getPSAppDataEntity" : {
"getPSAppDEField" : { "modelref" : true,
"name" : "ORDERSTATE", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"codeName" : "OrderState"
} }
}, {
"dataType" : 25,
"name" : "srfmstag"
} ], } ],
"getPSDEDataViewItems" : [ { "userDRAction" : "READ",
"getCapPSLanguageRes" : { "enableDEFieldPrivilege" : false,
"lanResTag" : "DEF.LNAME.MEMO" "id" : "数据视图处理器"
}, },
"caption" : "备注", "getPSControlLogics" : [ {
"dataItemName" : "memo", "eventNames" : "SELECTIONCHANGE",
"itemType" : "DATAITEM", "logicTag" : "dataviewexpbar_dataview",
"logicType" : "CUSTOM",
"name" : "dataviewexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "dataviewexpbar_dataview",
"logicType" : "CUSTOM",
"name" : "dataviewexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "dataviewexpbar_dataview"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "Import"
},
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "memo",
"getPSAppDEField" : {
"name" : "MEMO", "name" : "MEMO",
"getPSAppDEField" : { "codeName" : "Memo"
"name" : "MEMO", }
"codeName" : "Memo" }, {
}, "dataType" : 25,
"enableSort" : true "name" : "ibizorderid",
}, { "getPSAppDEField" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERID"
},
"caption" : "订单标识",
"dataItemName" : "ibizorderid",
"itemType" : "DATAITEM",
"name" : "IBIZORDERID", "name" : "IBIZORDERID",
"getPSAppDEField" : { "codeName" : "IBIZOrderId"
"name" : "IBIZORDERID", }
"codeName" : "IBIZOrderId" }, {
}, "dataType" : 9,
"enableSort" : true "name" : "detailnum",
}, { "getPSAppDEField" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.DETAILNUM"
},
"caption" : "明细数",
"dataItemName" : "detailnum",
"itemType" : "DATAITEM",
"name" : "DETAILNUM", "name" : "DETAILNUM",
"getPSAppDEField" : { "codeName" : "DetailNum"
"name" : "DETAILNUM", }
"codeName" : "DetailNum" }, {
}, "dataType" : 25,
"enableSort" : true "name" : "ibizordername",
}, { "getPSAppDEField" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME"
},
"caption" : "订单名称",
"dataItemName" : "ibizordername",
"itemType" : "DATAITEM",
"name" : "IBIZORDERNAME", "name" : "IBIZORDERNAME",
"getPSAppDEField" : { "codeName" : "IBIZOrderName"
"name" : "IBIZORDERNAME", }
"codeName" : "IBIZOrderName" }, {
}, "dataType" : 25,
"enableSort" : true "name" : "ibizcustomerid",
}, { "getPSAppDEField" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZCUSTOMERID"
},
"caption" : "客户标识",
"dataItemName" : "ibizcustomerid",
"itemType" : "DATAITEM",
"name" : "IBIZCUSTOMERID", "name" : "IBIZCUSTOMERID",
"getPSAppDEField" : { "codeName" : "IBIZCustomerId"
"name" : "IBIZCUSTOMERID", }
"codeName" : "IBIZCustomerId" }, {
}, "dataType" : 7,
"enableSort" : true "name" : "amount",
}, { "getPSAppDEField" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDER.AMOUNT"
},
"caption" : "总计",
"dataItemName" : "amount",
"itemType" : "DATAITEM",
"name" : "AMOUNT", "name" : "AMOUNT",
"getPSAppDEField" : { "codeName" : "Amount"
"name" : "AMOUNT", }
"codeName" : "Amount" }, {
}, "dataType" : 25,
"enableSort" : true "name" : "ibizcustomername",
}, { "getPSAppDEField" : {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDER.IBIZCUSTOMERNAME"
},
"caption" : "客户名称",
"dataItemName" : "ibizcustomername",
"itemType" : "DATAITEM",
"name" : "IBIZCUSTOMERNAME", "name" : "IBIZCUSTOMERNAME",
"getPSAppDEField" : { "codeName" : "IBIZCustomerName"
"name" : "IBIZCUSTOMERNAME", }
"codeName" : "IBIZCustomerName" }, {
}, "dataType" : 25,
"enableSort" : true "name" : "srfkey",
} ], "getPSAppDEField" : {
"pagingSize" : 20, "name" : "IBIZORDERID",
"getRemovePSControlAction" : { "codeName" : "IBIZOrderId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName"
}
}, {
"dataType" : 25,
"getFrontPSCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "remove" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTEP.json"
}, },
"getUpdatePSControlAction" : { "name" : "wfstep",
"getPSAppDEField" : {
"name" : "WFSTEP",
"codeName" : "WFStep"
}
}, {
"dataType" : 25,
"getFrontPSCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "update" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTATE.json"
},
"name" : "orderstate",
"getPSAppDEField" : {
"name" : "ORDERSTATE",
"codeName" : "OrderState"
}
}, {
"dataType" : 25,
"name" : "srfmstag"
} ],
"getPSDEDataViewItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.MEMO"
},
"caption" : "备注",
"dataItemName" : "memo",
"itemType" : "DATAITEM",
"name" : "MEMO",
"getPSAppDEField" : {
"name" : "MEMO",
"codeName" : "Memo"
},
"enableSort" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERID"
},
"caption" : "订单标识",
"dataItemName" : "ibizorderid",
"itemType" : "DATAITEM",
"name" : "IBIZORDERID",
"getPSAppDEField" : {
"name" : "IBIZORDERID",
"codeName" : "IBIZOrderId"
},
"enableSort" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.DETAILNUM"
},
"caption" : "明细数",
"dataItemName" : "detailnum",
"itemType" : "DATAITEM",
"name" : "DETAILNUM",
"getPSAppDEField" : {
"name" : "DETAILNUM",
"codeName" : "DetailNum"
},
"enableSort" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME"
},
"caption" : "订单名称",
"dataItemName" : "ibizordername",
"itemType" : "DATAITEM",
"name" : "IBIZORDERNAME",
"getPSAppDEField" : {
"name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName"
},
"enableSort" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZCUSTOMERID"
},
"caption" : "客户标识",
"dataItemName" : "ibizcustomerid",
"itemType" : "DATAITEM",
"name" : "IBIZCUSTOMERID",
"getPSAppDEField" : {
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}, },
"hasWFDataItems" : false, "enableSort" : true
"appendDEItems" : true,
"enableCardEdit" : false,
"enableCardEditGroup" : false,
"enableCardEditOrder" : false,
"enableCardNew" : false,
"enableGroup" : false,
"enablePagingBar" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "dataviewexpbar_dataview",
"modelid" : "1650906b3dcd438294cc177aa12653ab",
"modeltype" : "PSDEDATAVIEW"
}, { }, {
"codeName" : "DataViewExpView_layoutdataviewexpbar_toolbar", "getCapPSLanguageRes" : {
"controlType" : "TOOLBAR", "lanResTag" : "DEF.LNAME.IBIZORDER.AMOUNT"
"hookEventNames" : [ "CLICK" ], },
"logicName" : "导航工具栏", "caption" : "总计",
"name" : "dataviewexpbar_toolbar", "dataItemName" : "amount",
"getPSAppDataEntity" : { "itemType" : "DATAITEM",
"name" : "AMOUNT",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
},
"enableSort" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDER.IBIZCUSTOMERNAME"
},
"caption" : "客户名称",
"dataItemName" : "ibizcustomername",
"itemType" : "DATAITEM",
"name" : "IBIZCUSTOMERNAME",
"getPSAppDEField" : {
"name" : "IBIZCUSTOMERNAME",
"codeName" : "IBIZCustomerName"
},
"enableSort" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : false,
"appendDEItems" : true,
"enableCardEdit" : false,
"enableCardEditGroup" : false,
"enableCardEditOrder" : false,
"enableCardNew" : false,
"enableGroup" : false,
"enablePagingBar" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "dataviewexpbar_dataview",
"modelid" : "1650906b3dcd438294cc177aa12653ab",
"modeltype" : "PSDEDATAVIEW"
}, {
"codeName" : "DataViewExpView_layoutdataviewexpbar_toolbar",
"controlType" : "TOOLBAR",
"hookEventNames" : [ "CLICK" ],
"logicName" : "导航工具栏",
"name" : "dataviewexpbar_toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlLogics" : [ {
"eventArg" : "deuiaction3",
"eventNames" : "CLICK",
"logicTag" : "dataviewexpbar_toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "dataviewexpbar_toolbar_deuiaction3_click",
"getPSAppViewLogic" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "id" : "dataviewexpbar_toolbar_deuiaction3_click"
}
} ],
"getPSControlParam" : {
"id" : "dataviewexpbar_toolbar"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
}, },
"getPSControlLogics" : [ { "caption" : "编辑",
"eventArg" : "deuiaction3", "groupExtractMode" : "ITEM",
"eventNames" : "CLICK", "itemType" : "DEUIACTION",
"logicTag" : "dataviewexpbar_toolbar", "name" : "deuiaction3",
"logicType" : "APPVIEWLOGIC", "noPrivDisplayMode" : 2,
"name" : "dataviewexpbar_toolbar_deuiaction3_click", "getPSAppViewUIAction" : {
"getPSAppViewLogic" : { "modelref" : true,
"modelref" : true, "id" : "dataviewexpbar_toolbar_deuiaction3"
"id" : "dataviewexpbar_toolbar_deuiaction3_click" },
} "getPSSysImage" : {
} ], "glyph" : "xf044@FontAwesome",
"getPSControlParam" : { "cssClass" : "fa fa-edit"
"id" : "dataviewexpbar_toolbar"
}, },
"getPSDEToolbarItems" : [ { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT" "lanResTag" : "TBB.TEXT.*.EDIT"
}, },
"caption" : "编辑", "caption" : "编辑",
"groupExtractMode" : "ITEM", "codeName" : "Edit",
"itemType" : "DEUIACTION", "fullCodeName" : "Edit",
"name" : "deuiaction3", "name" : "表格界面_编辑操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "dataviewexpbar_toolbar_deuiaction3"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf044@FontAwesome", "glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit" "cssClass" : "fa fa-edit"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_EDITACTION",
"actionTarget" : "SINGLEKEY", "timeout" : 60000,
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT" "lanResTag" : "TBB.TOOLTIP.*.EDIT"
}, },
"showCaption" : true, "uIActionMode" : "SYS",
"showIcon" : true "uIActionTag" : "Edit",
} ], "uIActionType" : "DEUIACTION"
"modelid" : "ccc80bd11c6bc1789aa0e05fd5ede0b7", },
"modeltype" : "PSDETOOLBAR" "tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "dataviewexpbar_dataview", "modelid" : "ccc80bd11c6bc1789aa0e05fd5ede0b7",
"enableCounter" : true, "modeltype" : "PSDETOOLBAR"
"enableSearch" : true, } ],
"showTitleBar" : true, "xDataControlName" : "dataviewexpbar_dataview",
"modelid" : "466f7d742867f2fda5380dbd3eb4cd08_dataviewexpbar", "enableCounter" : true,
"modeltype" : "PSEXPBAR" "enableSearch" : true,
}, { "showTitleBar" : true,
"controlType" : "SEARCHBAR", "modelid" : "466f7d742867f2fda5380dbd3eb4cd08_dataviewexpbar",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSSEARCHBARS/.json", "modeltype" : "PSEXPBAR"
"getPSAppDataEntity" : { } ],
"modelref" : true, "getPSDEViewCodeName" : "DataViewExpView_layout",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "getPSDEViewId" : "AE926CFC-AE29-475B-85E0-55EFFFE3C77B",
"getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "view_pagecaption"
} ],
"codeName" : "Layoutpanel",
"controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "TABLE_24COL",
"logicName" : "卡片导航",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRootPSPanelItems" : [ {
"caption" : "滚动条容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll1",
"getPSLayout" : {
"layout" : "BORDER"
}, },
"getPSControlParam" : { "getPSLayoutPos" : {
"id" : "searchbar" "colMD" : 24,
"layout" : "TABLE_24COL"
}, },
"quickGroupCount" : -1, "getPSPanelItems" : [ {
"quickSearchMode" : 1, "caption" : "面板容器",
"quickSearchWidth" : 0, "itemStyle" : "DEFAULT",
"enableFilter" : false, "itemType" : "CONTAINER",
"enableGroup" : false, "name" : "container_scroll_main1",
"enableQuickSearch" : true, "getPSLayout" : {
"mobileSearchBar" : false, "layout" : "BORDER"
"name" : "searchbar" },
} ] "getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "CENTER"
},
"getPSPanelItems" : [ {
"caption" : "导航区占位",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "nav_pos1",
"getPSLayoutPos" : {
"heightMode" : "FULL",
"layout" : "BORDER",
"layoutPos" : "CENTER",
"widthMode" : "FULL"
},
"getPSRawItem" : {
"name" : "nav_pos1",
"predefinedType" : "NAV_POS"
},
"showCaption" : true
} ],
"showCaption" : true
}, {
"caption" : "面板容器",
"contentWidth" : 20.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll_left1",
"getPSLayout" : {
"layout" : "BORDER"
},
"getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "WEST",
"width" : 20,
"widthMode" : "PERCENTAGE"
},
"getPSPanelItems" : [ {
"caption" : "DATAVIEWEXPBAR部件",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "dataviewexpbar",
"getPSLayoutPos" : {
"heightMode" : "FULL",
"layout" : "BORDER",
"layoutPos" : "CENTER",
"widthMode" : "FULL"
},
"showCaption" : true
} ],
"width" : 20.0,
"showCaption" : true
}, {
"caption" : "面板容器",
"contentHeight" : 80.0,
"height" : 80.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll_header1",
"getPSLayout" : {
"layout" : "BORDER"
},
"getPSLayoutPos" : {
"height" : 80,
"heightMode" : "PX",
"layout" : "BORDER",
"layoutPos" : "NORTH"
},
"getPSPanelItems" : [ {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "CENTER"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 3,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "view_pagecaption",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "LEFT",
"layout" : "SIMPLEFLEX",
"vAlignSelf" : "MIDDLE"
},
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 9,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "TOOLBAR部件",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "toolbar",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "SIMPLEFLEX",
"vAlignSelf" : "MIDDLE"
},
"showCaption" : true
} ]
} ]
} ],
"showCaption" : true
} ]
} ],
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : false,
"modelid" : "8C35B3B7-0B98-434C-8029-96195DC07EA8",
"modeltype" : "PSSYSVIEWLAYOUTPANEL"
}, },
"sideBarLayout" : "LEFT", "sideBarLayout" : "LEFT",
"title" : "实体卡片视图导航视图", "title" : "实体卡片视图导航视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DEDATAVIEWEXPVIEW", "viewType" : "DEDATAVIEWEXPVIEW",
"enableDP" : true, "enableDP" : true,
"enableFilter" : true, "enableFilter" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableSearch" : true,
"showCaptionBar" : false, "showCaptionBar" : false,
"showDataInfoBar" : true, "showDataInfoBar" : true,
"modelid" : "466f7d742867f2fda5380dbd3eb4cd08", "modelid" : "466f7d742867f2fda5380dbd3eb4cd08",
......
...@@ -11,887 +11,904 @@ ...@@ -11,887 +11,904 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "TreeExpView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "treeexpbar",
"name" : "TREEEXPBAR",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewMsgGroup" : { "getPSAppViewMsgGroup" : {
"modelref" : true, "modelref" : true,
"id" : "VMGroup48" "id" : "VMGroup48"
}, },
"getPSDEViewCodeName" : "TreeExpView_layout", "getPSAppViewRefs" : [ {
"getPSDEViewId" : "BEF018B6-3A3D-4508-B96F-F24AA8AFDC54", "name" : "EDITDATA",
"getPSViewLayoutPanel" : { "realTitle" : "订单编辑视图",
"getAllPSPanelFields" : [ { "getRealTitlePSLanguageRes" : {
"id" : "view_pagecaption" "lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
} ], },
"codeName" : "Usr1104887055", "getRefPSAppView" : {
"controlType" : "VIEWLAYOUTPANEL", "modelref" : true,
"layoutMode" : "FLEX", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"logicName" : "TreeExpViewDETREEEXPVIEW", "viewType" : "DEEDITVIEW"
"name" : "layoutpanel", }
}, {
"name" : "NEWDATA",
"realTitle" : "订单编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "TreeExpView_layouttreeexpbar",
"controlType" : "TREEEXPBAR",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD", "ACTIVATED" ],
"name" : "treeexpbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSControlParam" : { }, "getPSAppViewLogics" : [ {
"getPSLayout" : { "eventArg" : "deuiaction3",
"layout" : "FLEX" "eventNames" : "CLICK",
}, "logicTrigger" : "CTRLEVENT",
"getRootPSPanelItems" : [ { "logicType" : "APPVIEWUIACTION",
"caption" : "容器", "name" : "treeexpbar_toolbar_deuiaction3_click",
"itemStyle" : "DEFAULT", "getPSAppViewUIAction" : {
"itemType" : "CONTAINER", "modelref" : true,
"name" : "page_container", "id" : "treeexpbar_toolbar_deuiaction3"
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSViewCtrlName" : "treeexpbar_toolbar"
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "view_pagecaption",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"heightMode" : "FULL",
"layout" : "TABLE_24COL",
"widthMode" : "FULL"
},
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 2,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "TREEEXPBAR",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "treeexpbar",
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "SIMPLEFLEX"
},
"showCaption" : true
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container8",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 10,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "导航区占位",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "nav_pos1",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "SIMPLEFLEX"
},
"getPSRawItem" : {
"name" : "nav_pos1",
"predefinedType" : "NAV_POS"
},
"showCaption" : true
} ]
} ]
} ]
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "90FD0138-412B-4C52-AEA7-3725A167C670",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "TreeExpView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "treeexpbar",
"name" : "TREEEXPBAR",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewRefs" : [ {
"logicTrigger" : "CUSTOM", "name" : "EXPITEM:orderDataDyc",
"logicType" : "SYSUILOGIC", "parentDataJO" : {
"name" : "newdata", "srfparentdefname" : "IBIZORDERID",
"getPSAppUILogic" : { "srfparentdename" : "IBIZORDER",
"actionAfterWizard" : "DEFAULT", "srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
"logicType" : "PREDEFINED", },
"name" : "新建数据", "realTitle" : "订单明细表格视图",
"getNewDataPSAppView" : { "getRealTitlePSLanguageRes" : {
"getRefPSAppView" : { "lanResTag" : "PAGE.TITLE.IBIZORDERDETAIL.GRIDVIEW9"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json", "getRefPSAppView" : {
"viewType" : "DEEDITVIEW" "modelref" : true,
} "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json",
}, "viewType" : "DEGRIDVIEW9"
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
} }
}, { }, {
"logicTrigger" : "CUSTOM", "name" : "EXPITEM:orderStatusData",
"logicType" : "SYSUILOGIC", "realTitle" : "订单表格视图",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "订单编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW" "lanResTag" : "PAGE.TITLE.IBIZORDER.GRIDVIEW9"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEGRIDVIEW9"
} }
}, { }, {
"name" : "NEWDATA", "name" : "EXPITEM:orderTypeData",
"realTitle" : "订单编辑视图", "realTitle" : "订单表格视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW" "lanResTag" : "PAGE.TITLE.IBIZORDER.GRIDVIEW9"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEGRIDVIEW9"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "treeexpbar_toolbar_deuiaction3",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "treeexpbar_tree"
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "treeexpbar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE;LOAD;ACTIVATED",
"logicTag" : "treeexpbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_treeexpbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
} }
} ], } ],
"getPSControlParam" : {
"width" : 500.0,
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "TREEEXPBAR"
},
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeExpView_layouttreeexpbar", "codeName" : "TreeExp",
"controlType" : "TREEEXPBAR", "controlType" : "TREEVIEW",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD", "ACTIVATED" ], "getCreatePSControlAction" : {
"name" : "treeexpbar", "modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSTREEVIEWS/TreeExp.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树导航",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSAppViewLogics" : [ { "getPSControlHandler" : {
"eventArg" : "deuiaction3", "getPSHandlerActions" : [ {
"eventNames" : "CLICK", "actionName" : "Get",
"logicTrigger" : "CTRLEVENT", "actionType" : "DEACTION",
"logicType" : "APPVIEWUIACTION", "dataAccessAction" : "READ",
"name" : "treeexpbar_toolbar_deuiaction3_click", "name" : "load",
"getPSAppViewUIAction" : { "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "Import"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "treeexpbar_toolbar_deuiaction3" "id" : "orderStatusData"
}, },
"getPSViewCtrlName" : "treeexpbar_toolbar" "name" : "订单状态 - 订单状态",
} ], "getParentPSDETreeNode" : {
"getPSAppViewRefs" : [ { "modelref" : true,
"name" : "EXPITEM:orderDataDyc", "id" : "orderstatus"
"parentDataJO" : {
"srfparentdefname" : "IBIZORDERID",
"srfparentdename" : "IBIZORDER",
"srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
}, },
"realTitle" : "订单明细表格视图", "parentValueLevel" : 1,
"getRealTitlePSLanguageRes" : { "searchMode" : 3
"lanResTag" : "PAGE.TITLE.IBIZORDERDETAIL.GRIDVIEW9" }, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "orderTypeData"
}, },
"getRefPSAppView" : { "name" : "订单类型 - 订单类型代码表",
"getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json", "id" : "orderType"
"viewType" : "DEGRIDVIEW9" },
} "parentValueLevel" : 1,
"searchMode" : 3
}, { }, {
"name" : "EXPITEM:orderStatusData", "getChildPSDETreeNode" : {
"realTitle" : "订单表格视图", "modelref" : true,
"getRealTitlePSLanguageRes" : { "id" : "orderstatus"
"lanResTag" : "PAGE.TITLE.IBIZORDER.GRIDVIEW9"
}, },
"getRefPSAppView" : { "name" : "默认根节点 - 订单状态",
"getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json", "id" : "ROOT"
"viewType" : "DEGRIDVIEW9" },
} "parentValueLevel" : 1,
"searchMode" : 3
}, { }, {
"name" : "EXPITEM:orderTypeData", "getChildPSDETreeNode" : {
"realTitle" : "订单表格视图", "modelref" : true,
"getRealTitlePSLanguageRes" : { "id" : "orderDataDyc"
"lanResTag" : "PAGE.TITLE.IBIZORDER.GRIDVIEW9"
}, },
"getRefPSAppView" : { "name" : "订单数据 - 订单实体",
"getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json", "id" : "orderData"
"viewType" : "DEGRIDVIEW9" },
} "parentValueLevel" : 1,
} ], "searchMode" : 3
"getPSAppViewUIActions" : [ { }, {
"name" : "treeexpbar_toolbar_deuiaction3", "getChildPSDETreeNode" : {
"getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Edit" "id" : "orderType"
}, },
"uIActionTarget" : "SINGLEKEY", "name" : "默认根节点 - 产品类型",
"xDataControlName" : "treeexpbar_tree" "getParentPSDETreeNode" : {
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "treeexpbar"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE;LOAD;ACTIVATED",
"logicTag" : "treeexpbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_treeexpbar",
"getPSAppViewEngine" : {
"modelref" : true, "modelref" : true,
"id" : "engine" "id" : "ROOT"
} },
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "orderData"
},
"name" : "默认根节点 - 订单数据",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ], } ],
"getPSControlParam" : { "getPSDETreeNodes" : [ {
"width" : 500.0, "counterMode" : 0,
"autoLoad" : true, "name" : "订单类型",
"showBusyIndicator" : true, "nodeType" : "orderType",
"id" : "TREEEXPBAR" "getPSAppDataEntity" : {
},
"getPSControls" : [ {
"codeName" : "TreeExp",
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "create" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"text" : "订单类型",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderType"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "IBIZORDERID",
"codeName" : "IBIZOrderId"
}, },
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSTREEVIEWS/TreeExp.json", "maxSize" : -1,
"getFetchPSControlAction" : { "name" : "订单实体",
"getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json",
"viewType" : "DEGRIDVIEW9"
}, },
"getGetPSControlAction" : { "getNavPSDER" : {
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "IBIZORDERDETAILS",
"name" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID",
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
},
"nodeType" : "orderDataDyc",
"getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "load" "id" : "FetchDefault"
}, },
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "树导航",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSControlHandler" : { "getTextPSAppDEField" : {
"getPSHandlerActions" : [ { "name" : "IBIZORDERNAME",
"actionName" : "Get", "codeName" : "IBIZOrderName"
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
}, },
"getPSDEDataImport" : { "treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderDataDyc"
}, {
"counterMode" : 0,
"name" : "订单状态代码表",
"getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"id" : "Import" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json",
"viewType" : "DEGRIDVIEW9"
}, },
"getPSDETreeNodeRSs" : [ { "nodeType" : "orderStatusData",
"getChildPSDETreeNode" : { "getPSCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "orderStatusData" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTATE.json"
}, },
"name" : "订单状态 - 订单状态", "getPSAppDataEntity" : {
"getParentPSDETreeNode" : { "modelref" : true,
"modelref" : true, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"id" : "orderstatus" },
}, "getPSNavigateContexts" : [ {
"parentValueLevel" : 1, "key" : "CONTEXTPARAM1",
"searchMode" : 3 "name" : "CONTEXTPARAM1",
}, { "value" : "orderstate",
"getChildPSDETreeNode" : { "rawValue" : false
"modelref" : true,
"id" : "orderTypeData"
},
"name" : "订单类型 - 订单类型代码表",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "orderType"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "orderstatus"
},
"name" : "默认根节点 - 订单状态",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "orderDataDyc"
},
"name" : "订单数据 - 订单实体",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "orderData"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "orderType"
},
"name" : "默认根节点 - 产品类型",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "orderData"
},
"name" : "默认根节点 - 订单数据",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ], } ],
"getPSDETreeNodes" : [ { "getPSNavigateParams" : [ {
"counterMode" : 0, "key" : "n_orderstate_eq",
"name" : "订单类型", "name" : "n_orderstate_eq",
"nodeType" : "orderType", "value" : "NODEID",
"getPSAppDataEntity" : { "rawValue" : false
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"text" : "订单类型",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderType"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "IBIZORDERID",
"codeName" : "IBIZOrderId"
},
"maxSize" : -1,
"name" : "订单实体",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "IBIZORDERDETAILS",
"name" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID",
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
},
"nodeType" : "orderDataDyc",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getTextPSAppDEField" : {
"name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName"
},
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderDataDyc"
}, {
"counterMode" : 0,
"name" : "订单状态代码表",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"nodeType" : "orderStatusData",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTATE.json"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "n_orderstate_eq",
"name" : "n_orderstate_eq",
"value" : "NODEID",
"rawValue" : false
}, {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ],
"treeNodeType" : "CODELIST",
"hasPSDETreeNodeRSs" : false,
"appendCaption" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderStatusData"
}, {
"counterMode" : 0,
"name" : "默认根节点",
"nodeType" : "ROOT",
"nodeValue" : "root",
"text" : "默认根节点",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : true,
"selectFirstOnly" : false,
"selected" : false,
"id" : "ROOT"
}, {
"counterMode" : 0,
"name" : "订单状态",
"nodeType" : "orderstatus",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"text" : "订单状态",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderstatus"
}, {
"counterMode" : 0,
"name" : "订单类型实体",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"nodeType" : "orderTypeData",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/DYNAORDERTYPE.json"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrderType.json"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "n_ordertype_eq",
"name" : "n_ordertype_eq",
"value" : "NODEID",
"rawValue" : false
} ],
"treeNodeType" : "CODELIST",
"hasPSDETreeNodeRSs" : false,
"appendCaption" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderTypeData"
}, { }, {
"counterMode" : 0, "key" : "param2",
"name" : "订单数据", "name" : "param2",
"nodeType" : "orderData", "value" : "orderstate",
"getPSAppDataEntity" : { "rawValue" : false
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"text" : "所有订单",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderData"
} ], } ],
"getRemovePSControlAction" : { "treeNodeType" : "CODELIST",
"hasPSDETreeNodeRSs" : false,
"appendCaption" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderStatusData"
}, {
"counterMode" : 0,
"name" : "默认根节点",
"nodeType" : "ROOT",
"nodeValue" : "root",
"text" : "默认根节点",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : true,
"selectFirstOnly" : false,
"selected" : false,
"id" : "ROOT"
}, {
"counterMode" : 0,
"name" : "订单状态",
"nodeType" : "orderstatus",
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"id" : "remove" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"treeGridMode" : 0, "text" : "订单状态",
"getUpdatePSControlAction" : { "treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderstatus"
}, {
"counterMode" : 0,
"name" : "订单类型实体",
"getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"id" : "update" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json",
}, "viewType" : "DEGRIDVIEW9"
"enableRootSelect" : false, },
"outputIconDefault" : true, "nodeType" : "orderTypeData",
"rootVisible" : false, "getPSCodeList" : {
"name" : "treeexpbar_tree", "modelref" : true,
"modelid" : "957e09dc360544099b5ff881c14edcdd", "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/DYNAORDERTYPE.json"
"modeltype" : "PSDETREEVIEW" },
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrderType.json"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "n_ordertype_eq",
"name" : "n_ordertype_eq",
"value" : "NODEID",
"rawValue" : false
} ],
"treeNodeType" : "CODELIST",
"hasPSDETreeNodeRSs" : false,
"appendCaption" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderTypeData"
}, { }, {
"codeName" : "TreeExpView_layouttreeexpbar_toolbar", "counterMode" : 0,
"controlType" : "TOOLBAR", "name" : "订单数据",
"hookEventNames" : [ "CLICK" ], "nodeType" : "orderData",
"logicName" : "导航工具栏",
"name" : "treeexpbar_toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSControlLogics" : [ { "text" : "所有订单",
"eventArg" : "deuiaction3", "treeNodeType" : "STATIC",
"eventNames" : "CLICK", "hasPSDETreeNodeRSs" : true,
"logicTag" : "treeexpbar_toolbar", "appendPNodeId" : false,
"logicType" : "APPVIEWLOGIC", "disableSelect" : false,
"name" : "treeexpbar_toolbar_deuiaction3_click", "enableCheck" : false,
"getPSAppViewLogic" : { "enableEditData" : false,
"modelref" : true, "enableNewData" : false,
"id" : "treeexpbar_toolbar_deuiaction3_click" "enableQuickCreate" : false,
} "enableQuickSearch" : false,
} ], "enableRemoveData" : false,
"getPSControlParam" : { "enableViewData" : false,
"id" : "treeexpbar_toolbar" "expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "orderData"
} ],
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"enableRootSelect" : false,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "957e09dc360544099b5ff881c14edcdd",
"modeltype" : "PSDETREEVIEW"
}, {
"codeName" : "TreeExpView_layouttreeexpbar_toolbar",
"controlType" : "TOOLBAR",
"hookEventNames" : [ "CLICK" ],
"logicName" : "导航工具栏",
"name" : "treeexpbar_toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlLogics" : [ {
"eventArg" : "deuiaction3",
"eventNames" : "CLICK",
"logicTag" : "treeexpbar_toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "treeexpbar_toolbar_deuiaction3_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "treeexpbar_toolbar_deuiaction3_click"
}
} ],
"getPSControlParam" : {
"id" : "treeexpbar_toolbar"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
}, },
"getPSDEToolbarItems" : [ { "caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "treeexpbar_toolbar_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT" "lanResTag" : "TBB.TEXT.*.EDIT"
}, },
"caption" : "编辑", "caption" : "编辑",
"groupExtractMode" : "ITEM", "codeName" : "Edit",
"itemType" : "DEUIACTION", "fullCodeName" : "Edit",
"name" : "deuiaction3", "name" : "表格界面_编辑操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "treeexpbar_toolbar_deuiaction3"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf044@FontAwesome", "glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit" "cssClass" : "fa fa-edit"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_EDITACTION",
"actionTarget" : "SINGLEKEY", "timeout" : 60000,
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT" "lanResTag" : "TBB.TOOLTIP.*.EDIT"
}, },
"showCaption" : true, "uIActionMode" : "SYS",
"showIcon" : true "uIActionTag" : "Edit",
} ], "uIActionType" : "DEUIACTION"
"modelid" : "ccc80bd11c6bc1789aa0e05fd5ede0b7", },
"modeltype" : "PSDETOOLBAR" "tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"showCaption" : true,
"showIcon" : true
} ], } ],
"width" : 500.0, "modelid" : "ccc80bd11c6bc1789aa0e05fd5ede0b7",
"xDataControlName" : "treeexpbar_tree", "modeltype" : "PSDETOOLBAR"
"enableCounter" : true, } ],
"enableSearch" : true, "width" : 500.0,
"showTitleBar" : true, "xDataControlName" : "treeexpbar_tree",
"modelid" : "e9a38c4ae8ee81a86e3f25def14a0dbb_treeexpbar", "enableCounter" : true,
"modeltype" : "PSEXPBAR" "enableSearch" : true,
}, { "showTitleBar" : true,
"controlType" : "SEARCHBAR", "modelid" : "e9a38c4ae8ee81a86e3f25def14a0dbb_treeexpbar",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSSEARCHBARS/.json", "modeltype" : "PSEXPBAR"
"getPSAppDataEntity" : { } ],
"modelref" : true, "getPSDEViewCodeName" : "TreeExpView_layout",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "getPSDEViewId" : "BEF018B6-3A3D-4508-B96F-F24AA8AFDC54",
"getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "view_pagecaption"
} ],
"codeName" : "Layoutpanel",
"controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "TABLE_24COL",
"logicName" : "树导航",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRootPSPanelItems" : [ {
"caption" : "滚动条容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll1",
"getPSLayout" : {
"layout" : "BORDER"
}, },
"getPSControlParam" : { "getPSLayoutPos" : {
"id" : "searchbar" "colMD" : 24,
"layout" : "TABLE_24COL"
}, },
"quickGroupCount" : -1, "getPSPanelItems" : [ {
"quickSearchMode" : 1, "caption" : "面板容器",
"quickSearchWidth" : 0, "itemStyle" : "DEFAULT",
"enableFilter" : false, "itemType" : "CONTAINER",
"enableGroup" : false, "name" : "container_scroll_main1",
"enableQuickSearch" : true, "getPSLayout" : {
"mobileSearchBar" : false, "layout" : "BORDER"
"name" : "searchbar" },
} ] "getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "CENTER"
},
"getPSPanelItems" : [ {
"caption" : "导航区占位",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "nav_pos1",
"getPSLayoutPos" : {
"heightMode" : "FULL",
"layout" : "BORDER",
"layoutPos" : "CENTER",
"widthMode" : "FULL"
},
"getPSRawItem" : {
"name" : "nav_pos1",
"predefinedType" : "NAV_POS"
},
"showCaption" : true
} ],
"showCaption" : true
}, {
"caption" : "面板容器",
"contentHeight" : 50.0,
"height" : 50.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll_header1",
"getPSLayout" : {
"layout" : "BORDER"
},
"getPSLayoutPos" : {
"height" : 50,
"heightMode" : "PX",
"layout" : "BORDER",
"layoutPos" : "NORTH"
},
"getPSPanelItems" : [ {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "CENTER"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 3,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "view_pagecaption",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "LEFT",
"layout" : "SIMPLEFLEX",
"vAlignSelf" : "MIDDLE"
},
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 9,
"layout" : "SIMPLEFLEX"
}
} ]
} ],
"showCaption" : true
}, {
"caption" : "面板容器",
"contentWidth" : 20.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll_left1",
"getPSLayout" : {
"layout" : "BORDER"
},
"getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "WEST",
"width" : 20,
"widthMode" : "PERCENTAGE"
},
"getPSPanelItems" : [ {
"caption" : "TREEEXPBAR部件",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "treeexpbar",
"getPSLayoutPos" : {
"heightMode" : "FULL",
"layout" : "BORDER",
"layoutPos" : "CENTER",
"widthMode" : "FULL"
},
"showCaption" : true
} ],
"width" : 20.0,
"showCaption" : true
} ]
} ],
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : false,
"modelid" : "7B790B84-C11E-474B-8D86-91AB60D757E9",
"modeltype" : "PSSYSVIEWLAYOUTPANEL"
}, },
"title" : "实体树导航视图", "title" : "实体树导航视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DETREEEXPVIEW", "viewType" : "DETREEEXPVIEW",
"enableDP" : true, "enableDP" : true,
"enableFilter" : true, "enableFilter" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableSearch" : true,
"showCaptionBar" : false, "showCaptionBar" : false,
"showDataInfoBar" : true, "showDataInfoBar" : true,
"modelid" : "e9a38c4ae8ee81a86e3f25def14a0dbb", "modelid" : "e9a38c4ae8ee81a86e3f25def14a0dbb",
......
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
<!--输出实体[IBIZORDER]数据结构 --> <!--输出实体[IBIZORDER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-491-14"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-503-14">
<createTable tableName="T_IBIZORDER"> <createTable tableName="T_IBIZORDER">
<column name="TP" remarks="" type="TEXT(1048576)"> <column name="TP" remarks="" type="TEXT(1048576)">
</column> </column>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</createView> </createView>
</changeSet> </changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步--> <!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-491-8" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-503-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER"> <createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER">
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]> <![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView> </createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册