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

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

上级 3f685779
......@@ -719,7 +719,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr8GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -755,7 +755,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr8GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -526,7 +526,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public load(data: any): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2MEditView9_layout' + (this.$t('app.multiEditView.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKMEditView9' + (this.$t('app.multiEditView.notConfig.fetchAction') as string) });
return;
}
let arg: any = {};
......@@ -561,7 +561,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public handleAdd(){
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2MEditView9_layout' + (this.$t('app.multiEditView.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKMEditView9' + (this.$t('app.multiEditView.notConfig.loaddraftAction') as string) });
return;
}
const promice: Promise<any> = this.service.loadDraft(this.loaddraftAction,JSON.parse(JSON.stringify(this.context)),{viewparams:this.viewparams}, this.showBusyIndicator);
......
......@@ -526,7 +526,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public load(data: any): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2MEditView9_layout' + (this.$t('app.multiEditView.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKMEditView9' + (this.$t('app.multiEditView.notConfig.fetchAction') as string) });
return;
}
let arg: any = {};
......@@ -561,7 +561,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public handleAdd(){
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2MEditView9_layout' + (this.$t('app.multiEditView.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKMEditView9' + (this.$t('app.multiEditView.notConfig.loaddraftAction') as string) });
return;
}
const promice: Promise<any> = this.service.loadDraft(this.loaddraftAction,JSON.parse(JSON.stringify(this.context)),{viewparams:this.viewparams}, this.showBusyIndicator);
......
......@@ -48,18 +48,18 @@
<div v-show="flag" class="batch-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i>
<span class='caption'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction1.caption')}}</span>
<span class='caption'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction1.caption')}}</span>
</i-button>
<div slot='content'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction1.tip')}}</div>
<div slot='content'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction1.tip')}}</div>
</tooltip>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i>
<span class='caption'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction2.caption')}}</span>
<span class='caption'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction2.caption')}}</span>
</i-button>
<div slot='content'>{{$t('entities.ibizbook.dataviewexpviewdataviewexpbar_dataview_batchtoolbar_toolbar.deuiaction2.tip')}}</div>
<div slot='content'>{{$t('entities.ibizbook.usr2dataviewdataview_batchtoolbar_toolbar.deuiaction2.tip')}}</div>
</tooltip>
</div>
</div>
......@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public appEntityService: IBIZBOOKEntityService = new IBIZBOOKEntityService({ $store: this.$store });
/**
* dataviewexpbar_dataview_batchtoolbar 部件 click 事件
* dataview_batchtoolbar 部件 click 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof Usr2Base
*/
public dataviewexpbar_dataview_batchtoolbar_click($event: any, $event2?: any) {
public dataview_batchtoolbar_click($event: any, $event2?: any) {
if (Object.is($event.tag, 'deuiaction1')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
this.dataview_batchtoolbar_deuiaction1_click(null, 'dataview_batchtoolbar', $event2);
}
if (Object.is($event.tag, 'deuiaction2')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
this.dataview_batchtoolbar_deuiaction2_click(null, 'dataview_batchtoolbar', $event2);
}
}
......@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
public dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
public dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
public dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
public dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase
* @memberof IBIZBOOKUsr2DataViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase
* @memberof IBIZBOOKUsr2DataViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -427,12 +427,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
let result: boolean = true;
Object.assign(actionData, args);
if ('selectionchange'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_selectionchange_ctrl_logic(actionData) && result;
}
if ('load'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_load_ctrl_logic(actionData) && result;
}
if (!result) {
return false;
}
......@@ -440,30 +434,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_selectionchange
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_selectionchange_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_load
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_load_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
......@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKDataViewExpView
* @memberof IBIZBOOKUsr2DataView
*/
public dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels: any = {
public usr2dataviewdataview_batchtoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } },
deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } },
......@@ -1035,7 +1005,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -1130,7 +1100,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -1247,7 +1217,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -1255,7 +1225,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......@@ -1357,16 +1327,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public uiAction(data: any, tag: any, $event: any) {
$event.stopPropagation();
if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
this.dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
this.dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
}
if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_memo1_u37f11a8_click(data, tag, $event);
this.dataview_memo1_u37f11a8_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_memo1_uc365542_click(data, tag, $event);
this.dataview_memo1_uc365542_click(data, tag, $event);
}
}
......
......@@ -237,6 +237,86 @@
"tableType" : "MAIN"
} ],
"getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER11/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "DER11",
"dEFGroupType" : "FIELDS",
"logicName" : "只包含1:1",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER11",
"name" : "DER11",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"joinType" : "MAIN",
"name" : "IBIZSAMPLE0023"
},
"getPSDEDataQueryInput" : {
"name" : "DER11Input",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023FilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "DER11Result",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023DER11DTO"
},
"type" : "DTOS"
},
"getPSDEFGroup" : {
"modelref" : true,
"id" : "DER11"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER11",
"viewLevel" : 100
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER1N/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "DER1N",
"dEFGroupType" : "FIELDS",
"logicName" : "只包含1:N",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER1N",
"name" : "DER1N",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"joinType" : "MAIN",
"name" : "IBIZSAMPLE0023"
},
"getPSDEDataQueryInput" : {
"name" : "DER1NInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023FilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "DER1NResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023DER1NDTO"
},
"type" : "DTOS"
},
"getPSDEFGroup" : {
"modelref" : true,
"id" : "DER1N"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER1N",
"viewLevel" : 100
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
......@@ -308,6 +388,72 @@
"viewLevel" : 0
} ],
"getAllPSDEDataSets" : [ {
"codeName" : "DER11",
"logicName" : "只包含1:1",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedatasets/DER11",
"name" : "DER11",
"getPSDEDataQueries" : [ {
"modelref" : true,
"id" : "DER11"
} ],
"getPSDEDataSetInput" : {
"name" : "DER11Input",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023FilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "DER11Result",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023DER11DTO"
},
"type" : "PAGE"
},
"getPSDEFGroup" : {
"modelref" : true,
"id" : "DER11"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedatasets/DER11",
"viewLevel" : 100,
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "DER1N",
"logicName" : "只包含1:N",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedatasets/DER1N",
"name" : "DER1N",
"getPSDEDataQueries" : [ {
"modelref" : true,
"id" : "DER1N"
} ],
"getPSDEDataSetInput" : {
"name" : "DER1NInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023FilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "DER1NResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023DER1NDTO"
},
"type" : "PAGE"
},
"getPSDEFGroup" : {
"modelref" : true,
"id" : "DER1N"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedatasets/DER1N",
"viewLevel" : 100,
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "Default",
"logicName" : "数据集",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedatasets/DEFAULT",
......@@ -337,6 +483,51 @@
"enableBackend" : true,
"enableFront" : true
} ],
"getAllPSDEFGroups" : [ {
"codeName" : "DER11",
"groupType" : "FIELDS",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefgroups/DER11",
"name" : "DER11",
"orderValue" : 99999,
"getPSDEFGroupDetails" : [ {
"codeName" : "FieldExt2",
"logicName" : "扩展数据(物理存储)",
"mOSFilePath" : "psdefgroupdetails/FieldExt2",
"name" : "FIELDEXT2",
"orderValue" : 1000,
"getPSDEField" : {
"name" : "FIELDEXT2",
"codeName" : "FieldExt2"
},
"rTMOSFilePath" : "psdefgroupdetails/FieldExt2",
"stringLength" : 1048576,
"enableUserInsert" : true,
"enableUserUpdate" : true
} ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefgroups/DER11"
}, {
"codeName" : "DER1N",
"groupType" : "FIELDS",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefgroups/DER1N",
"name" : "DER1N",
"orderValue" : 99999,
"getPSDEFGroupDetails" : [ {
"codeName" : "Field26",
"logicName" : "包数据(物理存储)",
"mOSFilePath" : "psdefgroupdetails/Field26",
"name" : "FIELD26",
"orderValue" : 1000,
"getPSDEField" : {
"name" : "FIELD26",
"codeName" : "Field26"
},
"rTMOSFilePath" : "psdefgroupdetails/Field26",
"stringLength" : 1048576,
"enableUserInsert" : true,
"enableUserUpdate" : true
} ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefgroups/DER1N"
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFDTColumns" : [ {
"columnName" : "IBIZSAMPLE0023ID",
......@@ -1132,7 +1323,7 @@
"dataType" : "ONE2MANYDATA",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "包数据",
"logicName" : "包数据(无存储)",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24",
"name" : "FIELD24",
"getPSDEDBTable" : {
......@@ -1225,7 +1416,7 @@
"dataType" : "ONE2ONEDATA",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "扩展数据",
"logicName" : "扩展数据(无存储)",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELDEXT",
"name" : "FIELDEXT",
"getPSDEDBTable" : {
......@@ -1312,7 +1503,7 @@
"dataType" : "ONE2MANYDATA",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "包数据2",
"logicName" : "包数据(物理存储)",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26",
"name" : "FIELD26",
"getPSDER" : {
......@@ -1394,7 +1585,7 @@
"dataType" : "ONE2ONEDATA",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "扩展数据2",
"logicName" : "扩展数据(物理存储)",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELDEXT2",
"name" : "FIELDEXT2",
"getPSDER" : {
......@@ -1412,6 +1603,64 @@
"uIAssistDEField" : true
} ],
"getAllPSDEMethodDTOs" : [ {
"name" : "IBIZSample0023DER11DTO",
"getPSDEMethodDTOFields" : [ {
"logicName" : "扩展数据(物理存储)",
"name" : "FieldExt2",
"getPSDEField" : {
"name" : "FIELDEXT2",
"codeName" : "FieldExt2"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext2/PSDERS/DER11_IBIZSAMPLE0023EXT2_IBIZSAMPLE0023.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DER11DTO/psdemethoddtofields/FieldExt2",
"getRefPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023Ext2DTO"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext2.json"
},
"sourceType" : "DEFGROUPDETAIL",
"stringLength" : 1048576,
"type" : "DTO"
} ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DER11DTO",
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"name" : "IBIZSample0023DER1NDTO",
"getPSDEMethodDTOFields" : [ {
"logicName" : "包数据(物理存储)",
"name" : "Field26",
"getPSDEField" : {
"name" : "FIELD26",
"codeName" : "Field26"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DER1NDTO/psdemethoddtofields/Field26",
"getRefPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0026DTO"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json"
},
"sourceType" : "DEFGROUPDETAIL",
"stringLength" : 1048576,
"type" : "DTOS"
} ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DER1NDTO",
"sourceType" : "DE",
"type" : "DEFAULT"
}, {
"name" : "IBIZSample0023DTO",
"getPSDEMethodDTOFields" : [ {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss",
......@@ -1442,7 +1691,7 @@
"allowEmpty" : false,
"readOnly" : true
}, {
"logicName" : "包数据",
"logicName" : "包数据(无存储)",
"name" : "Field24",
"getPSDEField" : {
"name" : "FIELD24",
......@@ -1465,7 +1714,7 @@
"stringLength" : 1048576,
"type" : "DTOS"
}, {
"logicName" : "包数据2",
"logicName" : "包数据(物理存储)",
"name" : "Field26",
"getPSDEField" : {
"name" : "FIELD26",
......@@ -1488,7 +1737,7 @@
"stringLength" : 1048576,
"type" : "DTOS"
}, {
"logicName" : "扩展数据",
"logicName" : "扩展数据(无存储)",
"name" : "FieldExt",
"getPSDEField" : {
"name" : "FIELDEXT",
......@@ -1511,7 +1760,7 @@
"stringLength" : 1048576,
"type" : "DTO"
}, {
"logicName" : "扩展数据2",
"logicName" : "扩展数据(物理存储)",
"name" : "FieldExt2",
"getPSDEField" : {
"name" : "FIELDEXT2",
......
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER11/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`FIELD24`",
"name" : "FIELD24"
}, {
"expression" : "t1.`FIELDEXT`",
"name" : "FIELDEXT"
}, {
"expression" : "t1.`IBIZSAMPLE0023NAME`",
"name" : "IBIZSAMPLE0023NAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
}, {
"expression" : "t1.`IBIZSAMPLE0023ID`",
"name" : "IBIZSAMPLE0023ID"
} ],
"queryCode" : "SELECT\nt1.`IBIZSAMPLE0023ID`\nFROM `T_IBIZSAMPLE0023` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER11/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER11/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER1N/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`FIELD24`",
"name" : "FIELD24"
}, {
"expression" : "t1.`FIELDEXT`",
"name" : "FIELDEXT"
}, {
"expression" : "t1.`IBIZSAMPLE0023NAME`",
"name" : "IBIZSAMPLE0023NAME"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
}, {
"expression" : "t1.`IBIZSAMPLE0023ID`",
"name" : "IBIZSAMPLE0023ID"
} ],
"queryCode" : "SELECT\nt1.`IBIZSAMPLE0023ID`\nFROM `T_IBIZSAMPLE0023` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER1N/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER1N/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -10868,7 +10868,7 @@
}, {
"codeName" : "Field24",
"codeName2" : "Field24",
"logicName" : "包数据",
"logicName" : "包数据(无存储)",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field24",
"name" : "FIELD24",
"orderValue" : 1000,
......@@ -10883,7 +10883,7 @@
}, {
"codeName" : "FieldExt",
"codeName2" : "FieldExt",
"logicName" : "扩展数据",
"logicName" : "扩展数据(无存储)",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/FieldExt",
"name" : "FIELDEXT",
"orderValue" : 1000,
......@@ -10898,7 +10898,7 @@
}, {
"codeName" : "Field26",
"codeName2" : "Field26",
"logicName" : "包数据2",
"logicName" : "包数据(物理存储)",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field26",
"name" : "FIELD26",
"orderValue" : 1000,
......@@ -10913,7 +10913,7 @@
}, {
"codeName" : "FieldExt2",
"codeName2" : "FieldExt2",
"logicName" : "扩展数据2",
"logicName" : "扩展数据(物理存储)",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/FieldExt2",
"name" : "FIELDEXT2",
"orderValue" : 1000,
......@@ -11126,6 +11126,66 @@
"requestPath" : "/save",
"uniqueTag" : "IBIZSAMPLE0023__DEACTION__SAVE",
"needResourceKey" : true
}, {
"codeName" : "FetchDER11",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchDER11",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DER11"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023FilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023DER11DTO"
},
"type" : "PAGE"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdesadetails/FetchDER11",
"requestMethod" : "GET",
"requestParamType" : "URIPARAM",
"requestPath" : "/fetchder11",
"uniqueTag" : "IBIZSAMPLE0023__FETCH__DER11"
}, {
"codeName" : "FetchDER1N",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchDER1N",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DER1N"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023FilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023DER1NDTO"
},
"type" : "PAGE"
},
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdesadetails/FetchDER1N",
"requestMethod" : "GET",
"requestParamType" : "URIPARAM",
"requestPath" : "/fetchder1n",
"uniqueTag" : "IBIZSAMPLE0023__FETCH__DER1N"
}, {
"codeName" : "FetchDefault",
"dataAccessAction" : "READ",
......@@ -8563,7 +8563,7 @@
{
"fieldname":"FIELD24" ,
"codename":"Field24",
"field_logic_name":"包数据",
"field_logic_name":"包数据(无存储)",
"entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2MANYDATA",
"nullable":1,
......@@ -8577,7 +8577,7 @@
{
"fieldname":"FIELDEXT" ,
"codename":"FieldExt",
"field_logic_name":"扩展数据",
"field_logic_name":"扩展数据(无存储)",
"entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2ONEDATA",
"nullable":1,
......@@ -8591,7 +8591,7 @@
{
"fieldname":"FIELD26" ,
"codename":"Field26",
"field_logic_name":"包数据2",
"field_logic_name":"包数据(物理存储)",
"entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2MANYDATA",
"nullable":1,
......@@ -8605,7 +8605,7 @@
{
"fieldname":"FIELDEXT2" ,
"codename":"FieldExt2",
"field_logic_name":"扩展数据2",
"field_logic_name":"扩展数据(物理存储)",
"entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2ONEDATA",
"nullable":1,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册