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

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

上级 99f1cd5b
...@@ -371,6 +371,13 @@ export default class GetUnitAndPriceLogicBase { ...@@ -371,6 +371,13 @@ export default class GetUnitAndPriceLogicBase {
Object.assign(tempDstParam0Context,{ibizorder:tempSrcParam0Data['ibizorderid']}); Object.assign(tempDstParam0Context,{ibizorder:tempSrcParam0Data['ibizorderid']});
Object.assign(tempDstParam0Data,{ibizorderid:tempSrcParam0Data['ibizorderid']}); Object.assign(tempDstParam0Data,{ibizorderid:tempSrcParam0Data['ibizorderid']});
this.paramsMap.set('Order',{data:tempDstParam0Data,context:tempDstParam0Context}); this.paramsMap.set('Order',{data:tempDstParam0Data,context:tempDstParam0Context});
let tempDstParam1Context:any = this.paramsMap.get('Order').context?this.paramsMap.get('Order').context:{};
let tempDstParam1Data:any = this.paramsMap.get('Order').data?this.paramsMap.get('Order').data:{};
this.paramsMap.set('Order',{data:tempDstParam1Data,context:tempDstParam1Context});
let tempDstParam2Context:any = this.paramsMap.get('Order').context?this.paramsMap.get('Order').context:{};
let tempDstParam2Data:any = this.paramsMap.get('Order').data?this.paramsMap.get('Order').data:{};
Object.assign(tempDstParam2Data,{createman:"111"});
this.paramsMap.set('Order',{data:tempDstParam2Data,context:tempDstParam2Context});
if(this.compute9Cond(params)){ if(this.compute9Cond(params)){
return this.executeDEACTION2(context,params,isloading); return this.executeDEACTION2(context,params,isloading);
} }
......
...@@ -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 } ;
......
...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -3790,7 +3790,7 @@ ...@@ -3790,7 +3790,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[AMOUNT] 大于(>) 100", "name" : "Order[AMOUNT] 大于(>) (100)",
"paramValue" : "100" "paramValue" : "100"
} ] } ]
}, },
...@@ -3816,7 +3816,7 @@ ...@@ -3816,7 +3816,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[AMOUNT] 大于(>) PRICE", "name" : "Order[AMOUNT] 大于(>) [PRICE]",
"paramType" : "ENTITYFIELD", "paramType" : "ENTITYFIELD",
"paramValue" : "PRICE" "paramValue" : "PRICE"
} ] } ]
...@@ -3843,7 +3843,7 @@ ...@@ -3843,7 +3843,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[CREATEDATE] 大于等于(>=) CREATEDATE", "name" : "Order[CREATEDATE] 大于等于(>=) Product[CREATEDATE]",
"paramType" : "SRCENTITYFIELD", "paramType" : "SRCENTITYFIELD",
"paramValue" : "CREATEDATE", "paramValue" : "CREATEDATE",
"getSrcLogicParam" : { "getSrcLogicParam" : {
...@@ -3874,7 +3874,7 @@ ...@@ -3874,7 +3874,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[ORDERTIME] 小于等于(<=)", "name" : "Order[ORDERTIME] 小于等于(<=) [当前时间]",
"paramType" : "CURTIME" "paramType" : "CURTIME"
} ] } ]
}, },
...@@ -3937,9 +3937,28 @@ ...@@ -3937,9 +3937,28 @@
"id" : "Default" "id" : "Default"
}, },
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "CREATEDATE",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Order"
},
"name" : "无值(NONE) ==> Order[CREATEDATE]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
}, {
"dstFieldName" : "CREATEMAN",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Order"
},
"name" : "直接值[111] ==> Order[CREATEMAN]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "111",
"srcValueType" : "SRCVALUE"
} ], } ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3",
"topPos" : -37 "topPos" : -38
}, { }, {
"codeName" : "Prepareparam2", "codeName" : "Prepareparam2",
"leftPos" : 775, "leftPos" : 775,
...@@ -3964,7 +3983,7 @@ ...@@ -3964,7 +3983,7 @@
"id" : "Default" "id" : "Default"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Default[UNITPRICE] 大于(>) Amount", "name" : "Default[UNITPRICE] 大于(>) [Amount]",
"paramType" : "ENTITYFIELD", "paramType" : "ENTITYFIELD",
"paramValue" : "Amount", "paramValue" : "Amount",
"getSrcLogicParam" : { "getSrcLogicParam" : {
......
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[AMOUNT] 大于(>) 100", "name" : "Order[AMOUNT] 大于(>) (100)",
"paramValue" : "100" "paramValue" : "100"
} ] } ]
}, },
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[AMOUNT] 大于(>) PRICE", "name" : "Order[AMOUNT] 大于(>) [PRICE]",
"paramType" : "ENTITYFIELD", "paramType" : "ENTITYFIELD",
"paramValue" : "PRICE" "paramValue" : "PRICE"
} ] } ]
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[CREATEDATE] 大于等于(>=) CREATEDATE", "name" : "Order[CREATEDATE] 大于等于(>=) Product[CREATEDATE]",
"paramType" : "SRCENTITYFIELD", "paramType" : "SRCENTITYFIELD",
"paramValue" : "CREATEDATE", "paramValue" : "CREATEDATE",
"getSrcLogicParam" : { "getSrcLogicParam" : {
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[ORDERTIME] 小于等于(<=)", "name" : "Order[ORDERTIME] 小于等于(<=) [当前时间]",
"paramType" : "CURTIME" "paramType" : "CURTIME"
} ] } ]
}, },
...@@ -324,9 +324,28 @@ ...@@ -324,9 +324,28 @@
"id" : "Default" "id" : "Default"
}, },
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "CREATEDATE",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Order"
},
"name" : "无值(NONE) ==> Order[CREATEDATE]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
}, {
"dstFieldName" : "CREATEMAN",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Order"
},
"name" : "直接值[111] ==> Order[CREATEMAN]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "111",
"srcValueType" : "SRCVALUE"
} ], } ],
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3", "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3",
"topPos" : -37 "topPos" : -38
}, { }, {
"codeName" : "Prepareparam2", "codeName" : "Prepareparam2",
"leftPos" : 775, "leftPos" : 775,
...@@ -351,7 +370,7 @@ ...@@ -351,7 +370,7 @@
"id" : "Default" "id" : "Default"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Default[UNITPRICE] 大于(>) Amount", "name" : "Default[UNITPRICE] 大于(>) [Amount]",
"paramType" : "ENTITYFIELD", "paramType" : "ENTITYFIELD",
"paramValue" : "Amount", "paramValue" : "Amount",
"getSrcLogicParam" : { "getSrcLogicParam" : {
......
...@@ -121,6 +121,7 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice; ...@@ -121,6 +121,7 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
when when
then then
ibizorderdetailgetunitandpriceorder.set("ibizorderid",ibizorderdetailgetunitandpricedefault.get("ibizorderid")); ibizorderdetailgetunitandpriceorder.set("ibizorderid",ibizorderdetailgetunitandpricedefault.get("ibizorderid"));
ibizorderdetailgetunitandpriceorder.set("createman","111");
update(ibizorderdetailgetunitandpriceproduct);//更新fact中变量值 update(ibizorderdetailgetunitandpriceproduct);//更新fact中变量值
update(ibizorderdetailgetunitandpriceorder);//更新fact中变量值 update(ibizorderdetailgetunitandpriceorder);//更新fact中变量值
update(ibizorderdetailgetunitandpricedefault);//更新fact中变量值 update(ibizorderdetailgetunitandpricedefault);//更新fact中变量值
......
...@@ -12,30 +12,6 @@ ...@@ -12,30 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"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" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -59,6 +35,18 @@ ...@@ -59,6 +35,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" : "lendouttime", "codeName" : "lendouttime",
...@@ -71,6 +59,18 @@ ...@@ -71,6 +59,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" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
} }
} ], } ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书描述", "caption" : "图书名称",
"codeName" : "subtext", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext", "dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/subtext", "mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "subtext", "name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/subtext", "rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -44,13 +44,13 @@ ...@@ -44,13 +44,13 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "图书描述",
"codeName" : "ibizbookname", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname", "dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/ibizbookname", "mOSFilePath" : "psdetreecols/subtext",
"name" : "ibizbookname", "name" : "subtext",
"rTMOSFilePath" : "psdetreecols/ibizbookname", "rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -2866,7 +2866,7 @@ ...@@ -2866,7 +2866,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[AMOUNT] 大于(>) 100", "name" : "Order[AMOUNT] 大于(>) (100)",
"paramValue" : "100" "paramValue" : "100"
} ] } ]
}, },
...@@ -2892,7 +2892,7 @@ ...@@ -2892,7 +2892,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[AMOUNT] 大于(>) PRICE", "name" : "Order[AMOUNT] 大于(>) [PRICE]",
"paramType" : "ENTITYFIELD", "paramType" : "ENTITYFIELD",
"paramValue" : "PRICE" "paramValue" : "PRICE"
} ] } ]
...@@ -2919,7 +2919,7 @@ ...@@ -2919,7 +2919,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[CREATEDATE] 大于等于(>=) CREATEDATE", "name" : "Order[CREATEDATE] 大于等于(>=) Product[CREATEDATE]",
"paramType" : "SRCENTITYFIELD", "paramType" : "SRCENTITYFIELD",
"paramValue" : "CREATEDATE", "paramValue" : "CREATEDATE",
"getSrcLogicParam" : { "getSrcLogicParam" : {
...@@ -2950,7 +2950,7 @@ ...@@ -2950,7 +2950,7 @@
"id" : "Order" "id" : "Order"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Order[ORDERTIME] 小于等于(<=)", "name" : "Order[ORDERTIME] 小于等于(<=) [当前时间]",
"paramType" : "CURTIME" "paramType" : "CURTIME"
} ] } ]
}, },
...@@ -3013,9 +3013,28 @@ ...@@ -3013,9 +3013,28 @@
"id" : "Default" "id" : "Default"
}, },
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "CREATEDATE",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Order"
},
"name" : "无值(NONE) ==> Order[CREATEDATE]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
}, {
"dstFieldName" : "CREATEMAN",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Order"
},
"name" : "直接值[111] ==> Order[CREATEMAN]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "111",
"srcValueType" : "SRCVALUE"
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/PREPAREPARAM3", "rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/PREPAREPARAM3",
"topPos" : -37 "topPos" : -38
}, { }, {
"codeName" : "Prepareparam2", "codeName" : "Prepareparam2",
"leftPos" : 775, "leftPos" : 775,
...@@ -3040,7 +3059,7 @@ ...@@ -3040,7 +3059,7 @@
"id" : "Default" "id" : "Default"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "Default[UNITPRICE] 大于(>) Amount", "name" : "Default[UNITPRICE] 大于(>) [Amount]",
"paramType" : "ENTITYFIELD", "paramType" : "ENTITYFIELD",
"paramValue" : "Amount", "paramValue" : "Amount",
"getSrcLogicParam" : { "getSrcLogicParam" : {
......
...@@ -46,30 +46,6 @@ ...@@ -46,30 +46,6 @@
"id" : "GANTT" "id" : "GANTT"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"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" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -93,6 +69,18 @@ ...@@ -93,6 +69,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" : "lendouttime", "codeName" : "lendouttime",
...@@ -105,6 +93,18 @@ ...@@ -105,6 +93,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" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -100,13 +100,13 @@ ...@@ -100,13 +100,13 @@
"id" : "TREEGRIDEX" "id" : "TREEGRIDEX"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书描述", "caption" : "图书名称",
"codeName" : "subtext", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext", "dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/subtext", "mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "subtext", "name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/subtext", "rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -124,13 +124,13 @@ ...@@ -124,13 +124,13 @@
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "图书描述",
"codeName" : "ibizbookname", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname", "dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/ibizbookname", "mOSFilePath" : "psdetreecols/subtext",
"name" : "ibizbookname", "name" : "subtext",
"rTMOSFilePath" : "psdetreecols/ibizbookname", "rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50, "width" : 50,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
......
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
<!--输出实体[IBIZORDERDETAIL]数据结构 --> <!--输出实体[IBIZORDERDETAIL]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-101-14"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizorderdetail-102-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-101-8" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizorderdetail-102-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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册