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

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

上级 4a2c8c42
...@@ -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: 'IBIZBOOKCustomView_layout' + (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: 'IBIZBOOKCustomView_layout' + (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 ;
/** /**
* 获取多项数据 * 获取多项数据
......
...@@ -511,19 +511,19 @@ ...@@ -511,19 +511,19 @@
}, },
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/CountMoney" "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/CountMoney"
}, { }, {
"actionMode" : "READ", "actionMode" : "GETDRAFT",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
"codeName" : "GetUnitAndPrice", "codeName" : "GetUnitAndPrice",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json", "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/GetUnitAndPrice", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/GetUnitAndPrice",
"name" : "GetUnitAndPrice", "name" : "GetUnitAndPrice",
"getPSDEActionInput" : { "getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "GetUnitAndPriceInput", "name" : "GetUnitAndPriceInput",
"type" : "KEYFIELD" "getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
}, },
"getPSDEActionReturn" : { "getPSDEActionReturn" : {
"name" : "GetUnitAndPriceResult", "name" : "GetUnitAndPriceResult",
...@@ -575,6 +575,60 @@ ...@@ -575,6 +575,60 @@
"viewName" : "V_IBIZORDERDETAIL", "viewName" : "V_IBIZORDERDETAIL",
"valid" : true "valid" : true
} ], } ],
"getAllPSDEDataImports" : [ {
"batchSize" : 1000,
"codeName" : "DataImport",
"createDataAccessAction" : "CREATE",
"getCreatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/Create.json"
},
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdedataimps/DataImport",
"name" : "数据导入",
"getPSDEDataImportItems" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "单位",
"lanResTag" : "DEF.LNAME.UNIT",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto32",
"name" : "属性逻辑名称(DEF.LNAME.*)[UNIT]",
"rTMOSFilePath" : "pslanguageres/Auto32",
"refFlag" : true
},
"caption" : "单位",
"name" : "UNIT",
"getPSDEField" : {
"name" : "UNIT",
"codeName" : "Unit"
}
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "单价",
"lanResTag" : "DEF.LNAME.UNITPRICE",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto937",
"name" : "属性逻辑名称(DEF.LNAME.*)[UNITPRICE]",
"rTMOSFilePath" : "pslanguageres/Auto937",
"refFlag" : true
},
"caption" : "单价",
"name" : "UNITPRICE",
"getPSDEField" : {
"name" : "UNITPRICE",
"codeName" : "UnitPrice"
}
} ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdedataimps/DataImport",
"updateDataAccessAction" : "UPDATE",
"getUpdatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/Update.json"
},
"enableBackend" : true,
"enableFront" : true,
"ignoreError" : false,
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEDATAIMPS/DataImport.json"
} ],
"getAllPSDEDataQueries" : [ { "getAllPSDEDataQueries" : [ {
"getAllPSDEDataQueryCodes" : [ { "getAllPSDEDataQueryCodes" : [ {
"modelref" : true, "modelref" : true,
......
{ {
"actionMode" : "READ", "actionMode" : "GETDRAFT",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
"codeName" : "GetUnitAndPrice", "codeName" : "GetUnitAndPrice",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json", "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/GetUnitAndPrice", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/GetUnitAndPrice",
"name" : "GetUnitAndPrice", "name" : "GetUnitAndPrice",
"getPSDEActionInput" : { "getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "GetUnitAndPriceInput", "name" : "GetUnitAndPriceInput",
"type" : "KEYFIELD" "getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
}, },
"getPSDEActionReturn" : { "getPSDEActionReturn" : {
"name" : "GetUnitAndPriceResult", "name" : "GetUnitAndPriceResult",
......
...@@ -12,18 +12,6 @@ ...@@ -12,18 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者", "caption" : "作者",
"codeName" : "author", "codeName" : "author",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -35,6 +23,30 @@ ...@@ -35,6 +23,30 @@
"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" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "出版社",
"codeName" : "press", "codeName" : "press",
...@@ -59,18 +71,6 @@ ...@@ -59,18 +71,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" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -20,18 +20,6 @@ ...@@ -20,18 +20,6 @@
} }
} ], } ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"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" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -43,6 +31,18 @@ ...@@ -43,6 +31,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
}, { }, {
"caption" : "作者", "caption" : "作者",
"codeName" : "author", "codeName" : "author",
......
...@@ -432,17 +432,17 @@ ...@@ -432,17 +432,17 @@
"tempDataMode" : 1, "tempDataMode" : 1,
"builtinMethod" : true "builtinMethod" : true
}, { }, {
"actionMode" : "READ", "actionMode" : "GETDRAFT",
"codeName" : "GetUnitAndPrice", "codeName" : "GetUnitAndPrice",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "GetUnitAndPrice", "name" : "GetUnitAndPrice",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELD" "getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "name" : "返回对象",
...@@ -458,7 +458,7 @@ ...@@ -458,7 +458,7 @@
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
"id" : "READ" "id" : "CREATE"
}, },
"getPSDEServiceAPIMethod" : { "getPSDEServiceAPIMethod" : {
"modelref" : true, "modelref" : true,
...@@ -469,8 +469,7 @@ ...@@ -469,8 +469,7 @@
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"requestPath" : "/getunitandprice", "requestPath" : "/getunitandprice",
"builtinMethod" : false, "builtinMethod" : false
"needResourceKey" : true
}, { }, {
"actionMode" : "DELETE", "actionMode" : "DELETE",
"batchActionMode" : 1, "batchActionMode" : 1,
...@@ -719,6 +718,75 @@ ...@@ -719,6 +718,75 @@
"tempDataMode" : 1, "tempDataMode" : 1,
"builtinMethod" : true "builtinMethod" : true
} ], } ],
"getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
"codeName" : "DataImport",
"createDataAccessAction" : "CREATE",
"getCreatePSAppDEAction" : {
"modelref" : true,
"id" : "Create"
},
"getCreatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/Create.json"
},
"mOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdedataimps/DataImport",
"name" : "数据导入",
"getPSDEDataImportItems" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "单位",
"lanResTag" : "DEF.LNAME.UNIT",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto32",
"name" : "属性逻辑名称(DEF.LNAME.*)[UNIT]",
"rTMOSFilePath" : "pslanguageres/Auto32",
"refFlag" : true
},
"caption" : "单位",
"name" : "UNIT",
"getPSAppDEField" : {
"name" : "UNIT",
"codeName" : "Unit"
},
"getPSDEField" : {
"name" : "UNIT",
"codeName" : "Unit"
}
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "单价",
"lanResTag" : "DEF.LNAME.UNITPRICE",
"lanResType" : "DEF.LNAME",
"mOSFilePath" : "pslanguageres/Auto937",
"name" : "属性逻辑名称(DEF.LNAME.*)[UNITPRICE]",
"rTMOSFilePath" : "pslanguageres/Auto937",
"refFlag" : true
},
"caption" : "单价",
"name" : "UNITPRICE",
"getPSAppDEField" : {
"name" : "UNITPRICE",
"codeName" : "UnitPrice"
},
"getPSDEField" : {
"name" : "UNITPRICE",
"codeName" : "UnitPrice"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdedataimps/DataImport",
"updateDataAccessAction" : "UPDATE",
"getUpdatePSAppDEAction" : {
"modelref" : true,
"id" : "Update"
},
"getUpdatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/Update.json"
},
"enableBackend" : true,
"enableFront" : true,
"ignoreError" : false
} ],
"getAllPSAppDEDataSets" : [ { "getAllPSAppDEDataSets" : [ {
"codeName" : "FetchCSMXDY", "codeName" : "FetchCSMXDY",
"methodType" : "FETCH", "methodType" : "FETCH",
...@@ -3494,17 +3562,17 @@ ...@@ -3494,17 +3562,17 @@
"tempDataMode" : 1, "tempDataMode" : 1,
"builtinMethod" : true "builtinMethod" : true
}, { }, {
"actionMode" : "READ", "actionMode" : "GETDRAFT",
"codeName" : "GetUnitAndPrice", "codeName" : "GetUnitAndPrice",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "GetUnitAndPrice", "name" : "GetUnitAndPrice",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "输入对象", "name" : "输入对象",
"type" : "KEYFIELD" "getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "name" : "返回对象",
...@@ -3520,7 +3588,7 @@ ...@@ -3520,7 +3588,7 @@
}, },
"getPSDEOPPriv" : { "getPSDEOPPriv" : {
"modelref" : true, "modelref" : true,
"id" : "READ" "id" : "CREATE"
}, },
"getPSDEServiceAPIMethod" : { "getPSDEServiceAPIMethod" : {
"modelref" : true, "modelref" : true,
...@@ -3531,8 +3599,7 @@ ...@@ -3531,8 +3599,7 @@
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"requestPath" : "/getunitandprice", "requestPath" : "/getunitandprice",
"builtinMethod" : false, "builtinMethod" : false
"needResourceKey" : true
}, { }, {
"actionMode" : "DELETE", "actionMode" : "DELETE",
"batchActionMode" : 1, "batchActionMode" : 1,
......
...@@ -46,18 +46,6 @@ ...@@ -46,18 +46,6 @@
"id" : "GANTT" "id" : "GANTT"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者", "caption" : "作者",
"codeName" : "author", "codeName" : "author",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -69,6 +57,30 @@ ...@@ -69,6 +57,30 @@
"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" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "出版社",
"codeName" : "press", "codeName" : "press",
...@@ -93,18 +105,6 @@ ...@@ -93,18 +105,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" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -100,18 +100,6 @@ ...@@ -100,18 +100,6 @@
"id" : "TREEGRIDEX" "id" : "TREEGRIDEX"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"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" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -123,6 +111,18 @@ ...@@ -123,6 +111,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
}, { }, {
"caption" : "作者", "caption" : "作者",
"codeName" : "author", "codeName" : "author",
......
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "GetUnitAndPrice", "codeName" : "GetUnitAndPrice",
"dataAccessAction" : "READ", "dataAccessAction" : "CREATE",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "GetUnitAndPrice", "name" : "GetUnitAndPrice",
"getPSDEAction" : { "getPSDEAction" : {
...@@ -263,12 +263,12 @@ ...@@ -263,12 +263,12 @@
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json"
}, },
"getPSDEServiceAPIMethodInput" : { "getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : { "name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "IBIZOrderDetailId" "id" : "IBIZOrderDetailDTO"
}, },
"name" : "输入对象", "type" : "DTO"
"type" : "KEYFIELD"
}, },
"getPSDEServiceAPIMethodReturn" : { "getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象", "name" : "返回对象",
...@@ -286,8 +286,7 @@ ...@@ -286,8 +286,7 @@
"requestPath" : "/getunitandprice", "requestPath" : "/getunitandprice",
"tempDataMode" : 0, "tempDataMode" : 0,
"uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETUNITANDPRICE", "uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETUNITANDPRICE",
"enableTestMethod" : false, "enableTestMethod" : false
"needResourceKey" : true
}, { }, {
"actionType" : "DEACTION", "actionType" : "DEACTION",
"codeName" : "Save", "codeName" : "Save",
...@@ -18799,7 +18798,7 @@ ...@@ -18799,7 +18798,7 @@
"uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETDRAFT" "uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETDRAFT"
}, { }, {
"codeName" : "GetUnitAndPrice", "codeName" : "GetUnitAndPrice",
"dataAccessAction" : "READ", "dataAccessAction" : "CREATE",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "GetUnitAndPrice", "name" : "GetUnitAndPrice",
"getPSDEAction" : { "getPSDEAction" : {
...@@ -18807,12 +18806,12 @@ ...@@ -18807,12 +18806,12 @@
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json" "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json"
}, },
"getPSDEServiceAPIMethodInput" : { "getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : { "name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "IBIZOrderDetailId" "id" : "IBIZOrderDetailDTO"
}, },
"name" : "输入对象", "type" : "DTO"
"type" : "KEYFIELD"
}, },
"getPSDEServiceAPIMethodReturn" : { "getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象", "name" : "返回对象",
...@@ -18827,8 +18826,7 @@ ...@@ -18827,8 +18826,7 @@
"requestMethod" : "GET", "requestMethod" : "GET",
"requestParamType" : "FIELD", "requestParamType" : "FIELD",
"requestPath" : "/getunitandprice", "requestPath" : "/getunitandprice",
"uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETUNITANDPRICE", "uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETUNITANDPRICE"
"needResourceKey" : true
}, { }, {
"codeName" : "Save", "codeName" : "Save",
"methodType" : "DEACTION", "methodType" : "DEACTION",
......
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
<!--输出实体[IBIZORDERDETAIL]数据结构 --> <!--输出实体[IBIZORDERDETAIL]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-25-14"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-26-14">
<createTable tableName="T_IBIZORDERDETAIL"> <createTable tableName="T_IBIZORDERDETAIL">
<column name="IBIZORDERDETAILNAME" remarks="" type="VARCHAR(200)"> <column name="IBIZORDERDETAILNAME" remarks="" type="VARCHAR(200)">
</column> </column>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</createView> </createView>
</changeSet> </changeSet>
<!--输出实体[IBIZORDERDETAIL]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步--> <!--输出实体[IBIZORDERDETAIL]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorderdetail-25-8" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizorderdetail-26-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDERDETAIL"> <createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDERDETAIL">
<![CDATA[ SELECT t1.[QUANTITY]*t11.[UNITPRICE] AS [AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[IBIZORDERDETAILA], t1.[IBIZORDERDETAILID], t1.[IBIZORDERDETAILNAME], t1.[IBIZORDERID], t21.[IBIZORDERNAME], t1.[IBIZUNIPRODUCTID], t11.[IBIZUNIPRODUCTNAME], t21.[ORDERUID], t1.[QUANTITY], t11.[UNIT], t11.[UNITPRICE], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZORDERDETAIL] t1 LEFT JOIN T_IBIZUNIPRODUCT t11 ON t1.IBIZUNIPRODUCTID = t11.IBIZUNIPRODUCTID LEFT JOIN T_IBIZORDER t21 ON t1.IBIZORDERID = t21.IBIZORDERID ]]> <![CDATA[ SELECT t1.[QUANTITY]*t11.[UNITPRICE] AS [AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[IBIZORDERDETAILA], t1.[IBIZORDERDETAILID], t1.[IBIZORDERDETAILNAME], t1.[IBIZORDERID], t21.[IBIZORDERNAME], t1.[IBIZUNIPRODUCTID], t11.[IBIZUNIPRODUCTNAME], t21.[ORDERUID], t1.[QUANTITY], t11.[UNIT], t11.[UNITPRICE], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZORDERDETAIL] t1 LEFT JOIN T_IBIZUNIPRODUCT t11 ON t1.IBIZUNIPRODUCTID = t11.IBIZUNIPRODUCTID LEFT JOIN T_IBIZORDER t21 ON t1.IBIZORDERID = t21.IBIZORDERID ]]>
</createView> </createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册