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

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

上级 bfbaf874
...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ 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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ 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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ 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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { 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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ 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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ 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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { 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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ 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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ 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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { 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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ 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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface { ...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean} * @type {Boolean}
* @memberof GuideBase * @memberof GuideBase
*/ */
public isShowStepBar: Boolean = true ; public isShowStepBar: Boolean = false ;
/** /**
* 获取多项数据 * 获取多项数据
......
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
<span class="batch-toolbar"> <span class="batch-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <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> <i class='fa fa-edit'></i>
<span class='caption'>{{'编辑'}}</span> <span class='caption'>{{'编辑'}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div> <div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div>
</tooltip> </tooltip>
<tooltip :transfer="true" :max-width="600"> <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> <i class='fa fa-remove'></i>
<span class='caption'>{{'删除'}}</span> <span class='caption'>{{'删除'}}</span>
</i-button> </i-button>
...@@ -343,7 +343,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -343,7 +343,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -363,7 +363,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -363,7 +363,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) { if (args.length === 0) {
...@@ -389,7 +389,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -389,7 +389,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -660,9 +660,9 @@ const handleLoadMore = () => { ...@@ -660,9 +660,9 @@ const handleLoadMore = () => {
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @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: '' } }, 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 = () => { ...@@ -672,9 +672,9 @@ const handleLoadMore = () => {
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @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' } }, 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' } }, 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 = () => { ...@@ -897,7 +897,7 @@ const handleLoadMore = () => {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.fetchAction){ 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; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -1027,7 +1027,7 @@ const handleLoadMore = () => { ...@@ -1027,7 +1027,7 @@ const handleLoadMore = () => {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ 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; return;
} }
if (datas.length === 0) { if (datas.length === 0) {
...@@ -1132,7 +1132,7 @@ const handleLoadMore = () => { ...@@ -1132,7 +1132,7 @@ const handleLoadMore = () => {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -1140,7 +1140,7 @@ const handleLoadMore = () => { ...@@ -1140,7 +1140,7 @@ const handleLoadMore = () => {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.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{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ 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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { 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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; 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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1758,7 +1758,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1758,7 +1758,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ 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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
if(!arg){ if(!arg){
...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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 { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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 { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -579,6 +579,9 @@ ...@@ -579,6 +579,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
......
...@@ -966,47 +966,47 @@ ...@@ -966,47 +966,47 @@
"majorDEField" : true "majorDEField" : true
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
"columnName" : "FIELD23", "columnName" : "FIELD24",
"dBType" : "MYSQL5", "dBType" : "MYSQL5",
"name" : "FIELD23", "name" : "FIELD24",
"standardColumnName" : "`FIELD23`" "standardColumnName" : "`FIELD24`"
} ], } ],
"getAllPSDEFUIModes" : [ { "getAllPSDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/Default", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/Default",
"name" : "[FIELD23][Field23]", "name" : "[FIELD24][包数据]",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "HIDDEN", "editorType" : "HIDDEN",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/Default", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/Default",
"name" : "[FIELD23][Field23]", "name" : "[FIELD24][包数据]",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/Default", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/Default",
"stringLength" : 1048576, "stringLength" : 1048576,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/Default", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/Default",
"type" : "DEFAULT" "type" : "DEFAULT"
}, { }, {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/MobileDefault", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/MobileDefault",
"name" : "[FIELD23][Field23]移动端默认", "name" : "[FIELD24][包数据]移动端默认",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "HIDDEN", "editorType" : "HIDDEN",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/MobileDefault", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/MobileDefault",
"name" : "[FIELD23][Field23]移动端默认", "name" : "[FIELD24][包数据]移动端默认",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefformitems/MobileDefault", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefformitems/MobileDefault",
"stringLength" : 1048576, "stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/MobileDefault", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
} ], } ],
"getAllPSDEFValueRules" : [ { "getAllPSDEFValueRules" : [ {
"codeName" : "Default", "codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefvaluerules/Default", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefvaluerules/Default",
"name" : "默认规则", "name" : "默认规则",
"getPSDEFVRGroupCondition" : { "getPSDEFVRGroupCondition" : {
"condOp" : "AND", "condOp" : "AND",
...@@ -1014,7 +1014,7 @@ ...@@ -1014,7 +1014,7 @@
"name" : "默认组", "name" : "默认组",
"getPSDEFVRConditions" : [ { "getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH", "condType" : "STRINGLENGTH",
"dEFName" : "FIELD23", "dEFName" : "FIELD24",
"maxValue" : 1048576, "maxValue" : 1048576,
"name" : "默认字符串长度", "name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1048576]", "ruleInfo" : "内容长度必须小于等于[1048576]",
...@@ -1024,27 +1024,27 @@ ...@@ -1024,27 +1024,27 @@
} ], } ],
"ruleInfo" : "内容长度必须小于等于[1048576]" "ruleInfo" : "内容长度必须小于等于[1048576]"
}, },
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefvaluerules/Default", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1048576]", "ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true, "checkDefault" : true,
"defaultMode" : true, "defaultMode" : true,
"enableBackend" : true, "enableBackend" : true,
"enableFront" : true "enableFront" : true
} ], } ],
"codeName" : "Field23", "codeName" : "Field24",
"dEFType" : 1, "dEFType" : 1,
"dataType" : "ONE2MANYDATA", "dataType" : "ONE2MANYDATA",
"importOrder" : 1000, "importOrder" : 1000,
"length" : 1048576, "length" : 1048576,
"logicName" : "Field23", "logicName" : "包数据",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24",
"name" : "FIELD23", "name" : "FIELD24",
"getPSDER" : { "getPSDER" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json"
}, },
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD24",
"serviceCodeName" : "Field23", "serviceCodeName" : "Field24",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576, "stringLength" : 1048576,
"valueFormat" : "%1$s", "valueFormat" : "%1$s",
...@@ -1080,17 +1080,17 @@ ...@@ -1080,17 +1080,17 @@
"allowEmpty" : false, "allowEmpty" : false,
"readOnly" : true "readOnly" : true
}, { }, {
"logicName" : "Field23", "logicName" : "包数据",
"name" : "Field23", "name" : "Field24",
"getPSDEField" : { "getPSDEField" : {
"name" : "FIELD23", "name" : "FIELD24",
"codeName" : "Field23" "codeName" : "Field24"
}, },
"getPSDER" : { "getPSDER" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json" "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" : { "getRefPSDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "IBIZSample0024DTO" "id" : "IBIZSample0024DTO"
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
"expression" : "t1.`CREATEMAN`", "expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN" "name" : "CREATEMAN"
}, { }, {
"expression" : "t1.`FIELD23`", "expression" : "t1.`FIELD24`",
"name" : "FIELD23" "name" : "FIELD24"
}, { }, {
"expression" : "t1.`IBIZSAMPLE0023ID`", "expression" : "t1.`IBIZSAMPLE0023ID`",
"name" : "IBIZSAMPLE0023ID" "name" : "IBIZSAMPLE0023ID"
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "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", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
} }
\ 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 @@ ...@@ -5,6 +5,12 @@
"lanResType" : "DE.LNAME", "lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0022]", "name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0022]",
"refFlag" : true "refFlag" : true
}, {
"defaultContent" : "IBIZSample0023Ext",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0023EXT",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023EXT]",
"refFlag" : true
}, { }, {
"defaultContent" : "头数据", "defaultContent" : "头数据",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0023", "lanResTag" : "DE.LNAME.IBIZSAMPLE0023",
...@@ -102,6 +108,31 @@ ...@@ -102,6 +108,31 @@
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023.MAIN.GROUPPANEL.GROUP2", "lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0023.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023.MAIN.GROUPPANEL.GROUP2]" "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" : "常规条件", "defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0024.DEFAULT.FORMPAGE.FORMPAGE1", "lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0024.DEFAULT.FORMPAGE.FORMPAGE1",
...@@ -248,6 +279,41 @@ ...@@ -248,6 +279,41 @@
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023.REDIRECTVIEW", "lanResTag" : "PAGE.TITLE.IBIZSAMPLE0023.REDIRECTVIEW",
"lanResType" : "PAGE", "lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023.REDIRECTVIEW]" "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编辑视图", "defaultContent" : "包数据1编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0024.EDITVIEW2", "lanResTag" : "PAGE.TITLE.IBIZSAMPLE0024.EDITVIEW2",
......
...@@ -15987,13 +15987,13 @@ ...@@ -15987,13 +15987,13 @@
"keyField" : false, "keyField" : false,
"majorField" : true "majorField" : true
}, { }, {
"codeName" : "Field23", "codeName" : "Field24",
"codeName2" : "Field23", "codeName2" : "Field24",
"logicName" : "Field23", "logicName" : "包数据",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23", "mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field24",
"name" : "FIELD23", "name" : "FIELD24",
"orderValue" : 1000, "orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23", "rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field24",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576, "stringLength" : 1048576,
"allowEmpty" : true, "allowEmpty" : true,
......
...@@ -671,6 +671,10 @@ ...@@ -671,6 +671,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json", "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json",
"name" : "IBIZSAMPLE0023" "name" : "IBIZSAMPLE0023"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json",
"name" : "IBIZSAMPLE0023EXT"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json", "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json",
...@@ -2216,6 +2220,9 @@ ...@@ -2216,6 +2220,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
......
...@@ -1240,7 +1240,7 @@ ...@@ -1240,7 +1240,7 @@
<!--输出实体[IBIZSAMPLE0023]数据结构 --> <!--输出实体[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"> <createTable tableName="T_IBIZSAMPLE0023">
<column name="IBIZSAMPLE0023ID" remarks="" type="VARCHAR(100)"> <column name="IBIZSAMPLE0023ID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0023_IBIZSAMPLE00"/> <constraints primaryKey="true" primaryKeyName="PK_IBIZSAMPLE0023_IBIZSAMPLE00"/>
...@@ -1255,7 +1255,7 @@ ...@@ -1255,7 +1255,7 @@
</column> </column>
<column name="IBIZSAMPLE0023NAME" remarks="" type="VARCHAR(200)"> <column name="IBIZSAMPLE0023NAME" remarks="" type="VARCHAR(200)">
</column> </column>
<column name="FIELD23" remarks="" type="TEXT(1048576)"> <column name="FIELD24" remarks="" type="TEXT(1048576)">
</column> </column>
</createTable> </createTable>
</changeSet> </changeSet>
...@@ -1265,6 +1265,8 @@ ...@@ -1265,6 +1265,8 @@
<!--输出实体[IBIZSOFTWARESUIT]数据结构 --> <!--输出实体[IBIZSOFTWARESUIT]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsoftwaresuit-1-42"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizsoftwaresuit-1-42">
<createTable tableName="T_IBIZSOFTWARESUIT"> <createTable tableName="T_IBIZSOFTWARESUIT">
......
...@@ -8561,9 +8561,9 @@ ...@@ -8561,9 +8561,9 @@
"major_field":1 "major_field":1
}, },
{ {
"fieldname":"FIELD23" , "fieldname":"FIELD24" ,
"codename":"Field23", "codename":"Field24",
"field_logic_name":"Field23", "field_logic_name":"包数据",
"entity_name":"IBIZSAMPLE0023", "entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2MANYDATA", "field_type":"ONE2MANYDATA",
"nullable":1, "nullable":1,
...@@ -8585,6 +8585,64 @@ ...@@ -8585,6 +8585,64 @@
], ],
"parentEntitys":[ "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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册