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

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

上级 6d599bcb
...@@ -618,7 +618,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -618,7 +618,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -654,7 +654,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -654,7 +654,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public loadDraft(opt: any = {},mode?:string): void { public loadDraft(opt: any = {},mode?:string): void {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -677,7 +677,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -677,7 +677,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}, isReset: boolean = false): void { public load(opt: any = {}, isReset: boolean = false): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -756,7 +756,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -756,7 +756,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -865,7 +865,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -865,7 +865,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -873,7 +873,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -873,7 +873,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -69,11 +69,6 @@ export default class Usr4Model { ...@@ -69,11 +69,6 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like', prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM' dataType: 'QUERYPARAM'
}, },
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
......
...@@ -713,7 +713,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -713,7 +713,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}, isReset: boolean = false): void { public load(opt: any = {}, isReset: boolean = false): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -792,7 +792,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -792,7 +792,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -901,7 +901,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -901,7 +901,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -909,7 +909,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -909,7 +909,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){ if(item.ibizorder){
......
...@@ -299,7 +299,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -299,7 +299,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZOrderPickupGridViewBase * @memberof IBIZOrderSF1GridViewBase
*/ */
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) { if (args.length === 0) {
...@@ -441,6 +441,20 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -441,6 +441,20 @@ export default class MainBase extends Vue implements ControlInterface {
return this.selections[0]; return this.selections[0];
} }
/**
* 打开新建数据视图
*
* @type {any}
* @memberof MainBase
*/
@Prop() public newdata: any;
/**
* 打开编辑数据视图
*
* @type {any}
* @memberof MainBase
*/
@Prop() public opendata: any;
/** /**
* 是否嵌入关系界面 * 是否嵌入关系界面
...@@ -975,7 +989,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -975,7 +989,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderPickupGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderSF1GridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1104,7 +1118,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1104,7 +1118,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderPickupGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderSF1GridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1218,7 +1232,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1218,7 +1232,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderSF1GridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2149,7 +2163,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2149,7 +2163,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderSF1GridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2158,7 +2172,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2158,7 +2172,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderSF1GridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2234,7 +2248,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2234,7 +2248,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderPickupGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderSF1GridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -104,6 +104,21 @@ export default class MainModel { ...@@ -104,6 +104,21 @@ export default class MainModel {
prop: 'n_ibizordername_like', prop: 'n_ibizordername_like',
dataType: 'QUERYPARAM' dataType: 'QUERYPARAM'
}, },
{
name: 'n_orderstate_eq',
prop: 'n_orderstate_eq',
dataType: 'QUERYPARAM'
},
{
name: 'n_ordertime_gt',
prop: 'n_ordertime_gt',
dataType: 'QUERYPARAM'
},
{
name: 'n_ordertime_lt',
prop: 'n_ordertime_lt',
dataType: 'QUERYPARAM'
},
{ {
name:'size', name:'size',
......
...@@ -11,6 +11,76 @@ ...@@ -11,6 +11,76 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "EditView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "form",
"name" : "FORM",
"paramType" : "CTRL"
}, {
"name" : "P2K",
"paramType" : "VALUE",
"value" : 0
} ]
} ],
"getPSAppViewLogics" : [ {
"eventArg" : "deuiaction1",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "toolbar_deuiaction1_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSViewCtrlName" : "toolbar"
}, {
"eventArg" : "tbitem3",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "toolbar_tbitem3_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSViewCtrlName" : "toolbar"
}, {
"eventArg" : "tbitem5",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "toolbar_tbitem5_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem5"
},
"getPSViewCtrlName" : "toolbar"
}, {
"eventArg" : "tbitem9",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "toolbar_tbitem9_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem9"
},
"getPSViewCtrlName" : "toolbar"
}, {
"eventArg" : "tbitem15",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "toolbar_tbitem15_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem15"
},
"getPSViewCtrlName" : "toolbar"
} ],
"getPSAppViewMsgGroup" : { "getPSAppViewMsgGroup" : {
"modelref" : true, "modelref" : true,
"id" : "VMGroup50" "id" : "VMGroup50"
...@@ -26,1027 +96,818 @@ ...@@ -26,1027 +96,818 @@
"value" : "dataView", "value" : "dataView",
"rawValue" : true "rawValue" : true
} ], } ],
"getPSDEViewCodeName" : "Usr2EditView", "getPSAppViewUIActions" : [ {
"getPSDEViewId" : "cb8bb996f98d1fe8918a48d66802794d", "name" : "toolbar_deuiaction1",
"getPSViewLayoutPanel" : { "getPSUIAction" : {
"getAllPSPanelFields" : [ { "modelref" : true,
"id" : "view_pagecaption" "id" : "New"
} ], },
"codeName" : "Usr1104252192", "xDataControlName" : "form"
"controlType" : "VIEWLAYOUTPANEL", }, {
"layoutMode" : "FLEX", "name" : "toolbar_tbitem3",
"logicName" : "Usr2EditViewDEEDITVIEW", "getPSUIAction" : {
"name" : "layoutpanel", "modelref" : true,
"id" : "Save"
},
"xDataControlName" : "form"
}, {
"name" : "toolbar_tbitem5",
"getPSUIAction" : {
"modelref" : true,
"id" : "SaveAndExit"
},
"xDataControlName" : "form"
}, {
"name" : "toolbar_tbitem9",
"getPSUIAction" : {
"modelref" : true,
"id" : "SaveAndStart"
},
"xDataControlName" : "form"
}, {
"name" : "toolbar_tbitem15",
"getPSUIAction" : {
"modelref" : true,
"id" : "Print"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "form"
} ],
"getPSControls" : [ {
"codeName" : "Usr2EditViewtoolbar",
"controlType" : "TOOLBAR",
"hookEventNames" : [ "CLICK" ],
"logicName" : "工具栏模板(默认编辑界面)",
"name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSControlParam" : { }, "getPSControlLogics" : [ {
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "滚动条容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll1",
"getPSLayout" : {
"layout" : "BORDER"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll_main1",
"getPSLayout" : {
"layout" : "BORDER"
},
"getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "CENTER"
},
"getPSPanelItems" : [ {
"caption" : "FORM",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "form",
"getPSLayoutPos" : {
"heightMode" : "FULL",
"layout" : "BORDER",
"layoutPos" : "CENTER",
"widthMode" : "FULL"
},
"showCaption" : true
} ],
"showCaption" : true
}, {
"caption" : "面板容器",
"contentHeight" : 50.0,
"height" : 50.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_scroll_header1",
"getPSLayout" : {
"layout" : "BORDER"
},
"getPSLayoutPos" : {
"height" : 50,
"heightMode" : "PX",
"layout" : "BORDER",
"layoutPos" : "NORTH"
},
"getPSPanelItems" : [ {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"layout" : "BORDER",
"layoutPos" : "CENTER"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 3,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "view_pagecaption",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "LEFT",
"layout" : "SIMPLEFLEX",
"vAlignSelf" : "MIDDLE"
},
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container4",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : 9,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "TOOLBAR",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "toolbar",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "SIMPLEFLEX",
"vAlignSelf" : "MIDDLE"
},
"showCaption" : true
} ]
} ]
} ],
"showCaption" : true
} ]
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "5598D5F3-EFCE-4CF6-B1EA-3D2E5C41CAEE",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "EditView",
"name" : "engine",
"getPSUIEngineParams" : [ {
"ctrlName" : "form",
"name" : "FORM",
"paramType" : "CTRL"
}, {
"name" : "P2K",
"paramType" : "VALUE",
"value" : 0
} ]
} ],
"getPSAppViewLogics" : [ {
"eventArg" : "deuiaction1", "eventArg" : "deuiaction1",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT", "logicTag" : "toolbar",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWLOGIC",
"name" : "toolbar_deuiaction1_click", "name" : "toolbar_deuiaction1_click",
"getPSAppViewUIAction" : { "getPSAppViewLogic" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_deuiaction1" "id" : "toolbar_deuiaction1_click"
}, }
"getPSViewCtrlName" : "toolbar"
}, { }, {
"eventArg" : "tbitem3", "eventArg" : "tbitem3",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT", "logicTag" : "toolbar",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem3_click", "name" : "toolbar_tbitem3_click",
"getPSAppViewUIAction" : { "getPSAppViewLogic" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "toolbar_tbitem3_click"
}, }
"getPSViewCtrlName" : "toolbar"
}, { }, {
"eventArg" : "tbitem5", "eventArg" : "tbitem5",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT", "logicTag" : "toolbar",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem5_click", "name" : "toolbar_tbitem5_click",
"getPSAppViewUIAction" : { "getPSAppViewLogic" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem5" "id" : "toolbar_tbitem5_click"
}, }
"getPSViewCtrlName" : "toolbar"
}, { }, {
"eventArg" : "tbitem9", "eventArg" : "tbitem9",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT", "logicTag" : "toolbar",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem9_click", "name" : "toolbar_tbitem9_click",
"getPSAppViewUIAction" : { "getPSAppViewLogic" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem9" "id" : "toolbar_tbitem9_click"
}, }
"getPSViewCtrlName" : "toolbar"
}, { }, {
"eventArg" : "tbitem15", "eventArg" : "tbitem15",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT", "logicTag" : "toolbar",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem15_click", "name" : "toolbar_tbitem15_click",
"getPSAppViewUIAction" : { "getPSAppViewLogic" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem15" "id" : "toolbar_tbitem15_click"
}, }
"getPSViewCtrlName" : "toolbar"
} ], } ],
"getPSAppViewUIActions" : [ { "getPSControlParam" : {
"name" : "toolbar_deuiaction1", "id" : "TOOLBAR"
"getPSUIAction" : { },
"modelref" : true, "getPSDEToolbarItems" : [ {
"id" : "New" "getCapPSLanguageRes" : {
}, "lanResTag" : "TBB.TEXT.*.NEW"
"xDataControlName" : "form"
}, {
"name" : "toolbar_tbitem3",
"getPSUIAction" : {
"modelref" : true,
"id" : "Save"
}, },
"xDataControlName" : "form" "caption" : "新建",
}, { "groupExtractMode" : "ITEM",
"name" : "toolbar_tbitem5", "itemType" : "DEUIACTION",
"getPSUIAction" : { "name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "SaveAndExit" "id" : "toolbar_deuiaction1"
}, },
"xDataControlName" : "form" "getPSSysImage" : {
}, { "glyph" : "xf0f6@FontAwesome",
"name" : "toolbar_tbitem9", "cssClass" : "fa fa-file-text-o"
"getPSUIAction" : {
"modelref" : true,
"id" : "SaveAndStart"
}, },
"xDataControlName" : "form"
}, {
"name" : "toolbar_tbitem15",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true,
"id" : "Print"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "form"
} ],
"getPSControls" : [ {
"codeName" : "Usr2EditViewtoolbar",
"controlType" : "TOOLBAR",
"hookEventNames" : [ "CLICK" ],
"logicName" : "工具栏模板(默认编辑界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlLogics" : [ {
"eventArg" : "deuiaction1",
"eventNames" : "CLICK",
"logicTag" : "toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "toolbar_deuiaction1_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "toolbar_deuiaction1_click"
}
}, {
"eventArg" : "tbitem3",
"eventNames" : "CLICK",
"logicTag" : "toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem3_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "toolbar_tbitem3_click"
}
}, {
"eventArg" : "tbitem5",
"eventNames" : "CLICK",
"logicTag" : "toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem5_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "toolbar_tbitem5_click"
}
}, {
"eventArg" : "tbitem9",
"eventNames" : "CLICK",
"logicTag" : "toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem9_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "toolbar_tbitem9_click"
}
}, {
"eventArg" : "tbitem15",
"eventNames" : "CLICK",
"logicTag" : "toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "toolbar_tbitem15_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "toolbar_tbitem15_click"
}
} ],
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW" "lanResTag" : "TBB.TEXT.*.NEW"
}, },
"caption" : "新建", "caption" : "新建",
"groupExtractMode" : "ITEM", "codeName" : "New",
"itemType" : "DEUIACTION", "fullCodeName" : "New",
"name" : "deuiaction1", "name" : "编辑界面_新建操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome", "glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o" "cssClass" : "fa fa-file-text-o"
}, },
"getPSUIAction" : { "predefinedType" : "EDITVIEW_NEWACTION",
"getCapPSLanguageRes" : { "timeout" : 60000,
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "编辑界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "EDITVIEW_NEWACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW" "lanResTag" : "TBB.TOOLTIP.*.NEW"
}, },
"showCaption" : true, "uIActionMode" : "SYS",
"showIcon" : true "uIActionTag" : "New",
}, { "uIActionType" : "DEUIACTION"
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.SAVE"
},
"caption" : "保存",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSSysCss" : {
"cssName" : "deepskyblueToolBar"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.SAVE" "lanResTag" : "TBB.TEXT.*.SAVE"
}, },
"caption" : "保存", "caption" : "保存",
"groupExtractMode" : "ITEM", "codeName" : "Save",
"itemType" : "DEUIACTION", "fullCodeName" : "Save",
"name" : "tbitem3", "name" : "编辑界面_保存操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSSysCss" : {
"cssName" : "deepskyblueToolBar"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome", "glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save" "cssClass" : "fa fa-save"
}, },
"getPSUIAction" : { "predefinedType" : "EDITVIEW_SAVEACTION",
"getCapPSLanguageRes" : { "timeout" : 60000,
"lanResTag" : "TBB.TEXT.*.SAVE"
},
"caption" : "保存",
"codeName" : "Save",
"fullCodeName" : "Save",
"name" : "编辑界面_保存操作",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "EDITVIEW_SAVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.SAVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Save",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.SAVE" "lanResTag" : "TBB.TOOLTIP.*.SAVE"
}, },
"showCaption" : true, "uIActionMode" : "SYS",
"showIcon" : true "uIActionTag" : "Save",
}, { "uIActionType" : "DEUIACTION"
},
"tooltip" : "保存",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.SAVE"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
},
"caption" : "保存并关闭",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
}, },
"caption" : "保存并关闭", "caption" : "保存并关闭",
"groupExtractMode" : "ITEM", "codeName" : "SaveAndExit",
"itemType" : "DEUIACTION", "fullCodeName" : "SaveAndExit",
"name" : "tbitem5", "name" : "编辑界面_保存并退出操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose" "cssClass" : "sx-tb-saveandclose"
}, },
"getPSUIAction" : { "predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
"getCapPSLanguageRes" : { "timeout" : 60000,
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
},
"caption" : "保存并关闭",
"codeName" : "SaveAndExit",
"fullCodeName" : "SaveAndExit",
"name" : "编辑界面_保存并退出操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndExit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并关闭",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
}, },
"showCaption" : true, "uIActionMode" : "SYS",
"showIcon" : true "uIActionTag" : "SaveAndExit",
} ], "uIActionType" : "DEUIACTION"
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "InterFuncForm_2",
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/InterFuncForm_2.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
}, },
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ], "tooltip" : "保存并关闭",
"logicName" : "编辑表单(数据选择)", "getTooltipPSLanguageRes" : {
"getPSAppDataEntity" : { "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSControlHandler" : { "showCaption" : true,
"getPSHandlerActions" : [ { "showIcon" : true
"actionName" : "GetDraft", } ],
"actionType" : "DEACTION", "modelid" : "b912ff540f5614f63914a38067d84728",
"dataAccessAction" : "CREATE", "modeltype" : "PSDETOOLBAR"
"name" : "loaddraft", }, {
"getPSAppDEMethod" : { "codeName" : "InterFuncForm_2",
"modelref" : true, "controlType" : "FORM",
"id" : "GetDraft" "getCreatePSControlAction" : {
}, "modelref" : true,
"getPSAppDataEntity" : { "id" : "create"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/InterFuncForm_2.json",
} "getGetDraftFromPSControlAction" : {
}, { "modelref" : true,
"actionName" : "GETDRAFTFROM", "id" : "loaddraftfrom"
"actionType" : "DEACTION", },
"dataAccessAction" : "CREATE", "getGetDraftPSControlAction" : {
"name" : "loaddraftfrom", "modelref" : true,
"getPSAppDataEntity" : { "id" : "loaddraft"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "getGetPSControlAction" : {
} "modelref" : true,
}, { "id" : "load"
"actionName" : "Get", },
"actionType" : "DEACTION", "hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"dataAccessAction" : "READ", "logicName" : "编辑表单(数据选择)",
"name" : "load", "getPSAppDataEntity" : {
"getPSAppDEMethod" : { "modelref" : true,
"modelref" : true, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"id" : "Get" },
}, "getPSControlHandler" : {
"getPSAppDataEntity" : { "getPSHandlerActions" : [ {
"modelref" : true, "actionName" : "GetDraft",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "actionType" : "DEACTION",
} "dataAccessAction" : "CREATE",
}, { "name" : "loaddraft",
"actionName" : "Create", "getPSAppDEMethod" : {
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true, "modelref" : true,
"id" : "engine" "id" : "GetDraft"
} },
} ], "getPSAppDataEntity" : {
"getPSControlParam" : { "modelref" : true,
"autoLoad" : true, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"showBusyIndicator" : true,
"id" : "FORM"
},
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZBOOKID",
"codeName" : "IBIZBOOKId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "ibizbookid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZBOOKID",
"codeName" : "IBIZBOOKId"
}
}, {
"id" : "borrower",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BORROWER",
"codeName" : "Borrower"
} }
}, { }, {
"id" : "borrower1", "actionName" : "GETDRAFTFROM",
"dataType" : 21, "actionType" : "DEACTION",
"getPSAppDEField" : { "dataAccessAction" : "CREATE",
"name" : "BORROWER1", "name" : "loaddraftfrom",
"codeName" : "Borrower1" "getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
} }
}, { }, {
"id" : "borrower2", "actionName" : "Get",
"dataType" : 25, "actionType" : "DEACTION",
"getPSAppDEField" : { "dataAccessAction" : "READ",
"name" : "BORROWER2", "name" : "load",
"codeName" : "Borrower2" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
} }
}, { }, {
"id" : "borrower3", "actionName" : "Create",
"dataType" : 21, "actionType" : "DEACTION",
"getPSAppDEField" : { "dataAccessAction" : "CREATE",
"name" : "BORROWER3", "name" : "create",
"codeName" : "Borrower3" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
} }
}, { }, {
"id" : "borrower2_id", "actionName" : "Update",
"hidden" : true, "actionType" : "DEACTION",
"dataType" : 25, "dataAccessAction" : "UPDATE",
"getPSAppDEField" : { "name" : "update",
"name" : "BORROWER2_ID", "getPSAppDEMethod" : {
"codeName" : "Borrower2_id" "modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
} }
}, { }, {
"id" : "borrowerid", "actionName" : "Remove",
"hidden" : true, "actionType" : "DEACTION",
"dataType" : 25, "dataAccessAction" : "DELETE",
"getPSAppDEField" : { "name" : "remove",
"name" : "BORROWERID", "getPSAppDEMethod" : {
"codeName" : "Borrowerid" "modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
} }
} ], } ],
"getPSDEFormPages" : [ { "enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "FORM"
},
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZBOOKID",
"codeName" : "IBIZBOOKId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "ibizbookid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZBOOKID",
"codeName" : "IBIZBOOKId"
}
}, {
"id" : "borrower",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BORROWER",
"codeName" : "Borrower"
}
}, {
"id" : "borrower1",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "BORROWER1",
"codeName" : "Borrower1"
}
}, {
"id" : "borrower2",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BORROWER2",
"codeName" : "Borrower2"
}
}, {
"id" : "borrower3",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "BORROWER3",
"codeName" : "Borrower3"
}
}, {
"id" : "borrower2_id",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
}
}, {
"id" : "borrowerid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BORROWERID",
"codeName" : "Borrowerid"
}
} ],
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.MAIN.FORMPAGE.FORMPAGE1"
},
"caption" : "基本信息",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.MAIN.FORMPAGE.FORMPAGE1" "lanResTag" : "CONTROL.DEFORM.IBIZBOOK.MAIN.GROUPPANEL.GROUP1"
}, },
"caption" : "基本信息", "caption" : "数据选择视图展示",
"codeName" : "formpage1", "codeName" : "group1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "GROUPPANEL",
"name" : "formpage1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.MAIN.GROUPPANEL.GROUP1" "lanResTag" : "DEF.LNAME.IBIZBOOKID"
}, },
"caption" : "数据选择视图展示", "caption" : "图书标识",
"codeName" : "group1", "codeName" : "ibizbookid",
"dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL", "detailType" : "FORMITEM",
"name" : "group1", "enableCond" : 3,
"getPSDEFormDetails" : [ { "ignoreInput" : 0,
"getCapPSLanguageRes" : { "labelPos" : "LEFT",
"lanResTag" : "DEF.LNAME.IBIZBOOKID" "labelWidth" : 130,
}, "name" : "ibizbookid",
"caption" : "图书标识", "noPrivDisplayMode" : 1,
"codeName" : "ibizbookid", "getPSAppDEField" : {
"dataType" : 25, "name" : "IBIZBOOKID",
"detailStyle" : "DEFAULT", "codeName" : "IBIZBOOKId"
"detailType" : "FORMITEM", },
"enableCond" : 3, "getPSEditor" : {
"ignoreInput" : 0, "editorType" : "HIDDEN",
"labelPos" : "LEFT", "name" : "ibizbookid"
"labelWidth" : 130, },
"name" : "ibizbookid", "getPSLayoutPos" : {
"noPrivDisplayMode" : 1, "colMD" : 24,
"getPSAppDEField" : { "layout" : "TABLE_24COL"
"name" : "IBIZBOOKID", },
"codeName" : "IBIZBOOKId" "allowEmpty" : true,
}, "hidden" : true,
"getPSEditor" : { "showCaption" : true
"editorType" : "HIDDEN", }, {
"name" : "ibizbookid" "getCapPSLanguageRes" : {
}, "lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER"
"getPSLayoutPos" : { },
"colMD" : 24, "caption" : "树单项数据选择",
"layout" : "TABLE_24COL" "codeName" : "borrower",
}, "dataType" : 25,
"allowEmpty" : true, "detailStyle" : "DEFAULT",
"hidden" : true, "detailType" : "FORMITEM",
"showCaption" : true "enableCond" : 3,
}, { "ignoreInput" : 0,
"getCapPSLanguageRes" : { "labelPos" : "LEFT",
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER" "labelWidth" : 130,
"name" : "borrower",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER",
"codeName" : "Borrower"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_NOAC",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView.json",
"viewType" : "DEPICKUPVIEW"
}, },
"caption" : "树单项数据选择",
"codeName" : "borrower",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower", "name" : "borrower",
"noPrivDisplayMode" : 1, "getPickupPSAppView" : {
"getPSAppDEField" : { "modelref" : true,
"name" : "BORROWER", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView.json",
"codeName" : "Borrower" "viewType" : "DEPICKUPVIEW"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_NOAC",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower",
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"valueItemName" : "borrowerid",
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
}, },
"valueItemName" : "borrowerid", "valueItemName" : "borrowerid",
"allowEmpty" : true, "enableAC" : false,
"showCaption" : true "enablePickupView" : true,
}, { "forceSelection" : true,
"getCapPSLanguageRes" : { "showTrigger" : true,
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER1" "singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "borrowerid",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER1"
},
"caption" : "树多项数据选择",
"codeName" : "borrower1",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER1",
"codeName" : "Borrower1"
},
"getPSEditor" : {
"editorParams" : {
"PICKUPVIEW" : "TRUE"
}, },
"caption" : "树多项数据选择", "editorType" : "ADDRESSPICKUP",
"codeName" : "borrower1",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower1", "name" : "borrower1",
"noPrivDisplayMode" : 1, "getPickupPSAppView" : {
"getPSAppDEField" : { "modelref" : true,
"name" : "BORROWER1", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2MPickupView.json",
"codeName" : "Borrower1" "viewType" : "DEMPICKUPVIEW"
}, },
"getPSEditor" : { "enableAC" : false,
"editorParams" : { "enablePickupView" : true,
"PICKUPVIEW" : "TRUE" "forceSelection" : true,
}, "showTrigger" : true
"editorType" : "ADDRESSPICKUP", },
"name" : "borrower1", "getPSLayoutPos" : {
"getPickupPSAppView" : { "colLG" : 12,
"modelref" : true, "colMD" : 12,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2MPickupView.json", "colSM" : 12,
"viewType" : "DEMPICKUPVIEW" "colXS" : 12,
}, "layout" : "TABLE_24COL"
"enableAC" : false, },
"enablePickupView" : true, "allowEmpty" : true,
"forceSelection" : true, "showCaption" : true
"showTrigger" : true }, {
}, "getCapPSLanguageRes" : {
"getPSLayoutPos" : { "lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER2"
"colLG" : 12, },
"colMD" : 12, "caption" : "表格单项数据选择",
"colSM" : 12, "codeName" : "borrower2",
"colXS" : 12, "dataType" : 25,
"layout" : "TABLE_24COL" "detailStyle" : "DEFAULT",
}, "detailType" : "FORMITEM",
"allowEmpty" : true, "enableCond" : 3,
"showCaption" : true "ignoreInput" : 0,
}, { "labelPos" : "LEFT",
"getCapPSLanguageRes" : { "labelWidth" : 130,
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER2" "name" : "borrower2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER2",
"codeName" : "Borrower2"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_NOAC",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
"viewType" : "DEPICKUPVIEW"
}, },
"caption" : "表格单项数据选择",
"codeName" : "borrower2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower2", "name" : "borrower2",
"noPrivDisplayMode" : 1, "getPickupPSAppView" : {
"getPSAppDEField" : { "modelref" : true,
"name" : "BORROWER2", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
"codeName" : "Borrower2" "viewType" : "DEPICKUPVIEW"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_NOAC",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower2",
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"valueItemName" : "borrower2_id",
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
}, },
"valueItemName" : "borrower2_id", "valueItemName" : "borrower2_id",
"allowEmpty" : true, "enableAC" : false,
"showCaption" : true "enablePickupView" : true,
}, { "forceSelection" : true,
"getCapPSLanguageRes" : { "showTrigger" : true,
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER3" "singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "borrower2_id",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.IBIZBOOK.INTERFUNCFORM_2.FORMITEM.BORROWER3"
},
"caption" : "表格多项数据选择",
"codeName" : "borrower3",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower3",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER3",
"codeName" : "Borrower3"
},
"getPSEditor" : {
"editorParams" : {
"PICKUPVIEW" : "TRUE"
}, },
"caption" : "表格多项数据选择", "editorType" : "ADDRESSPICKUP",
"codeName" : "borrower3",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower3", "name" : "borrower3",
"noPrivDisplayMode" : 1, "getPickupPSAppView" : {
"getPSAppDEField" : { "modelref" : true,
"name" : "BORROWER3", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomer_INTFMPickupView.json",
"codeName" : "Borrower3" "viewType" : "DEMPICKUPVIEW"
}, },
"getPSEditor" : { "enableAC" : false,
"editorParams" : { "enablePickupView" : true,
"PICKUPVIEW" : "TRUE" "forceSelection" : true,
}, "showTrigger" : true
"editorType" : "ADDRESSPICKUP", },
"name" : "borrower3", "getPSLayoutPos" : {
"getPickupPSAppView" : { "colLG" : 12,
"modelref" : true, "colMD" : 12,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomer_INTFMPickupView.json", "colSM" : 12,
"viewType" : "DEMPICKUPVIEW" "colXS" : 12,
},
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BORROWER2_ID"
},
"caption" : "借阅人2_ID",
"codeName" : "borrower2_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower2_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "borrower2_id"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BORROWERID"
},
"caption" : "借阅人ID",
"codeName" : "borrowerid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrowerid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWERID",
"codeName" : "Borrowerid"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "borrowerid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BORROWER2_ID"
},
"caption" : "借阅人2_ID",
"codeName" : "borrower2_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrower2_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "borrower2_id"
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"hidden" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BORROWERID"
},
"caption" : "借阅人ID",
"codeName" : "borrowerid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "borrowerid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWERID",
"codeName" : "Borrowerid"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "borrowerid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getRemovePSControlAction" : { "infoGroupMode" : false
"modelref" : true, } ],
"id" : "remove" "getPSLayout" : {
}, "columnCount" : 24,
"tabHeaderPos" : "TOP", "layout" : "TABLE_24COL"
"getUpdatePSControlAction" : { },
"modelref" : true, "getRemovePSControlAction" : {
"id" : "update" "modelref" : true,
}, "id" : "remove"
"noTabHeader" : true, },
"name" : "form", "tabHeaderPos" : "TOP",
"modelid" : "fb5e4317f8472b252287eba99b2b1e6e", "getUpdatePSControlAction" : {
"modeltype" : "PSDEFORM_EDITFORM" "modelref" : true,
} ] "id" : "update"
},
"noTabHeader" : true,
"name" : "form",
"modelid" : "fb5e4317f8472b252287eba99b2b1e6e",
"modeltype" : "PSDEFORM_EDITFORM"
} ],
"getPSDEViewCodeName" : "Usr2EditView",
"getPSDEViewId" : "cb8bb996f98d1fe8918a48d66802794d",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEEDITVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
}, },
"subCaption" : "实体数据选择视图", "subCaption" : "实体数据选择视图",
"title" : "实体数据选择视图", "title" : "实体数据选择视图",
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 --> <!--输出实体[IBIZBOOK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-689-7"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-693-7">
<createTable tableName="T_IBIZBOOK"> <createTable tableName="T_IBIZBOOK">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册