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

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

上级 767ffe1d
......@@ -1126,6 +1126,7 @@
"id": "A",
"label": "类型1",
"text": "类型1",
"textLanRes": "CL.ITEM.LNAME.KIND1",
"class":"",
"data":"",
"codename":"A",
......@@ -1137,6 +1138,7 @@
"id": "B",
"label": "类型2",
"text": "类型2",
"textLanRes": "CL.ITEM.LNAME.KIND2",
"class":"",
"data":"",
"codename":"B",
......@@ -1148,6 +1150,7 @@
"id": "C",
"label": "类型3",
"text": "类型3",
"textLanRes": "CL.ITEM.LNAME.KIND3",
"class":"",
"data":"",
"codename":"C",
......
......@@ -931,6 +931,7 @@ function getLocaleResource(){
'TBB.TEXT.EDITVIEW.SAVEANDCLOSE': 'Save And Close',
'TBB.TOOLTIP.EDITVIEW.SAVEANDNEW': 'Save And New',
'MENUITEM.CAPTION.LISTNAVIGATION': 'List Navigation',
'CL.ITEM.LNAME.KIND2': 'kind2',
'MENUITEM.CAPTION.CALENDARNAVIGATION': 'Calendar Navigation',
'MENUITEM.CAPTION.AUTOFILL': 'Auto Fill',
'MENUITEM.CAPTION.ENTITYGRIDNAVIGATIONVIEW': 'Entity Grid Navigation View',
......@@ -972,6 +973,7 @@ function getLocaleResource(){
'OTHER.IBIZSAMPLE0003STABEXPVIEW.TABVIEWPANEL3': 'SoftwareSuit',
'MENUITEM.CAPTION.SINGLEDATAVIEW': 'Single Data View',
'MENUITEM.CAPTION.ENTITYEDITVIEWPAGE': 'Entity Edit View (pagination relations)',
'CL.ITEM.LNAME.KIND1': 'kind1',
'MENUITEM.CAPTION.ENTITYCALENDARNAVIGATIONVIEW': 'Entity Calendar Navigation View',
'MENUITEM.CAPTION.DEFAULTEDITORTYPE': 'Default Editor Type',
'MENUITEM.CAPTION.INDEXSELECTIONVIEW': 'Index Selection View',
......@@ -994,6 +996,7 @@ function getLocaleResource(){
'MENUITEM.CAPTION.TREEVIEW': 'Tree View',
'PAGE.INDEX': 'R7 Vue Demo',
'MENUITEM.CAPTION.TREEMAINSTATE': 'Tree Main State',
'CL.ITEM.LNAME.KIND3': 'kind3',
'MENUITEM.CAPTION.OPENHTMLPAGE': 'Open HTML Page',
};
return data;
......
......@@ -828,7 +828,10 @@ function getLocaleResource(){
'OTHER.BUTTONTSET': '测试多语言按钮',
'MENUITEM.CAPTION.WORKBENCH': '工作台--',
'PAGE.TITLE.WEB.PORTAL': '无内容',
'CL.ITEM.LNAME.KIND2': '类型2',
'CL.ITEM.LNAME.KIND1': '类型1',
'OTHER.TEST': '多语言测试',
'CL.ITEM.LNAME.KIND3': '类型3',
'PAGE.INDEX': 'R7-Vue-Demo',
};
return data;
......
......@@ -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: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailSGridView9" + (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: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailSGridView9' + (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: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(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: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(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: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(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: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -12,18 +12,39 @@
"mOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/A",
"rTMOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/A",
"text" : "类型1",
"getTextPSLanguageRes" : {
"defaultContent" : "类型1",
"lanResTag" : "CL.ITEM.LNAME.KIND1",
"lanResType" : "CL.ITEM.LNAME",
"name" : "类型1",
"refFlag" : true
},
"value" : "A"
}, {
"codeName" : "B",
"mOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/B",
"rTMOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/B",
"text" : "类型2",
"getTextPSLanguageRes" : {
"defaultContent" : "类型2",
"lanResTag" : "CL.ITEM.LNAME.KIND2",
"lanResType" : "CL.ITEM.LNAME",
"name" : "类型2",
"refFlag" : true
},
"value" : "B"
}, {
"codeName" : "C",
"mOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/C",
"rTMOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/C",
"text" : "类型3",
"getTextPSLanguageRes" : {
"defaultContent" : "类型3",
"lanResTag" : "CL.ITEM.LNAME.KIND3",
"lanResType" : "CL.ITEM.LNAME",
"name" : "类型3",
"refFlag" : true
},
"value" : "C"
} ],
"getPSSystemModule" : {
......
......@@ -12,18 +12,39 @@
"mOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/A",
"rTMOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/A",
"text" : "类型1",
"getTextPSLanguageRes" : {
"defaultContent" : "类型1",
"lanResTag" : "CL.ITEM.LNAME.KIND1",
"lanResType" : "CL.ITEM.LNAME",
"name" : "类型1",
"refFlag" : true
},
"value" : "A"
}, {
"codeName" : "B",
"mOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/B",
"rTMOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/B",
"text" : "类型2",
"getTextPSLanguageRes" : {
"defaultContent" : "类型2",
"lanResTag" : "CL.ITEM.LNAME.KIND2",
"lanResType" : "CL.ITEM.LNAME",
"name" : "类型2",
"refFlag" : true
},
"value" : "B"
}, {
"codeName" : "C",
"mOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/C",
"rTMOSFilePath" : "psmodules/Sample/pscodelists/SCODELIST_TEXT/pscodeitems/C",
"text" : "类型3",
"getTextPSLanguageRes" : {
"defaultContent" : "类型3",
"lanResTag" : "CL.ITEM.LNAME.KIND3",
"lanResType" : "CL.ITEM.LNAME",
"name" : "类型3",
"refFlag" : true
},
"value" : "C"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/SCODELIST_TEXT",
......
......@@ -244,6 +244,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower",
"getPSEditorItems" : [ {
"name" : "borrowerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2PickupView.json",
......@@ -359,6 +362,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower2",
"getPSEditorItems" : [ {
"name" : "borrower2_id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKPickupView.json",
......
......@@ -244,6 +244,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower",
"getPSEditorItems" : [ {
"name" : "borrowerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView_layout.json",
......@@ -359,6 +362,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower2",
"getPSEditorItems" : [ {
"name" : "borrower2_id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView_layout.json",
......
......@@ -12,18 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -47,18 +35,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
......@@ -71,6 +47,30 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -20,18 +20,6 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"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" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
......
......@@ -356,6 +356,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -360,6 +360,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -204,6 +204,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -370,6 +370,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -371,6 +371,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -370,6 +370,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -353,6 +353,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -476,6 +476,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......@@ -859,6 +862,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "pickervalue"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -388,6 +388,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -354,6 +354,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -354,6 +354,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -361,6 +361,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -373,6 +373,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -300,6 +300,9 @@
"viewType" : "DEPICKUPGRIDVIEW"
},
"name" : "gridselect",
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupGridView.json",
......@@ -348,6 +351,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "formitem",
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......@@ -391,6 +397,9 @@
},
"editorType" : "PICKEREX_NOAC",
"name" : "formitem1",
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"valueItemName" : "ibizorderid",
"enableAC" : false,
"enablePickupView" : true,
......
......@@ -459,6 +459,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -370,6 +370,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -364,6 +364,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -370,6 +370,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -364,6 +364,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -354,6 +354,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -388,6 +388,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -391,6 +391,7 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ { } ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -823,6 +823,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -253,6 +253,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -325,6 +328,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......
......@@ -253,6 +253,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -325,6 +328,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......
......@@ -227,6 +227,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -295,6 +298,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......
......@@ -251,6 +251,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -320,6 +323,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......@@ -1568,6 +1574,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -228,6 +228,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -301,6 +304,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......@@ -1566,6 +1572,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......@@ -1949,6 +1958,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "pickervalue"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -271,6 +271,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......@@ -544,6 +547,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......
......@@ -272,6 +272,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductIndexPickupDataView.json",
......@@ -546,6 +549,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupTreeView.json",
......
......@@ -2156,7 +2156,12 @@
},
"editorType" : "DATEPICKEREX",
"editorWidth" : 160.0,
"name" : "formitemex1"
"name" : "formitemex1",
"getPSEditorItems" : [ {
"name" : "field21"
}, {
"name" : "field09"
} ]
},
"getPSLayoutPos" : {
"colMD" : 24,
......
......@@ -1602,6 +1602,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......
......@@ -1516,6 +1516,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1584,6 +1587,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1652,6 +1658,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1719,6 +1728,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1787,6 +1799,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1855,6 +1870,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "f33"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1923,6 +1941,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1992,6 +2013,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"valueItemName" : "ibizsample0002id",
"editable" : false,
"enableAC" : false,
......@@ -2039,6 +2063,9 @@
"viewType" : "DEEDITVIEW"
},
"name" : "formitem9",
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -2109,6 +2136,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -2155,6 +2185,9 @@
"getPSEditor" : {
"editorType" : "PICKUPVIEW",
"name" : "formitem11",
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......
......@@ -759,6 +759,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "formitem17",
"getPSEditorItems" : [ {
"name" : "formitem18"
} ],
"placeHolder" : "地址选择",
"valueItemName" : "formitem18",
"enableAC" : true,
......
......@@ -231,6 +231,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSEditorItems" : [ {
"name" : "pibizsample0003id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0003PickupView.json",
......
......@@ -273,6 +273,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0003.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0003id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0003PickupView.json",
......
......@@ -125,6 +125,9 @@
"editorStyle" : "ALLEMPSELECT",
"editorType" : "PICKER",
"name" : "deptheads",
"getPSEditorItems" : [ {
"name" : "srfwfannotator"
} ],
"valueItemName" : "srfwfannotator",
"enableAC" : true,
"enablePickupView" : true,
......
......@@ -138,6 +138,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "deptheads",
"getPSEditorItems" : [ {
"name" : "deptheadsid"
} ],
"valueItemName" : "deptheadsid",
"enableAC" : true,
"enablePickupView" : true,
......
......@@ -125,6 +125,9 @@
"editorStyle" : "ALLEMPSELECT",
"editorType" : "PICKER",
"name" : "deptheads",
"getPSEditorItems" : [ {
"name" : "srfwftransferor"
} ],
"valueItemName" : "srfwftransferor",
"enableAC" : true,
"enablePickupView" : true,
......
......@@ -454,6 +454,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field3",
"getPSEditorItems" : [ {
"name" : "field4"
} ],
"valueItemName" : "field4",
"enableAC" : true,
"enablePickupView" : true,
......@@ -501,6 +504,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field1",
"getPSEditorItems" : [ {
"name" : "field2"
} ],
"valueItemName" : "field2",
"enableAC" : true,
"enablePickupView" : true,
......@@ -546,6 +552,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field5",
"getPSEditorItems" : [ {
"name" : "field6"
} ],
"valueItemName" : "field6",
"enableAC" : true,
"enablePickupView" : true,
......@@ -592,6 +601,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field7",
"getPSEditorItems" : [ {
"name" : "field8"
} ],
"valueItemName" : "field8",
"enableAC" : true,
"enablePickupView" : true,
......@@ -662,6 +674,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field11",
"getPSEditorItems" : [ {
"name" : "field12"
} ],
"valueItemName" : "field12",
"enableAC" : true,
"enablePickupView" : true,
......@@ -755,6 +770,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field15",
"getPSEditorItems" : [ {
"name" : "field16"
} ],
"valueItemName" : "field16",
"enableAC" : true,
"enablePickupView" : true,
......@@ -802,6 +820,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field13",
"getPSEditorItems" : [ {
"name" : "field14"
} ],
"valueItemName" : "field14",
"enableAC" : true,
"enablePickupView" : true,
......@@ -873,6 +894,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field19",
"getPSEditorItems" : [ {
"name" : "field20"
} ],
"valueItemName" : "field20",
"enableAC" : true,
"enablePickupView" : true,
......@@ -920,6 +944,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field17",
"getPSEditorItems" : [ {
"name" : "field18"
} ],
"valueItemName" : "field18",
"enableAC" : true,
"enablePickupView" : true,
......@@ -968,6 +995,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field23",
"getPSEditorItems" : [ {
"name" : "field24"
} ],
"valueItemName" : "field24",
"enableAC" : true,
"enablePickupView" : true,
......@@ -1016,6 +1046,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field21",
"getPSEditorItems" : [ {
"name" : "field22"
} ],
"valueItemName" : "field22",
"enableAC" : true,
"enablePickupView" : true,
......@@ -1063,6 +1096,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field27",
"getPSEditorItems" : [ {
"name" : "field28"
} ],
"valueItemName" : "field28",
"enableAC" : true,
"enablePickupView" : true,
......@@ -1110,6 +1146,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field25",
"getPSEditorItems" : [ {
"name" : "field26"
} ],
"valueItemName" : "field26",
"enableAC" : true,
"enablePickupView" : true,
......@@ -1157,6 +1196,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field31",
"getPSEditorItems" : [ {
"name" : "field32"
} ],
"valueItemName" : "field32",
"enableAC" : true,
"enablePickupView" : true,
......@@ -1204,6 +1246,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field29",
"getPSEditorItems" : [ {
"name" : "field30"
} ],
"valueItemName" : "field30",
"enableAC" : true,
"enablePickupView" : true,
......
......@@ -46,18 +46,6 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -81,18 +69,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
......@@ -105,6 +81,30 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -100,18 +100,6 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
......@@ -123,6 +111,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
......
......@@ -832,6 +832,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower",
"getPSEditorItems" : [ {
"name" : "borrowerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2PickupView.json",
......@@ -947,6 +950,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower2",
"getPSEditorItems" : [ {
"name" : "borrower2_id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKPickupView.json",
......
......@@ -988,6 +988,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower",
"getPSEditorItems" : [ {
"name" : "borrowerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView_layout.json",
......@@ -1103,6 +1106,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "borrower2",
"getPSEditorItems" : [ {
"name" : "borrower2_id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView_layout.json",
......
......@@ -751,6 +751,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -823,6 +826,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......
......@@ -751,6 +751,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -823,6 +826,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......
......@@ -752,6 +752,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -824,6 +827,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......
......@@ -514,6 +514,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......@@ -787,6 +790,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......
......@@ -354,6 +354,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -422,6 +425,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......
......@@ -729,6 +729,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -802,6 +805,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......@@ -2067,6 +2073,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......@@ -2450,6 +2459,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "pickervalue"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -410,6 +410,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductIndexPickupDataView.json",
......@@ -684,6 +687,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupTreeView.json",
......
......@@ -389,6 +389,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
......@@ -458,6 +461,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZUNIProduct.json"
},
"getPSEditorItems" : [ {
"name" : "ibizuniproductid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZUNIProductPickupView.json",
......@@ -1706,6 +1712,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1135,6 +1135,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......@@ -1518,6 +1521,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "pickervalue"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -538,6 +538,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1012,6 +1012,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1014,6 +1014,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1019,6 +1019,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -544,6 +544,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -544,6 +544,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -528,6 +528,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -547,6 +547,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1045,6 +1045,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1045,6 +1045,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1179,6 +1179,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -785,6 +785,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1178,6 +1178,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -650,6 +650,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -568,6 +568,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -971,6 +971,7 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ { } ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -528,6 +528,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -524,6 +524,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -531,6 +531,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -485,6 +485,9 @@
"viewType" : "DEPICKUPGRIDVIEW"
},
"name" : "gridselect",
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupGridView.json",
......@@ -533,6 +536,9 @@
"viewType" : "DEPICKUPVIEW"
},
"name" : "formitem",
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......@@ -576,6 +582,9 @@
},
"editorType" : "PICKEREX_NOAC",
"name" : "formitem1",
"getPSEditorItems" : [ {
"name" : "ibizorderid"
} ],
"valueItemName" : "ibizorderid",
"enableAC" : false,
"enablePickupView" : true,
......
......@@ -1035,6 +1035,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1036,6 +1036,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1035,6 +1035,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -654,6 +654,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1060,6 +1060,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -739,6 +739,7 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ { } ],
"valueItemName" : "ibizcustomerid",
"enableAC" : true,
"enablePickupView" : true,
......
......@@ -574,6 +574,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -558,6 +558,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1117,6 +1117,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -1028,6 +1028,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -602,6 +602,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......@@ -985,6 +988,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "pickervalue"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -896,6 +896,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
"getPSEditorItems" : [ {
"name" : "ibizcustomerid"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerPickupView.json",
......
......@@ -2283,7 +2283,12 @@
},
"editorType" : "DATEPICKEREX",
"editorWidth" : 160.0,
"name" : "formitemex1"
"name" : "formitemex1",
"getPSEditorItems" : [ {
"name" : "field21"
}, {
"name" : "field09"
} ]
},
"getPSLayoutPos" : {
"colMD" : 24,
......
......@@ -1643,6 +1643,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1711,6 +1714,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1779,6 +1785,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1846,6 +1855,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1914,6 +1926,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -1982,6 +1997,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "f33"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -2050,6 +2068,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -2119,6 +2140,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"valueItemName" : "ibizsample0002id",
"editable" : false,
"enableAC" : false,
......@@ -2166,6 +2190,9 @@
"viewType" : "DEEDITVIEW"
},
"name" : "formitem9",
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -2236,6 +2263,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......@@ -2282,6 +2312,9 @@
"getPSEditor" : {
"editorType" : "PICKUPVIEW",
"name" : "formitem11",
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......
......@@ -892,6 +892,9 @@
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "formitem17",
"getPSEditorItems" : [ {
"name" : "formitem18"
} ],
"placeHolder" : "地址选择",
"valueItemName" : "formitem18",
"enableAC" : true,
......
......@@ -2099,6 +2099,9 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPSEditorItems" : [ {
"name" : "ibizsample0002id"
} ],
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册