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

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

上级 48a7bcd9
......@@ -639,7 +639,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: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -675,7 +675,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: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -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: 'IBIZBOOKCalendarView' + (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: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1093,7 +1093,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1207,7 +1207,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2101,7 +2101,7 @@ export default class MainBase extends Vue implements ControlInterface {
try {
if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2110,7 +2110,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2186,7 +2186,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -97,6 +97,7 @@ export default class MainModel {
name: 'ibizorderdetail',
prop: 'ibizorderdetailid',
},
{
name:'size',
prop:'size',
......
......@@ -5504,6 +5504,7 @@
"codeName" : "IBIZOrderName"
},
"getMajorPSDERs" : [ {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -5550,7 +5551,8 @@
},
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
} ],
"getMinorPSDERs" : [ {
"codeName" : "IBIZCUSTOMER",
......
......@@ -3576,6 +3576,7 @@
"codeName" : "IBIZOrderDetailName"
},
"getMinorPSDERs" : [ {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -3622,7 +3623,8 @@
},
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
}, {
"codeName" : "IBIZUNIPRODUCT",
"dERType" : "DER1N",
......
{
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -45,5 +46,6 @@
},
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
}
\ No newline at end of file
......@@ -1347,6 +1347,7 @@
"codeName" : "IBIZTASKName"
},
"getMajorPSDERs" : [ {
"cloneOrder" : 0,
"codeName" : "TaskTeam",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZTASKTEAM/PSDERS/DER1N_IBIZTASKTEAM_IBIZTASK_ROOT.json",
......@@ -1370,6 +1371,7 @@
"pickupDEFName" : "ROOT",
"removeActionType" : -1,
"removeOrder" : 0,
"cloneRS" : true,
"enableFKey" : true,
"nestedRS" : true
} ],
......
......@@ -1560,6 +1560,7 @@
"codeName" : "IBIZTASKTEAMName"
},
"getMinorPSDERs" : [ {
"cloneOrder" : 0,
"codeName" : "TaskTeam",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZTASKTEAM/PSDERS/DER1N_IBIZTASKTEAM_IBIZTASK_ROOT.json",
......@@ -1583,6 +1584,7 @@
"pickupDEFName" : "ROOT",
"removeActionType" : -1,
"removeOrder" : 0,
"cloneRS" : true,
"enableFKey" : true,
"nestedRS" : true
} ],
......
{
"cloneOrder" : 0,
"codeName" : "TaskTeam",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZTASKTEAM/PSDERS/DER1N_IBIZTASKTEAM_IBIZTASK_ROOT.json",
......@@ -22,6 +23,7 @@
"pickupDEFName" : "ROOT",
"removeActionType" : -1,
"removeOrder" : 0,
"cloneRS" : true,
"enableFKey" : true,
"nestedRS" : true
}
\ No newline at end of file
......@@ -21,41 +21,41 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"caption" : "出版社",
"codeName" : "press",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"dataItemName" : "press",
"name" : "press",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
"caption" : "借出日期",
"codeName" : "lendouttime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "press",
"name" : "press",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -19,11 +19,11 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......@@ -39,11 +39,11 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -45,6 +45,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -55,7 +56,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDEDataSet" : {
"modelref" : true,
......
......@@ -45,6 +45,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -55,7 +56,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDEDataSet" : {
"modelref" : true,
......
......@@ -23,6 +23,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -33,7 +34,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -74,6 +74,7 @@
"codeName" : "IBIZOrderId"
},
"getParentPSDER1N" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -84,7 +85,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
......
......@@ -17,6 +17,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -27,7 +28,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -23,6 +23,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -33,7 +34,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -60,6 +60,7 @@
"codeName" : "IBIZOrderId"
},
"getParentPSDER1N" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -70,7 +71,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
......
......@@ -148,6 +148,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -158,7 +159,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"nodeType" : "orderDataDyc",
"getPSAppDEDataSet" : {
......
......@@ -44,41 +44,41 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"caption" : "出版社",
"codeName" : "press",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"dataItemName" : "press",
"name" : "press",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
"caption" : "借出日期",
"codeName" : "lendouttime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "press",
"name" : "press",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -75,11 +75,11 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......@@ -95,11 +95,11 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -222,6 +222,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -232,7 +233,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDEDataSet" : {
"modelref" : true,
......
......@@ -222,6 +222,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -232,7 +233,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDEDataSet" : {
"modelref" : true,
......
......@@ -191,6 +191,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -201,7 +202,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -191,6 +191,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -201,7 +202,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -101,6 +101,7 @@
"codeName" : "IBIZOrderId"
},
"getParentPSDER1N" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -111,7 +112,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
......
......@@ -101,6 +101,7 @@
"codeName" : "IBIZOrderId"
},
"getParentPSDER1N" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -111,7 +112,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
......
......@@ -186,6 +186,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -196,7 +197,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -192,6 +192,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -202,7 +203,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -192,6 +192,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -202,7 +203,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -332,6 +332,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -342,7 +343,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"nodeType" : "orderDataDyc",
"getPSAppDEDataSet" : {
......
......@@ -109,6 +109,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -119,7 +120,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -409,6 +409,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -419,7 +420,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"nodeType" : "orderDataDyc",
"getPSAppDEDataSet" : {
......
......@@ -409,6 +409,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -419,7 +420,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"nodeType" : "orderDataDyc",
"getPSAppDEDataSet" : {
......
......@@ -110,6 +110,7 @@
"codeName" : "IBIZOrderId"
},
"getParentPSDER1N" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -120,7 +121,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
......
......@@ -110,6 +110,7 @@
"codeName" : "IBIZOrderId"
},
"getParentPSDER1N" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -120,7 +121,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getParentPSDETreeNode" : {
"modelref" : true,
......
......@@ -222,6 +222,7 @@
"viewType" : "DEGRIDVIEW9"
},
"getNavPSDER" : {
"cloneOrder" : 10,
"codeName" : "IBIZORDER",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDERS/DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID.json",
......@@ -232,7 +233,8 @@
"orderValue" : 100,
"pickupDEFName" : "IBIZORDERID",
"removeActionType" : 3,
"removeOrder" : 0
"removeOrder" : 0,
"cloneRS" : true
},
"getPSAppDEDataSet" : {
"modelref" : true,
......
......@@ -344,7 +344,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-706-14">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-707-14">
<createTable tableName="T_IBIZORDER">
<column name="TP" remarks="" type="TEXT(1048576)">
</column>
......@@ -394,7 +394,7 @@
<!--输出实体[IBIZORDERDETAIL]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-5-15">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-6-15">
<createTable tableName="T_IBIZORDERDETAIL">
<column name="IBIZORDERDETAILNAME" remarks="" type="VARCHAR(200)">
</column>
......
......@@ -37,13 +37,13 @@
</createView>
</changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-706-8" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-707-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER">
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView>
</changeSet>
<!--输出实体[IBIZORDERDETAIL]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorderdetail-5-9" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorderdetail-6-9" 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册