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

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

上级 da8fc3d6
<template>
<i-form :model="this.data" class='app-search-form' ref='searchform' style="">
<i-form :model="this.data" class='app-search-form' ref='quicksearchform' style="">
<input style="display:none;"/>
<row>
<i-col span="20" class="form-content">
......@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase
*/
public formValidateStatus(): boolean {
const form: any = this.$refs.searchform;
const form: any = this.$refs.quicksearchform;
let validatestate: boolean = true;
form.validate((valid: boolean) => {
validatestate = valid ? true : false;
......@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase 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: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -48,14 +48,14 @@
<div v-show="flag" class="batch-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<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-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 class='fa fa-edit'></i>
<span class='caption'>{{'编辑'}}</span>
</i-button>
<div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div>
</tooltip>
<tooltip :transfer="true" :max-width="600">
<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-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 class='fa fa-remove'></i>
<span class='caption'>{{'删除'}}</span>
</i-button>
......@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public appEntityService: IBIZBOOKEntityService = new IBIZBOOKEntityService({ $store: this.$store });
/**
* dataview_batchtoolbar 部件 click 事件
* dataviewexpbar_dataview_batchtoolbar 部件 click 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof Usr2Base
*/
public dataview_batchtoolbar_click($event: any, $event2?: any) {
public dataviewexpbar_dataview_batchtoolbar_click($event: any, $event2?: any) {
if (Object.is($event.tag, 'deuiaction1')) {
this.dataview_batchtoolbar_deuiaction1_click(null, 'dataview_batchtoolbar', $event2);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
}
if (Object.is($event.tag, 'deuiaction2')) {
this.dataview_batchtoolbar_deuiaction2_click(null, 'dataview_batchtoolbar', $event2);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
}
}
......@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_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 dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_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 dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_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 dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_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 IBIZBOOKUsr2DataViewBase
* @memberof IBIZBOOKDataViewExpViewBase
*/
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 IBIZBOOKUsr2DataViewBase
* @memberof IBIZBOOKDataViewExpViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -427,6 +427,12 @@ 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;
}
......@@ -434,6 +440,30 @@ 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;
}
......@@ -678,9 +708,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr2DataView
* @memberof IBIZBOOKDataViewExpView
*/
public usr2dataviewdataview_batchtoolbarModels: any = {
public dataviewexpviewdataviewexpbar_dataview_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' } },
......@@ -1013,7 +1043,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: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -1108,7 +1138,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: 'IBIZBOOKUsr2DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -1225,7 +1255,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: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (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);
......@@ -1233,7 +1263,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: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......@@ -1335,16 +1365,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.dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
}
if(Object.is('Edit', tag)) {
this.dataview_memo1_u37f11a8_click(data, tag, $event);
this.dataviewexpbar_dataview_memo1_u37f11a8_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataview_memo1_uc365542_click(data, tag, $event);
this.dataviewexpbar_dataview_memo1_uc365542_click(data, tag, $event);
}
}
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Dataviewexpbar_dataviewMode
* @memberof Usr2DataViewMode
*/
public getDataItems(): any[] {
return [
......@@ -43,6 +43,17 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -1369,6 +1369,411 @@
"stdDataType" : 25,
"stringLength" : 1000,
"valueFormat" : "%1$s"
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "BIGINTARRAY2",
"dBType" : "MYSQL5",
"name" : "BIGINTARRAY2",
"standardColumnName" : "`BIGINTARRAY2`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/MobileDefault",
"name" : "[BIGINTARRAY2][大整形数组2]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/MobileDefault",
"name" : "[BIGINTARRAY2][大整形数组2]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/MobileDefault",
"stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/Default",
"name" : "[BIGINTARRAY2][大整形数组2]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "ARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/Default",
"name" : "[BIGINTARRAY2][大整形数组2]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/Default",
"stringLength" : 1000,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/Default",
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "BIGINTARRAY2",
"maxValue" : 1000,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1000]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1000]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1000]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "BigintArray2",
"dEFType" : 1,
"dataType" : "BIGINTARRAY2",
"importOrder" : 1000,
"length" : 1000,
"logicName" : "大整形数组2",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2",
"name" : "BIGINTARRAY2",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2",
"serviceCodeName" : "BigintArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"valueFormat" : "%1$s",
"queryColumn" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "DECIMALARRAY2",
"dBType" : "MYSQL5",
"name" : "DECIMALARRAY2",
"standardColumnName" : "`DECIMALARRAY2`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/MobileDefault",
"name" : "[DECIMALARRAY2][数值数组2]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/MobileDefault",
"name" : "[DECIMALARRAY2][数值数组2]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/MobileDefault",
"stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/Default",
"name" : "[DECIMALARRAY2][数值数组2]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "ARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/Default",
"name" : "[DECIMALARRAY2][数值数组2]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/Default",
"stringLength" : 1000,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/Default",
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "DECIMALARRAY2",
"maxValue" : 1000,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1000]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1000]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1000]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "DecimalArray2",
"dEFType" : 1,
"dataType" : "DECIMALARRAY2",
"importOrder" : 1000,
"length" : 1000,
"logicName" : "数值数组2",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2",
"name" : "DECIMALARRAY2",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2",
"serviceCodeName" : "DecimalArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"valueFormat" : "%1$s",
"queryColumn" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "FLOATARRAY2",
"dBType" : "MYSQL5",
"name" : "FLOATARRAY2",
"standardColumnName" : "`FLOATARRAY2`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/Default",
"name" : "[FLOATARRAY2][浮点数组2]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "ARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/Default",
"name" : "[FLOATARRAY2][浮点数组2]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/Default",
"stringLength" : 1000,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/MobileDefault",
"name" : "[FLOATARRAY2][浮点数组2]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/MobileDefault",
"name" : "[FLOATARRAY2][浮点数组2]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/MobileDefault",
"stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "FLOATARRAY2",
"maxValue" : 1000,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1000]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1000]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1000]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "FloatArray2",
"dEFType" : 1,
"dataType" : "FLOATARRAY2",
"importOrder" : 1000,
"length" : 1000,
"logicName" : "浮点数组2",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2",
"name" : "FLOATARRAY2",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2",
"serviceCodeName" : "FloatArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"valueFormat" : "%1$s",
"queryColumn" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "INTARRAY2",
"dBType" : "MYSQL5",
"name" : "INTARRAY2",
"standardColumnName" : "`INTARRAY2`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/Default",
"name" : "[INTARRAY2][整形数组2]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "ARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/Default",
"name" : "[INTARRAY2][整形数组2]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/Default",
"stringLength" : 1000,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/MobileDefault",
"name" : "[INTARRAY2][整形数组2]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/MobileDefault",
"name" : "[INTARRAY2][整形数组2]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/MobileDefault",
"stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "INTARRAY2",
"maxValue" : 1000,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1000]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1000]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1000]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "IntArray2",
"dEFType" : 1,
"dataType" : "INTARRAY2",
"importOrder" : 1000,
"length" : 1000,
"logicName" : "整形数组2",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2",
"name" : "INTARRAY2",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2",
"serviceCodeName" : "IntArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"valueFormat" : "%1$s",
"queryColumn" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "TEXTARRAY2",
"dBType" : "MYSQL5",
"name" : "TEXTARRAY2",
"standardColumnName" : "`TEXTARRAY2`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/Default",
"name" : "[TEXTARRAY2][文本数组2]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "ARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/Default",
"name" : "[TEXTARRAY2][文本数组2]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/Default",
"stringLength" : 1000,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/MobileDefault",
"name" : "[TEXTARRAY2][文本数组2]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBARRAY",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/MobileDefault",
"name" : "[TEXTARRAY2][文本数组2]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/MobileDefault",
"stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "TEXTARRAY2",
"maxValue" : 1000,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1000]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1000]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1000]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "TextArray2",
"dEFType" : 1,
"dataType" : "TEXTARRAY2",
"importOrder" : 1000,
"length" : 1000,
"logicName" : "文本数组2",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2",
"name" : "TEXTARRAY2",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2",
"serviceCodeName" : "TextArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"valueFormat" : "%1$s",
"queryColumn" : false
} ],
"getAllPSDEMethodDTOs" : [ {
"name" : "IBIZSample0022DTO",
......@@ -1384,6 +1789,18 @@
"stdDataType" : 1,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "大整形数组2",
"name" : "BigintArray2",
"getPSDEField" : {
"name" : "BIGINTARRAY2",
"codeName" : "BigintArray2"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/BigintArray2",
"sourceType" : "DEFIELD",
"stdDataType" : 1,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "建立时间",
"name" : "CreateDate",
......@@ -1423,6 +1840,18 @@
"stdDataType" : 6,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "数值数组2",
"name" : "DecimalArray2",
"getPSDEField" : {
"name" : "DECIMALARRAY2",
"codeName" : "DecimalArray2"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/DecimalArray2",
"sourceType" : "DEFIELD",
"stdDataType" : 6,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "浮点数组",
"name" : "FloatArray",
......@@ -1435,6 +1864,18 @@
"stdDataType" : 7,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "浮点数组2",
"name" : "FloatArray2",
"getPSDEField" : {
"name" : "FLOATARRAY2",
"codeName" : "FloatArray2"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/FloatArray2",
"sourceType" : "DEFIELD",
"stdDataType" : 7,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "数组属性标识",
"name" : "IBIZSample0022Id",
......@@ -1472,6 +1913,18 @@
"stdDataType" : 9,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "整形数组2",
"name" : "IntArray2",
"getPSDEField" : {
"name" : "INTARRAY2",
"codeName" : "IntArray2"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/IntArray2",
"sourceType" : "DEFIELD",
"stdDataType" : 9,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "文本数组",
"name" : "TextArray",
......@@ -1484,6 +1937,18 @@
"stdDataType" : 25,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "文本数组2",
"name" : "TextArray2",
"getPSDEField" : {
"name" : "TEXTARRAY2",
"codeName" : "TextArray2"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/TextArray2",
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 1000,
"type" : "SIMPLES"
}, {
"logicName" : "更新时间",
"name" : "UpdateDate",
......
......@@ -5,6 +5,9 @@
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BIGINTARRAY`",
"name" : "BIGINTARRAY"
}, {
"expression" : "t1.`BIGINTARRAY2`",
"name" : "BIGINTARRAY2"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
......@@ -14,9 +17,15 @@
}, {
"expression" : "t1.`DECIMALARRAY`",
"name" : "DECIMALARRAY"
}, {
"expression" : "t1.`DECIMALARRAY2`",
"name" : "DECIMALARRAY2"
}, {
"expression" : "t1.`FLOATARRAY`",
"name" : "FLOATARRAY"
}, {
"expression" : "t1.`FLOATARRAY2`",
"name" : "FLOATARRAY2"
}, {
"expression" : "t1.`IBIZSAMPLE0022ID`",
"name" : "IBIZSAMPLE0022ID"
......@@ -26,9 +35,15 @@
}, {
"expression" : "t1.`INTARRAY`",
"name" : "INTARRAY"
}, {
"expression" : "t1.`INTARRAY2`",
"name" : "INTARRAY2"
}, {
"expression" : "t1.`TEXTARRAY`",
"name" : "TEXTARRAY"
}, {
"expression" : "t1.`TEXTARRAY2`",
"name" : "TEXTARRAY2"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -36,7 +51,7 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BIGINTARRAY`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DECIMALARRAY`,\nt1.`FLOATARRAY`,\nt1.`IBIZSAMPLE0022ID`,\nt1.`IBIZSAMPLE0022NAME`,\nt1.`INTARRAY`,\nt1.`TEXTARRAY`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0022` t1 \n",
"queryCode" : "SELECT\nt1.`BIGINTARRAY`,\nt1.`BIGINTARRAY2`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DECIMALARRAY`,\nt1.`DECIMALARRAY2`,\nt1.`FLOATARRAY`,\nt1.`FLOATARRAY2`,\nt1.`IBIZSAMPLE0022ID`,\nt1.`IBIZSAMPLE0022NAME`,\nt1.`INTARRAY`,\nt1.`INTARRAY2`,\nt1.`TEXTARRAY`,\nt1.`TEXTARRAY2`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0022` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -12,18 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -35,18 +23,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -59,6 +35,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
......@@ -71,6 +59,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -31,18 +31,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
......@@ -55,6 +43,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -46,18 +46,6 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -69,18 +57,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -93,6 +69,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
......@@ -105,6 +93,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -111,18 +111,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
......@@ -135,6 +123,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -12948,6 +12948,81 @@
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BigintArray2",
"codeName2" : "BigintArray2",
"logicName" : "大整形数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray2",
"name" : "BIGINTARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "DecimalArray2",
"codeName2" : "DecimalArray2",
"logicName" : "数值数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray2",
"name" : "DECIMALARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "FloatArray2",
"codeName2" : "FloatArray2",
"logicName" : "浮点数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray2",
"name" : "FLOATARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "IntArray2",
"codeName2" : "IntArray2",
"logicName" : "整形数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray2",
"name" : "INTARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "TextArray2",
"codeName2" : "TextArray2",
"logicName" : "文本数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray2",
"name" : "TEXTARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ],
"getPSDEServiceAPIMethods" : [ {
"dataAccessAction" : "CREATE",
......
......@@ -1200,7 +1200,7 @@
<!--输出实体[IBIZSAMPLE0022]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0022-16-40">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0022-17-40">
<createTable tableName="T_IBIZSAMPLE0022">
<column name="IBIZSAMPLE0022NAME" remarks="" type="VARCHAR(200)">
</column>
......@@ -1225,6 +1225,16 @@
</column>
<column name="DECIMALARRAY" remarks="" type="VARCHAR(1000)">
</column>
<column name="BIGINTARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="DECIMALARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="FLOATARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="INTARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="TEXTARRAY2" remarks="" type="TEXT(1000)">
</column>
</createTable>
</changeSet>
......
......@@ -8382,6 +8382,76 @@
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"BIGINTARRAY2" ,
"codename":"BigintArray2",
"field_logic_name":"大整形数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"BIGINTARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"DECIMALARRAY2" ,
"codename":"DecimalArray2",
"field_logic_name":"数值数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"DECIMALARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"FLOATARRAY2" ,
"codename":"FloatArray2",
"field_logic_name":"浮点数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"FLOATARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"INTARRAY2" ,
"codename":"IntArray2",
"field_logic_name":"整形数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"INTARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"TEXTARRAY2" ,
"codename":"TextArray2",
"field_logic_name":"文本数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"TEXTARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
}
],
"subEntitys":[
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册