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

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

上级 bfbaf874
......@@ -712,7 +712,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: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,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: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean}
* @memberof GuideBase
*/
public isShowStepBar: Boolean = true ;
public isShowStepBar: Boolean = false ;
/**
* 获取多项数据
......
......@@ -22,14 +22,14 @@
<span class="batch-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i-button v-show="listviewlist_batchtoolbarModels.deuiaction1.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_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="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i-button v-show="listviewlist_batchtoolbarModels.deuiaction2.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i>
<span class='caption'>{{'删除'}}</span>
</i-button>
......@@ -343,7 +343,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -363,7 +363,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -389,7 +389,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -660,9 +660,9 @@ const handleLoadMore = () => {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr4ListView_layout
* @memberof IBIZBOOKListView
*/
public usr4listview_layoutlist_quicktoolbarModels: any = {
public listviewlist_quicktoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } },
};
......@@ -672,9 +672,9 @@ const handleLoadMore = () => {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr4ListView_layout
* @memberof IBIZBOOKListView
*/
public usr4listview_layoutlist_batchtoolbarModels: any = {
public listviewlist_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' } },
......@@ -897,7 +897,7 @@ const handleLoadMore = () => {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -1027,7 +1027,7 @@ const handleLoadMore = () => {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.removeAction') as string) });
return;
}
if (datas.length === 0) {
......@@ -1132,7 +1132,7 @@ const handleLoadMore = () => {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (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);
......@@ -1140,7 +1140,7 @@ const handleLoadMore = () => {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -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);
}
}
......
......@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1758,7 +1758,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try {
if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -579,6 +579,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
......
......@@ -966,47 +966,47 @@
"majorDEField" : true
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "FIELD23",
"columnName" : "FIELD24",
"dBType" : "MYSQL5",
"name" : "FIELD23",
"standardColumnName" : "`FIELD23`"
"name" : "FIELD24",
"standardColumnName" : "`FIELD24`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/Default",
"name" : "[FIELD23][Field23]",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/Default",
"name" : "[FIELD24][包数据]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "HIDDEN",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/Default",
"name" : "[FIELD23][Field23]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/Default",
"name" : "[FIELD24][包数据]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/Default",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/Default",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/MobileDefault",
"name" : "[FIELD23][Field23]移动端默认",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/MobileDefault",
"name" : "[FIELD24][包数据]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "HIDDEN",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/MobileDefault",
"name" : "[FIELD23][Field23]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/MobileDefault",
"name" : "[FIELD24][包数据]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/MobileDefault",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/MobileDefault",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefvaluerules/Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
......@@ -1014,7 +1014,7 @@
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "FIELD23",
"dEFName" : "FIELD24",
"maxValue" : 1048576,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1048576]",
......@@ -1024,27 +1024,27 @@
} ],
"ruleInfo" : "内容长度必须小于等于[1048576]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefvaluerules/Default",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Field23",
"codeName" : "Field24",
"dEFType" : 1,
"dataType" : "ONE2MANYDATA",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "Field23",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23",
"name" : "FIELD23",
"logicName" : "包数据",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24",
"name" : "FIELD24",
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23",
"serviceCodeName" : "Field23",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24",
"serviceCodeName" : "Field24",
"stdDataType" : 21,
"stringLength" : 1048576,
"valueFormat" : "%1$s",
......@@ -1080,17 +1080,17 @@
"allowEmpty" : false,
"readOnly" : true
}, {
"logicName" : "Field23",
"name" : "Field23",
"logicName" : "包数据",
"name" : "Field24",
"getPSDEField" : {
"name" : "FIELD23",
"codeName" : "Field23"
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DTO/psdemethoddtofields/Field23",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DTO/psdemethoddtofields/Field24",
"getRefPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0024DTO"
......
......@@ -9,8 +9,8 @@
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`FIELD23`",
"name" : "FIELD23"
"expression" : "t1.`FIELD24`",
"name" : "FIELD24"
}, {
"expression" : "t1.`IBIZSAMPLE0023ID`",
"name" : "IBIZSAMPLE0023ID"
......@@ -24,7 +24,7 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FIELD23`,\nt1.`IBIZSAMPLE0023ID`,\nt1.`IBIZSAMPLE0023NAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0023` t1 \n",
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FIELD24`,\nt1.`IBIZSAMPLE0023ID`,\nt1.`IBIZSAMPLE0023NAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0023` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"getAllPSDEACModes" : [ {
"codeName" : "Default",
"logicName" : "DEFAULT",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeacmodes/DEFAULT",
"name" : "DEFAULT",
"getPSDEACModeDataItems" : [ {
"dataType" : 25,
"name" : "value"
}, {
"dataType" : 25,
"name" : "text"
} ],
"pagingSize" : 50,
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeacmodes/DEFAULT",
"defaultMode" : true,
"enablePagingBar" : false,
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACMODES/Default.json"
} ],
"getAllPSDEActions" : [ {
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Create.json",
"logicName" : "Create",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create",
"builtinAction" : true
}, {
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Update.json",
"logicName" : "Update",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update",
"builtinAction" : true
}, {
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove",
"batchAction" : true,
"builtinAction" : true
}, {
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Get.json",
"logicName" : "Get",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get",
"builtinAction" : true
}, {
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft",
"builtinAction" : true
}, {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey",
"builtinAction" : true
}, {
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Save.json",
"logicName" : "Save",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save",
"builtinAction" : true
} ],
"getAllPSDEDBConfigs" : [ {
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedbcfgs/MYSQL5",
"name" : "MYSQL5",
"objNameCase" : "DEFAULT",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedbcfgs/MYSQL5",
"valid" : true
} ],
"getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "Default",
"logicName" : "数据查询",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT",
"name" : "DEFAULT",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
},
"joinType" : "MAIN",
"name" : "IBIZSAMPLE0023EXT"
},
"getPSDEDataQueryInput" : {
"name" : "DefaultInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "DefaultResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTOS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT",
"defaultMode" : true
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "View",
"logicName" : "默认(全部数据)",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW",
"name" : "VIEW",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
},
"joinType" : "MAIN",
"name" : "IBIZSAMPLE0023EXT"
},
"getPSDEDataQueryInput" : {
"name" : "ViewInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "ViewResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTOS"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW",
"viewLevel" : 0
} ],
"getAllPSDEDataSets" : [ {
"codeName" : "Default",
"logicName" : "数据集",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedatasets/DEFAULT",
"name" : "DEFAULT",
"getPSDEDataQueries" : [ {
"modelref" : true,
"id" : "Default"
} ],
"getPSDEDataSetInput" : {
"name" : "DefaultInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "DefaultResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "PAGE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedatasets/DEFAULT",
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFDTColumns" : [ {
"columnName" : "PARAM",
"dBType" : "MYSQL5",
"name" : "PARAM",
"queryCodeExp" : "t1.`PARAM`",
"standardColumnName" : "`PARAM`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_PARAM_LIKE",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsfitems/N_PARAM_LIKE",
"name" : "N_PARAM_LIKE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsearchmodes/N_PARAM_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
}, {
"codeName" : "N_PARAM_EQ",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsfitems/N_PARAM_EQ",
"name" : "N_PARAM_EQ",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsearchmodes/N_PARAM_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/MobileDefault",
"name" : "[PARAM][Param]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/MobileDefault",
"name" : "[PARAM][Param]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/MobileDefault",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/Default",
"name" : "[PARAM][Param]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/Default",
"name" : "[PARAM][Param]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/Default",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/Default",
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "PARAM",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Param",
"dEFType" : 1,
"dataType" : "TEXT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "Param",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM",
"name" : "PARAM",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM",
"serviceCodeName" : "Param",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s",
"enableQuickSearch" : true,
"keyDEField" : true,
"majorDEField" : true,
"pasteReset" : true
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "PARAM2",
"dBType" : "MYSQL5",
"name" : "PARAM2",
"queryCodeExp" : "t1.`PARAM2`",
"standardColumnName" : "`PARAM2`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/MobileDefault",
"name" : "[PARAM2][Param2]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/MobileDefault",
"name" : "[PARAM2][Param2]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/MobileDefault",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/Default",
"name" : "[PARAM2][Param2]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/Default",
"name" : "[PARAM2][Param2]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/Default",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/Default",
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "PARAM2",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Param2",
"dEFType" : 1,
"dataType" : "TEXT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "Param2",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2",
"name" : "PARAM2",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2",
"serviceCodeName" : "Param2",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s"
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "PARAM3",
"dBType" : "MYSQL5",
"name" : "PARAM3",
"queryCodeExp" : "t1.`PARAM3`",
"standardColumnName" : "`PARAM3`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/MobileDefault",
"name" : "[PARAM3][Param3]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/MobileDefault",
"name" : "[PARAM3][Param3]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/MobileDefault",
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/Default",
"name" : "[PARAM3][Param3]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/Default",
"name" : "[PARAM3][Param3]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/Default",
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/Default",
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefvaluerules/Default",
"ruleInfo" : "默认规则",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Param3",
"dEFType" : 1,
"dataType" : "INT",
"importOrder" : 1000,
"logicName" : "Param3",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3",
"name" : "PARAM3",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3",
"serviceCodeName" : "Param3",
"stdDataType" : 9,
"valueFormat" : "%1$s"
} ],
"getAllPSDEMethodDTOs" : [ {
"name" : "IBIZSample0023ExtDTO",
"getPSDEMethodDTOFields" : [ {
"logicName" : "Param",
"name" : "Param",
"getPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO/psdemethoddtofields/Param",
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "Param2",
"name" : "Param2",
"getPSDEField" : {
"name" : "PARAM2",
"codeName" : "Param2"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO/psdemethoddtofields/Param2",
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "Param3",
"name" : "Param3",
"getPSDEField" : {
"name" : "PARAM3",
"codeName" : "Param3"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO/psdemethoddtofields/Param3",
"sourceType" : "DEFIELD",
"stdDataType" : 9,
"type" : "SIMPLE"
} ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO",
"sourceType" : "DE",
"type" : "DEFAULT",
"defaultMode" : true
}, {
"name" : "IBIZSample0023ExtFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "Param",
"name" : "N_PARAM_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_PARAM_EQ"
},
"getPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtFilterDTO/psdemethoddtofields/N_PARAM_EQ",
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "Param",
"name" : "N_PARAM_LIKE",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_PARAM_LIKE"
},
"getPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtFilterDTO/psdemethoddtofields/N_PARAM_LIKE",
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
} ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtFilterDTO",
"sourceType" : "DE",
"type" : "DEFILTER",
"defaultMode" : true
} ],
"getAllPSDEOPPrivs" : [ {
"logicName" : "建立",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/CREATE",
"name" : "CREATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/CREATE"
}, {
"logicName" : "删除",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/DELETE",
"name" : "DELETE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/DELETE"
}, {
"logicName" : "读取",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/READ",
"name" : "READ",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/READ"
}, {
"logicName" : "更新",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/UPDATE",
"name" : "UPDATE",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/UPDATE"
} ],
"getAllPSModelDatas" : [ {
"codeName" : "EditView2",
"logicName" : "IBIZSample0023Ext实体编辑视图(左右关系)",
"mOSFilePath" : "psmodeldata$psdataentities/EditView2",
"name" : "IBIZSample0023Ext实体编辑视图(左右关系)",
"rTMOSFilePath" : "psmodeldata$psdataentities/EditView2",
"realModelSubType" : "DEEDITVIEW2",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "MPickupView",
"logicName" : "IBIZSample0023Ext实体数据多项选择视图",
"mOSFilePath" : "psmodeldata$psdataentities/MPickupView",
"modelTag" : "MPICKUPVIEW",
"name" : "IBIZSample0023Ext实体数据多项选择视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/MPickupView",
"realModelSubType" : "DEMPICKUPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "PickupGridView",
"logicName" : "IBIZSample0023Ext实体选择表格视图(部件视图)",
"mOSFilePath" : "psmodeldata$psdataentities/PickupGridView",
"name" : "IBIZSample0023Ext实体选择表格视图(部件视图)",
"rTMOSFilePath" : "psmodeldata$psdataentities/PickupGridView",
"realModelSubType" : "DEPICKUPGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "RedirectView",
"logicName" : "IBIZSample0023Ext实体数据重定向视图",
"mOSFilePath" : "psmodeldata$psdataentities/RedirectView",
"modelTag" : "REDIRECTVIEW",
"name" : "IBIZSample0023Ext实体数据重定向视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/RedirectView",
"realModelSubType" : "DEREDIRECTVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "GridView",
"logicName" : "IBIZSample0023Ext实体表格视图",
"mOSFilePath" : "psmodeldata$psdataentities/GridView",
"modelTag" : "MDATAVIEW",
"name" : "IBIZSample0023Ext实体表格视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/GridView",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "EditView",
"logicName" : "IBIZSample0023Ext实体编辑视图",
"mOSFilePath" : "psmodeldata$psdataentities/EditView",
"modelTag" : "EDITVIEW",
"name" : "IBIZSample0023Ext实体编辑视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/EditView",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "PickupView",
"logicName" : "IBIZSample0023Ext实体数据选择视图",
"mOSFilePath" : "psmodeldata$psdataentities/PickupView",
"modelTag" : "PICKUPVIEW",
"name" : "IBIZSample0023Ext实体数据选择视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/PickupView",
"realModelSubType" : "DEPICKUPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Main",
"logicName" : "主编辑表单",
"mOSFilePath" : "psmodeldata$psdataentities/Main",
"modelTag2" : "0",
"name" : "主编辑表单",
"rTMOSFilePath" : "psmodeldata$psdataentities/Main",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
} ],
"codeName" : "IBIZSample0023Ext",
"dEType" : 1,
"dSLink" : "DEFAULT",
"dataAccCtrlArch" : 1,
"dataAccCtrlMode" : 1,
"dataChangeLogMode" : 0,
"dataImpExpMode" : 3,
"getDefaultPSDEDataQuery" : {
"modelref" : true,
"id" : "Default"
},
"getDefaultPSDEDataSet" : {
"modelref" : true,
"id" : "Default"
},
"getDefaultPSDEFilterDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtFilterDTO"
},
"getDefaultPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json",
"enableActions" : 7,
"enableUIActions" : 15,
"enableViewLevel" : 0,
"extendMode" : 0,
"getKeyPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"getLNPSLanguageRes" : {
"defaultContent" : "IBIZSample0023Ext",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0023EXT",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023EXT]",
"refFlag" : true
},
"logicName" : "IBIZSample0023Ext",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT",
"getMajorPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"memo" : "演示1:1属性扩展存储",
"name" : "IBIZSAMPLE0023EXT",
"getPSSystemModule" : {
"modelref" : true,
"path" : "PSMODULES/Sample.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT",
"saaSMode" : 0,
"serviceAPIMode" : 1,
"serviceCodeName" : "IBIZSample0023Ext",
"storageMode" : 0,
"systemTag" : "DemoSys",
"enableAPIStorage" : false,
"enableCreate" : true,
"enableDataVer" : false,
"enableEntityCache" : false,
"enableModify" : true,
"enableMultiDS" : false,
"enableMultiForm" : false,
"enableMultiStorage" : false,
"enableNoSQLStorage" : false,
"enableRemove" : true,
"enableSQLStorage" : false,
"logicValid" : false,
"subSysAsCloud" : false
}
\ No newline at end of file
{
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Create.json",
"logicName" : "Create",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Get.json",
"logicName" : "Get",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "PARAM",
"codeName" : "Param"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove",
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Save.json",
"logicName" : "Save",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Update.json",
"logicName" : "Update",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0023ExtDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update",
"builtinAction" : true
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`PARAM`",
"name" : "PARAM"
}, {
"expression" : "t1.`PARAM2`",
"name" : "PARAM2"
}, {
"expression" : "t1.`PARAM3`",
"name" : "PARAM3"
} ],
"queryCode" : "SELECT\nt1.`PARAM`,\nt1.`PARAM2`,\nt1.`PARAM3`\nFROM `` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`PARAM`",
"name" : "PARAM"
}, {
"expression" : "t1.`PARAM2`",
"name" : "PARAM2"
}, {
"expression" : "t1.`PARAM3`",
"name" : "PARAM3"
} ],
"queryCode" : "SELECT\nt1.`PARAM`,\nt1.`PARAM2`,\nt1.`PARAM3`\nFROM `` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -5,6 +5,12 @@
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0022]",
"refFlag" : true
}, {
"defaultContent" : "IBIZSample0023Ext",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0023EXT",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023EXT]",
"refFlag" : true
}, {
"defaultContent" : "头数据",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0023",
......@@ -102,6 +108,31 @@
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023.MAIN.GROUPPANEL.GROUP2]"
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023EXT.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.DEFAULT.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE2]"
}, {
"defaultContent" : "IBIZSample0023Ext基本信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP1]"
}, {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP2]"
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0024.DEFAULT.FORMPAGE.FORMPAGE1",
......@@ -248,6 +279,41 @@
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023.REDIRECTVIEW]"
}, {
"defaultContent" : "IBIZSample0023Ext编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023EXT.EDITVIEW2",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.EDITVIEW2]"
}, {
"defaultContent" : "IBIZSample0023Ext编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023EXT.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.EDITVIEW]"
}, {
"defaultContent" : "IBIZSample0023Ext表格视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023EXT.GRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.GRIDVIEW]"
}, {
"defaultContent" : "IBIZSample0023Ext数据多项选择视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023EXT.MPICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.MPICKUPVIEW]"
}, {
"defaultContent" : "IBIZSample0023Ext选择表格视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023EXT.PICKUPGRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.PICKUPGRIDVIEW]"
}, {
"defaultContent" : "IBIZSample0023Ext数据选择视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023EXT.PICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.PICKUPVIEW]"
}, {
"defaultContent" : "IBIZSample0023Ext数据重定向视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023EXT.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.REDIRECTVIEW]"
}, {
"defaultContent" : "包数据1编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0024.EDITVIEW2",
......
......@@ -15987,13 +15987,13 @@
"keyField" : false,
"majorField" : true
}, {
"codeName" : "Field23",
"codeName2" : "Field23",
"logicName" : "Field23",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23",
"name" : "FIELD23",
"codeName" : "Field24",
"codeName2" : "Field24",
"logicName" : "包数据",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field24",
"name" : "FIELD24",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23",
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field24",
"stdDataType" : 21,
"stringLength" : 1048576,
"allowEmpty" : true,
......
......@@ -671,6 +671,10 @@
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json",
"name" : "IBIZSAMPLE0023"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json",
"name" : "IBIZSAMPLE0023EXT"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json",
......@@ -2216,6 +2220,9 @@
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
......
......@@ -1240,7 +1240,7 @@
<!--输出实体[IBIZSAMPLE0023]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-7-41">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-9-41">
<createTable tableName="T_IBIZSAMPLE0023">
<column name="IBIZSAMPLE0023ID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0023_IBIZSAMPLE00"/>
......@@ -1255,7 +1255,7 @@
</column>
<column name="IBIZSAMPLE0023NAME" remarks="" type="VARCHAR(200)">
</column>
<column name="FIELD23" remarks="" type="TEXT(1048576)">
<column name="FIELD24" remarks="" type="TEXT(1048576)">
</column>
</createTable>
</changeSet>
......@@ -1265,6 +1265,8 @@
<!--输出实体[IBIZSOFTWARESUIT]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsoftwaresuit-1-42">
<createTable tableName="T_IBIZSOFTWARESUIT">
......
......@@ -8561,9 +8561,9 @@
"major_field":1
},
{
"fieldname":"FIELD23" ,
"codename":"Field23",
"field_logic_name":"Field23",
"fieldname":"FIELD24" ,
"codename":"Field24",
"field_logic_name":"包数据",
"entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2MANYDATA",
"nullable":1,
......@@ -8585,6 +8585,64 @@
],
"parentEntitys":[
]
}
,
{
"entity_name":"IBIZSAMPLE0023EXT",
"logic_name":"IBIZSample0023Ext",
"code_name":"IBIZSample0023Ext",
"table_name":"",
"system_id":"DemoSys",
"system_name":"DemoSys",
"module_id":"Sample",
"module_name":"示例",
"fields":[
{
"fieldname":"PARAM" ,
"codename":"Param",
"field_logic_name":"Param",
"entity_name":"IBIZSAMPLE0023EXT",
"field_type":"TEXT",
"nullable":1,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":100,
"key_field":1,
"show_order":1000,
"major_field":1
},
{
"fieldname":"PARAM2" ,
"codename":"Param2",
"field_logic_name":"Param2",
"entity_name":"IBIZSAMPLE0023EXT",
"field_type":"TEXT",
"nullable":1,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":100,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"PARAM3" ,
"codename":"Param3",
"field_logic_name":"Param3",
"entity_name":"IBIZSAMPLE0023EXT",
"field_type":"INT",
"nullable":1,
"physical_field":1,
"data_type":"INT",
"key_field":0,
"show_order":1000,
"major_field":0
}
],
"subEntitys":[
],
"parentEntitys":[
]
}
,
{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册