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

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

上级 1e5f8359
...@@ -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' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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 = false ; public isShowStepBar: Boolean = true ;
/** /**
* 获取多项数据 * 获取多项数据
......
...@@ -1683,7 +1683,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1683,7 +1683,7 @@ export default class MainBase 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: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1735,7 +1735,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1735,7 +1735,7 @@ export default class MainBase 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: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1806,7 +1806,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1806,7 +1806,7 @@ export default class MainBase 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: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1914,7 +1914,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1914,7 +1914,7 @@ export default class MainBase 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: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -2128,7 +2128,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2128,7 +2128,7 @@ export default class MainBase 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: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -11,7 +11,7 @@ export default class Usr2Model { ...@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合 * 获取数据项集合
* *
* @returns {any[]} * @returns {any[]}
* @memberof Usr2Dataviewexpbar_dataviewMode * @memberof Usr2DataViewMode
*/ */
public getDataItems(): any[] { public getDataItems(): any[] {
return [ return [
...@@ -43,6 +43,17 @@ export default class Usr2Model { ...@@ -43,6 +43,17 @@ export default class Usr2Model {
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
name:'size', name:'size',
......
...@@ -768,7 +768,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -768,7 +768,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}, isReset: boolean = false): Promise<any> { public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -862,7 +862,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -862,7 +862,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/ */
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: 'IBIZOrderDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -978,7 +978,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -978,7 +978,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (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);
...@@ -986,7 +986,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -986,7 +986,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){ if(item.ibizorder){
......
...@@ -582,6 +582,9 @@ ...@@ -582,6 +582,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json"
......
...@@ -964,6 +964,91 @@ ...@@ -964,6 +964,91 @@
"valueFormat" : "%1$s", "valueFormat" : "%1$s",
"enableQuickSearch" : true, "enableQuickSearch" : true,
"majorDEField" : true "majorDEField" : true
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "FIELD23",
"dBType" : "MYSQL5",
"name" : "FIELD23",
"standardColumnName" : "`FIELD23`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/Default",
"name" : "[FIELD23][Field23]",
"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",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/MobileDefault",
"name" : "[FIELD23][Field23]移动端默认",
"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",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "FIELD23",
"maxValue" : 1048576,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1048576]"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Field23",
"dEFType" : 1,
"dataType" : "ONE2MANYDATA",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "Field23",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23",
"name" : "FIELD23",
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD23",
"serviceCodeName" : "Field23",
"stdDataType" : 21,
"stringLength" : 1048576,
"valueFormat" : "%1$s",
"queryColumn" : false
} ], } ],
"getAllPSDEMethodDTOs" : [ { "getAllPSDEMethodDTOs" : [ {
"name" : "IBIZSample0023DTO", "name" : "IBIZSample0023DTO",
...@@ -994,6 +1079,29 @@ ...@@ -994,6 +1079,29 @@
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false, "allowEmpty" : false,
"readOnly" : true "readOnly" : true
}, {
"logicName" : "Field23",
"name" : "Field23",
"getPSDEField" : {
"name" : "FIELD23",
"codeName" : "Field23"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DTO/psdemethoddtofields/Field23",
"getRefPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0024DTO"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
},
"sourceType" : "DEFIELD",
"stringLength" : 1048576,
"type" : "DTOS"
}, { }, {
"logicName" : "头数据标识", "logicName" : "头数据标识",
"name" : "IBIZSample0023Id", "name" : "IBIZSample0023Id",
...@@ -1229,6 +1337,27 @@ ...@@ -1229,6 +1337,27 @@
"name" : "IBIZSAMPLE0023NAME", "name" : "IBIZSAMPLE0023NAME",
"codeName" : "IBIZSample0023Name" "codeName" : "IBIZSample0023Name"
}, },
"getMajorPSDERs" : [ {
"codeName" : "IBIZSample0023",
"dERSubType" : "DER1N",
"dERType" : "DERCUSTOM",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0024/minorpsders/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"masterRS" : 0,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
},
"name" : "DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"orderValue" : 100,
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0024/minorpsders/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"removeActionType" : 0,
"removeOrder" : -1
} ],
"memo" : "演示嵌套数据包", "memo" : "演示嵌套数据包",
"name" : "IBIZSAMPLE0023", "name" : "IBIZSAMPLE0023",
"getPSSystemModule" : { "getPSSystemModule" : {
......
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
}, { }, {
"expression" : "t1.`CREATEMAN`", "expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN" "name" : "CREATEMAN"
}, {
"expression" : "t1.`FIELD23`",
"name" : "FIELD23"
}, { }, {
"expression" : "t1.`IBIZSAMPLE0023ID`", "expression" : "t1.`IBIZSAMPLE0023ID`",
"name" : "IBIZSAMPLE0023ID" "name" : "IBIZSAMPLE0023ID"
...@@ -21,7 +24,7 @@ ...@@ -21,7 +24,7 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`IBIZSAMPLE0023ID`,\nt1.`IBIZSAMPLE0023NAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0023` t1 \n", "queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FIELD23`,\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
...@@ -574,6 +574,27 @@ ...@@ -574,6 +574,27 @@
"name" : "NAME", "name" : "NAME",
"codeName" : "Name" "codeName" : "Name"
}, },
"getMinorPSDERs" : [ {
"codeName" : "IBIZSample0023",
"dERSubType" : "DER1N",
"dERType" : "DERCUSTOM",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0024/minorpsders/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"masterRS" : 0,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
},
"name" : "DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"orderValue" : 100,
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0024/minorpsders/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"removeActionType" : 0,
"removeOrder" : -1
} ],
"name" : "IBIZSAMPLE0024", "name" : "IBIZSAMPLE0024",
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
......
{
"codeName" : "IBIZSample0023",
"dERSubType" : "DER1N",
"dERType" : "DERCUSTOM",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0024/minorpsders/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"masterRS" : 0,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
},
"name" : "DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"orderValue" : 100,
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0024/minorpsders/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"removeActionType" : 0,
"removeOrder" : -1
}
\ No newline at end of file
{
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0025DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/CheckKey",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEACTIONS/Create.json",
"logicName" : "Create",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0025DTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Create",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEACTIONS/Get.json",
"logicName" : "Get",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0025DTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Get",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0025DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0025DTO"
},
"type" : "DTO"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/GetDraft",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Remove",
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEACTIONS/Save.json",
"logicName" : "Save",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0025DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Save",
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEACTIONS/Update.json",
"logicName" : "Update",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZSample0025DTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdeactions/Update",
"builtinAction" : true
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`NAME`",
"name" : "NAME"
} ],
"queryCode" : "SELECT\nt1.`NAME`\nFROM `` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`NAME`",
"name" : "NAME"
} ],
"queryCode" : "SELECT\nt1.`NAME`\nFROM `` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0025/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
...@@ -12,18 +12,6 @@ ...@@ -12,18 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -35,6 +23,18 @@ ...@@ -35,6 +23,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "出版社",
"codeName" : "press", "codeName" : "press",
...@@ -60,13 +60,13 @@ ...@@ -60,13 +60,13 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "作者", "caption" : "图书名称",
"codeName" : "author", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/author", "mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "author", "name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/author", "rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -31,18 +31,6 @@ ...@@ -31,18 +31,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "作者", "caption" : "作者",
"codeName" : "author", "codeName" : "author",
...@@ -55,6 +43,18 @@ ...@@ -55,6 +43,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -46,18 +46,6 @@ ...@@ -46,18 +46,6 @@
"id" : "GANTT" "id" : "GANTT"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -69,6 +57,18 @@ ...@@ -69,6 +57,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "出版社",
"codeName" : "press", "codeName" : "press",
...@@ -94,13 +94,13 @@ ...@@ -94,13 +94,13 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "作者", "caption" : "图书名称",
"codeName" : "author", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/author", "mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "author", "name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/author", "rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -111,18 +111,6 @@ ...@@ -111,18 +111,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "作者", "caption" : "作者",
"codeName" : "author", "codeName" : "author",
...@@ -135,6 +123,18 @@ ...@@ -135,6 +123,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -17,6 +17,12 @@ ...@@ -17,6 +17,12 @@
"lanResType" : "DE.LNAME", "lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0024]", "name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0024]",
"refFlag" : true "refFlag" : true
}, {
"defaultContent" : "子包数据",
"lanResTag" : "DE.LNAME.IBIZSAMPLE0025",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0025]",
"refFlag" : true
}, { }, {
"defaultContent" : "数组属性标识", "defaultContent" : "数组属性标识",
"lanResTag" : "DEF.LNAME.IBIZSAMPLE0022ID", "lanResTag" : "DEF.LNAME.IBIZSAMPLE0022ID",
...@@ -121,6 +127,31 @@ ...@@ -121,6 +127,31 @@
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0024.MAIN.GROUPPANEL.GROUP2", "lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0024.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0024.MAIN.GROUPPANEL.GROUP2]" "name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0024.MAIN.GROUPPANEL.GROUP2]"
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0025.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0025.DEFAULT.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0025.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0025.MAIN.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0025.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0025.MAIN.FORMPAGE.FORMPAGE2]"
}, {
"defaultContent" : "子包数据基本信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP1]"
}, {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0025.MAIN.GROUPPANEL.GROUP2]"
}, { }, {
"lanResTag" : "CONTROL.DEFSFITEM.IBIZSAMPLE0022.N_IBIZSAMPLE0022NAME_LIKE", "lanResTag" : "CONTROL.DEFSFITEM.IBIZSAMPLE0022.N_IBIZSAMPLE0022NAME_LIKE",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
...@@ -252,6 +283,41 @@ ...@@ -252,6 +283,41 @@
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0024.REDIRECTVIEW", "lanResTag" : "PAGE.TITLE.IBIZSAMPLE0024.REDIRECTVIEW",
"lanResType" : "PAGE", "lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0024.REDIRECTVIEW]" "name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0024.REDIRECTVIEW]"
}, {
"defaultContent" : "子包数据编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.EDITVIEW2",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.EDITVIEW2]"
}, {
"defaultContent" : "子包数据编辑视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.EDITVIEW]"
}, {
"defaultContent" : "子包数据表格视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.GRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.GRIDVIEW]"
}, {
"defaultContent" : "子包数据数据多项选择视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.MPICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.MPICKUPVIEW]"
}, {
"defaultContent" : "子包数据选择表格视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.PICKUPGRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.PICKUPGRIDVIEW]"
}, {
"defaultContent" : "子包数据数据选择视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.PICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.PICKUPVIEW]"
}, {
"defaultContent" : "子包数据数据重定向视图",
"lanResTag" : "PAGE.TITLE.IBIZSAMPLE0025.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.IBIZSAMPLE0025.REDIRECTVIEW]"
}, { }, {
"defaultContent" : "类型1", "defaultContent" : "类型1",
"lanResTag" : "CL.ITEM.LNAME.KIND1", "lanResTag" : "CL.ITEM.LNAME.KIND1",
......
...@@ -675,6 +675,10 @@ ...@@ -675,6 +675,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json", "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json",
"name" : "IBIZSAMPLE0024" "name" : "IBIZSAMPLE0024"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json",
"name" : "IBIZSAMPLE0025"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json", "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json",
...@@ -2215,6 +2219,9 @@ ...@@ -2215,6 +2219,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSoftwareSuit.json"
......
...@@ -1230,7 +1230,7 @@ ...@@ -1230,7 +1230,7 @@
<!--输出实体[IBIZSAMPLE0023]数据结构 --> <!--输出实体[IBIZSAMPLE0023]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-3-41"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0023-6-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"/>
...@@ -1245,12 +1245,16 @@ ...@@ -1245,12 +1245,16 @@
</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>
</createTable> </createTable>
</changeSet> </changeSet>
<!--输出实体[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">
......
...@@ -8489,9 +8489,29 @@ ...@@ -8489,9 +8489,29 @@
"key_field":0, "key_field":0,
"show_order":1000, "show_order":1000,
"major_field":1 "major_field":1
},
{
"fieldname":"FIELD23" ,
"codename":"Field23",
"field_logic_name":"Field23",
"entity_name":"IBIZSAMPLE0023",
"field_type":"ONE2MANYDATA",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1048576,
"key_field":0,
"show_order":1000,
"major_field":0
} }
], ],
"subEntitys":[ "subEntitys":[
{"name":"DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"relation_type":"DERCUSTOM",
"code_name":"IBIZSample0023",
"entity_name":"IBIZSAMPLE0024",
"ref_entity_name":"IBIZSAMPLE0023"
}
], ],
"parentEntitys":[ "parentEntitys":[
] ]
...@@ -8525,6 +8545,43 @@ ...@@ -8525,6 +8545,43 @@
"subEntitys":[ "subEntitys":[
], ],
"parentEntitys":[ "parentEntitys":[
{"name":"DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023",
"relation_type":"DERCUSTOM",
"code_name":"IBIZSample0023",
"entity_name":"IBIZSAMPLE0024",
"ref_entity_name":"IBIZSAMPLE0023"
}
]
}
,
{
"entity_name":"IBIZSAMPLE0025",
"logic_name":"子包数据",
"code_name":"IBIZSample0025",
"table_name":"",
"system_id":"DemoSys",
"system_name":"DemoSys",
"module_id":"Sample",
"module_name":"示例",
"fields":[
{
"fieldname":"NAME" ,
"codename":"Name",
"field_logic_name":"名称",
"entity_name":"IBIZSAMPLE0025",
"field_type":"TEXT",
"nullable":1,
"physical_field":1,
"data_type":"VARCHAR",
"data_length":100,
"key_field":1,
"show_order":1000,
"major_field":1
}
],
"subEntitys":[
],
"parentEntitys":[
] ]
} }
, ,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册