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

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

上级 0ac2aecb
......@@ -48,18 +48,18 @@
<div v-show="flag" class="batch-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i>
<span class='caption'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction1.caption')}}</span>
<span class='caption'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction1.caption')}}</span>
</i-button>
<div slot='content'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction1.tip')}}</div>
<div slot='content'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction1.tip')}}</div>
</tooltip>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i>
<span class='caption'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction2.caption')}}</span>
<span class='caption'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction2.caption')}}</span>
</i-button>
<div slot='content'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction2.tip')}}</div>
<div slot='content'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction2.tip')}}</div>
</tooltip>
</div>
</div>
......@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public appEntityService: IBIZBOOKEntityService = new IBIZBOOKEntityService({ $store: this.$store });
/**
* dataviewexpbar_dataview_batchtoolbar 部件 click 事件
* dataview_batchtoolbar 部件 click 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof Usr2Base
*/
public dataviewexpbar_dataview_batchtoolbar_click($event: any, $event2?: any) {
public dataview_batchtoolbar_click($event: any, $event2?: any) {
if (Object.is($event.tag, 'deuiaction1')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
this.dataview_batchtoolbar_deuiaction1_click(null, 'dataview_batchtoolbar', $event2);
}
if (Object.is($event.tag, 'deuiaction2')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
this.dataview_batchtoolbar_deuiaction2_click(null, 'dataview_batchtoolbar', $event2);
}
}
......@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
public dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
public dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
public dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
public dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase
* @memberof IBIZBOOKUsr2DataViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase
* @memberof IBIZBOOKUsr2DataViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -427,12 +427,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
let result: boolean = true;
Object.assign(actionData, args);
if ('selectionchange'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_selectionchange_ctrl_logic(actionData) && result;
}
if ('load'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_load_ctrl_logic(actionData) && result;
}
if (!result) {
return false;
}
......@@ -440,30 +434,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_selectionchange
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_selectionchange_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_load
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_load_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
......@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKDataViewExpView
* @memberof IBIZBOOKUsr2DataView
*/
public dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels: any = {
public usr2dataviewdataview_batchtoolbarModels: any = {
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' } },
......@@ -1035,7 +1005,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -1130,7 +1100,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -1247,7 +1217,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -1255,7 +1225,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......@@ -1357,16 +1327,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public uiAction(data: any, tag: any, $event: any) {
$event.stopPropagation();
if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
this.dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
this.dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
}
if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_memo1_u37f11a8_click(data, tag, $event);
this.dataview_memo1_u37f11a8_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_memo1_uc365542_click(data, tag, $event);
this.dataview_memo1_uc365542_click(data, tag, $event);
}
}
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Dataviewexpbar_dataviewMode
* @memberof Usr2DataViewMode
*/
public getDataItems(): any[] {
return [
......@@ -40,6 +40,17 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try {
if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -133,7 +133,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10",
"uniqueTag" : "IBIZAPPCTRL__Auto10"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -122,7 +122,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12",
"uniqueTag" : "IBIZAPPEDITOR__Auto12"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -122,7 +122,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto14"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -189,7 +189,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38",
"uniqueTag" : "IBIZAPPVIEW__Auto38"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -1086,7 +1086,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -196,7 +196,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"uniqueTag" : "IBIZBOOK__Auto41"
},
"enableSort" : false
}, {
......
......@@ -829,7 +829,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15",
"uniqueTag" : "IBIZBOOK__Auto15"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel1",
"titleBarCloseMode" : 1,
......
......@@ -443,7 +443,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15",
"uniqueTag" : "IBIZBOOK__Auto15"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false,
......
......@@ -274,7 +274,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -274,7 +274,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -293,7 +293,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"uniqueTag" : "IBIZBOOK__Auto41"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 100,
......
......@@ -321,7 +321,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -51,7 +51,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11",
"uniqueTag" : "IBIZBOOK__Auto11"
},
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "看板(内置功能)",
......
......@@ -199,7 +199,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"uniqueTag" : "IBIZBOOK__Auto41"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -20,18 +20,6 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
......@@ -43,6 +31,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
......
......@@ -930,7 +930,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23",
"uniqueTag" : "IBIZOrder__Auto23"
},
"portletType" : "ACTIONBAR",
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderDashboardView/psappviewctrls/dashboard_sysportlet3",
......
......@@ -225,7 +225,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto20"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto20",
"uniqueTag" : "IBIZOrder__Auto20"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 150,
......
......@@ -459,7 +459,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10",
"uniqueTag" : "IBIZAPPCTRL__Auto10"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -448,7 +448,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12",
"uniqueTag" : "IBIZAPPEDITOR__Auto12"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -448,7 +448,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto14"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -495,7 +495,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38",
"uniqueTag" : "IBIZAPPVIEW__Auto38"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -1130,7 +1130,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -1130,7 +1130,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -1348,6 +1348,7 @@
"id" : "DRBAR"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZBOOKEditView2__drbar",
"showTitle" : true,
"modelid" : "643b7d93870f8f5842b663af83ba85ae",
"modeltype" : "PSDEDRBAR"
......
......@@ -73,6 +73,7 @@
"id" : "DRTAB"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZBOOKEditView3__drtab",
"modelid" : "643b7d93870f8f5842b663af83ba85ae",
"modeltype" : "PSDEDRTAB"
}, {
......
......@@ -73,6 +73,7 @@
"id" : "DRTAB"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZBOOKEditView4__drtab",
"modelid" : "643b7d93870f8f5842b663af83ba85ae",
"modeltype" : "PSDEDRTAB"
}, {
......
......@@ -1351,7 +1351,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15",
"uniqueTag" : "IBIZBOOK__Auto15"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel1",
"titleBarCloseMode" : 1,
......
......@@ -1059,7 +1059,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15",
"uniqueTag" : "IBIZBOOK__Auto15"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel1",
"titleBarCloseMode" : 1,
......
......@@ -426,7 +426,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11",
"uniqueTag" : "IBIZBOOK__Auto11"
},
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "看板(内置功能)",
......
......@@ -426,7 +426,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11",
"uniqueTag" : "IBIZBOOK__Auto11"
},
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "看板(内置功能)",
......
......@@ -876,7 +876,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -678,6 +678,7 @@
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKTabSearchView/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZBOOKTabSearchView__tabexppanel",
"modelid" : "cac82d0ff3dfbb0d7980d0d49a25d026_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
} ],
......
......@@ -88,18 +88,6 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
......@@ -111,6 +99,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
......
......@@ -665,7 +665,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -492,7 +492,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -581,7 +581,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15",
"uniqueTag" : "IBIZBOOK__Auto15"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false,
......
......@@ -1373,7 +1373,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"uniqueTag" : "IBIZBOOK__Auto41"
},
"width" : 150,
"widthString" : "150px",
......
......@@ -612,7 +612,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"uniqueTag" : "IBIZBOOK__Auto41"
},
"enableSort" : false
}, {
......
......@@ -737,7 +737,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -737,7 +737,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......
......@@ -755,7 +755,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"uniqueTag" : "IBIZBOOK__Auto41"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 100,
......
......@@ -1481,10 +1481,6 @@
} ],
"getPSDEViewCodeName" : "UsrWizardView_plugin",
"getPSDEViewId" : "DC191A28-CCC6-471A-9F22-79BA614CF00C",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "bottomSteper"
},
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEWIZARDVIEW",
......@@ -1503,7 +1499,7 @@
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKUsrWizardView_plugin",
"title" : "底部步骤条",
"viewStyle" : "bottomSteper",
"viewStyle" : "DEFAULT",
"viewType" : "DEWIZARDVIEW",
"enableDP" : true,
"modelid" : "B30A816C-D046-4B05-8AFB-B3B5A3275F4F",
......
......@@ -980,7 +980,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23",
"uniqueTag" : "IBIZOrder__Auto23"
},
"portletType" : "ACTIONBAR",
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderDashboardView/psappviewctrls/dashboard_sysportlet3",
......
......@@ -1360,6 +1360,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
......
......@@ -1360,6 +1360,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2_layout__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
......
......@@ -244,6 +244,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
......
......@@ -246,6 +246,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3_layout__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
......
......@@ -244,6 +244,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
......
......@@ -1348,6 +1348,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4_layout__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
} ],
......
......@@ -777,7 +777,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto20"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto20",
"uniqueTag" : "IBIZOrder__Auto20"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 150,
......
......@@ -1084,6 +1084,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSGridView2__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
......
......@@ -1345,6 +1345,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState10EditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
......
......@@ -1310,6 +1310,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState30EditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
......
......@@ -1345,6 +1345,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState40EditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
......
......@@ -1002,6 +1002,7 @@
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTabExpView/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZOrderTabExpView__tabexppanel",
"modelid" : "f102adb54492a593c95a66e09402da81_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
} ],
......
......@@ -1375,6 +1375,7 @@
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderTestCLEditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
......
......@@ -1297,6 +1297,7 @@
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZSample0003STabExpView__tabexppanel",
"modelid" : "7d8f3c4529fab9a97c562a1d9d9b9a85_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
} ],
......
......@@ -1091,6 +1091,7 @@
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView_layout/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZSample0003STabExpView_layout__tabexppanel",
"modelid" : "4a0d51e3bca39ffa8dc989e13a1a613f_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
} ],
......
......@@ -930,6 +930,7 @@
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0021Usr1114865995WFDynaEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZSample0021Usr1114865995WFDynaEditView3__drtab",
"modelid" : "F70D46F0-4A0C-45B2-B449-664DF6C060AD",
"modeltype" : "PSDEDRTAB"
} ],
......
......@@ -1130,7 +1130,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39",
"uniqueTag" : "IBIZAPPVIEW__Auto39"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -1629,7 +1630,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38",
"uniqueTag" : "IBIZAPPVIEW__Auto38"
},
"width" : 150,
"widthString" : "150px",
......@@ -1996,7 +1998,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40",
"uniqueTag" : "IBIZAPPCTRL__Auto40"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -2459,7 +2462,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10",
"uniqueTag" : "IBIZAPPCTRL__Auto10"
},
"width" : 150,
"widthString" : "150px",
......@@ -2894,7 +2898,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1",
"uniqueTag" : "IBIZAPPEDITOR__Auto1"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -3346,7 +3351,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12",
"uniqueTag" : "IBIZAPPEDITOR__Auto12"
},
"width" : 150,
"widthString" : "150px",
......@@ -3777,7 +3783,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto31"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -4229,7 +4236,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto14"
},
"width" : 150,
"widthString" : "150px",
......
{
"name" : "演示应用",
"getAllPSAppDEUIActionGroups" : [ {
"codeName" : "Auto11",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11",
"name" : "实体看板界面行为组",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u7f86898",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "打开实体看板文档",
"codeName" : "openKanbanDocument",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZBOOK_openKanbanDocument",
"htmlPageUrl" : "https://www.yuque.com/ibiz/wuf19n/tqi7p6",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/openKanbanDocument",
"name" : "打开实体看板文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/openKanbanDocument",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openKanbanDocument",
"uIActionType" : "DEUIACTION",
"id" : "openKanbanDocument@IBIZBOOK"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto11",
"uniqueTag" : "IBIZBOOK__Auto11"
}, {
"codeName" : "Auto15",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15",
"name" : "打开文档",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u010ffcf",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"noPrivDisplayMode" : 1,
"caption" : "打开文档",
"codeName" : "openDocument",
"dataAccessAction" : "OPEN_DOCUMENT",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZBOOK_openDocument",
"htmlPageUrl" : "https://www.yuque.com/ibiz/wuf19n",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/openDocument",
"name" : "打开文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "OPEN_DOCUMENT"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/openDocument",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION",
"id" : "openDocument@IBIZBOOK"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "uee49d60",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "打开实体看板文档",
"codeName" : "openKanbanDocument",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZBOOK_openKanbanDocument",
"htmlPageUrl" : "https://www.yuque.com/ibiz/wuf19n/tqi7p6",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/openKanbanDocument",
"name" : "打开实体看板文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/openKanbanDocument",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openKanbanDocument",
"uIActionType" : "DEUIACTION",
"id" : "openKanbanDocument@IBIZBOOK"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto15",
"uniqueTag" : "IBIZBOOK__Auto15"
}, {
"codeName" : "Auto41",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"name" : "数据项操作行为组",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u715724a",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"noPrivDisplayMode" : 1,
"caption" : "编辑",
"codeName" : "Edit",
"dataAccessAction" : "EDIT",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr3EditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "IBIZBOOK_Edit",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/Edit",
"name" : "编辑",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "EDIT"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/Edit",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION",
"id" : "Edit@IBIZBOOK"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "ua7ac3e7",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"noPrivDisplayMode" : 1,
"caption" : "删除",
"codeName" : "Delete",
"dataAccessAction" : "DELETE",
"fullCodeName" : "IBIZBOOK_Delete",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/Delete",
"name" : "删除",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "DELETE"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuiactions/Delete",
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "Delete",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "Delete@IBIZBOOK"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/Auto41",
"uniqueTag" : "IBIZBOOK__Auto41"
}, {
"codeName" : "gridActionColumn",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"name" : "表格操作列界面行为组",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "uc5ae11d",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto1585",
"rTMOSFilePath" : "pslanguageres/Auto1585"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto834",
"rTMOSFilePath" : "pslanguageres/Auto834"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u53f6c0f",
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE",
"mOSFilePath" : "pslanguageres/Auto998",
"rTMOSFilePath" : "pslanguageres/Auto998"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Remove",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"mOSFilePath" : "pslanguageres/Auto1782",
"rTMOSFilePath" : "pslanguageres/Auto1782"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
}, {
"codeName" : "Auto10",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10",
"name" : "打开链接",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "ud5b8db7",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "打开文档",
"codeName" : "openDocument",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPCTRL_openDocument",
"htmlPageUrl" : "${data.documentaddress}",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuiactions/openDocument",
"name" : "打开文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPCTRL.json"
},
"paramItem" : "documentaddress",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuiactions/openDocument",
"textItem" : "documentaddress",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION",
"valueItem" : "documentaddress",
"id" : "openDocument@IBIZAPPCTRL"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10",
"uniqueTag" : "IBIZAPPCTRL__Auto10"
}, {
"codeName" : "Auto40",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40",
"name" : "更多",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u6920b81",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "MORE",
"codeName" : "MORE",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZAPPCTRLGridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "IBIZAPPCTRL_MORE",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuiactions/MORE",
"name" : "更多",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPCTRL.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuiactions/MORE",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "MORE",
"uIActionType" : "DEUIACTION",
"id" : "MORE@IBIZAPPCTRL"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40",
"uniqueTag" : "IBIZAPPCTRL__Auto40"
}, {
"codeName" : "Auto1",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1",
"name" : "更多",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "uf0b3e4f",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "MORE",
"codeName" : "MORE",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZAPPEDITORGridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "IBIZAPPEDITOR_MORE",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuiactions/MORE",
"name" : "更多",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPEDITOR.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuiactions/MORE",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "MORE",
"uIActionType" : "DEUIACTION",
"id" : "MORE@IBIZAPPEDITOR"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1",
"uniqueTag" : "IBIZAPPEDITOR__Auto1"
}, {
"codeName" : "Auto12",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12",
"name" : "打开链接",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u18ad931",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "打开文档",
"codeName" : "openDocument",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPEDITOR_openDocument",
"htmlPageUrl" : "${data.documentaddress}",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuiactions/openDocument",
"name" : "打开文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPEDITOR.json"
},
"paramItem" : "documentaddress",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuiactions/openDocument",
"textItem" : "documentaddress",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION",
"valueItem" : "documentaddress",
"id" : "openDocument@IBIZAPPEDITOR"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12",
"uniqueTag" : "IBIZAPPEDITOR__Auto12"
}, {
"codeName" : "Auto19",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto19",
"name" : "前台界面行为",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u464fbbe",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "前台界面行为(编辑)",
"codeName" : "FUIAction1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "IBIZOrder_FUIAction1",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/FUIAction1",
"name" : "前台界面行为(编辑)",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSNavigateContexts" : [ {
"key" : "IBIZORDERID",
"name" : "IBIZORDERID",
"value" : "15c8e85a50dae2893c26945df5b58e4e",
"rawValue" : true
}, {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "ibizorderid",
"rawValue" : false
}, {
"key" : "IBIZORDER",
"name" : "IBIZORDER",
"value" : "15c8e85a50dae2893c26945df5b58e4e",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizorderid",
"rawValue" : false
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/FUIAction1",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "FUIAction1",
"uIActionType" : "DEUIACTION",
"id" : "FUIAction1@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u70f69c7",
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "打开百度并搜索",
"codeName" : "OpenBDAnSearch",
"dialogResult" : "OK",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZOrder_OpenBDAnSearch",
"htmlPageUrl" : "https://www.baidu.com/s?wd=${context.nameparam}${viewParams.param2}",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/OpenBDAnSearch",
"name" : "打开百度并搜索",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSNavigateContexts" : [ {
"key" : "NAMEPARAM",
"name" : "NAMEPARAM",
"value" : "张",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "三",
"rawValue" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/OpenBDAnSearch",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenBDAnSearch",
"uIActionType" : "DEUIACTION",
"closeEditView" : true,
"closePopupView" : true,
"id" : "OpenBDAnSearch@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "ud0869d7",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "编辑并新建(后续执行)",
"codeName" : "EditAndNew",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderUsr1215996830EditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "IBIZOrder_EditAndNew",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/EditAndNew",
"name" : "编辑并新建(后续执行)",
"getNextPSUIAction" : {
"modelref" : true,
"id" : "New"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/EditAndNew",
"refreshMode" : 1,
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "EditAndNew",
"uIActionType" : "DEUIACTION",
"reloadData" : true,
"id" : "EditAndNew@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto19",
"uniqueTag" : "IBIZOrder__Auto19"
}, {
"codeName" : "Auto20",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto20",
"name" : "操作列行为组",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u6b249fc",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "删除",
"codeName" : "Delete",
"confirmMsg" : "是否确认需要删除当前数据?",
"fullCodeName" : "IBIZOrder_Delete",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/Delete",
"name" : "删除",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/Delete",
"refreshMode" : 1,
"successMsg" : "成功删除数据!",
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "Delete",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"reloadData" : true,
"id" : "Delete@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto20",
"uniqueTag" : "IBIZOrder__Auto20"
}, {
"codeName" : "Auto22",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto22",
"name" : "自定义图片资源",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "uea7911b",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "删除",
"codeName" : "ZDYUpdate",
"fullCodeName" : "IBIZOrder_ZDYUpdate",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/ZDYUpdate",
"name" : "自定义图片删除",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSSysImage" : {
"glyph" : "xf1ed@FontAwesome",
"cssClass" : "fa fa-paypal"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/ZDYUpdate",
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "ZDYUpdate",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "ZDYUpdate@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto22",
"uniqueTag" : "IBIZOrder__Auto22"
}, {
"codeName" : "Auto23",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23",
"name" : "数据看板视图界面行为组",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u33c4043",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "前台界面行为(编辑)",
"codeName" : "FUIAction1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "IBIZOrder_FUIAction1",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/FUIAction1",
"name" : "前台界面行为(编辑)",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSNavigateContexts" : [ {
"key" : "IBIZORDERID",
"name" : "IBIZORDERID",
"value" : "15c8e85a50dae2893c26945df5b58e4e",
"rawValue" : true
}, {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "ibizorderid",
"rawValue" : false
}, {
"key" : "IBIZORDER",
"name" : "IBIZORDER",
"value" : "15c8e85a50dae2893c26945df5b58e4e",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizorderid",
"rawValue" : false
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/FUIAction1",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "FUIAction1",
"uIActionType" : "DEUIACTION",
"id" : "FUIAction1@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u5c3e2b0",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "打开文档",
"codeName" : "open_document",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZOrder_open_document",
"htmlPageUrl" : "https://www.yuque.com/ibiz/wuf19n/cwqg10",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/open_document",
"name" : "打开文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/open_document",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "open_document",
"uIActionType" : "DEUIACTION",
"id" : "open_document@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23",
"uniqueTag" : "IBIZOrder__Auto23"
}, {
"codeName" : "Auto28",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto28",
"name" : "后台界面行为",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u0a33bb7",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "单数据主键保存",
"codeName" : "BUIAction1",
"fullCodeName" : "IBIZOrder_BUIAction1",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/BUIAction1",
"name" : "单数据主键保存",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "ibizorderid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizorderid",
"rawValue" : false
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/BUIAction1",
"successMsg" : "后台界面行为(保存)执行成功",
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "BUIAction1",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "BUIAction1@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u7319b23",
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"caption" : "多项数据主键保存",
"codeName" : "mulUpdate",
"fullCodeName" : "IBIZOrder_mulUpdate",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/mulUpdate",
"name" : "多项数据主键保存",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "MulUpdate"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSNavigateParams" : [ {
"key" : "ordertype",
"name" : "ordertype",
"value" : "ordertype",
"rawValue" : false
}, {
"key" : "orderstate",
"name" : "orderstate",
"value" : "orderstate",
"rawValue" : false
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuiactions/mulUpdate",
"successMsg" : "批量修改成功",
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "mulUpdate",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "mulUpdate@IBIZOrder"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto28",
"uniqueTag" : "IBIZOrder__Auto28"
}, {
"codeName" : "Auto38",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38",
"name" : "打开链接",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u37c350c",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "打开文档",
"codeName" : "openDocument",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openDocument",
"htmlPageUrl" : "${data.documentaddress}",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuiactions/openDocument",
"name" : "打开文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
},
"paramItem" : "documentaddress",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuiactions/openDocument",
"textItem" : "documentaddress",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION",
"valueItem" : "documentaddress",
"id" : "openDocument@IBIZAPPVIEW"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u9aef9b0",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "打开示例",
"codeName" : "openInstance",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openInstance",
"htmlPageUrl" : "${data.instanceaddress}",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuiactions/openInstance",
"name" : "打开示例",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
},
"paramItem" : "instanceaddress",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuiactions/openInstance",
"textItem" : "instanceaddress",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openInstance",
"uIActionType" : "DEUIACTION",
"valueItem" : "instanceaddress",
"id" : "openInstance@IBIZAPPVIEW"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38",
"uniqueTag" : "IBIZAPPVIEW__Auto38"
}, {
"codeName" : "Auto39",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39",
"name" : "更多",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u81cfb1d",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "MORE",
"codeName" : "MORE",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZAPPVIEWGridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "IBIZAPPVIEW_MORE",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuiactions/MORE",
"name" : "更多",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuiactions/MORE",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "MORE",
"uIActionType" : "DEUIACTION",
"id" : "MORE@IBIZAPPVIEW"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39",
"uniqueTag" : "IBIZAPPVIEW__Auto39"
}, {
"codeName" : "Auto14",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14",
"name" : "打开链接",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u783dcab",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "打开文档",
"codeName" : "openDocument",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPEXTENDEDITOR_openDocument",
"htmlPageUrl" : "${data.documentaddress}",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuiactions/openDocument",
"name" : "打开文档",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPEXTENDEDITOR.json"
},
"paramItem" : "documentaddress",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuiactions/openDocument",
"textItem" : "documentaddress",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION",
"valueItem" : "documentaddress",
"id" : "openDocument@IBIZAPPEXTENDEDITOR"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto14"
}, {
"codeName" : "Auto31",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31",
"name" : "更多",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u66adcbb",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "MORE",
"codeName" : "MORE",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZAPPEXTENDEDITORGridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "IBIZAPPEXTENDEDITOR_MORE",
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuiactions/MORE",
"name" : "更多",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPEXTENDEDITOR.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuiactions/MORE",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "MORE",
"uIActionType" : "DEUIACTION",
"id" : "MORE@IBIZAPPEXTENDEDITOR"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto31"
} ],
"getAllPSDEDRControls" : [ {
"codeName" : "Default",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZBOOK",
"mOSFilePath" : "pslanguageres/Auto395",
"rTMOSFilePath" : "pslanguageres/Auto395"
},
"editItemCaption" : "图书",
"hookEventNames" : [ "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZBOOK/psdedrtabs/Default",
"name" : "drtab",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "drtab",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drtab",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZBOOKEditView4__drtab",
"modelid" : "643b7d93870f8f5842b663af83ba85ae",
"modeltype" : "PSDEDRTAB"
}, {
"codeName" : "Default",
"controlType" : "DRBAR",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "LOAD", "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrbars/Default",
"name" : "drbar",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drbar"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SELECTIONCHANGE",
"logicTag" : "drbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRBAR"
},
"getPSDEDRBarGroups" : [ {
"caption" : "详细信息",
"mOSFilePath" : "psdedrbargroups/Auto83",
"name" : "详细信息",
"rTMOSFilePath" : "psdedrbargroups/Auto83",
"hidden" : false,
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2_layout__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
}, {
"codeName" : "STabExpView_layouttabexppanel",
"controlType" : "TABEXPPANEL",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0003/pstabexppanels/STabExpView_layouttabexppanel",
"name" : "tabexppanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:tabviewpanel3",
"realTitle" : "软件表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZSOFTWARESUIT.GRIDVIEW9",
"mOSFilePath" : "pslanguageres/Auto1075",
"rTMOSFilePath" : "pslanguageres/Auto1075"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSoftwareSuitGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
}, {
"name" : "EXPITEM:tabviewpanel2",
"realTitle" : "硬件表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZHARDWARE.GRIDVIEW9",
"mOSFilePath" : "pslanguageres/Auto1605",
"rTMOSFilePath" : "pslanguageres/Auto1605"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZHardwareGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
} ],
"getPSControlParam" : { },
"getPSControls" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "OTHER.IBIZSAMPLE0003STABEXPVIEW.TABVIEWPANEL3",
"mOSFilePath" : "pslanguageres/Auto363",
"rTMOSFilePath" : "pslanguageres/Auto363"
},
"caption" : "软件",
"codeName" : "STabExpView_layouttabviewpanel3",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSoftwareSuitGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0003/psviewpanels/STabExpView_layouttabviewpanel3",
"name" : "tabviewpanel3",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL3"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView_layout/psappviewctrls/tabviewpanel3",
"modelid" : "4a0d51e3bca39ffa8dc989e13a1a613f_tabviewpanel3",
"modeltype" : "PSVIEWPANEL"
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "OTHER.IBIZSAMPLE0003STABEXPVIEW.TABVIEWPANEL2",
"mOSFilePath" : "pslanguageres/Auto1230",
"rTMOSFilePath" : "pslanguageres/Auto1230"
},
"caption" : "硬件",
"codeName" : "STabExpView_layouttabviewpanel2",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZHardwareGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0003/psviewpanels/STabExpView_layouttabviewpanel2",
"name" : "tabviewpanel2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL2"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView_layout/psappviewctrls/tabviewpanel2",
"modelid" : "4a0d51e3bca39ffa8dc989e13a1a613f_tabviewpanel2",
"modeltype" : "PSVIEWPANEL"
} ],
"getPSTabExpPages" : [ {
"name" : "tabviewpanel3"
}, {
"name" : "tabviewpanel2"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView_layout/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZSample0003STabExpView_layout__tabexppanel",
"modelid" : "4a0d51e3bca39ffa8dc989e13a1a613f_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
}, {
"codeName" : "Default",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrtabs/Default",
"name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSGridView2__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
"codeName" : "Default",
"controlType" : "DRBAR",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZBOOK",
"mOSFilePath" : "pslanguageres/Auto395",
"rTMOSFilePath" : "pslanguageres/Auto395"
},
"editItemCaption" : "图书",
"hookEventNames" : [ "LOAD", "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZBOOK/psdedrbars/Default",
"name" : "drbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drbar"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SELECTIONCHANGE",
"logicTag" : "drbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRBAR"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZBOOKEditView2__drbar",
"showTitle" : true,
"modelid" : "643b7d93870f8f5842b663af83ba85ae",
"modeltype" : "PSDEDRBAR"
}, {
"codeName" : "Default",
"controlType" : "DRBAR",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "LOAD", "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrbars/Default",
"name" : "drbar",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drbar"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SELECTIONCHANGE",
"logicTag" : "drbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRBAR"
},
"getPSDEDRBarGroups" : [ {
"caption" : "详细信息",
"mOSFilePath" : "psdedrbargroups/Auto83",
"name" : "详细信息",
"rTMOSFilePath" : "psdedrbargroups/Auto83",
"hidden" : false,
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
}, {
"codeName" : "Default",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrtabs/Default",
"name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "drtab",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drtab",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
"codeName" : "DataRelation",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZSAMPLE0021",
"mOSFilePath" : "pslanguageres/Auto2070",
"rTMOSFilePath" : "pslanguageres/Auto2070"
},
"editItemCaption" : "订单",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0021/psdedrtabs/DataRelation",
"name" : "drtab",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0021.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"caption" : "流程日志",
"name" : "dritem1",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json",
"viewType" : "APPWFSTEPTRACEVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0021Usr1114865995WFDynaEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZSample0021Usr1114865995WFDynaEditView3__drtab",
"modelid" : "F70D46F0-4A0C-45B2-B449-664DF6C060AD",
"modeltype" : "PSDEDRTAB"
}, {
"codeName" : "Default",
"controlType" : "DRBAR",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "LOAD", "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrbars/Default",
"name" : "drbar",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drbar"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SELECTIONCHANGE",
"logicTag" : "drbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRBAR"
},
"getPSDEDRBarGroups" : [ {
"caption" : "详细信息",
"mOSFilePath" : "psdedrbargroups/Auto83",
"name" : "详细信息",
"rTMOSFilePath" : "psdedrbargroups/Auto83",
"hidden" : false,
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState30EditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
}, {
"codeName" : "Default",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"height" : 40.0,
"hookEventNames" : [ "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrtabs/Default",
"name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "drtab",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drtab",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"height" : 40.0,
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3_layout__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
"codeName" : "STabExpViewtabexppanel",
"controlType" : "TABEXPPANEL",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0003/pstabexppanels/STabExpViewtabexppanel",
"name" : "tabexppanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:tabviewpanel",
"realTitle" : "统一产品表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZUNIPRODUCT.GRIDVIEW9",
"mOSFilePath" : "pslanguageres/Auto1626",
"rTMOSFilePath" : "pslanguageres/Auto1626"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
}, {
"name" : "EXPITEM:tabviewpanel2",
"realTitle" : "硬件表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZHARDWARE.GRIDVIEW9",
"mOSFilePath" : "pslanguageres/Auto1605",
"rTMOSFilePath" : "pslanguageres/Auto1605"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZHardwareGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
}, {
"name" : "EXPITEM:tabviewpanel3",
"realTitle" : "软件表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZSOFTWARESUIT.GRIDVIEW9",
"mOSFilePath" : "pslanguageres/Auto1075",
"rTMOSFilePath" : "pslanguageres/Auto1075"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSoftwareSuitGridView9.json",
"viewType" : "DEGRIDVIEW9"
}
} ],
"getPSControlParam" : { },
"getPSControls" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "OTHER.IBIZSAMPLE0003STABEXPVIEW.TABVIEWPANEL",
"mOSFilePath" : "pslanguageres/Auto1245",
"rTMOSFilePath" : "pslanguageres/Auto1245"
},
"caption" : "统一产品",
"codeName" : "STabExpViewtabviewpanel",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0003/psviewpanels/STabExpViewtabviewpanel",
"name" : "tabviewpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView/psappviewctrls/tabviewpanel",
"modelid" : "7d8f3c4529fab9a97c562a1d9d9b9a85_tabviewpanel",
"modeltype" : "PSVIEWPANEL"
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "OTHER.IBIZSAMPLE0003STABEXPVIEW.TABVIEWPANEL2",
"mOSFilePath" : "pslanguageres/Auto1230",
"rTMOSFilePath" : "pslanguageres/Auto1230"
},
"caption" : "硬件",
"codeName" : "STabExpViewtabviewpanel2",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZHardwareGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0003/psviewpanels/STabExpViewtabviewpanel2",
"name" : "tabviewpanel2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL2"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView/psappviewctrls/tabviewpanel2",
"modelid" : "7d8f3c4529fab9a97c562a1d9d9b9a85_tabviewpanel2",
"modeltype" : "PSVIEWPANEL"
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "OTHER.IBIZSAMPLE0003STABEXPVIEW.TABVIEWPANEL3",
"mOSFilePath" : "pslanguageres/Auto363",
"rTMOSFilePath" : "pslanguageres/Auto363"
},
"caption" : "软件",
"codeName" : "STabExpViewtabviewpanel3",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSoftwareSuitGridView9.json",
"viewType" : "DEGRIDVIEW9"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0003/psviewpanels/STabExpViewtabviewpanel3",
"name" : "tabviewpanel3",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL3"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView/psappviewctrls/tabviewpanel3",
"modelid" : "7d8f3c4529fab9a97c562a1d9d9b9a85_tabviewpanel3",
"modeltype" : "PSVIEWPANEL"
} ],
"getPSTabExpPages" : [ {
"name" : "tabviewpanel"
}, {
"name" : "tabviewpanel2"
}, {
"name" : "tabviewpanel3"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZSample0003STabExpView/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZSample0003STabExpView__tabexppanel",
"modelid" : "7d8f3c4529fab9a97c562a1d9d9b9a85_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
}, {
"codeName" : "Default",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrtabs/Default",
"name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "drtab",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drtab",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4_layout__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
"codeName" : "Default",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrtabs/Default",
"name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "drtab",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drtab",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3__drtab",
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRTAB"
}, {
"codeName" : "TabSearchViewtabexppanel",
"controlType" : "TABEXPPANEL",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZBOOK/pstabexppanels/TabSearchViewtabexppanel",
"name" : "tabexppanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:tabviewpanel",
"realTitle" : "图书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr5EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EXPITEM:tabviewpanel2",
"realTitle" : "表格当前页本地聚合",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZBOOK.USR4GRIDVIEW",
"mOSFilePath" : "pslanguageres/Auto1008",
"rTMOSFilePath" : "pslanguageres/Auto1008"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4GridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"getPSControlParam" : { },
"getPSControls" : [ {
"caption" : "测试",
"codeName" : "TabSearchViewtabviewpanel",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr5EditView.json",
"viewType" : "DEEDITVIEW"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZBOOK/psviewpanels/TabSearchViewtabviewpanel",
"name" : "tabviewpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlParam" : {
"getPSSysImageId" : "00cac21e2b65541aa1d8cf4f2b2345b4",
"id" : "TABVIEWPANEL"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKTabSearchView/psappviewctrls/tabviewpanel",
"modelid" : "cac82d0ff3dfbb0d7980d0d49a25d026_tabviewpanel",
"modeltype" : "PSVIEWPANEL"
}, {
"caption" : "表格",
"codeName" : "TabSearchViewtabviewpanel2",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4GridView.json",
"viewType" : "DEGRIDVIEW"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZBOOK/psviewpanels/TabSearchViewtabviewpanel2",
"name" : "tabviewpanel2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlParam" : {
"getPSSysImageId" : "022f0111597cba0a05a1d53d48a8cb04",
"id" : "TABVIEWPANEL2"
},
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKTabSearchView/psappviewctrls/tabviewpanel2",
"modelid" : "cac82d0ff3dfbb0d7980d0d49a25d026_tabviewpanel2",
"modeltype" : "PSVIEWPANEL"
} ],
"getPSTabExpPages" : [ {
"name" : "tabviewpanel"
}, {
"name" : "tabviewpanel2"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKTabSearchView/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZBOOKTabSearchView__tabexppanel",
"modelid" : "cac82d0ff3dfbb0d7980d0d49a25d026_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
}, {
"codeName" : "Default",
"controlType" : "DRBAR",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "LOAD", "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrbars/Default",
"name" : "drbar",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drbar"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SELECTIONCHANGE",
"logicTag" : "drbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRBAR"
},
"getPSDEDRBarGroups" : [ {
"caption" : "详细信息",
"mOSFilePath" : "psdedrbargroups/Auto83",
"name" : "详细信息",
"rTMOSFilePath" : "psdedrbargroups/Auto83",
"hidden" : false,
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderTestCLEditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
}, {
"codeName" : "Default",
"controlType" : "DRBAR",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "LOAD", "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrbars/Default",
"name" : "drbar",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drbar"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SELECTIONCHANGE",
"logicTag" : "drbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRBAR"
},
"getPSDEDRBarGroups" : [ {
"caption" : "详细信息",
"mOSFilePath" : "psdedrbargroups/Auto83",
"name" : "详细信息",
"rTMOSFilePath" : "psdedrbargroups/Auto83",
"hidden" : false,
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState10EditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
}, {
"codeName" : "Default",
"controlType" : "DRBAR",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDER",
"mOSFilePath" : "pslanguageres/Auto1479",
"rTMOSFilePath" : "pslanguageres/Auto1479"
},
"editItemCaption" : "订单",
"hookEventNames" : [ "LOAD", "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdedrbars/Default",
"name" : "drbar",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "070f0807f5822845541574cba935a1bf"
},
"getPSAppCounterRefs" : [ {
"mOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"getPSAppCounter" : {
"codeName" : "DemoIBIZORDER",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/DemoIBIZORDER.json",
"mOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"name" : "订单关系数据计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappcounters/DemoIBIZORDER",
"timer" : 60000
},
"rTMOSFilePath" : "pssyscounterrefs/070f0807f5822845541574cba935a1bf",
"refMode" : {
"srfdeid" : "IBIZORDER"
},
"tag" : "070f0807f5822845541574cba935a1bf",
"id" : "070f0807f5822845541574cba935a1bf"
} ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drbar"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SELECTIONCHANGE",
"logicTag" : "drbar",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drbar",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRBAR"
},
"getPSDEDRBarGroups" : [ {
"caption" : "详细信息",
"mOSFilePath" : "psdedrbargroups/Auto83",
"name" : "详细信息",
"rTMOSFilePath" : "psdedrbargroups/Auto83",
"hidden" : false,
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单明细",
"counterId" : "IBIZorder_v1",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailSGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "orderstate",
"rawValue" : false
} ]
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState40EditView2__drbar",
"showTitle" : true,
"modelid" : "1b5557a48588cf3b6a07b7bd6acedd53",
"modeltype" : "PSDEDRBAR"
}, {
"codeName" : "TabExpViewtabexppanel",
"controlType" : "TABEXPPANEL",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/pstabexppanels/TabExpViewtabexppanel",
"name" : "tabexppanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:tabviewpanel",
"realTitle" : "订单编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderUsr3EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EXPITEM:tabviewpanel2",
"realTitle" : "订单明细表格视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDERDETAIL.GRIDVIEW",
"mOSFilePath" : "pslanguageres/Auto1030",
"rTMOSFilePath" : "pslanguageres/Auto1030"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"getPSControlParam" : { },
"getPSControls" : [ {
"caption" : "订单编辑视图",
"codeName" : "TabExpViewtabviewpanel",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderUsr3EditView.json",
"viewType" : "DEEDITVIEW"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psviewpanels/TabExpViewtabviewpanel",
"name" : "tabviewpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTabExpView/psappviewctrls/tabviewpanel",
"modelid" : "f102adb54492a593c95a66e09402da81_tabviewpanel",
"modeltype" : "PSVIEWPANEL"
}, {
"caption" : "订单明细表格视图",
"codeName" : "TabExpViewtabviewpanel2",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psviewpanels/TabExpViewtabviewpanel2",
"name" : "tabviewpanel2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlParam" : {
"ctrlParams" : {
"SRFNAVCTX.CONTEXTPARAM1" : "%orderstate%",
"SRFNAVPARAM.N_ORDERSTATE_EQ" : "%orderstate%"
},
"id" : "TABVIEWPANEL2"
},
"getPSNavigateContexts" : [ {
"key" : "CONTEXTPARAM1",
"name" : "CONTEXTPARAM1",
"value" : "orderstate",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "n_orderstate_eq",
"name" : "n_orderstate_eq",
"value" : "orderstate",
"rawValue" : false
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTabExpView/psappviewctrls/tabviewpanel2",
"modelid" : "f102adb54492a593c95a66e09402da81_tabviewpanel2",
"modeltype" : "PSVIEWPANEL"
} ],
"getPSTabExpPages" : [ {
"name" : "tabviewpanel"
}, {
"name" : "tabviewpanel2"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTabExpView/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "IBIZOrderTabExpView__tabexppanel",
"modelid" : "f102adb54492a593c95a66e09402da81_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
}, {
"codeName" : "Default",
"controlType" : "DRTAB",
"getEditItemCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZBOOK",
"mOSFilePath" : "pslanguageres/Auto395",
"rTMOSFilePath" : "pslanguageres/Auto395"
},
"editItemCaption" : "图书",
"hookEventNames" : [ "SELECTIONCHANGE" ],
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZBOOK/psdedrtabs/Default",
"name" : "drtab",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "drtab"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "drtab",
"logicType" : "APPVIEWENGINE",
"name" : "engine_drtab",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DRTAB"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZBOOKEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZBOOKEditView3__drtab",
"modelid" : "643b7d93870f8f5842b663af83ba85ae",
"modeltype" : "PSDEDRTAB"
} ],
"id" : "PSSYSAPPS/Web/PSSYSAPP.json"
}
\ No newline at end of file
/*** START:系统样式表 ***/
.book-price {
color: #fa541c;
background: #fff2e8;
border-color: #ffbb96;
border: 1px solid;
border-radius: 4px;
line-height: 20px;
}
.book-press {
color: #52c41a;
background: #f6ffed;
border-color: #b7eb8f;
border: 1px solid;
border-radius: 4px;
line-height: 20px;
}
.book-type {
color: #1890ff;
background: #e6f7ff;
border-color: #91d5ff;
border: 1px solid;
border-radius: 4px;
line-height: 20px;
}
.font-color-red-css{
color:red!important;
}
.container-backgroundcolor-none {
>.ivu-row{
>.ivu-col{
>.portlet-without-title{
>.portlet-card{
background-color: #f0f2f5;
box-shadow: none;
}
}
}
}
}
.container-backgroundcolor-orange {
>.ivu-row{
>.ivu-col{
>.portlet-without-title{
>.portlet-card{
background-color: #fa8c16;
}
}
}
}
}
.container-backgroundcolor-green {
>.ivu-row{
>.ivu-col{
>.portlet-without-title{
>.portlet-card{
background-color: #52c41a;
}
}
}
}
}
.container-backgroundcolor-blue{
>.ivu-row{
>.ivu-col{
>.portlet-without-title{
>.portlet-card{
background-color: #1890ff;
}
}
}
}
}
.RightTool{
padding:0px 0px 10px 0px;text-align:right
}
.redToolBar {color:white;background-color:red;}
.greenToolBar {color:white !important;background-color:rgba(0, 166, 90, 0.7) !important;}
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
.test-ctrl-style {
color:red!important;
}
.login-bg {
background-color: #ffffff;
}
.kanban-author {
.item-field {
font-style: italic;
position: absolute;
top: 10px;
right: 24px;
}
}
.kanban-description {
.item-field {
font-style: italic;
font-weight: 700;
margin-left: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.kanban-title {
.item-field {
text-align: center;
font-size: 24px;
font-weight: 700;
}
}
.form-item-blue-label {
.app-form-item-label {
color: blue;
}
}
.view-red-title.view-container > .view-card > .ivu-card-head > .header-container > .caption-info {
color: red;
}
.portal-listview-noboxshadow{
box-shadow: 0px 0px 0px;
}
.portal-components-image {
.portal-components-web{
>.portlet-without-title{
iframe{
html{
body{
img{
width: 100%;
height: 100%;
}
}
}
}
}
}
}
.gray-background {
background-color: #f0f2f5;
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -5689,19 +5689,6 @@
"refTag" : "FORM",
"refTag2" : "FORMITEM",
"templCode" : "<app-form-item name='${item.name}' :itemRules=\"this.rules().${item.name}\" class='<#if item.getPSSysCss?? && item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>'<#if item.getLabelPSSysCss?? && item.getLabelPSSysCss()??> labelStyle=\"${item.getLabelPSSysCss().getCssName()}\"</#if> :caption=\"<#if langbase??>$t('${langbase}.details.${item.name}')<#else>'${item.getCaption()}'</#if>\" uiStyle=\"${item.getDetailStyle()}\" :labelWidth=\"${item.getLabelWidth()?c}\" :isShowCaption=\"${item.isShowCaption()?c}\" :error=\"detailsModel.${item.name}.error\" :isEmptyCaption=\"${item.isEmptyCaption()?c}\" labelPos=\"${item.getLabelPos()}\">\n<app-radio-button \n v-model=\"data.${item.name}\"\n :data=\"data\" \n :context=\"context\"\n :viewparams=\"viewparams\" \n :disabled=\"detailsModel.${item.name}.disabled\" \n name=\"${item.name}\" \n <#if item.getPSCodeList()??>\n <#assign codelist=item.getPSCodeList()>\n tag='${codelist.codeName}' \n codelistType='${codelist.getCodeListType()}' \n </#if> \n style=\"${item.getEditorCssStyle()}\">\n</app-radio-button>\n</app-form-item>"
}, {
"name" : "向导视图底部步骤条",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "bottomSteper"
},
"pluginCode" : "bottomSteper",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEWIZARDVIEW",
"templCode" : "<AppViewLayout :class=\"classNames\">\r\n <template v-if=\"!noViewCaption && model.showCaption\" #viewHeaderLeft>\r\n <div class=\"view-header__left__caption\">\r\n <AppCaptionBar :caption=\"model.caption\" :title=\"model.title\" :capPSLanguageRes=\"model.capPSLanguageRes\" :titlePSLanguageRes=\"model.titlePSLanguageRes\"></AppCaptionBar>\r\n <AppDataInfoBar v-if=\"model.showDataInfoBar\" :dataInfo=\"store.dataInfo\"></AppDataInfoBar>\r\n </div>\r\n </template>\r\n <template #default>\r\n <guideWizardPanel\r\n :actions=\"{\r\n initAction: 'Get',\r\n finishAction: 'Update',\r\n }\"\r\n :openView=\"store.openView\"\r\n :newView=\"store.newView\"\r\n name=\"wizardpanel\"\r\n :context=\"store.context\"\r\n :viewParams=\"store.viewParams\"\r\n :closeView=\"store.closeView\"\r\n :pLoadingHelper=\"store.loadingHelper\"\r\n :pViewCtx=\"store.viewCtx\"\r\n @ctrl-init=\"(name:string, ability:any) => { handleCtrlInit(controller, name, ability) }\"\r\n @ctrl-action=\"(name:string, action:any, data:any) => { handleCtrlAction(controller, name, action, data) }\"\r\n @ctrl-destroy=\"(name:string, data:any) => { handleCtrlDestroy(controller, name, data) }\"/>\r\n </template>\r\n </AppViewLayout>",
"templCode2" : "import { AppViewLayout } from \"@components/layout/view-layout\";\r\nimport guideWizardPanel from '@widgets/ibizbook/guide-wizard-panel/guide-wizard-panel.vue';\r\nimport { \r\n useNavParamsBind, \r\n useEventBind, \r\n handleCtrlAction, \r\n handleCtrlInit, \r\n handleCtrlDestroy, \r\n getViewClassNames,\r\n} from \"@/hooks/use-view\";\r\nimport { WizardViewActionType, IContext, IParam, IWizardViewAbility, IWizardViewControllerParams, IWizardViewStore, WizardViewController, IWizardViewController, ILoadingHelper, IEvent } from '@/core';\r\n\r\ninterface Props {\r\n name?: string,\r\n noViewCaption?: boolean,\r\n openType?: 'ROUTE' | 'EMBED' | 'MODAL',\r\n context?: IContext,\r\n viewParams?: IParam,\r\n pLoadingHelper?: ILoadingHelper,\r\n isLoadDefault?: boolean,\r\n controller: IWizardViewController<IWizardViewStore, IWizardViewAbility>\r\n}\r\n\r\nconst props = withDefaults(defineProps<Props>(), {\r\n noViewCaption: false,\r\n openType: 'ROUTE',\r\n isLoadDefault: true,\r\n});\r\nconst model: IParam = props.controller.getModel();\r\nconst store: IWizardViewStore = props.controller.getStore();\r\nconst classNames = computed(() => {\r\n const classNames = getViewClassNames(model, props);\r\n Object.assign(classNames, {\"bottom-steper\": true});\r\n return classNames;\r\n});",
"templCode3" : ".bottom-steper {\r\n .app-control-wizardpanel {\r\n .app-control-wizardpanel__header {\r\n order: 10;\r\n }\r\n }\r\n}"
}, {
"name" : "工具栏测试插件",
"getPSSysPFPlugin" : {
......@@ -6860,7 +6847,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZBOOK/psappdeuagroups/gridActionColumn",
"uniqueTag" : "IBIZBOOK__gridActionColumn"
},
"rTMOSFilePath" : "psdegridcols/uagridcolumn1",
"width" : 200,
......@@ -7336,7 +7324,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1",
"uniqueTag" : "IBIZAPPEDITOR__Auto1"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -7788,7 +7777,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12",
"uniqueTag" : "IBIZAPPEDITOR__Auto12"
},
"width" : 150,
"widthString" : "150px",
......@@ -8253,7 +8243,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39",
"uniqueTag" : "IBIZAPPVIEW__Auto39"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -8752,7 +8743,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38",
"uniqueTag" : "IBIZAPPVIEW__Auto38"
},
"width" : 150,
"widthString" : "150px",
......@@ -10382,7 +10374,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40",
"uniqueTag" : "IBIZAPPCTRL__Auto40"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -10845,7 +10838,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10",
"uniqueTag" : "IBIZAPPCTRL__Auto10"
},
"width" : 150,
"widthString" : "150px",
......@@ -12212,7 +12206,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdeuagroups/Auto23",
"uniqueTag" : "IBIZOrder__Auto23"
},
"portletType" : "ACTIONBAR",
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderDashboardView/psappviewctrls/dashboard_sysportlet3",
......@@ -13472,7 +13467,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto31"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -13924,7 +13920,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto14"
},
"width" : 150,
"widthString" : "150px",
......@@ -14027,15 +14024,6 @@
"name" : "底部工具栏",
"typeCode" : "BOTTOMBTN",
"viewType" : "DEEDITVIEW"
}, {
"name" : "底部步骤条",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "bottomSteper"
},
"pluginCode" : "bottomSteper",
"typeCode" : "bottomSteper",
"viewType" : "DEWIZARDVIEW"
}, {
"name" : "无标题样式",
"typeCode" : "nocapt",
......@@ -24153,7 +24141,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto39",
"uniqueTag" : "IBIZAPPVIEW__Auto39"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -24652,7 +24641,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPVIEW/psappdeuagroups/Auto38",
"uniqueTag" : "IBIZAPPVIEW__Auto38"
},
"width" : 150,
"widthString" : "150px",
......@@ -25019,7 +25009,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto40",
"uniqueTag" : "IBIZAPPCTRL__Auto40"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -25482,7 +25473,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPCTRL/psappdeuagroups/Auto10",
"uniqueTag" : "IBIZAPPCTRL__Auto10"
},
"width" : 150,
"widthString" : "150px",
......@@ -25917,7 +25909,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto1",
"uniqueTag" : "IBIZAPPEDITOR__Auto1"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -26369,7 +26362,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEDITOR/psappdeuagroups/Auto12",
"uniqueTag" : "IBIZAPPEDITOR__Auto12"
},
"width" : 150,
"widthString" : "150px",
......@@ -26800,7 +26794,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto31",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto31"
},
"getPortletPSAppView" : {
"accUserMode" : 2,
......@@ -27252,7 +27247,8 @@
"showCaption" : true,
"showIcon" : true
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14"
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZAPPEXTENDEDITOR/psappdeuagroups/Auto14",
"uniqueTag" : "IBIZAPPEXTENDEDITOR__Auto14"
},
"width" : 150,
"widthString" : "150px",
......@@ -61,19 +61,6 @@
"refTag" : "FORM",
"refTag2" : "FORMITEM",
"templCode" : "<app-form-item name='${item.name}' :itemRules=\"this.rules().${item.name}\" class='<#if item.getPSSysCss?? && item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>'<#if item.getLabelPSSysCss?? && item.getLabelPSSysCss()??> labelStyle=\"${item.getLabelPSSysCss().getCssName()}\"</#if> :caption=\"<#if langbase??>$t('${langbase}.details.${item.name}')<#else>'${item.getCaption()}'</#if>\" uiStyle=\"${item.getDetailStyle()}\" :labelWidth=\"${item.getLabelWidth()?c}\" :isShowCaption=\"${item.isShowCaption()?c}\" :error=\"detailsModel.${item.name}.error\" :isEmptyCaption=\"${item.isEmptyCaption()?c}\" labelPos=\"${item.getLabelPos()}\">\n<app-radio-button \n v-model=\"data.${item.name}\"\n :data=\"data\" \n :context=\"context\"\n :viewparams=\"viewparams\" \n :disabled=\"detailsModel.${item.name}.disabled\" \n name=\"${item.name}\" \n <#if item.getPSCodeList()??>\n <#assign codelist=item.getPSCodeList()>\n tag='${codelist.codeName}' \n codelistType='${codelist.getCodeListType()}' \n </#if> \n style=\"${item.getEditorCssStyle()}\">\n</app-radio-button>\n</app-form-item>"
}, {
"name" : "向导视图底部步骤条",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "bottomSteper"
},
"pluginCode" : "bottomSteper",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEWIZARDVIEW",
"templCode" : "<AppViewLayout :class=\"classNames\">\r\n <template v-if=\"!noViewCaption && model.showCaption\" #viewHeaderLeft>\r\n <div class=\"view-header__left__caption\">\r\n <AppCaptionBar :caption=\"model.caption\" :title=\"model.title\" :capPSLanguageRes=\"model.capPSLanguageRes\" :titlePSLanguageRes=\"model.titlePSLanguageRes\"></AppCaptionBar>\r\n <AppDataInfoBar v-if=\"model.showDataInfoBar\" :dataInfo=\"store.dataInfo\"></AppDataInfoBar>\r\n </div>\r\n </template>\r\n <template #default>\r\n <guideWizardPanel\r\n :actions=\"{\r\n initAction: 'Get',\r\n finishAction: 'Update',\r\n }\"\r\n :openView=\"store.openView\"\r\n :newView=\"store.newView\"\r\n name=\"wizardpanel\"\r\n :context=\"store.context\"\r\n :viewParams=\"store.viewParams\"\r\n :closeView=\"store.closeView\"\r\n :pLoadingHelper=\"store.loadingHelper\"\r\n :pViewCtx=\"store.viewCtx\"\r\n @ctrl-init=\"(name:string, ability:any) => { handleCtrlInit(controller, name, ability) }\"\r\n @ctrl-action=\"(name:string, action:any, data:any) => { handleCtrlAction(controller, name, action, data) }\"\r\n @ctrl-destroy=\"(name:string, data:any) => { handleCtrlDestroy(controller, name, data) }\"/>\r\n </template>\r\n </AppViewLayout>",
"templCode2" : "import { AppViewLayout } from \"@components/layout/view-layout\";\r\nimport guideWizardPanel from '@widgets/ibizbook/guide-wizard-panel/guide-wizard-panel.vue';\r\nimport { \r\n useNavParamsBind, \r\n useEventBind, \r\n handleCtrlAction, \r\n handleCtrlInit, \r\n handleCtrlDestroy, \r\n getViewClassNames,\r\n} from \"@/hooks/use-view\";\r\nimport { WizardViewActionType, IContext, IParam, IWizardViewAbility, IWizardViewControllerParams, IWizardViewStore, WizardViewController, IWizardViewController, ILoadingHelper, IEvent } from '@/core';\r\n\r\ninterface Props {\r\n name?: string,\r\n noViewCaption?: boolean,\r\n openType?: 'ROUTE' | 'EMBED' | 'MODAL',\r\n context?: IContext,\r\n viewParams?: IParam,\r\n pLoadingHelper?: ILoadingHelper,\r\n isLoadDefault?: boolean,\r\n controller: IWizardViewController<IWizardViewStore, IWizardViewAbility>\r\n}\r\n\r\nconst props = withDefaults(defineProps<Props>(), {\r\n noViewCaption: false,\r\n openType: 'ROUTE',\r\n isLoadDefault: true,\r\n});\r\nconst model: IParam = props.controller.getModel();\r\nconst store: IWizardViewStore = props.controller.getStore();\r\nconst classNames = computed(() => {\r\n const classNames = getViewClassNames(model, props);\r\n Object.assign(classNames, {\"bottom-steper\": true});\r\n return classNames;\r\n});",
"templCode3" : ".bottom-steper {\r\n .app-control-wizardpanel {\r\n .app-control-wizardpanel__header {\r\n order: 10;\r\n }\r\n }\r\n}"
}, {
"name" : "工具栏测试插件",
"getPSSysPFPlugin" : {
......
......@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-1468-7">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-1470-7">
<createTable tableName="T_IBIZBOOK">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册