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

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

上级 4a2c8c42
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean}
* @memberof GuideBase
*/
public isShowStepBar: Boolean = true ;
public isShowStepBar: Boolean = false ;
/**
* 获取多项数据
......
......@@ -511,19 +511,19 @@
},
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/CountMoney"
}, {
"actionMode" : "READ",
"actionMode" : "GETDRAFT",
"actionType" : "DELOGIC",
"codeName" : "GetUnitAndPrice",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/GetUnitAndPrice",
"name" : "GetUnitAndPrice",
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "GetUnitAndPriceInput",
"type" : "KEYFIELD"
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetUnitAndPriceResult",
......@@ -575,6 +575,60 @@
"viewName" : "V_IBIZORDERDETAIL",
"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" : [ {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
......
{
"actionMode" : "READ",
"actionMode" : "GETDRAFT",
"actionType" : "DELOGIC",
"codeName" : "GetUnitAndPrice",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdeactions/GetUnitAndPrice",
"name" : "GetUnitAndPrice",
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "GetUnitAndPriceInput",
"type" : "KEYFIELD"
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetUnitAndPriceResult",
......
......@@ -12,18 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"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" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
......@@ -35,6 +23,30 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -59,18 +71,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -20,18 +20,6 @@
}
} ],
"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" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
......@@ -43,6 +31,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
......
......@@ -432,17 +432,17 @@
"tempDataMode" : 1,
"builtinMethod" : true
}, {
"actionMode" : "READ",
"actionMode" : "GETDRAFT",
"codeName" : "GetUnitAndPrice",
"methodType" : "DEACTION",
"name" : "GetUnitAndPrice",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
......@@ -458,7 +458,7 @@
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
......@@ -469,8 +469,7 @@
"requestMethod" : "GET",
"requestParamType" : "FIELD",
"requestPath" : "/getunitandprice",
"builtinMethod" : false,
"needResourceKey" : true
"builtinMethod" : false
}, {
"actionMode" : "DELETE",
"batchActionMode" : 1,
......@@ -719,6 +718,75 @@
"tempDataMode" : 1,
"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" : [ {
"codeName" : "FetchCSMXDY",
"methodType" : "FETCH",
......@@ -3494,17 +3562,17 @@
"tempDataMode" : 1,
"builtinMethod" : true
}, {
"actionMode" : "READ",
"actionMode" : "GETDRAFT",
"codeName" : "GetUnitAndPrice",
"methodType" : "DEACTION",
"name" : "GetUnitAndPrice",
"getPSAppDEMethodInput" : {
"getKeyPSAppDEField" : {
"name" : "IBIZORDERDETAILID",
"codeName" : "IBIZOrderDetailId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
......@@ -3520,7 +3588,7 @@
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
......@@ -3531,8 +3599,7 @@
"requestMethod" : "GET",
"requestParamType" : "FIELD",
"requestPath" : "/getunitandprice",
"builtinMethod" : false,
"needResourceKey" : true
"builtinMethod" : false
}, {
"actionMode" : "DELETE",
"batchActionMode" : 1,
......
......@@ -46,18 +46,6 @@
"id" : "GANTT"
},
"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" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
......@@ -69,6 +57,30 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -93,18 +105,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -100,18 +100,6 @@
"id" : "TREEGRIDEX"
},
"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" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
......@@ -123,6 +111,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
......
......@@ -255,7 +255,7 @@
}, {
"actionType" : "DEACTION",
"codeName" : "GetUnitAndPrice",
"dataAccessAction" : "READ",
"dataAccessAction" : "CREATE",
"methodType" : "DEACTION",
"name" : "GetUnitAndPrice",
"getPSDEAction" : {
......@@ -263,12 +263,12 @@
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailId"
"id" : "IBIZOrderDetailDTO"
},
"name" : "输入对象",
"type" : "KEYFIELD"
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
......@@ -286,8 +286,7 @@
"requestPath" : "/getunitandprice",
"tempDataMode" : 0,
"uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETUNITANDPRICE",
"enableTestMethod" : false,
"needResourceKey" : true
"enableTestMethod" : false
}, {
"actionType" : "DEACTION",
"codeName" : "Save",
......@@ -18799,7 +18798,7 @@
"uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETDRAFT"
}, {
"codeName" : "GetUnitAndPrice",
"dataAccessAction" : "READ",
"dataAccessAction" : "CREATE",
"methodType" : "DEACTION",
"name" : "GetUnitAndPrice",
"getPSDEAction" : {
......@@ -18807,12 +18806,12 @@
"path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/GetUnitAndPrice.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "IBIZOrderDetailId"
"id" : "IBIZOrderDetailDTO"
},
"name" : "输入对象",
"type" : "KEYFIELD"
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
......@@ -18827,8 +18826,7 @@
"requestMethod" : "GET",
"requestParamType" : "FIELD",
"requestPath" : "/getunitandprice",
"uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETUNITANDPRICE",
"needResourceKey" : true
"uniqueTag" : "IBIZORDERDETAIL__DEACTION__GETUNITANDPRICE"
}, {
"codeName" : "Save",
"methodType" : "DEACTION",
......
......@@ -393,7 +393,7 @@
<!--输出实体[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">
<column name="IBIZORDERDETAILNAME" remarks="" type="VARCHAR(200)">
</column>
......
......@@ -37,7 +37,7 @@
</createView>
</changeSet>
<!--输出实体[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">
<![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>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册