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

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

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