Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
d5238a5a
提交
d5238a5a
编写于
2月 14, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
421da932
变更
22
隐藏空白字符变更
内嵌
并排
正在显示
22 个修改的文件
包含
1596 行增加
和
1289 行删除
+1596
-1289
count-money-logic-base.ts
...eb/src/service/ibizorder-detail/count-money-logic-base.ts
+12
-0
get-unit-and-price-logic-base.ts
...service/ibizorder-detail/get-unit-and-price-logic-base.ts
+189
-132
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
guide-borrow-form-form-base.vue
...ok/guide-borrow-form-form/guide-borrow-form-form-base.vue
+5
-5
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+5
-5
guide-view-form-form-base.vue
...izbook/guide-view-form-form/guide-view-form-form-base.vue
+6
-5
guide-wizardpanel-base.vue
...ets/ibizbook/guide-wizardpanel/guide-wizardpanel-base.vue
+1
-1
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+4
-4
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+22
-52
usr4-dataview-base.vue
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
+4
-4
IBIZOrderDetail.json
...odel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json
+373
-304
CountMoney.json
...PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json
+9
-0
CountMoney.json.bpmn
...AENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json.bpmn
+3
-0
CountMoney.json.drl
...TAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json.drl
+8
-0
GetUnitAndPrice.json
...AENTITIES/IBIZOrderDetail/PSDELOGICS/GetUnitAndPrice.json
+345
-285
GetUnitAndPrice.json.bpmn
...TIES/IBIZOrderDetail/PSDELOGICS/GetUnitAndPrice.json.bpmn
+76
-65
GetUnitAndPrice.json.drl
...ITIES/IBIZOrderDetail/PSDELOGICS/GetUnitAndPrice.json.drl
+107
-85
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
IBIZOrderDetail.json
...odel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrderDetail.json
+399
-314
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+1
-1
view.xml
demo-core/src/main/resources/liquibase/view.xml
+1
-1
未找到文件。
app_Web/src/service/ibizorder-detail/count-money-logic-base.ts
浏览文件 @
d5238a5a
...
@@ -102,5 +102,17 @@ export default class CountMoneyLogicBase {
...
@@ -102,5 +102,17 @@ export default class CountMoneyLogicBase {
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
/**
* 统计金额(脚本)
*
* @param context 应用上下文
* @param params 传入参数
*/
private
async
executeRAWSFCODE1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// RAWSFCODE暂未支持
console
.
log
(
"RAWSFCODE暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
}
\ No newline at end of file
app_Web/src/service/ibizorder-detail/get-unit-and-price-logic-base.ts
浏览文件 @
d5238a5a
import
IBIZOrderDetailService
from
'@/service/ibizorder-detail/ibizorder-detail-service'
;
import
IBIZOrderService
from
'@/service/ibizorder/ibizorder-service'
;
import
IBIZOrderService
from
'@/service/ibizorder/ibizorder-service'
;
import
IBIZUNIProductService
from
'@/service/ibizuniproduct/ibizuniproduct-service'
;
import
IBIZUNIProductService
from
'@/service/ibizuniproduct/ibizuniproduct-service'
;
import
{
Verify
}
from
'@/utils/verify/verify'
;
import
{
Verify
}
from
'@/utils/verify/verify'
;
...
@@ -56,9 +57,9 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -56,9 +57,9 @@ export default class GetUnitAndPriceLogicBase {
* @memberof GetUnitAndPriceLogicBase
* @memberof GetUnitAndPriceLogicBase
*/
*/
public
initParams
(
opts
:
any
){
public
initParams
(
opts
:
any
){
this
.
paramsMap
.
set
(
'Default'
,
opts
);
this
.
paramsMap
.
set
(
'Product'
,{});
this
.
paramsMap
.
set
(
'Order'
,{});
this
.
paramsMap
.
set
(
'Order'
,{});
this
.
paramsMap
.
set
(
'Product'
,{});
this
.
paramsMap
.
set
(
'Default'
,
opts
);
}
}
...
@@ -86,7 +87,7 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -86,7 +87,7 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute2Cond
(
params
:
any
):
boolean
{
public
compute2Cond
(
params
:
any
):
boolean
{
if
(
Verify
.
testCond
(
params
.
amount
,
'GT'
,
'100
'
)){
if
(
Verify
.
testCond
(
params
.
unitprice
,
'GT'
,
'Amount
'
)){
return
true
;
return
true
;
}
else
{
}
else
{
return
false
;
return
false
;
...
@@ -99,11 +100,7 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -99,11 +100,7 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute3Cond
(
params
:
any
):
boolean
{
public
compute3Cond
(
params
:
any
):
boolean
{
if
(
Verify
.
testCond
(
params
.
amount
,
'GT'
,
'PRICE'
)){
return
true
;
return
true
;
}
else
{
return
false
;
}
}
}
/**
/**
...
@@ -112,11 +109,7 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -112,11 +109,7 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute4Cond
(
params
:
any
):
boolean
{
public
compute4Cond
(
params
:
any
):
boolean
{
if
(
Verify
.
testCond
(
params
.
createdate
,
'GTANDEQ'
,
'CREATEDATE'
)){
return
true
;
return
true
;
}
else
{
return
false
;
}
}
}
/**
/**
...
@@ -125,11 +118,7 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -125,11 +118,7 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute5Cond
(
params
:
any
):
boolean
{
public
compute5Cond
(
params
:
any
):
boolean
{
if
(
Verify
.
testCond
(
params
.
ordertime
,
'LTANDEQ'
,
''
)){
return
true
;
return
true
;
}
else
{
return
false
;
}
}
}
/**
/**
...
@@ -147,7 +136,7 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -147,7 +136,7 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute7Cond
(
params
:
any
):
boolean
{
public
compute7Cond
(
params
:
any
):
boolean
{
if
(
Verify
.
testCond
(
params
.
unitprice
,
'GT'
,
'Amount
'
)){
if
(
Verify
.
testCond
(
params
.
amount
,
'GT'
,
'100
'
)){
return
true
;
return
true
;
}
else
{
}
else
{
return
false
;
return
false
;
...
@@ -160,7 +149,11 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -160,7 +149,11 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute8Cond
(
params
:
any
):
boolean
{
public
compute8Cond
(
params
:
any
):
boolean
{
return
true
;
if
(
Verify
.
testCond
(
params
.
amount
,
'GT'
,
'PRICE'
)){
return
true
;
}
else
{
return
false
;
}
}
}
/**
/**
...
@@ -169,7 +162,11 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -169,7 +162,11 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute9Cond
(
params
:
any
):
boolean
{
public
compute9Cond
(
params
:
any
):
boolean
{
return
true
;
if
(
Verify
.
testCond
(
params
.
createdate
,
'GTANDEQ'
,
'CREATEDATE'
)){
return
true
;
}
else
{
return
false
;
}
}
}
/**
/**
...
@@ -178,7 +175,11 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -178,7 +175,11 @@ export default class GetUnitAndPriceLogicBase {
* @param params 传入参数
* @param params 传入参数
*/
*/
public
compute10Cond
(
params
:
any
):
boolean
{
public
compute10Cond
(
params
:
any
):
boolean
{
return
true
;
if
(
Verify
.
testCond
(
params
.
ordertime
,
'LTANDEQ'
,
''
)){
return
true
;
}
else
{
return
false
;
}
}
}
/**
/**
...
@@ -190,6 +191,24 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -190,6 +191,24 @@ export default class GetUnitAndPriceLogicBase {
return
true
;
return
true
;
}
}
/**
* 计算12节点结果
*
* @param params 传入参数
*/
public
compute12Cond
(
params
:
any
):
boolean
{
return
true
;
}
/**
* 计算13节点结果
*
* @param params 传入参数
*/
public
compute13Cond
(
params
:
any
):
boolean
{
return
true
;
}
/**
/**
* 执行逻辑
* 执行逻辑
*
*
...
@@ -214,52 +233,41 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -214,52 +233,41 @@ export default class GetUnitAndPriceLogicBase {
}
}
/**
/**
*
获取订单信息
*
调试逻辑参数
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeDEACTION2
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeDEBUGPARAM5
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// 行为处理节点
// DEBUGPARAM暂未支持
let
result
:
any
;
console
.
log
(
"DEBUGPARAM暂未支持"
);
let
actionParam
:
any
=
this
.
paramsMap
.
get
(
'Order'
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
const
targetService
:
IBIZOrderService
=
new
IBIZOrderService
();
if
(
targetService
[
'Get'
]
&&
targetService
[
'Get'
]
instanceof
Function
)
{
result
=
await
targetService
[
'Get'
](
actionParam
.
context
,
actionParam
.
data
,
false
);
}
if
(
result
&&
result
.
status
==
200
){
Object
.
assign
(
actionParam
.
data
,
result
.
data
);
if
(
this
.
compute1Cond
(
params
)){
return
this
.
executeTHROWEXCEPTION2
(
context
,
params
,
isloading
);
}
if
(
this
.
compute2Cond
(
params
)){
return
this
.
executeDEBUGPARAM1
(
context
,
params
,
isloading
);
}
if
(
this
.
compute3Cond
(
params
)){
return
this
.
executeDEBUGPARAM2
(
context
,
params
,
isloading
);
}
if
(
this
.
compute4Cond
(
params
)){
return
this
.
executeDEBUGPARAM4
(
context
,
params
,
isloading
);
}
if
(
this
.
compute5Cond
(
params
)){
return
this
.
executeDEBUGPARAM5
(
context
,
params
,
isloading
);
}
if
(
this
.
compute6Cond
(
params
)){
return
this
.
executeDEBUGPARAM3
(
context
,
params
,
isloading
);
}
}
}
}
/**
/**
*
拷贝参数
*
设置orderid
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeCOPYPARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executePREPAREPARAM3
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// COPYPARAM暂未支持
// 准备参数节点
console
.
log
(
"COPYPARAM暂未支持"
);
let
tempDstParam0Context
:
any
=
this
.
paramsMap
.
get
(
'Order'
).
context
?
this
.
paramsMap
.
get
(
'Order'
).
context
:{};
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
let
tempDstParam0Data
:
any
=
this
.
paramsMap
.
get
(
'Order'
).
data
?
this
.
paramsMap
.
get
(
'Order'
).
data
:{};
let
tempSrcParam0Data
:
any
=
this
.
paramsMap
.
get
(
'Default'
).
data
?
this
.
paramsMap
.
get
(
'Default'
).
data
:{};
Object
.
assign
(
tempDstParam0Context
,{
ibizorder
:
tempSrcParam0Data
[
'ibizorderid'
]});
Object
.
assign
(
tempDstParam0Data
,{
ibizorderid
:
tempSrcParam0Data
[
'ibizorderid'
]});
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
:{};
Object
.
assign
(
tempDstParam1Data
,{
createman
:
"111"
});
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
:{};
this
.
paramsMap
.
set
(
'Order'
,{
data
:
tempDstParam2Data
,
context
:
tempDstParam2Context
});
if
(
this
.
compute1Cond
(
params
)){
return
this
.
executeDEACTION2
(
context
,
params
,
isloading
);
}
}
}
/**
/**
...
@@ -280,58 +288,45 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -280,58 +288,45 @@ export default class GetUnitAndPriceLogicBase {
let
tempSrcParam1Data
:
any
=
this
.
paramsMap
.
get
(
'Product'
).
data
?
this
.
paramsMap
.
get
(
'Product'
).
data
:{};
let
tempSrcParam1Data
:
any
=
this
.
paramsMap
.
get
(
'Product'
).
data
?
this
.
paramsMap
.
get
(
'Product'
).
data
:{};
Object
.
assign
(
tempDstParam1Data
,{
unitprice
:
tempSrcParam1Data
[
'unitprice'
]});
Object
.
assign
(
tempDstParam1Data
,{
unitprice
:
tempSrcParam1Data
[
'unitprice'
]});
this
.
paramsMap
.
set
(
'Default'
,{
data
:
tempDstParam1Data
,
context
:
tempDstParam1Context
});
this
.
paramsMap
.
set
(
'Default'
,{
data
:
tempDstParam1Data
,
context
:
tempDstParam1Context
});
if
(
this
.
compute
7
Cond
(
params
)){
if
(
this
.
compute
2
Cond
(
params
)){
return
this
.
executePREPAREPARAM3
(
context
,
params
,
isloading
);
return
this
.
executePREPAREPARAM3
(
context
,
params
,
isloading
);
}
}
if
(
this
.
compute3Cond
(
params
)){
return
this
.
executeDELOGIC1
(
context
,
params
,
isloading
);
}
if
(
this
.
compute4Cond
(
params
)){
return
this
.
executeDEACTION3
(
context
,
params
,
isloading
);
}
}
}
/**
/**
* 调试逻辑参数
* 获取商品ID
*
* @param context 应用上下文
* @param params 传入参数
*/
private
async
executeDEBUGPARAM4
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// DEBUGPARAM暂未支持
console
.
log
(
"DEBUGPARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
/**
* 设置orderid
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeP
REPAREPARAM3
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeP
repareparam1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// 准备参数节点
// 准备参数节点
let
tempDstParam0Context
:
any
=
this
.
paramsMap
.
get
(
'
Order'
).
context
?
this
.
paramsMap
.
get
(
'Order
'
).
context
:{};
let
tempDstParam0Context
:
any
=
this
.
paramsMap
.
get
(
'
Product'
).
context
?
this
.
paramsMap
.
get
(
'Product
'
).
context
:{};
let
tempDstParam0Data
:
any
=
this
.
paramsMap
.
get
(
'
Order'
).
data
?
this
.
paramsMap
.
get
(
'Order
'
).
data
:{};
let
tempDstParam0Data
:
any
=
this
.
paramsMap
.
get
(
'
Product'
).
data
?
this
.
paramsMap
.
get
(
'Product
'
).
data
:{};
let
tempSrcParam0Data
:
any
=
this
.
paramsMap
.
get
(
'Default'
).
data
?
this
.
paramsMap
.
get
(
'Default'
).
data
:{};
let
tempSrcParam0Data
:
any
=
this
.
paramsMap
.
get
(
'Default'
).
data
?
this
.
paramsMap
.
get
(
'Default'
).
data
:{};
Object
.
assign
(
tempDstParam0Context
,{
ibizorder
:
tempSrcParam0Data
[
'ibizorderid'
]});
Object
.
assign
(
tempDstParam0Context
,{
ibizuniproduct
:
tempSrcParam0Data
[
'ibizuniproductid'
]});
Object
.
assign
(
tempDstParam0Data
,{
ibizorderid
:
tempSrcParam0Data
[
'ibizorderid'
]});
Object
.
assign
(
tempDstParam0Data
,{
ibizuniproductid
:
tempSrcParam0Data
[
'ibizuniproductid'
]});
this
.
paramsMap
.
set
(
'Order'
,{
data
:
tempDstParam0Data
,
context
:
tempDstParam0Context
});
this
.
paramsMap
.
set
(
'Product'
,{
data
:
tempDstParam0Data
,
context
:
tempDstParam0Context
});
let
tempDstParam1Context
:
any
=
this
.
paramsMap
.
get
(
'Order'
).
context
?
this
.
paramsMap
.
get
(
'Order'
).
context
:{};
if
(
this
.
compute5Cond
(
params
)){
let
tempDstParam1Data
:
any
=
this
.
paramsMap
.
get
(
'Order'
).
data
?
this
.
paramsMap
.
get
(
'Order'
).
data
:{};
return
this
.
executeDeaction1
(
context
,
params
,
isloading
);
Object
.
assign
(
tempDstParam1Data
,{
createman
:
"111"
});
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
:{};
this
.
paramsMap
.
set
(
'Order'
,{
data
:
tempDstParam2Data
,
context
:
tempDstParam2Context
});
if
(
this
.
compute8Cond
(
params
)){
return
this
.
executeDEACTION2
(
context
,
params
,
isloading
);
}
}
}
}
/**
/**
*
附加到数组
参数
*
绑定
参数
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
execute
APPE
NDPARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
execute
BI
NDPARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
//
APPE
NDPARAM暂未支持
//
BI
NDPARAM暂未支持
console
.
log
(
"
APPE
NDPARAM暂未支持"
);
console
.
log
(
"
BI
NDPARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
...
@@ -348,79 +343,107 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -348,79 +343,107 @@ export default class GetUnitAndPriceLogicBase {
}
}
/**
/**
*
获取商品ID
*
大于200处理
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executePrepareparam1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeDEBUGPARAM2
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// 准备参数节点
// DEBUGPARAM暂未支持
let
tempDstParam0Context
:
any
=
this
.
paramsMap
.
get
(
'Product'
).
context
?
this
.
paramsMap
.
get
(
'Product'
).
context
:{};
console
.
log
(
"DEBUGPARAM暂未支持"
);
let
tempDstParam0Data
:
any
=
this
.
paramsMap
.
get
(
'Product'
).
data
?
this
.
paramsMap
.
get
(
'Product'
).
data
:{};
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
let
tempSrcParam0Data
:
any
=
this
.
paramsMap
.
get
(
'Default'
).
data
?
this
.
paramsMap
.
get
(
'Default'
).
data
:{};
Object
.
assign
(
tempDstParam0Context
,{
ibizuniproduct
:
tempSrcParam0Data
[
'ibizuniproductid'
]});
Object
.
assign
(
tempDstParam0Data
,{
ibizuniproductid
:
tempSrcParam0Data
[
'ibizuniproductid'
]});
this
.
paramsMap
.
set
(
'Product'
,{
data
:
tempDstParam0Data
,
context
:
tempDstParam0Context
});
if
(
this
.
compute9Cond
(
params
)){
return
this
.
executeDeaction1
(
context
,
params
,
isloading
);
}
}
}
/**
/**
*
获取订单信息异常
*
大于100处理
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeTHROWEXCEPTION2
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeDEBUGPARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// 异常捕获节点
// DEBUGPARAM暂未支持
console
.
log
(
"DEBUGPARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
/**
/**
*
大于200处理
*
实体行为
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeDEBUGPARAM2
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeDEACTION3
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// DEBUGPARAM暂未支持
// 行为处理节点
console
.
log
(
"DEBUGPARAM暂未支持"
);
let
result
:
any
;
let
actionParam
:
any
=
this
.
paramsMap
.
get
(
'Default'
);
const
targetService
:
IBIZOrderDetailService
=
new
IBIZOrderDetailService
();
if
(
targetService
[
'CountMoney'
]
&&
targetService
[
'CountMoney'
]
instanceof
Function
)
{
result
=
await
targetService
[
'CountMoney'
](
actionParam
.
context
,
actionParam
.
data
,
false
);
}
if
(
result
&&
result
.
status
==
200
){
Object
.
assign
(
actionParam
.
data
,
result
.
data
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
}
/**
/**
*
绑定参数
*
统计金额
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
execute
BINDPARAM
1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
execute
DELOGIC
1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
//
BINDPARAM
暂未支持
//
DELOGIC
暂未支持
console
.
log
(
"
BINDPARAM
暂未支持"
);
console
.
log
(
"
DELOGIC
暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
/**
/**
*
排序数组参数
*
获取订单信息
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeSORTPARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeDEACTION2
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// SORTPARAM暂未支持
// 行为处理节点
console
.
log
(
"SORTPARAM暂未支持"
);
let
result
:
any
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
let
actionParam
:
any
=
this
.
paramsMap
.
get
(
'Order'
);
const
targetService
:
IBIZOrderService
=
new
IBIZOrderService
();
if
(
targetService
[
'Get'
]
&&
targetService
[
'Get'
]
instanceof
Function
)
{
result
=
await
targetService
[
'Get'
](
actionParam
.
context
,
actionParam
.
data
,
false
);
}
if
(
result
&&
result
.
status
==
200
){
Object
.
assign
(
actionParam
.
data
,
result
.
data
);
if
(
this
.
compute6Cond
(
params
)){
return
this
.
executeTHROWEXCEPTION2
(
context
,
params
,
isloading
);
}
if
(
this
.
compute7Cond
(
params
)){
return
this
.
executeDEBUGPARAM1
(
context
,
params
,
isloading
);
}
if
(
this
.
compute8Cond
(
params
)){
return
this
.
executeDEBUGPARAM2
(
context
,
params
,
isloading
);
}
if
(
this
.
compute9Cond
(
params
)){
return
this
.
executeDEBUGPARAM4
(
context
,
params
,
isloading
);
}
if
(
this
.
compute10Cond
(
params
)){
return
this
.
executeDEBUGPARAM5
(
context
,
params
,
isloading
);
}
if
(
this
.
compute11Cond
(
params
)){
return
this
.
executeDEBUGPARAM3
(
context
,
params
,
isloading
);
}
}
}
}
/**
/**
*
获取产品价格异常
*
调试逻辑参数
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeThrowexception
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeDEBUGPARAM3
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// 异常捕获节点
// DEBUGPARAM暂未支持
console
.
log
(
"DEBUGPARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
...
@@ -440,24 +463,24 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -440,24 +463,24 @@ export default class GetUnitAndPriceLogicBase {
}
}
if
(
result
&&
result
.
status
==
200
){
if
(
result
&&
result
.
status
==
200
){
Object
.
assign
(
actionParam
.
data
,
result
.
data
);
Object
.
assign
(
actionParam
.
data
,
result
.
data
);
if
(
this
.
compute1
0
Cond
(
params
)){
if
(
this
.
compute1
2
Cond
(
params
)){
return
this
.
executePrepareparam2
(
context
,
params
,
isloading
);
return
this
.
executePrepareparam2
(
context
,
params
,
isloading
);
}
}
if
(
this
.
compute1
1
Cond
(
params
)){
if
(
this
.
compute1
3
Cond
(
params
)){
return
this
.
executeThrowexception
(
context
,
params
,
isloading
);
return
this
.
executeThrowexception
(
context
,
params
,
isloading
);
}
}
}
}
}
}
/**
/**
*
调试逻辑
参数
*
排序数组
参数
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
execute
DEBUGPARAM3
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
execute
SORTPARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
//
DEBUG
PARAM暂未支持
//
SORT
PARAM暂未支持
console
.
log
(
"
DEBUG
PARAM暂未支持"
);
console
.
log
(
"
SORT
PARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
...
@@ -473,27 +496,61 @@ export default class GetUnitAndPriceLogicBase {
...
@@ -473,27 +496,61 @@ export default class GetUnitAndPriceLogicBase {
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
/**
* 获取订单信息异常
*
* @param context 应用上下文
* @param params 传入参数
*/
private
async
executeTHROWEXCEPTION2
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// 异常捕获节点
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
/**
* 附加到数组参数
*
* @param context 应用上下文
* @param params 传入参数
*/
private
async
executeAPPENDPARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// APPENDPARAM暂未支持
console
.
log
(
"APPENDPARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
/**
* 获取产品价格异常
*
* @param context 应用上下文
* @param params 传入参数
*/
private
async
executeThrowexception
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// 异常捕获节点
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
/**
/**
* 调试逻辑参数
* 调试逻辑参数
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
executeDEBUGPARAM
5
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
executeDEBUGPARAM
4
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
// DEBUGPARAM暂未支持
// DEBUGPARAM暂未支持
console
.
log
(
"DEBUGPARAM暂未支持"
);
console
.
log
(
"DEBUGPARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
/**
/**
*
大于100处理
*
拷贝参数
*
*
* @param context 应用上下文
* @param context 应用上下文
* @param params 传入参数
* @param params 传入参数
*/
*/
private
async
execute
DEBUG
PARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
private
async
execute
COPY
PARAM1
(
context
:
any
,
params
:
any
,
isloading
:
boolean
){
//
DEBUG
PARAM暂未支持
//
COPY
PARAM暂未支持
console
.
log
(
"
DEBUG
PARAM暂未支持"
);
console
.
log
(
"
COPY
PARAM暂未支持"
);
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
return
this
.
paramsMap
.
get
(
this
.
defaultParamName
).
data
;
}
}
...
...
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
d5238a5a
...
@@ -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
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
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
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/guide-borrow-form-form/guide-borrow-form-form-base.vue
浏览文件 @
d5238a5a
...
@@ -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
];
...
...
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
d5238a5a
...
@@ -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
:
'IBIZBOOK
WizardView_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrWizardView_plugin
'
+
(
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
:
'IBIZBOOK
WizardView_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrWizardView_plugin
'
+
(
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
:
'IBIZBOOK
WizardView_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrWizardView_plugin
'
+
(
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
:
'IBIZBOOK
WizardView_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrWizardView_plugin
'
+
(
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
:
'IBIZBOOK
WizardView_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrWizardView_plugin
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
opt
[
0
];
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
d5238a5a
...
@@ -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
];
...
@@ -2325,4 +2325,5 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
...
@@ -2325,4 +2325,5 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
<
style
lang=
'less'
>
<
style
lang=
'less'
>
@import './guide-view-form-form.less';
@import './guide-view-form-form.less';
</
style
>
uide-view-form-form.less';
</style>
</style>
\ No newline at end of file
app_Web/src/widgets/ibizbook/guide-wizardpanel/guide-wizardpanel-base.vue
浏览文件 @
d5238a5a
...
@@ -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
=
tru
e
;
public
isShowStepBar
:
Boolean
=
fals
e
;
/**
/**
* 获取多项数据
* 获取多项数据
...
...
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
d5238a5a
<
template
>
<
template
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'
quick
searchform'
style=
""
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<input
style=
"display:none;"
/>
<row>
<row>
<i-col
span=
"20"
class=
"form-content"
>
<i-col
span=
"20"
class=
"form-content"
>
...
@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase
* @memberof QUICKSEARCHFORMBase
*/
*/
public
formValidateStatus
():
boolean
{
public
formValidateStatus
():
boolean
{
const
form
:
any
=
this
.
$refs
.
quick
searchform
;
const
form
:
any
=
this
.
$refs
.
searchform
;
let
validatestate
:
boolean
=
true
;
let
validatestate
:
boolean
=
true
;
form
.
validate
((
valid
:
boolean
)
=>
{
form
.
validate
((
valid
:
boolean
)
=>
{
validatestate
=
valid
?
true
:
false
;
validatestate
=
valid
?
true
:
false
;
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase 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
:
'IBIZBOOK
ListView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrListView_plugin
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase 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
:
'IBIZBOOK
ListView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
UsrListView_plugin
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
d5238a5a
...
@@ -48,14 +48,14 @@
...
@@ -48,14 +48,14 @@
<div
v-show=
"flag"
class=
"batch-toolbar"
>
<div
v-show=
"flag"
class=
"batch-toolbar"
>
<div
class=
'toolbar-container'
>
<div
class=
'toolbar-container'
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"
dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"dataviewexpbar_
dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i-button
v-show=
"
usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"
dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i
class=
'fa fa-edit'
></i>
<i
class=
'fa fa-edit'
></i>
<span
class=
'caption'
>
{{'编辑'}}
</span>
<span
class=
'caption'
>
{{'编辑'}}
</span>
</i-button>
</i-button>
<div
slot=
'content'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</div>
<div
slot=
'content'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</div>
</tooltip>
</tooltip>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"
dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled"
class=
''
v-button-loading:i-button
@
click=
"dataviewexpbar_
dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i-button
v-show=
"
usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled"
class=
''
v-button-loading:i-button
@
click=
"
dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i
class=
'fa fa-remove'
></i>
<i
class=
'fa fa-remove'
></i>
<span
class=
'caption'
>
{{'删除'}}
</span>
<span
class=
'caption'
>
{{'删除'}}
</span>
</i-button>
</i-button>
...
@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public
appEntityService
:
IBIZBOOKEntityService
=
new
IBIZBOOKEntityService
({
$store
:
this
.
$store
});
public
appEntityService
:
IBIZBOOKEntityService
=
new
IBIZBOOKEntityService
({
$store
:
this
.
$store
});
/**
/**
* dataview
expbar_dataview
_batchtoolbar 部件 click 事件
* dataview_batchtoolbar 部件 click 事件
*
*
* @param {*} [args={}]
* @param {*} [args={}]
* @param {*} $event
* @param {*} $event
* @memberof Usr2Base
* @memberof Usr2Base
*/
*/
public
dataview
expbar_dataview
_batchtoolbar_click
(
$event
:
any
,
$event2
?:
any
)
{
public
dataview_batchtoolbar_click
(
$event
:
any
,
$event2
?:
any
)
{
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction1'
))
{
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction1'
))
{
this
.
dataview
expbar_dataview_batchtoolbar_deuiaction1_click
(
null
,
'dataviewexpbar_
dataview_batchtoolbar'
,
$event2
);
this
.
dataview
_batchtoolbar_deuiaction1_click
(
null
,
'
dataview_batchtoolbar'
,
$event2
);
}
}
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction2'
))
{
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction2'
))
{
this
.
dataview
expbar_dataview_batchtoolbar_deuiaction2_click
(
null
,
'dataviewexpbar_
dataview_batchtoolbar'
,
$event2
);
this
.
dataview
_batchtoolbar_deuiaction2_click
(
null
,
'
dataview_batchtoolbar'
,
$event2
);
}
}
}
}
...
@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview
expbar_dataview
_batchtoolbar_deuiaction1_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview_batchtoolbar_deuiaction1_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 参数
// 参数
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
...
@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview
expbar_dataview
_batchtoolbar_deuiaction2_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview_batchtoolbar_deuiaction2_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 参数
// 参数
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
...
@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview
expbar_dataview
_memo1_u37f11a8_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview_memo1_u37f11a8_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
let
xData
:
any
=
null
;
let
xData
:
any
=
null
;
...
@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview
expbar_dataview
_memo1_uc365542_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview_memo1_uc365542_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
let
xData
:
any
=
null
;
let
xData
:
any
=
null
;
...
@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOK
DataViewExp
ViewBase
* @memberof IBIZBOOK
Usr2Data
ViewBase
*/
*/
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
if
(
args
.
length
===
0
)
{
if
(
args
.
length
===
0
)
{
...
@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOK
DataViewExp
ViewBase
* @memberof IBIZBOOK
Usr2Data
ViewBase
*/
*/
public
Remove
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
Remove
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
...
@@ -427,12 +427,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -427,12 +427,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
}
let
result
:
boolean
=
true
;
let
result
:
boolean
=
true
;
Object
.
assign
(
actionData
,
args
);
Object
.
assign
(
actionData
,
args
);
if
(
'selectionchange'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_dataviewexpbar_selectionchange_ctrl_logic
(
actionData
)
&&
result
;
}
if
(
'load'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_dataviewexpbar_load_ctrl_logic
(
actionData
)
&&
result
;
}
if
(
!
result
)
{
if
(
!
result
)
{
return
false
;
return
false
;
}
}
...
@@ -440,30 +434,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -440,30 +434,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
return
true
;
return
true
;
}
}
/**
* 部件逻辑 -- dataviewexpbar_selectionchange
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public
async
execute_dataviewexpbar_selectionchange_ctrl_logic
(
actionData
:
any
):
Promise
<
boolean
>
{
console
.
log
(
'暂未支持 CUSTOM 类型'
);
return
true
;
}
/**
* 部件逻辑 -- dataviewexpbar_load
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public
async
execute_dataviewexpbar_load_ctrl_logic
(
actionData
:
any
):
Promise
<
boolean
>
{
console
.
log
(
'暂未支持 CUSTOM 类型'
);
return
true
;
}
...
@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
* 工具栏模型
*
*
* @type {*}
* @type {*}
* @memberof IBIZBOOK
DataViewExp
View
* @memberof IBIZBOOK
Usr2Data
View
*/
*/
public
dataviewexpviewdataviewexpbar_
dataview_batchtoolbarModels
:
any
=
{
public
usr2dataview
dataview_batchtoolbarModels
:
any
=
{
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'编辑'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Edit'
,
target
:
'SINGLEKEY'
}
},
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'编辑'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Edit'
,
target
:
'SINGLEKEY'
}
},
deuiaction2
:
{
name
:
'deuiaction2'
,
actiontarget
:
'NONE'
,
caption
:
'删除'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'MULTIKEY'
}
},
deuiaction2
:
{
name
:
'deuiaction2'
,
actiontarget
:
'NONE'
,
caption
:
'删除'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'MULTIKEY'
}
},
...
@@ -1043,7 +1013,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1043,7 +1013,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
DataViewExp
View'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -1138,7 +1108,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1138,7 +1108,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
DataViewExp
View'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
let
_datas
:
any
[]
=
[];
let
_datas
:
any
[]
=
[];
...
@@ -1255,7 +1225,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1255,7 +1225,7 @@ export default class Usr2Base 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
:
'IBIZBOOK
DataViewExp
View'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
@@ -1263,7 +1233,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1263,7 +1233,7 @@ export default class Usr2Base 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
:
'IBIZBOOK
DataViewExp
View'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
if
(
item
.
ibizbook
){
...
@@ -1365,16 +1335,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1365,16 +1335,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public
uiAction
(
data
:
any
,
tag
:
any
,
$event
:
any
)
{
public
uiAction
(
data
:
any
,
tag
:
any
,
$event
:
any
)
{
$event
.
stopPropagation
();
$event
.
stopPropagation
();
if
(
Object
.
is
(
'Edit'
,
tag
))
{
if
(
Object
.
is
(
'Edit'
,
tag
))
{
this
.
dataview
expbar_dataview
_batchtoolbar_deuiaction1_click
(
data
,
tag
,
$event
);
this
.
dataview_batchtoolbar_deuiaction1_click
(
data
,
tag
,
$event
);
}
}
if
(
Object
.
is
(
'Remove'
,
tag
))
{
if
(
Object
.
is
(
'Remove'
,
tag
))
{
this
.
dataview
expbar_dataview
_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
this
.
dataview_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
}
}
if
(
Object
.
is
(
'Edit'
,
tag
))
{
if
(
Object
.
is
(
'Edit'
,
tag
))
{
this
.
dataview
expbar_dataview
_memo1_u37f11a8_click
(
data
,
tag
,
$event
);
this
.
dataview_memo1_u37f11a8_click
(
data
,
tag
,
$event
);
}
}
if
(
Object
.
is
(
'Remove'
,
tag
))
{
if
(
Object
.
is
(
'Remove'
,
tag
))
{
this
.
dataview
expbar_dataview
_memo1_uc365542_click
(
data
,
tag
,
$event
);
this
.
dataview_memo1_uc365542_click
(
data
,
tag
,
$event
);
}
}
}
}
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
d5238a5a
...
@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
let
_datas
:
any
[]
=
[];
let
_datas
:
any
[]
=
[];
...
@@ -928,7 +928,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -928,7 +928,7 @@ export default class Usr4Base 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
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
@@ -936,7 +936,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -936,7 +936,7 @@ export default class Usr4Base 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
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
if
(
item
.
ibizbook
){
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json
浏览文件 @
d5238a5a
...
@@ -3590,6 +3590,15 @@
...
@@ -3590,6 +3590,15 @@
"sql"
:
"select (?*?) as AMOUNT from dual"
,
"sql"
:
"select (?*?) as AMOUNT from dual"
,
"topPos"
:
312
,
"topPos"
:
312
,
"fillDstLogicParam"
:
true
"fillDstLogicParam"
:
true
},
{
"code"
:
"_default.amount = _default.quantity * _default.unitprice"
,
"codeName"
:
"RAWSFCODE1"
,
"leftPos"
:
480
,
"logicNodeType"
:
"RAWSFCODE"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/CountMoney/psdelogicnodes/RAWSFCODE1"
,
"name"
:
"统计金额(脚本)"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/CountMoney/psdelogicnodes/RAWSFCODE1"
,
"topPos"
:
170
}
],
}
],
"getPSDELogicParams"
:
[
{
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"codeName"
:
"Default"
,
...
@@ -3639,174 +3648,66 @@
...
@@ -3639,174 +3648,66 @@
"topPos"
:
216
,
"topPos"
:
216
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"DEACTION2"
,
"codeName"
:
"DEBUGPARAM5"
,
"getDstPSDEAction"
:
{
"leftPos"
:
1310
,
"modelref"
:
true
,
"logicNodeType"
:
"DEBUGPARAM"
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder/PSDEACTIONS/Get.json"
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM5"
,
},
"name"
:
"调试逻辑参数"
,
"getDstPSDELogicParam"
:
{
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM5"
,
"modelref"
:
true
,
"topPos"
:
-188
"id"
:
"Order"
},
{
},
"codeName"
:
"PREPAREPARAM3"
,
"getDstPSDataEntity"
:
{
"leftPos"
:
775
,
"modelref"
:
true
,
"logicNodeType"
:
"PREPAREPARAM"
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3"
,
},
"name"
:
"设置orderid"
,
"leftPos"
:
971
,
"logicNodeType"
:
"DEACTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION2"
,
"name"
:
"获取订单信息"
,
"getPSDELogicLinks"
:
[
{
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"THROWEXCEPTION2"
},
"name"
:
"异常"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEACTION2"
"id"
:
"DEACTION2"
},
},
"catchLink"
:
true
"name"
:
"连接名称"
,
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM1"
},
"name"
:
">100"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) (100)"
,
"paramValue"
:
"100"
}
]
},
"getSrcPSDELogicNode"
:
{
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
DEACTION2
"
"id"
:
"
PREPAREPARAM3
"
}
}
},
{
}
],
"getDstPSDELogicNode"
:
{
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZORDERID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEBUGPARAM2"
"id"
:
"Order"
},
"name"
:
">200"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) [PRICE]"
,
"paramType"
:
"ENTITYFIELD"
,
"paramValue"
:
"PRICE"
}
]
},
},
"getSrcPSDELogicNode"
:
{
"name"
:
"Default[IBIZORDERID] ==> Order[IBIZORDERID]"
,
"modelref"
:
true
,
"paramAction"
:
"SETPARAMVALUE"
,
"id"
:
"DEACTION2"
"srcFieldName"
:
"IBIZORDERID"
,
}
"getSrcPSDELogicParam"
:
{
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEBUGPARAM4"
"id"
:
"Default"
},
"name"
:
"源数据对象属性"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GTANDEQ"
,
"dstFieldName"
:
"CREATEDATE"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[CREATEDATE] 大于等于(>=) Product[CREATEDATE]"
,
"paramType"
:
"SRCENTITYFIELD"
,
"paramValue"
:
"CREATEDATE"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
}
}
]
},
},
"getSrcPSDELogicNode"
:
{
"srcValueType"
:
"SRCDLPARAM"
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
},
{
"getDstPSDELogicNode"
:
{
"dstFieldName"
:
"CREATEMAN"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEBUGPARAM5"
"id"
:
"Order"
},
"name"
:
"订单小于当前时间"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"LTANDEQ"
,
"dstFieldName"
:
"ORDERTIME"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[ORDERTIME] 小于等于(<=) [当前时间]"
,
"paramType"
:
"CURTIME"
}
]
},
},
"
getSrcPSDELogicNode"
:
{
"
name"
:
"直接值[111] ==> Order[CREATEMAN]"
,
"modelref"
:
true
,
"paramAction"
:
"SETPARAMVALUE"
,
"id"
:
"DEACTION2"
"srcValue"
:
"111"
,
}
"srcValueType"
:
"SRCVALUE"
},
{
},
{
"getDstPSDELogicNode"
:
{
"dstFieldName"
:
"CREATEDATE"
,
"modelref"
:
true
,
"getDstPSDELogicParam"
:
{
"id"
:
"DEBUGPARAM3"
},
"name"
:
"默认"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
DEACTION2
"
"id"
:
"
Order
"
},
},
"defaultLink"
:
true
"name"
:
"无值(NONE) ==> Order[CREATEDATE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValueType"
:
"NONEVALUE"
}
],
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3"
,
"topPos"
:
-37
"topPos"
:
-38
},
{
"codeName"
:
"COPYPARAM1"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"leftPos"
:
258
,
"logicNodeType"
:
"COPYPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"name"
:
"拷贝参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"topPos"
:
10
},
{
},
{
"codeName"
:
"Prepareparam2"
,
"codeName"
:
"Prepareparam2"
,
"leftPos"
:
775
,
"leftPos"
:
775
,
...
@@ -3844,6 +3745,26 @@
...
@@ -3844,6 +3745,26 @@
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"Prepareparam2"
"id"
:
"Prepareparam2"
}
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DELOGIC1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION3"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
}
],
}
],
"getPSDELogicNodeParams"
:
[
{
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"UNIT"
,
"dstFieldName"
:
"UNIT"
,
...
@@ -3878,74 +3799,56 @@
...
@@ -3878,74 +3799,56 @@
"topPos"
:
224
,
"topPos"
:
224
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"DEBUGPARAM4"
,
"codeName"
:
"Prepareparam1"
,
"leftPos"
:
1280
,
"leftPos"
:
313
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM4"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM4"
,
"topPos"
:
50
},
{
"codeName"
:
"PREPAREPARAM3"
,
"leftPos"
:
775
,
"logicNodeType"
:
"PREPAREPARAM"
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/P
REPAREPARAM3
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/P
repareparam1
"
,
"name"
:
"
设置orderid
"
,
"name"
:
"
获取商品ID
"
,
"getPSDELogicLinks"
:
[
{
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"D
EACTION2
"
"id"
:
"D
eaction1
"
},
},
"name"
:
"连接
名称
"
,
"name"
:
"连接"
,
"getSrcPSDELogicNode"
:
{
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"P
REPAREPARAM3
"
"id"
:
"P
repareparam1
"
}
}
}
],
}
],
"getPSDELogicNodeParams"
:
[
{
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZ
ORDER
ID"
,
"dstFieldName"
:
"IBIZ
UNIPRODUCT
ID"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Order
"
"id"
:
"
Product
"
},
},
"name"
:
"Default[IBIZ
ORDERID] ==> Order[IBIZORDER
ID]"
,
"name"
:
"Default[IBIZ
UNIPRODUCTID] ==> Product[IBIZUNIPRODUCT
ID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZ
ORDER
ID"
,
"srcFieldName"
:
"IBIZ
UNIPRODUCT
ID"
,
"getSrcPSDELogicParam"
:
{
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"Default"
"id"
:
"Default"
},
},
"srcValueType"
:
"SRCDLPARAM"
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"CREATEMAN"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"直接值[111] ==> Order[CREATEMAN]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValue"
:
"111"
,
"srcValueType"
:
"SRCVALUE"
},
{
"dstFieldName"
:
"CREATEDATE"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"无值(NONE) ==> Order[CREATEDATE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValueType"
:
"NONEVALUE"
}
],
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam1"
,
"topPos"
:
-38
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"APPENDPARAM1"
,
"codeName"
:
"BINDPARAM1"
,
"leftPos"
:
439
,
"getDstPSDELogicParam"
:
{
"logicNodeType"
:
"APPENDPARAM"
,
"modelref"
:
true
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"id"
:
"Product"
"name"
:
"附加到数组参数"
,
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"leftPos"
:
41
,
"topPos"
:
-10
"logicNodeType"
:
"BINDPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"name"
:
"绑定参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"topPos"
:
80
},
{
},
{
"codeName"
:
"RESETPARAM1"
,
"codeName"
:
"RESETPARAM1"
,
"leftPos"
:
65
,
"leftPos"
:
65
,
...
@@ -3954,51 +3857,6 @@
...
@@ -3954,51 +3857,6 @@
"name"
:
"重置参数"
,
"name"
:
"重置参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RESETPARAM1"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RESETPARAM1"
,
"topPos"
:
-60
"topPos"
:
-60
},
{
"codeName"
:
"Prepareparam1"
,
"leftPos"
:
313
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam1"
,
"name"
:
"获取商品ID"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Deaction1"
},
"name"
:
"连接"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam1"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZUNIPRODUCTID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"name"
:
"Default[IBIZUNIPRODUCTID] ==> Product[IBIZUNIPRODUCTID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZUNIPRODUCTID"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam1"
,
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
"codeName"
:
"THROWEXCEPTION2"
,
"errorCode"
:
0
,
"errorInfo"
:
"获取订单信息异常"
,
"leftPos"
:
1011
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"name"
:
"获取订单信息异常"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"topPos"
:
-248
},
{
},
{
"codeName"
:
"DEBUGPARAM2"
,
"codeName"
:
"DEBUGPARAM2"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
...
@@ -4012,39 +3870,222 @@
...
@@ -4012,39 +3870,222 @@
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM2"
,
"topPos"
:
-50
"topPos"
:
-50
},
{
},
{
"codeName"
:
"
BIND
PARAM1"
,
"codeName"
:
"
DEBUG
PARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Produc
t"
"id"
:
"
Defaul
t"
},
},
"leftPos"
:
41
,
"leftPos"
:
1260
,
"logicNodeType"
:
"BINDPARAM"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"name"
:
"绑定参数"
,
"name"
:
"大于100处理"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"getSrcPSDELogicParam"
:
{
"topPos"
:
-320
},
{
"codeName"
:
"DEACTION3"
,
"getDstPSDEAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"
id"
:
"Product
"
"
path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/CountMoney.json
"
},
},
"topPos"
:
80
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json"
},
"leftPos"
:
1001
,
"logicNodeType"
:
"DEACTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION3"
,
"name"
:
"实体行为"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION3"
,
"topPos"
:
318
},
{
},
{
"codeName"
:
"SORTPARAM1"
,
"codeName"
:
"DELOGIC1"
,
"leftPos"
:
384
,
"getDstPSDELogic"
:
{
"logicNodeType"
:
"SORTPARAM"
,
"modelref"
:
true
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json"
"name"
:
"排序数组参数"
,
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
"getDstPSDELogicParam"
:
{
"topPos"
:
80
"modelref"
:
true
,
"id"
:
"Default"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json"
},
"leftPos"
:
1001
,
"logicNodeType"
:
"DELOGIC"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DELOGIC1"
,
"name"
:
"统计金额"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DELOGIC1"
,
"topPos"
:
189
},
{
},
{
"codeName"
:
"Throwexception"
,
"codeName"
:
"DEACTION2"
,
"errorCode"
:
0
,
"getDstPSDEAction"
:
{
"errorInfo"
:
"获取产品价格异常"
,
"modelref"
:
true
,
"leftPos"
:
595
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder/PSDEACTIONS/Get.json"
"logicNodeType"
:
"THROWEXCEPTION"
,
},
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"getDstPSDELogicParam"
:
{
"name"
:
"获取产品价格异常"
,
"modelref"
:
true
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"id"
:
"Order"
"topPos"
:
422
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
},
"leftPos"
:
971
,
"logicNodeType"
:
"DEACTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION2"
,
"name"
:
"获取订单信息"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"THROWEXCEPTION2"
},
"name"
:
"异常"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
},
"catchLink"
:
true
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM1"
},
"name"
:
">100"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) (100)"
,
"paramValue"
:
"100"
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM2"
},
"name"
:
">200"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) [PRICE]"
,
"paramType"
:
"ENTITYFIELD"
,
"paramValue"
:
"PRICE"
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM4"
},
"name"
:
"源数据对象属性"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GTANDEQ"
,
"dstFieldName"
:
"CREATEDATE"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[CREATEDATE] 大于等于(>=) Product[CREATEDATE]"
,
"paramType"
:
"SRCENTITYFIELD"
,
"paramValue"
:
"CREATEDATE"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM5"
},
"name"
:
"订单小于当前时间"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"LTANDEQ"
,
"dstFieldName"
:
"ORDERTIME"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[ORDERTIME] 小于等于(<=) [当前时间]"
,
"paramType"
:
"CURTIME"
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM3"
},
"name"
:
"默认"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
},
"defaultLink"
:
true
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION2"
,
"topPos"
:
-37
},
{
"codeName"
:
"DEBUGPARAM3"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
1210
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"topPos"
:
140
},
{
},
{
"codeName"
:
"Deaction1"
,
"codeName"
:
"Deaction1"
,
"getDstPSDEAction"
:
{
"getDstPSDEAction"
:
{
...
@@ -4089,17 +4130,13 @@
...
@@ -4089,17 +4130,13 @@
"topPos"
:
224
,
"topPos"
:
224
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"DEBUGPARAM3"
,
"codeName"
:
"SORTPARAM1"
,
"getDstPSDELogicParam"
:
{
"leftPos"
:
384
,
"modelref"
:
true
,
"logicNodeType"
:
"SORTPARAM"
,
"id"
:
"Default"
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
},
"name"
:
"排序数组参数"
,
"leftPos"
:
1210
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"topPos"
:
80
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"topPos"
:
140
},
{
},
{
"codeName"
:
"RENEWPARAM1"
,
"codeName"
:
"RENEWPARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
...
@@ -4113,37 +4150,68 @@
...
@@ -4113,37 +4150,68 @@
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RENEWPARAM1"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RENEWPARAM1"
,
"topPos"
:
129
"topPos"
:
129
},
{
},
{
"codeName"
:
"DEBUGPARAM5"
,
"codeName"
:
"THROWEXCEPTION2"
,
"leftPos"
:
1310
,
"errorCode"
:
0
,
"errorInfo"
:
"获取订单信息异常"
,
"leftPos"
:
1011
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"name"
:
"获取订单信息异常"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"topPos"
:
-248
},
{
"codeName"
:
"APPENDPARAM1"
,
"leftPos"
:
439
,
"logicNodeType"
:
"APPENDPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"name"
:
"附加到数组参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"topPos"
:
-10
},
{
"codeName"
:
"Throwexception"
,
"errorCode"
:
0
,
"errorInfo"
:
"获取产品价格异常"
,
"leftPos"
:
595
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"name"
:
"获取产品价格异常"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"topPos"
:
422
},
{
"codeName"
:
"DEBUGPARAM4"
,
"leftPos"
:
1280
,
"logicNodeType"
:
"DEBUGPARAM"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
5
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
4
"
,
"name"
:
"调试逻辑参数"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
5
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
4
"
,
"topPos"
:
-188
"topPos"
:
50
},
{
},
{
"codeName"
:
"
DEBUG
PARAM1"
,
"codeName"
:
"
COPY
PARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Defaul
t"
"id"
:
"
Produc
t"
},
},
"leftPos"
:
1260
,
"leftPos"
:
258
,
"logicNodeType"
:
"DEBUGPARAM"
,
"logicNodeType"
:
"COPYPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"name"
:
"大于100处理"
,
"name"
:
"拷贝参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"topPos"
:
-320
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"topPos"
:
10
}
],
}
],
"getPSDELogicParams"
:
[
{
"getPSDELogicParams"
:
[
{
"codeName"
:
"
Default
"
,
"codeName"
:
"
Order
"
,
"logicName"
:
"
传入变量
"
,
"logicName"
:
"
订单
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Default
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Order
"
,
"name"
:
"
传入变量
"
,
"name"
:
"
订单
"
,
"getParamPSDataEntity"
:
{
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder
Detail
.json"
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
},
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Default"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Order"
,
"default"
:
true
,
"entityParam"
:
true
"entityParam"
:
true
},
{
},
{
"codeName"
:
"Product"
,
"codeName"
:
"Product"
,
...
@@ -4157,15 +4225,16 @@
...
@@ -4157,15 +4225,16 @@
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Product"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Product"
,
"entityParam"
:
true
"entityParam"
:
true
},
{
},
{
"codeName"
:
"
Order
"
,
"codeName"
:
"
Default
"
,
"logicName"
:
"
订单
"
,
"logicName"
:
"
传入变量
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Order
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Default
"
,
"name"
:
"
订单
"
,
"name"
:
"
传入变量
"
,
"getParamPSDataEntity"
:
{
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder
Detail
.json"
},
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Order"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Default"
,
"default"
:
true
,
"entityParam"
:
true
"entityParam"
:
true
}
],
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json
浏览文件 @
d5238a5a
...
@@ -58,6 +58,15 @@
...
@@ -58,6 +58,15 @@
"sql"
:
"select (?*?) as AMOUNT from dual"
,
"sql"
:
"select (?*?) as AMOUNT from dual"
,
"topPos"
:
312
,
"topPos"
:
312
,
"fillDstLogicParam"
:
true
"fillDstLogicParam"
:
true
},
{
"code"
:
"_default.amount = _default.quantity * _default.unitprice"
,
"codeName"
:
"RAWSFCODE1"
,
"leftPos"
:
480
,
"logicNodeType"
:
"RAWSFCODE"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/CountMoney/psdelogicnodes/RAWSFCODE1"
,
"name"
:
"统计金额(脚本)"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/CountMoney/psdelogicnodes/RAWSFCODE1"
,
"topPos"
:
170
}
],
}
],
"getPSDELogicParams"
:
[
{
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"codeName"
:
"Default"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json.bpmn
浏览文件 @
d5238a5a
...
@@ -14,6 +14,9 @@
...
@@ -14,6 +14,9 @@
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailcountmoneyrawsqlcall1"
id=
"rawsqlcall1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"统计金额"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailcountmoneyrawsqlcall1"
id=
"rawsqlcall1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"统计金额"
/>
<endEvent
id=
"rawsqlcall1_end"
name=
"end"
/>
<endEvent
id=
"rawsqlcall1_end"
name=
"end"
/>
<sequenceFlow
id=
"rawsqlcall1_end_line"
sourceRef=
"rawsqlcall1"
targetRef=
"rawsqlcall1_end"
/>
<sequenceFlow
id=
"rawsqlcall1_end_line"
sourceRef=
"rawsqlcall1"
targetRef=
"rawsqlcall1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailcountmoneyrawsfcode1"
id=
"rawsfcode1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"统计金额(脚本)"
/>
<endEvent
id=
"rawsfcode1_end"
name=
"end"
/>
<sequenceFlow
id=
"rawsfcode1_end_line"
sourceRef=
"rawsfcode1"
targetRef=
"rawsfcode1_end"
/>
<sequenceFlow
id=
"begin_rawsqlcall1"
sourceRef=
"begin"
targetRef=
"rawsqlcall1"
>
<sequenceFlow
id=
"begin_rawsqlcall1"
sourceRef=
"begin"
targetRef=
"rawsqlcall1"
>
</sequenceFlow>
</sequenceFlow>
</process>
</process>
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json.drl
浏览文件 @
d5238a5a
...
@@ -36,4 +36,12 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.countmoney;
...
@@ -36,4 +36,12 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.countmoney;
}
}
}
}
update
(
ibizorderdetailcountmoneydefault
);//
更新
fact
中变量值
update
(
ibizorderdetailcountmoneydefault
);//
更新
fact
中变量值
end
//
逻辑处理节点
[
统计金额(脚本)
]
rule
"rawsfcode1"
ruleflow
-
group
"ibizorderdetailcountmoneyrawsfcode1"
when
then
update
(
ibizorderdetailcountmoneydefault
);//
更新
fact
中变量值
end
end
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/GetUnitAndPrice.json
浏览文件 @
d5238a5a
...
@@ -25,6 +25,280 @@
...
@@ -25,6 +25,280 @@
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Begin"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Begin"
,
"topPos"
:
216
,
"topPos"
:
216
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
"codeName"
:
"DEBUGPARAM5"
,
"leftPos"
:
1310
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM5"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM5"
,
"topPos"
:
-188
},
{
"codeName"
:
"PREPAREPARAM3"
,
"leftPos"
:
775
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3"
,
"name"
:
"设置orderid"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM3"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZORDERID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"Default[IBIZORDERID] ==> Order[IBIZORDERID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZORDERID"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"CREATEMAN"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"直接值[111] ==> Order[CREATEMAN]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValue"
:
"111"
,
"srcValueType"
:
"SRCVALUE"
},
{
"dstFieldName"
:
"CREATEDATE"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"无值(NONE) ==> Order[CREATEDATE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValueType"
:
"NONEVALUE"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3"
,
"topPos"
:
-38
},
{
"codeName"
:
"Prepareparam2"
,
"leftPos"
:
775
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam2"
,
"name"
:
"填充单位和单价"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM3"
},
"name"
:
"其他处理"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"UNITPRICE"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[UNITPRICE] 大于(>) [Amount]"
,
"paramType"
:
"ENTITYFIELD"
,
"paramValue"
:
"Amount"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DELOGIC1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION3"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"UNIT"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"name"
:
"Product[UNIT] ==> Default[UNIT]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"UNIT"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"UNITPRICE"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"name"
:
"Product[UNITPRICE] ==> Default[UNITPRICE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"UNITPRICE"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam2"
,
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
"codeName"
:
"Prepareparam1"
,
"leftPos"
:
313
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam1"
,
"name"
:
"获取商品ID"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Deaction1"
},
"name"
:
"连接"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam1"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZUNIPRODUCTID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"name"
:
"Default[IBIZUNIPRODUCTID] ==> Product[IBIZUNIPRODUCTID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZUNIPRODUCTID"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam1"
,
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
"codeName"
:
"BINDPARAM1"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"leftPos"
:
41
,
"logicNodeType"
:
"BINDPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"name"
:
"绑定参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"topPos"
:
80
},
{
"codeName"
:
"RESETPARAM1"
,
"leftPos"
:
65
,
"logicNodeType"
:
"RESETPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RESETPARAM1"
,
"name"
:
"重置参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RESETPARAM1"
,
"topPos"
:
-60
},
{
"codeName"
:
"DEBUGPARAM2"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
1310
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM2"
,
"name"
:
"大于200处理"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM2"
,
"topPos"
:
-50
},
{
"codeName"
:
"DEBUGPARAM1"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
1260
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"name"
:
"大于100处理"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"topPos"
:
-320
},
{
"codeName"
:
"DEACTION3"
,
"getDstPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/CountMoney.json"
},
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json"
},
"leftPos"
:
1001
,
"logicNodeType"
:
"DEACTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION3"
,
"name"
:
"实体行为"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION3"
,
"topPos"
:
318
},
{
"codeName"
:
"DELOGIC1"
,
"getDstPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json"
},
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json"
},
"leftPos"
:
1001
,
"logicNodeType"
:
"DELOGIC"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DELOGIC1"
,
"name"
:
"统计金额"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DELOGIC1"
,
"topPos"
:
189
},
{
},
{
"codeName"
:
"DEACTION2"
,
"codeName"
:
"DEACTION2"
,
"getDstPSDEAction"
:
{
"getDstPSDEAction"
:
{
...
@@ -179,259 +453,17 @@
...
@@ -179,259 +453,17 @@
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEACTION2"
,
"topPos"
:
-37
"topPos"
:
-37
},
{
},
{
"codeName"
:
"COPYPARAM1"
,
"codeName"
:
"DEBUGPARAM3"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"leftPos"
:
258
,
"logicNodeType"
:
"COPYPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"name"
:
"拷贝参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"topPos"
:
10
},
{
"codeName"
:
"Prepareparam2"
,
"leftPos"
:
775
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam2"
,
"name"
:
"填充单位和单价"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM3"
},
"name"
:
"其他处理"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"UNITPRICE"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[UNITPRICE] 大于(>) [Amount]"
,
"paramType"
:
"ENTITYFIELD"
,
"paramValue"
:
"Amount"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"UNIT"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"name"
:
"Product[UNIT] ==> Default[UNIT]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"UNIT"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"UNITPRICE"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"name"
:
"Product[UNITPRICE] ==> Default[UNITPRICE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"UNITPRICE"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam2"
,
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
"codeName"
:
"DEBUGPARAM4"
,
"leftPos"
:
1280
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM4"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM4"
,
"topPos"
:
50
},
{
"codeName"
:
"PREPAREPARAM3"
,
"leftPos"
:
775
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3"
,
"name"
:
"设置orderid"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM3"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZORDERID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"Default[IBIZORDERID] ==> Order[IBIZORDERID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZORDERID"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"CREATEMAN"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"直接值[111] ==> Order[CREATEMAN]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValue"
:
"111"
,
"srcValueType"
:
"SRCVALUE"
},
{
"dstFieldName"
:
"CREATEDATE"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"无值(NONE) ==> Order[CREATEDATE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValueType"
:
"NONEVALUE"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/PREPAREPARAM3"
,
"topPos"
:
-38
},
{
"codeName"
:
"APPENDPARAM1"
,
"leftPos"
:
439
,
"logicNodeType"
:
"APPENDPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"name"
:
"附加到数组参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"topPos"
:
-10
},
{
"codeName"
:
"RESETPARAM1"
,
"leftPos"
:
65
,
"logicNodeType"
:
"RESETPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RESETPARAM1"
,
"name"
:
"重置参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RESETPARAM1"
,
"topPos"
:
-60
},
{
"codeName"
:
"Prepareparam1"
,
"leftPos"
:
313
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam1"
,
"name"
:
"获取商品ID"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Deaction1"
},
"name"
:
"连接"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam1"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZUNIPRODUCTID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"name"
:
"Default[IBIZUNIPRODUCTID] ==> Product[IBIZUNIPRODUCTID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZUNIPRODUCTID"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Prepareparam1"
,
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
"codeName"
:
"THROWEXCEPTION2"
,
"errorCode"
:
0
,
"errorInfo"
:
"获取订单信息异常"
,
"leftPos"
:
1011
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"name"
:
"获取订单信息异常"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"topPos"
:
-248
},
{
"codeName"
:
"DEBUGPARAM2"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"Default"
"id"
:
"Default"
},
},
"leftPos"
:
1
3
10
,
"leftPos"
:
1
2
10
,
"logicNodeType"
:
"DEBUGPARAM"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"name"
:
"大于200处理"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"topPos"
:
-50
"topPos"
:
140
},
{
"codeName"
:
"BINDPARAM1"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"leftPos"
:
41
,
"logicNodeType"
:
"BINDPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"name"
:
"绑定参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/BINDPARAM1"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"topPos"
:
80
},
{
"codeName"
:
"SORTPARAM1"
,
"leftPos"
:
384
,
"logicNodeType"
:
"SORTPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
"name"
:
"排序数组参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
"topPos"
:
80
},
{
"codeName"
:
"Throwexception"
,
"errorCode"
:
0
,
"errorInfo"
:
"获取产品价格异常"
,
"leftPos"
:
595
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"name"
:
"获取产品价格异常"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"topPos"
:
422
},
{
},
{
"codeName"
:
"Deaction1"
,
"codeName"
:
"Deaction1"
,
"getDstPSDEAction"
:
{
"getDstPSDEAction"
:
{
...
@@ -476,17 +508,13 @@
...
@@ -476,17 +508,13 @@
"topPos"
:
224
,
"topPos"
:
224
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"DEBUGPARAM3"
,
"codeName"
:
"SORTPARAM1"
,
"getDstPSDELogicParam"
:
{
"leftPos"
:
384
,
"modelref"
:
true
,
"logicNodeType"
:
"SORTPARAM"
,
"id"
:
"Default"
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
},
"name"
:
"排序数组参数"
,
"leftPos"
:
1210
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/SORTPARAM1"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"topPos"
:
80
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM3"
,
"topPos"
:
140
},
{
},
{
"codeName"
:
"RENEWPARAM1"
,
"codeName"
:
"RENEWPARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
...
@@ -500,37 +528,68 @@
...
@@ -500,37 +528,68 @@
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RENEWPARAM1"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/RENEWPARAM1"
,
"topPos"
:
129
"topPos"
:
129
},
{
},
{
"codeName"
:
"DEBUGPARAM5"
,
"codeName"
:
"THROWEXCEPTION2"
,
"leftPos"
:
1310
,
"errorCode"
:
0
,
"errorInfo"
:
"获取订单信息异常"
,
"leftPos"
:
1011
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"name"
:
"获取订单信息异常"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/THROWEXCEPTION2"
,
"topPos"
:
-248
},
{
"codeName"
:
"APPENDPARAM1"
,
"leftPos"
:
439
,
"logicNodeType"
:
"APPENDPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"name"
:
"附加到数组参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/APPENDPARAM1"
,
"topPos"
:
-10
},
{
"codeName"
:
"Throwexception"
,
"errorCode"
:
0
,
"errorInfo"
:
"获取产品价格异常"
,
"leftPos"
:
595
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"name"
:
"获取产品价格异常"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/Throwexception"
,
"topPos"
:
422
},
{
"codeName"
:
"DEBUGPARAM4"
,
"leftPos"
:
1280
,
"logicNodeType"
:
"DEBUGPARAM"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
5
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
4
"
,
"name"
:
"调试逻辑参数"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
5
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM
4
"
,
"topPos"
:
-188
"topPos"
:
50
},
{
},
{
"codeName"
:
"
DEBUG
PARAM1"
,
"codeName"
:
"
COPY
PARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Defaul
t"
"id"
:
"
Produc
t"
},
},
"leftPos"
:
1260
,
"leftPos"
:
258
,
"logicNodeType"
:
"DEBUGPARAM"
,
"logicNodeType"
:
"COPYPARAM"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"name"
:
"大于100处理"
,
"name"
:
"拷贝参数"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/DEBUGPARAM1"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicnodes/COPYPARAM1"
,
"topPos"
:
-320
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"topPos"
:
10
}
],
}
],
"getPSDELogicParams"
:
[
{
"getPSDELogicParams"
:
[
{
"codeName"
:
"
Default
"
,
"codeName"
:
"
Order
"
,
"logicName"
:
"
传入变量
"
,
"logicName"
:
"
订单
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Default
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Order
"
,
"name"
:
"
传入变量
"
,
"name"
:
"
订单
"
,
"getParamPSDataEntity"
:
{
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder
Detail
.json"
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
},
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Default"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Order"
,
"default"
:
true
,
"entityParam"
:
true
"entityParam"
:
true
},
{
},
{
"codeName"
:
"Product"
,
"codeName"
:
"Product"
,
...
@@ -544,15 +603,16 @@
...
@@ -544,15 +603,16 @@
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Product"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Product"
,
"entityParam"
:
true
"entityParam"
:
true
},
{
},
{
"codeName"
:
"
Order
"
,
"codeName"
:
"
Default
"
,
"logicName"
:
"
订单
"
,
"logicName"
:
"
传入变量
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Order
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/
Default
"
,
"name"
:
"
订单
"
,
"name"
:
"
传入变量
"
,
"getParamPSDataEntity"
:
{
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder
Detail
.json"
},
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Order"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice/psdelogicparams/Default"
,
"default"
:
true
,
"entityParam"
:
true
"entityParam"
:
true
}
],
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDERDETAIL/psdelogics/GetUnitAndPrice"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/GetUnitAndPrice.json.bpmn
浏览文件 @
d5238a5a
...
@@ -5,133 +5,144 @@
...
@@ -5,133 +5,144 @@
<tns:import
name=
"java.util.Map"
/>
<tns:import
name=
"java.util.Map"
/>
<tns:import
name=
"org.springframework.util.StringUtils"
/>
<tns:import
name=
"org.springframework.util.StringUtils"
/>
<tns:import
name=
"cn.ibizlab.util.helper.RuleUtils"
/>
<tns:import
name=
"cn.ibizlab.util.helper.RuleUtils"
/>
<tns:metaData
express=
""
name=
"ibizorderdetailgetunitandpricedefault"
type=
"entity"
/>
<tns:metaData
express=
"new cn.ibizlab.core.sample.domain.IBIZUNIProduct()"
name=
"ibizorderdetailgetunitandpriceproduct"
type=
"refentity"
/>
<tns:metaData
express=
"new cn.ibizlab.core.sample.domain.IBIZOrder()"
name=
"ibizorderdetailgetunitandpriceorder"
type=
"refentity"
/>
<tns:metaData
express=
"new cn.ibizlab.core.sample.domain.IBIZOrder()"
name=
"ibizorderdetailgetunitandpriceorder"
type=
"refentity"
/>
<tns:metaData
express=
"new cn.ibizlab.core.sample.domain.IBIZUNIProduct()"
name=
"ibizorderdetailgetunitandpriceproduct"
type=
"refentity"
/>
<tns:metaData
express=
""
name=
"ibizorderdetailgetunitandpricedefault"
type=
"entity"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.SpringContextHolder).getBean(T(cn.ibizlab.core.sample.service.IIBIZOrderDetailService))"
name=
"ibizorderdetailservice"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.SpringContextHolder).getBean(T(cn.ibizlab.core.sample.service.IIBIZOrderService))"
name=
"ibizorderservice"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.SpringContextHolder).getBean(T(cn.ibizlab.core.sample.service.IIBIZOrderService))"
name=
"ibizorderservice"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.SpringContextHolder).getBean(T(cn.ibizlab.core.sample.service.IIBIZUNIProductService))"
name=
"ibizuniproductservice"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.SpringContextHolder).getBean(T(cn.ibizlab.core.sample.service.IIBIZUNIProductService))"
name=
"ibizuniproductservice"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.SpringContextHolder).getBean(T(cn.ibizlab.core.sample.service.IIBIZOrderDetailService))"
name=
"iBzSysIbizorderdetailDefaultService"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.SpringContextHolder).getBean(T(cn.ibizlab.core.sample.service.IIBIZOrderDetailService))"
name=
"iBzSysIbizorderdetailDefaultService"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.AuthenticationUser).getAuthenticationUser()"
name=
"curuser"
type=
"session"
/>
<tns:metaData
express=
"T(cn.ibizlab.util.security.AuthenticationUser).getAuthenticationUser()"
name=
"curuser"
type=
"session"
/>
<tns:global
identifier=
"ibizorderdetailgetunitandpricedefault"
type=
"cn.ibizlab.core.sample.domain.IBIZOrderDetail"
/>
<tns:global
identifier=
"ibizorderdetailgetunitandpriceproduct"
type=
"cn.ibizlab.core.sample.domain.IBIZUNIProduct"
/>
<tns:global
identifier=
"ibizorderdetailgetunitandpriceorder"
type=
"cn.ibizlab.core.sample.domain.IBIZOrder"
/>
<tns:global
identifier=
"ibizorderdetailgetunitandpriceorder"
type=
"cn.ibizlab.core.sample.domain.IBIZOrder"
/>
<tns:global
identifier=
"ibizorderdetailgetunitandpriceproduct"
type=
"cn.ibizlab.core.sample.domain.IBIZUNIProduct"
/>
<tns:global
identifier=
"ibizorderdetailgetunitandpricedefault"
type=
"cn.ibizlab.core.sample.domain.IBIZOrderDetail"
/>
</extensionElements>
</extensionElements>
<startEvent
id=
"begin"
isInterrupting=
"true"
/>
<startEvent
id=
"begin"
isInterrupting=
"true"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedeaction2"
id=
"deaction2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取订单信息"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam5"
id=
"debugparam5"
implementation=
"http://www.jboss.org/drools/rule"
name=
"调试逻辑参数"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricecopyparam1"
id=
"copyparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"拷贝参数"
/>
<endEvent
id=
"debugparam5_end"
name=
"end"
/>
<endEvent
id=
"copyparam1_end"
name=
"end"
/>
<sequenceFlow
id=
"debugparam5_end_line"
sourceRef=
"debugparam5"
targetRef=
"debugparam5_end"
/>
<sequenceFlow
id=
"copyparam1_end_line"
sourceRef=
"copyparam1"
targetRef=
"copyparam1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceprepareparam2"
id=
"prepareparam2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"填充单位和单价"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam4"
id=
"debugparam4"
implementation=
"http://www.jboss.org/drools/rule"
name=
"调试逻辑参数"
/>
<endEvent
id=
"debugparam4_end"
name=
"end"
/>
<sequenceFlow
id=
"debugparam4_end_line"
sourceRef=
"debugparam4"
targetRef=
"debugparam4_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceprepareparam3"
id=
"prepareparam3"
implementation=
"http://www.jboss.org/drools/rule"
name=
"设置orderid"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceprepareparam3"
id=
"prepareparam3"
implementation=
"http://www.jboss.org/drools/rule"
name=
"设置orderid"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceappendparam1"
id=
"appendparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"附加到数组参数"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceprepareparam2"
id=
"prepareparam2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"填充单位和单价"
/>
<endEvent
id=
"appendparam1_end"
name=
"end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceprepareparam1"
id=
"prepareparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取商品ID"
/>
<sequenceFlow
id=
"appendparam1_end_line"
sourceRef=
"appendparam1"
targetRef=
"appendparam1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricebindparam1"
id=
"bindparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"绑定参数"
/>
<endEvent
id=
"bindparam1_end"
name=
"end"
/>
<sequenceFlow
id=
"bindparam1_end_line"
sourceRef=
"bindparam1"
targetRef=
"bindparam1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceresetparam1"
id=
"resetparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"重置参数"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceresetparam1"
id=
"resetparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"重置参数"
/>
<endEvent
id=
"resetparam1_end"
name=
"end"
/>
<endEvent
id=
"resetparam1_end"
name=
"end"
/>
<sequenceFlow
id=
"resetparam1_end_line"
sourceRef=
"resetparam1"
targetRef=
"resetparam1_end"
/>
<sequenceFlow
id=
"resetparam1_end_line"
sourceRef=
"resetparam1"
targetRef=
"resetparam1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceprepareparam1"
id=
"prepareparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取商品ID"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricethrowexception2"
id=
"throwexception2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取订单信息异常"
/>
<endEvent
id=
"throwexception2_end"
name=
"end"
/>
<sequenceFlow
id=
"throwexception2_end_line"
sourceRef=
"throwexception2"
targetRef=
"throwexception2_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam2"
id=
"debugparam2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"大于200处理"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam2"
id=
"debugparam2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"大于200处理"
/>
<endEvent
id=
"debugparam2_end"
name=
"end"
/>
<endEvent
id=
"debugparam2_end"
name=
"end"
/>
<sequenceFlow
id=
"debugparam2_end_line"
sourceRef=
"debugparam2"
targetRef=
"debugparam2_end"
/>
<sequenceFlow
id=
"debugparam2_end_line"
sourceRef=
"debugparam2"
targetRef=
"debugparam2_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandprice
bindparam1"
id=
"bindparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"绑定参数
"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandprice
debugparam1"
id=
"debugparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"大于100处理
"
/>
<endEvent
id=
"
bind
param1_end"
name=
"end"
/>
<endEvent
id=
"
debug
param1_end"
name=
"end"
/>
<sequenceFlow
id=
"
bindparam1_end_line"
sourceRef=
"bindparam1"
targetRef=
"bind
param1_end"
/>
<sequenceFlow
id=
"
debugparam1_end_line"
sourceRef=
"debugparam1"
targetRef=
"debug
param1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandprice
sortparam1"
id=
"sortparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"排序数组参数
"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandprice
deaction3"
id=
"deaction3"
implementation=
"http://www.jboss.org/drools/rule"
name=
"实体行为
"
/>
<endEvent
id=
"
sortparam1
_end"
name=
"end"
/>
<endEvent
id=
"
deaction3
_end"
name=
"end"
/>
<sequenceFlow
id=
"
sortparam1_end_line"
sourceRef=
"sortparam1"
targetRef=
"sortparam1
_end"
/>
<sequenceFlow
id=
"
deaction3_end_line"
sourceRef=
"deaction3"
targetRef=
"deaction3
_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandprice
throwexception"
id=
"throwexception"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取产品价格异常
"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandprice
delogic1"
id=
"delogic1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"统计金额
"
/>
<endEvent
id=
"
throwexception
_end"
name=
"end"
/>
<endEvent
id=
"
delogic1
_end"
name=
"end"
/>
<sequenceFlow
id=
"
throwexception_end_line"
sourceRef=
"throwexception"
targetRef=
"throwexception
_end"
/>
<sequenceFlow
id=
"
delogic1_end_line"
sourceRef=
"delogic1"
targetRef=
"delogic1
_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedeaction
1"
id=
"deaction1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取商品
信息"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedeaction
2"
id=
"deaction2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取订单
信息"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam3"
id=
"debugparam3"
implementation=
"http://www.jboss.org/drools/rule"
name=
"调试逻辑参数"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam3"
id=
"debugparam3"
implementation=
"http://www.jboss.org/drools/rule"
name=
"调试逻辑参数"
/>
<endEvent
id=
"debugparam3_end"
name=
"end"
/>
<endEvent
id=
"debugparam3_end"
name=
"end"
/>
<sequenceFlow
id=
"debugparam3_end_line"
sourceRef=
"debugparam3"
targetRef=
"debugparam3_end"
/>
<sequenceFlow
id=
"debugparam3_end_line"
sourceRef=
"debugparam3"
targetRef=
"debugparam3_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedeaction1"
id=
"deaction1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取商品信息"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricesortparam1"
id=
"sortparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"排序数组参数"
/>
<endEvent
id=
"sortparam1_end"
name=
"end"
/>
<sequenceFlow
id=
"sortparam1_end_line"
sourceRef=
"sortparam1"
targetRef=
"sortparam1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricerenewparam1"
id=
"renewparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"重新建立参数"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricerenewparam1"
id=
"renewparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"重新建立参数"
/>
<endEvent
id=
"renewparam1_end"
name=
"end"
/>
<endEvent
id=
"renewparam1_end"
name=
"end"
/>
<sequenceFlow
id=
"renewparam1_end_line"
sourceRef=
"renewparam1"
targetRef=
"renewparam1_end"
/>
<sequenceFlow
id=
"renewparam1_end_line"
sourceRef=
"renewparam1"
targetRef=
"renewparam1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam5"
id=
"debugparam5"
implementation=
"http://www.jboss.org/drools/rule"
name=
"调试逻辑参数"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricethrowexception2"
id=
"throwexception2"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取订单信息异常"
/>
<endEvent
id=
"debugparam5_end"
name=
"end"
/>
<endEvent
id=
"throwexception2_end"
name=
"end"
/>
<sequenceFlow
id=
"debugparam5_end_line"
sourceRef=
"debugparam5"
targetRef=
"debugparam5_end"
/>
<sequenceFlow
id=
"throwexception2_end_line"
sourceRef=
"throwexception2"
targetRef=
"throwexception2_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam1"
id=
"debugparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"大于100处理"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpriceappendparam1"
id=
"appendparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"附加到数组参数"
/>
<endEvent
id=
"debugparam1_end"
name=
"end"
/>
<endEvent
id=
"appendparam1_end"
name=
"end"
/>
<sequenceFlow
id=
"debugparam1_end_line"
sourceRef=
"debugparam1"
targetRef=
"debugparam1_end"
/>
<sequenceFlow
id=
"appendparam1_end_line"
sourceRef=
"appendparam1"
targetRef=
"appendparam1_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricethrowexception"
id=
"throwexception"
implementation=
"http://www.jboss.org/drools/rule"
name=
"获取产品价格异常"
/>
<endEvent
id=
"throwexception_end"
name=
"end"
/>
<sequenceFlow
id=
"throwexception_end_line"
sourceRef=
"throwexception"
targetRef=
"throwexception_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricedebugparam4"
id=
"debugparam4"
implementation=
"http://www.jboss.org/drools/rule"
name=
"调试逻辑参数"
/>
<endEvent
id=
"debugparam4_end"
name=
"end"
/>
<sequenceFlow
id=
"debugparam4_end_line"
sourceRef=
"debugparam4"
targetRef=
"debugparam4_end"
/>
<businessRuleTask
activiti:exclusive=
"true"
g:ruleFlowGroup=
"ibizorderdetailgetunitandpricecopyparam1"
id=
"copyparam1"
implementation=
"http://www.jboss.org/drools/rule"
name=
"拷贝参数"
/>
<endEvent
id=
"copyparam1_end"
name=
"end"
/>
<sequenceFlow
id=
"copyparam1_end_line"
sourceRef=
"copyparam1"
targetRef=
"copyparam1_end"
/>
<sequenceFlow
id=
"begin_prepareparam1"
sourceRef=
"begin"
targetRef=
"prepareparam1"
>
<sequenceFlow
id=
"begin_prepareparam1"
sourceRef=
"begin"
targetRef=
"prepareparam1"
>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"prepareparam3_deaction2"
sourceRef=
"prepareparam3"
targetRef=
"deaction2"
>
</sequenceFlow>
<sequenceFlow
id=
"gateway-prepareparam2_prepareparam3"
sourceRef=
"gateway-prepareparam2"
targetRef=
"prepareparam3"
>
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
eval($ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault);
eval((RuleUtils.test($ibizorderdetailgetunitandpricedefault.get("unitprice"),"GT","Amount")))
]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"prepareparam2_delogic1"
sourceRef=
"prepareparam2"
targetRef=
"delogic1"
>
</sequenceFlow>
<sequenceFlow
id=
"prepareparam2_deaction3"
sourceRef=
"prepareparam2"
targetRef=
"deaction3"
>
</sequenceFlow>
<sequenceFlow
id=
"prepareparam1_deaction1"
sourceRef=
"prepareparam1"
targetRef=
"deaction1"
>
</sequenceFlow>
<sequenceFlow
id=
"deaction2_throwexception2"
sourceRef=
"deaction2"
targetRef=
"throwexception2"
>
<sequenceFlow
id=
"deaction2_throwexception2"
sourceRef=
"deaction2"
targetRef=
"throwexception2"
>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"gateway-deaction2_debugparam1"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam1"
>
<sequenceFlow
id=
"gateway-deaction2_debugparam1"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam1"
>
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
eval($ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder);
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
eval($ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault);
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("amount"),"GT","100")))
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("amount"),"GT","100")))
]]>
]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"gateway-deaction2_debugparam2"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam2"
>
<sequenceFlow
id=
"gateway-deaction2_debugparam2"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam2"
>
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
eval($ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder);
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
eval($ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault);
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("amount"),"GT","PRICE")))
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("amount"),"GT","PRICE")))
]]>
]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"gateway-deaction2_debugparam4"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam4"
>
<sequenceFlow
id=
"gateway-deaction2_debugparam4"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam4"
>
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
eval($ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder);
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
eval($ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault);
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("createdate"),"GTANDEQ","CREATEDATE")))
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("createdate"),"GTANDEQ","CREATEDATE")))
]]>
]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"gateway-deaction2_debugparam5"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam5"
>
<sequenceFlow
id=
"gateway-deaction2_debugparam5"
sourceRef=
"gateway-deaction2"
targetRef=
"debugparam5"
>
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
eval($ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder);
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
eval($ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault);
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("ordertime"),"LTANDEQ","")))
eval((RuleUtils.test($ibizorderdetailgetunitandpriceorder.get("ordertime"),"LTANDEQ","")))
]]>
]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"deaction2_debugparam3"
sourceRef=
"deaction2"
targetRef=
"debugparam3"
>
<sequenceFlow
id=
"deaction2_debugparam3"
sourceRef=
"deaction2"
targetRef=
"debugparam3"
>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"gateway-prepareparam2_prepareparam3"
sourceRef=
"gateway-prepareparam2"
targetRef=
"prepareparam3"
>
<conditionExpression
language=
"http://www.jboss.org/drools/rule"
>
<![CDATA[
$ibizorderdetailgetunitandpricedefault:IBIZOrderDetail();
$ibizorderdetailgetunitandpriceproduct:IBIZUNIProduct();
$ibizorderdetailgetunitandpriceorder:IBIZOrder();
eval($ibizorderdetailgetunitandpricedefault==ibizorderdetailgetunitandpricedefault && $ibizorderdetailgetunitandpriceproduct==ibizorderdetailgetunitandpriceproduct && $ibizorderdetailgetunitandpriceorder==ibizorderdetailgetunitandpriceorder);
eval((RuleUtils.test($ibizorderdetailgetunitandpricedefault.get("unitprice"),"GT","Amount")))
]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"prepareparam3_deaction2"
sourceRef=
"prepareparam3"
targetRef=
"deaction2"
>
</sequenceFlow>
<sequenceFlow
id=
"prepareparam1_deaction1"
sourceRef=
"prepareparam1"
targetRef=
"deaction1"
>
</sequenceFlow>
<sequenceFlow
id=
"deaction1_prepareparam2"
sourceRef=
"deaction1"
targetRef=
"prepareparam2"
>
<sequenceFlow
id=
"deaction1_prepareparam2"
sourceRef=
"deaction1"
targetRef=
"prepareparam2"
>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"deaction1_throwexception"
sourceRef=
"deaction1"
targetRef=
"throwexception"
>
<sequenceFlow
id=
"deaction1_throwexception"
sourceRef=
"deaction1"
targetRef=
"throwexception"
>
</sequenceFlow>
</sequenceFlow>
<exclusiveGateway
id=
"gateway-deaction2"
name=
"Gateway"
gatewayDirection=
"Diverging"
default=
"gateway-deaction2_end_line"
></exclusiveGateway>
<sequenceFlow
id=
"deaction2_gateway-deaction2_gatewayline"
sourceRef=
"deaction2"
targetRef=
"gateway-deaction2"
></sequenceFlow>
<sequenceFlow
id=
"gateway-deaction2_end_line"
sourceRef=
"gateway-deaction2"
targetRef=
"gateway-deaction2_end"
/>
<endEvent
id=
"gateway-deaction2_end"
name=
"end"
/>
<exclusiveGateway
id=
"gateway-prepareparam2"
name=
"Gateway"
gatewayDirection=
"Diverging"
default=
"gateway-prepareparam2_end_line"
></exclusiveGateway>
<exclusiveGateway
id=
"gateway-prepareparam2"
name=
"Gateway"
gatewayDirection=
"Diverging"
default=
"gateway-prepareparam2_end_line"
></exclusiveGateway>
<sequenceFlow
id=
"prepareparam2_gateway-prepareparam2_gatewayline"
sourceRef=
"prepareparam2"
targetRef=
"gateway-prepareparam2"
></sequenceFlow>
<sequenceFlow
id=
"prepareparam2_gateway-prepareparam2_gatewayline"
sourceRef=
"prepareparam2"
targetRef=
"gateway-prepareparam2"
></sequenceFlow>
<sequenceFlow
id=
"gateway-prepareparam2_end_line"
sourceRef=
"gateway-prepareparam2"
targetRef=
"gateway-prepareparam2_end"
/>
<sequenceFlow
id=
"gateway-prepareparam2_end_line"
sourceRef=
"gateway-prepareparam2"
targetRef=
"gateway-prepareparam2_end"
/>
<endEvent
id=
"gateway-prepareparam2_end"
name=
"end"
/>
<endEvent
id=
"gateway-prepareparam2_end"
name=
"end"
/>
<exclusiveGateway
id=
"gateway-deaction2"
name=
"Gateway"
gatewayDirection=
"Diverging"
default=
"gateway-deaction2_end_line"
></exclusiveGateway>
<sequenceFlow
id=
"deaction2_gateway-deaction2_gatewayline"
sourceRef=
"deaction2"
targetRef=
"gateway-deaction2"
></sequenceFlow>
<sequenceFlow
id=
"gateway-deaction2_end_line"
sourceRef=
"gateway-deaction2"
targetRef=
"gateway-deaction2_end"
/>
<endEvent
id=
"gateway-deaction2_end"
name=
"end"
/>
</process>
</process>
</definitions>
</definitions>
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/GetUnitAndPrice.json.drl
浏览文件 @
d5238a5a
...
@@ -5,9 +5,10 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
...
@@ -5,9 +5,10 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
import
org
.
springframework
.
util
.
StringUtils
;
import
org
.
springframework
.
util
.
StringUtils
;
import
org
.
springframework
.
util
.
ObjectUtils
;
import
org
.
springframework
.
util
.
ObjectUtils
;
import
cn
.
ibizlab
.
util
.
errors
.
BadRequestAlertException
;
import
cn
.
ibizlab
.
util
.
errors
.
BadRequestAlertException
;
global
cn
.
ibizlab
.
core
.
sample
.
domain
.
IBIZOrderDetail
ibizorderdetailgetunitandpricedefault
;
global
cn
.
ibizlab
.
core
.
sample
.
domain
.
IBIZUNIProduct
ibizorderdetailgetunitandpriceproduct
;
global
cn
.
ibizlab
.
core
.
sample
.
domain
.
IBIZOrder
ibizorderdetailgetunitandpriceorder
;
global
cn
.
ibizlab
.
core
.
sample
.
domain
.
IBIZOrder
ibizorderdetailgetunitandpriceorder
;
global
cn
.
ibizlab
.
core
.
sample
.
domain
.
IBIZUNIProduct
ibizorderdetailgetunitandpriceproduct
;
global
cn
.
ibizlab
.
core
.
sample
.
domain
.
IBIZOrderDetail
ibizorderdetailgetunitandpricedefault
;
global
cn
.
ibizlab
.
core
.
sample
.
service
.
IIBIZOrderDetailService
ibizorderdetailservice
;
global
cn
.
ibizlab
.
core
.
sample
.
service
.
IIBIZOrderService
ibizorderservice
;
global
cn
.
ibizlab
.
core
.
sample
.
service
.
IIBIZOrderService
ibizorderservice
;
global
cn
.
ibizlab
.
core
.
sample
.
service
.
IIBIZUNIProductService
ibizuniproductservice
;
global
cn
.
ibizlab
.
core
.
sample
.
service
.
IIBIZUNIProductService
ibizuniproductservice
;
global
cn
.
ibizlab
.
core
.
sample
.
service
.
IIBIZOrderDetailService
iBzSysIbizorderdetailDefaultService
;
global
cn
.
ibizlab
.
core
.
sample
.
service
.
IIBIZOrderDetailService
iBzSysIbizorderdetailDefaultService
;
...
@@ -23,25 +24,26 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
...
@@ -23,25 +24,26 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
then
then
end
end
//
逻辑处理节点
[
获取订单信息
]
//
逻辑处理节点
[
调试逻辑参数
]
rule
"de
action2
"
rule
"de
bugparam5
"
ruleflow
-
group
"ibizorderdetailgetunitandpricede
action2
"
ruleflow
-
group
"ibizorderdetailgetunitandpricede
bugparam5
"
when
when
then
then
cn
.
ibizlab
.
util
.
helper
.
CachedBeanCopier
.
copy
(
ibizorderservice
.
get
(
ibizorderdetailgetunitandpriceorder
.
getIbizorderid
()),
ibizorderdetailgetunitandpriceorder
);
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
拷贝参数
]
//
逻辑处理节点
[
设置
orderid
]
rule
"
copyparam1
"
rule
"
prepareparam3
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
copyparam1
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
prepareparam3
"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
ibizorderdetailgetunitandpriceorder
.
set
(
"ibizorderid"
,
ibizorderdetailgetunitandpricedefault
.
get
(
"ibizorderid"
));
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
ibizorderdetailgetunitandpriceorder
.
set
(
"createman"
,
"111"
);
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
填充单位和单价
]
//
逻辑处理节点
[
填充单位和单价
]
...
@@ -51,41 +53,30 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
...
@@ -51,41 +53,30 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
then
then
ibizorderdetailgetunitandpricedefault
.
set
(
"unit"
,
ibizorderdetailgetunitandpriceproduct
.
get
(
"unit"
));
ibizorderdetailgetunitandpricedefault
.
set
(
"unit"
,
ibizorderdetailgetunitandpriceproduct
.
get
(
"unit"
));
ibizorderdetailgetunitandpricedefault
.
set
(
"unitprice"
,
ibizorderdetailgetunitandpriceproduct
.
get
(
"unitprice"
));
ibizorderdetailgetunitandpricedefault
.
set
(
"unitprice"
,
ibizorderdetailgetunitandpriceproduct
.
get
(
"unitprice"
));
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
end
//
逻辑处理节点
[
调试逻辑参数
]
rule
"debugparam4"
ruleflow
-
group
"ibizorderdetailgetunitandpricedebugparam4"
when
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandprice
order
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandprice
default
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
设置
order
id
]
//
逻辑处理节点
[
获取商品
id
]
rule
"prepareparam
3
"
rule
"prepareparam
1
"
ruleflow
-
group
"ibizorderdetailgetunitandpriceprepareparam
3
"
ruleflow
-
group
"ibizorderdetailgetunitandpriceprepareparam
1
"
when
when
then
then
ibizorderdetailgetunitandpriceorder
.
set
(
"ibizorderid"
,
ibizorderdetailgetunitandpricedefault
.
get
(
"ibizorderid"
));
ibizorderdetailgetunitandpriceproduct
.
set
(
"ibizuniproductid"
,
ibizorderdetailgetunitandpricedefault
.
get
(
"ibizuniproductid"
));
ibizorderdetailgetunitandpriceorder
.
set
(
"createman"
,
"111"
);
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
附加到数组
参数
]
//
逻辑处理节点
[
绑定
参数
]
rule
"
appe
ndparam1"
rule
"
bi
ndparam1"
ruleflow
-
group
"ibizorderdetailgetunitandprice
appe
ndparam1"
ruleflow
-
group
"ibizorderdetailgetunitandprice
bi
ndparam1"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
重置参数
]
//
逻辑处理节点
[
重置参数
]
...
@@ -93,70 +84,71 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
...
@@ -93,70 +84,71 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
ruleflow
-
group
"ibizorderdetailgetunitandpriceresetparam1"
ruleflow
-
group
"ibizorderdetailgetunitandpriceresetparam1"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
获取商品
id
]
//
逻辑处理节点
[
大于
200
处理
]
rule
"
prepareparam1
"
rule
"
debugparam2
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
prepareparam1
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
debugparam2
"
when
when
then
then
ibizorderdetailgetunitandpriceproduct
.
set
(
"ibizuniproductid"
,
ibizorderdetailgetunitandpricedefault
.
get
(
"ibizuniproductid"
));
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
获取订单信息异常
]
//
逻辑处理节点
[
大于
100
处理
]
rule
"
throwexception2
"
rule
"
debugparam1
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
throwexception2
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
debugparam1
"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
大于
200
处理
]
//
逻辑处理节点
[
实体行为
]
rule
"de
bugparam2
"
rule
"de
action3
"
ruleflow
-
group
"ibizorderdetailgetunitandpricede
bugparam2
"
ruleflow
-
group
"ibizorderdetailgetunitandpricede
action3
"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
ibizorderdetailservice
.
countMoney
(
ibizorderdetailgetunitandpricedefault
);
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
绑定参数
]
//
逻辑处理节点
[
统计金额
]
rule
"
bindparam
1"
rule
"
delogic
1"
ruleflow
-
group
"ibizorderdetailgetunitandprice
bindparam
1"
ruleflow
-
group
"ibizorderdetailgetunitandprice
delogic
1"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
排序数组参数
]
//
逻辑处理节点
[
获取订单信息
]
rule
"
sortparam1
"
rule
"
deaction2
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
sortparam1
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
deaction2
"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
cn
.
ibizlab
.
util
.
helper
.
CachedBeanCopier
.
copy
(
ibizorderservice
.
get
(
ibizorderdetailgetunitandpriceorder
.
getIbizorderid
()),
ibizorderdetailgetunitandpriceorder
);
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
获取产品价格异常
]
//
逻辑处理节点
[
调试逻辑参数
]
rule
"
throwexception
"
rule
"
debugparam3
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
throwexception
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
debugparam3
"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
获取商品信息
]
//
逻辑处理节点
[
获取商品信息
]
...
@@ -165,19 +157,19 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
...
@@ -165,19 +157,19 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
when
when
then
then
cn
.
ibizlab
.
util
.
helper
.
CachedBeanCopier
.
copy
(
ibizuniproductservice
.
get
(
ibizorderdetailgetunitandpriceproduct
.
getIbizuniproductid
()),
ibizorderdetailgetunitandpriceproduct
);
cn
.
ibizlab
.
util
.
helper
.
CachedBeanCopier
.
copy
(
ibizuniproductservice
.
get
(
ibizorderdetailgetunitandpriceproduct
.
getIbizuniproductid
()),
ibizorderdetailgetunitandpriceproduct
);
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
调试逻辑
参数
]
//
逻辑处理节点
[
排序数组
参数
]
rule
"
debugparam3
"
rule
"
sortparam1
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
debugparam3
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
sortparam1
"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
重新建立参数
]
//
逻辑处理节点
[
重新建立参数
]
...
@@ -185,27 +177,57 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
...
@@ -185,27 +177,57 @@ package cn.ibizlab.sample.logic.ibizorderdetaillogic.getunitandprice;
ruleflow
-
group
"ibizorderdetailgetunitandpricerenewparam1"
ruleflow
-
group
"ibizorderdetailgetunitandpricerenewparam1"
when
when
then
then
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
调试逻辑参数
]
//
逻辑处理节点
[
获取订单信息异常
]
rule
"
debugparam5
"
rule
"
throwexception2
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
debugparam5
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
throwexception2
"
when
when
then
then
update
(
ibizorderdetailgetunitandprice
default
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandprice
order
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
//
逻辑处理节点
[
附加到数组参数
]
rule
"appendparam1"
ruleflow
-
group
"ibizorderdetailgetunitandpriceappendparam1"
when
then
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
//
逻辑处理节点
[
大于
100
处理
]
//
逻辑处理节点
[
获取产品价格异常
]
rule
"
debugparam1
"
rule
"
throwexception
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
debugparam1
"
ruleflow
-
group
"ibizorderdetailgetunitandprice
throwexception
"
when
when
then
then
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
//
逻辑处理节点
[
调试逻辑参数
]
rule
"debugparam4"
ruleflow
-
group
"ibizorderdetailgetunitandpricedebugparam4"
when
then
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
//
逻辑处理节点
[
拷贝参数
]
rule
"copyparam1"
ruleflow
-
group
"ibizorderdetailgetunitandpricecopyparam1"
when
then
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceorder
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpriceproduct
);//
更新
fact
中变量值
update
(
ibizorderdetailgetunitandpricedefault
);//
更新
fact
中变量值
end
end
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
d5238a5a
...
@@ -20,13 +20,13 @@
...
@@ -20,13 +20,13 @@
}
}
}
],
}
],
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书描述
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
author
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"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"
:
"
subtext
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"dataItemName"
:
"
author
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"name"
:
"
subtext
"
,
"name"
:
"
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrderDetail.json
浏览文件 @
d5238a5a
...
@@ -2647,6 +2647,15 @@
...
@@ -2647,6 +2647,15 @@
"sql"
:
"select (?*?) as AMOUNT from dual"
,
"sql"
:
"select (?*?) as AMOUNT from dual"
,
"topPos"
:
312
,
"topPos"
:
312
,
"fillDstLogicParam"
:
true
"fillDstLogicParam"
:
true
},
{
"code"
:
"_default.amount = _default.quantity * _default.unitprice"
,
"codeName"
:
"RAWSFCODE1"
,
"leftPos"
:
480
,
"logicNodeType"
:
"RAWSFCODE"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/CountMoney/psappdelogicnodes/RAWSFCODE1"
,
"name"
:
"统计金额(脚本)"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/CountMoney/psappdelogicnodes/RAWSFCODE1"
,
"topPos"
:
170
}
],
}
],
"getPSDELogicParams"
:
[
{
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"codeName"
:
"Default"
,
...
@@ -2699,182 +2708,66 @@
...
@@ -2699,182 +2708,66 @@
"topPos"
:
216
,
"topPos"
:
216
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"DEACTION2"
,
"codeName"
:
"DEBUGPARAM5"
,
"getDstPSAppDEAction"
:
{
"leftPos"
:
1310
,
"modelref"
:
true
,
"logicNodeType"
:
"DEBUGPARAM"
,
"id"
:
"Get"
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM5"
,
},
"name"
:
"调试逻辑参数"
,
"getDstPSAppDataEntity"
:
{
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM5"
,
"modelref"
:
true
,
"topPos"
:
-188
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
{
},
"codeName"
:
"PREPAREPARAM3"
,
"getDstPSDEAction"
:
{
"leftPos"
:
775
,
"modelref"
:
true
,
"logicNodeType"
:
"PREPAREPARAM"
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder/PSDEACTIONS/Get.json"
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/PREPAREPARAM3"
,
},
"name"
:
"设置orderid"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
},
"leftPos"
:
971
,
"logicNodeType"
:
"DEACTION"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEACTION2"
,
"name"
:
"获取订单信息"
,
"getPSDELogicLinks"
:
[
{
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"THROWEXCEPTION2"
},
"name"
:
"异常"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEACTION2"
"id"
:
"DEACTION2"
},
},
"catchLink"
:
true
"name"
:
"连接名称"
,
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM1"
},
"name"
:
">100"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) (100)"
,
"paramValue"
:
"100"
}
]
},
"getSrcPSDELogicNode"
:
{
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
DEACTION2
"
"id"
:
"
PREPAREPARAM3
"
}
}
},
{
}
],
"getDstPSDELogicNode"
:
{
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZORDERID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEBUGPARAM2"
"id"
:
"Order"
},
"name"
:
">200"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) [PRICE]"
,
"paramType"
:
"ENTITYFIELD"
,
"paramValue"
:
"PRICE"
}
]
},
},
"getSrcPSDELogicNode"
:
{
"name"
:
"Default[IBIZORDERID] ==> Order[IBIZORDERID]"
,
"modelref"
:
true
,
"paramAction"
:
"SETPARAMVALUE"
,
"id"
:
"DEACTION2"
"srcFieldName"
:
"IBIZORDERID"
,
}
"getSrcPSDELogicParam"
:
{
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEBUGPARAM4"
"id"
:
"Default"
},
"name"
:
"源数据对象属性"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GTANDEQ"
,
"dstFieldName"
:
"CREATEDATE"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[CREATEDATE] 大于等于(>=) Product[CREATEDATE]"
,
"paramType"
:
"SRCENTITYFIELD"
,
"paramValue"
:
"CREATEDATE"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
}
}
]
},
},
"getSrcPSDELogicNode"
:
{
"srcValueType"
:
"SRCDLPARAM"
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
},
{
"getDstPSDELogicNode"
:
{
"dstFieldName"
:
"CREATEMAN"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DEBUGPARAM5"
"id"
:
"Order"
},
"name"
:
"订单小于当前时间"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"LTANDEQ"
,
"dstFieldName"
:
"ORDERTIME"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[ORDERTIME] 小于等于(<=) [当前时间]"
,
"paramType"
:
"CURTIME"
}
]
},
},
"
getSrcPSDELogicNode"
:
{
"
name"
:
"直接值[111] ==> Order[CREATEMAN]"
,
"modelref"
:
true
,
"paramAction"
:
"SETPARAMVALUE"
,
"id"
:
"DEACTION2"
"srcValue"
:
"111"
,
}
"srcValueType"
:
"SRCVALUE"
},
{
},
{
"getDstPSDELogicNode"
:
{
"dstFieldName"
:
"CREATEDATE"
,
"modelref"
:
true
,
"getDstPSDELogicParam"
:
{
"id"
:
"DEBUGPARAM3"
},
"name"
:
"默认"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
DEACTION2
"
"id"
:
"
Order
"
},
},
"defaultLink"
:
true
"name"
:
"无值(NONE) ==> Order[CREATEDATE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValueType"
:
"NONEVALUE"
}
],
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEACTION2"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/PREPAREPARAM3"
,
"topPos"
:
-37
"topPos"
:
-38
},
{
"codeName"
:
"COPYPARAM1"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"leftPos"
:
258
,
"logicNodeType"
:
"COPYPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/COPYPARAM1"
,
"name"
:
"拷贝参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/COPYPARAM1"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"topPos"
:
10
},
{
},
{
"codeName"
:
"Prepareparam2"
,
"codeName"
:
"Prepareparam2"
,
"leftPos"
:
775
,
"leftPos"
:
775
,
...
@@ -2912,6 +2805,26 @@
...
@@ -2912,6 +2805,26 @@
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"Prepareparam2"
"id"
:
"Prepareparam2"
}
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DELOGIC1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION3"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam2"
}
}
],
}
],
"getPSDELogicNodeParams"
:
[
{
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"UNIT"
,
"dstFieldName"
:
"UNIT"
,
...
@@ -2946,74 +2859,56 @@
...
@@ -2946,74 +2859,56 @@
"topPos"
:
224
,
"topPos"
:
224
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"DEBUGPARAM4"
,
"codeName"
:
"Prepareparam1"
,
"leftPos"
:
1280
,
"leftPos"
:
313
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM4"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM4"
,
"topPos"
:
50
},
{
"codeName"
:
"PREPAREPARAM3"
,
"leftPos"
:
775
,
"logicNodeType"
:
"PREPAREPARAM"
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/P
REPAREPARAM3
"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/P
repareparam1
"
,
"name"
:
"
设置orderid
"
,
"name"
:
"
获取商品ID
"
,
"getPSDELogicLinks"
:
[
{
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"D
EACTION2
"
"id"
:
"D
eaction1
"
},
},
"name"
:
"连接
名称
"
,
"name"
:
"连接"
,
"getSrcPSDELogicNode"
:
{
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"P
REPAREPARAM3
"
"id"
:
"P
repareparam1
"
}
}
}
],
}
],
"getPSDELogicNodeParams"
:
[
{
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZ
ORDER
ID"
,
"dstFieldName"
:
"IBIZ
UNIPRODUCT
ID"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Order
"
"id"
:
"
Product
"
},
},
"name"
:
"Default[IBIZ
ORDERID] ==> Order[IBIZORDER
ID]"
,
"name"
:
"Default[IBIZ
UNIPRODUCTID] ==> Product[IBIZUNIPRODUCT
ID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZ
ORDER
ID"
,
"srcFieldName"
:
"IBIZ
UNIPRODUCT
ID"
,
"getSrcPSDELogicParam"
:
{
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"Default"
"id"
:
"Default"
},
},
"srcValueType"
:
"SRCDLPARAM"
"srcValueType"
:
"SRCDLPARAM"
},
{
"dstFieldName"
:
"CREATEMAN"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"直接值[111] ==> Order[CREATEMAN]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValue"
:
"111"
,
"srcValueType"
:
"SRCVALUE"
},
{
"dstFieldName"
:
"CREATEDATE"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"name"
:
"无值(NONE) ==> Order[CREATEDATE]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcValueType"
:
"NONEVALUE"
}
],
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/PREPAREPARAM3"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/Prepareparam1"
,
"topPos"
:
-38
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"APPENDPARAM1"
,
"codeName"
:
"BINDPARAM1"
,
"leftPos"
:
439
,
"getDstPSDELogicParam"
:
{
"logicNodeType"
:
"APPENDPARAM"
,
"modelref"
:
true
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/APPENDPARAM1"
,
"id"
:
"Product"
"name"
:
"附加到数组参数"
,
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/APPENDPARAM1"
,
"leftPos"
:
41
,
"topPos"
:
-10
"logicNodeType"
:
"BINDPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/BINDPARAM1"
,
"name"
:
"绑定参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/BINDPARAM1"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"topPos"
:
80
},
{
},
{
"codeName"
:
"RESETPARAM1"
,
"codeName"
:
"RESETPARAM1"
,
"leftPos"
:
65
,
"leftPos"
:
65
,
...
@@ -3022,51 +2917,6 @@
...
@@ -3022,51 +2917,6 @@
"name"
:
"重置参数"
,
"name"
:
"重置参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/RESETPARAM1"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/RESETPARAM1"
,
"topPos"
:
-60
"topPos"
:
-60
},
{
"codeName"
:
"Prepareparam1"
,
"leftPos"
:
313
,
"logicNodeType"
:
"PREPAREPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/Prepareparam1"
,
"name"
:
"获取商品ID"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Deaction1"
},
"name"
:
"连接"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Prepareparam1"
}
}
],
"getPSDELogicNodeParams"
:
[
{
"dstFieldName"
:
"IBIZUNIPRODUCTID"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
},
"name"
:
"Default[IBIZUNIPRODUCTID] ==> Product[IBIZUNIPRODUCTID]"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"IBIZUNIPRODUCTID"
,
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/Prepareparam1"
,
"topPos"
:
224
,
"parallelOutput"
:
true
},
{
"codeName"
:
"THROWEXCEPTION2"
,
"errorCode"
:
0
,
"errorInfo"
:
"获取订单信息异常"
,
"leftPos"
:
1011
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/THROWEXCEPTION2"
,
"name"
:
"获取订单信息异常"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/THROWEXCEPTION2"
,
"topPos"
:
-248
},
{
},
{
"codeName"
:
"DEBUGPARAM2"
,
"codeName"
:
"DEBUGPARAM2"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
...
@@ -3080,39 +2930,246 @@
...
@@ -3080,39 +2930,246 @@
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM2"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM2"
,
"topPos"
:
-50
"topPos"
:
-50
},
{
},
{
"codeName"
:
"
BIND
PARAM1"
,
"codeName"
:
"
DEBUG
PARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Produc
t"
"id"
:
"
Defaul
t"
},
},
"leftPos"
:
41
,
"leftPos"
:
1260
,
"logicNodeType"
:
"BINDPARAM"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/BINDPARAM1"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM1"
,
"name"
:
"绑定参数"
,
"name"
:
"大于100处理"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/BINDPARAM1"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM1"
,
"getSrcPSDELogicParam"
:
{
"topPos"
:
-320
},
{
"codeName"
:
"DEACTION3"
,
"getDstPSAppDEAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Product
"
"id"
:
"
CountMoney
"
},
},
"topPos"
:
80
"getDstPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrderDetail.json"
},
"getDstPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDEACTIONS/CountMoney.json"
},
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json"
},
"leftPos"
:
1001
,
"logicNodeType"
:
"DEACTION"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEACTION3"
,
"name"
:
"实体行为"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEACTION3"
,
"topPos"
:
318
},
{
},
{
"codeName"
:
"SORTPARAM1"
,
"codeName"
:
"DELOGIC1"
,
"leftPos"
:
384
,
"getDstPSAppDELogic"
:
{
"logicNodeType"
:
"SORTPARAM"
,
"modelref"
:
true
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/SORTPARAM1"
,
"id"
:
"CountMoney"
"name"
:
"排序数组参数"
,
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/SORTPARAM1"
,
"getDstPSAppDataEntity"
:
{
"topPos"
:
80
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrderDetail.json"
},
"getDstPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail/PSDELOGICS/CountMoney.json"
},
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrderDetail.json"
},
"leftPos"
:
1001
,
"logicNodeType"
:
"DELOGIC"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DELOGIC1"
,
"name"
:
"统计金额"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DELOGIC1"
,
"topPos"
:
189
},
{
},
{
"codeName"
:
"Throwexception"
,
"codeName"
:
"DEACTION2"
,
"errorCode"
:
0
,
"getDstPSAppDEAction"
:
{
"errorInfo"
:
"获取产品价格异常"
,
"modelref"
:
true
,
"leftPos"
:
595
,
"id"
:
"Get"
"logicNodeType"
:
"THROWEXCEPTION"
,
},
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/Throwexception"
,
"getDstPSAppDataEntity"
:
{
"name"
:
"获取产品价格异常"
,
"modelref"
:
true
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/Throwexception"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"topPos"
:
422
},
"getDstPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder/PSDEACTIONS/Get.json"
},
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"getDstPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
},
"leftPos"
:
971
,
"logicNodeType"
:
"DEACTION"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEACTION2"
,
"name"
:
"获取订单信息"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"THROWEXCEPTION2"
},
"name"
:
"异常"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
},
"catchLink"
:
true
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM1"
},
"name"
:
">100"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) (100)"
,
"paramValue"
:
"100"
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM2"
},
"name"
:
">200"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GT"
,
"dstFieldName"
:
"AMOUNT"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[AMOUNT] 大于(>) [PRICE]"
,
"paramType"
:
"ENTITYFIELD"
,
"paramValue"
:
"PRICE"
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM4"
},
"name"
:
"源数据对象属性"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"GTANDEQ"
,
"dstFieldName"
:
"CREATEDATE"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[CREATEDATE] 大于等于(>=) Product[CREATEDATE]"
,
"paramType"
:
"SRCENTITYFIELD"
,
"paramValue"
:
"CREATEDATE"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Product"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM5"
},
"name"
:
"订单小于当前时间"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"LTANDEQ"
,
"dstFieldName"
:
"ORDERTIME"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Order[ORDERTIME] 小于等于(<=) [当前时间]"
,
"paramType"
:
"CURTIME"
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
}
},
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEBUGPARAM3"
},
"name"
:
"默认"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEACTION2"
},
"defaultLink"
:
true
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEACTION2"
,
"topPos"
:
-37
},
{
"codeName"
:
"DEBUGPARAM3"
,
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
1210
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM3"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM3"
,
"topPos"
:
140
},
{
},
{
"codeName"
:
"Deaction1"
,
"codeName"
:
"Deaction1"
,
"getDstPSAppDEAction"
:
{
"getDstPSAppDEAction"
:
{
...
@@ -3165,17 +3222,13 @@
...
@@ -3165,17 +3222,13 @@
"topPos"
:
224
,
"topPos"
:
224
,
"parallelOutput"
:
true
"parallelOutput"
:
true
},
{
},
{
"codeName"
:
"DEBUGPARAM3"
,
"codeName"
:
"SORTPARAM1"
,
"getDstPSDELogicParam"
:
{
"leftPos"
:
384
,
"modelref"
:
true
,
"logicNodeType"
:
"SORTPARAM"
,
"id"
:
"Default"
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/SORTPARAM1"
,
},
"name"
:
"排序数组参数"
,
"leftPos"
:
1210
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/SORTPARAM1"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"topPos"
:
80
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM3"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM3"
,
"topPos"
:
140
},
{
},
{
"codeName"
:
"RENEWPARAM1"
,
"codeName"
:
"RENEWPARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
...
@@ -3189,41 +3242,72 @@
...
@@ -3189,41 +3242,72 @@
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/RENEWPARAM1"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/RENEWPARAM1"
,
"topPos"
:
129
"topPos"
:
129
},
{
},
{
"codeName"
:
"DEBUGPARAM5"
,
"codeName"
:
"THROWEXCEPTION2"
,
"leftPos"
:
1310
,
"errorCode"
:
0
,
"errorInfo"
:
"获取订单信息异常"
,
"leftPos"
:
1011
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/THROWEXCEPTION2"
,
"name"
:
"获取订单信息异常"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/THROWEXCEPTION2"
,
"topPos"
:
-248
},
{
"codeName"
:
"APPENDPARAM1"
,
"leftPos"
:
439
,
"logicNodeType"
:
"APPENDPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/APPENDPARAM1"
,
"name"
:
"附加到数组参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/APPENDPARAM1"
,
"topPos"
:
-10
},
{
"codeName"
:
"Throwexception"
,
"errorCode"
:
0
,
"errorInfo"
:
"获取产品价格异常"
,
"leftPos"
:
595
,
"logicNodeType"
:
"THROWEXCEPTION"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/Throwexception"
,
"name"
:
"获取产品价格异常"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/Throwexception"
,
"topPos"
:
422
},
{
"codeName"
:
"DEBUGPARAM4"
,
"leftPos"
:
1280
,
"logicNodeType"
:
"DEBUGPARAM"
,
"logicNodeType"
:
"DEBUGPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM
5
"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM
4
"
,
"name"
:
"调试逻辑参数"
,
"name"
:
"调试逻辑参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM
5
"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM
4
"
,
"topPos"
:
-188
"topPos"
:
50
},
{
},
{
"codeName"
:
"
DEBUG
PARAM1"
,
"codeName"
:
"
COPY
PARAM1"
,
"getDstPSDELogicParam"
:
{
"getDstPSDELogicParam"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Defaul
t"
"id"
:
"
Produc
t"
},
},
"leftPos"
:
1260
,
"leftPos"
:
258
,
"logicNodeType"
:
"DEBUGPARAM"
,
"logicNodeType"
:
"COPYPARAM"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM1"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/COPYPARAM1"
,
"name"
:
"大于100处理"
,
"name"
:
"拷贝参数"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/DEBUGPARAM1"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicnodes/COPYPARAM1"
,
"topPos"
:
-320
"getSrcPSDELogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Order"
},
"topPos"
:
10
}
],
}
],
"getPSDELogicParams"
:
[
{
"getPSDELogicParams"
:
[
{
"codeName"
:
"
Default
"
,
"codeName"
:
"
Order
"
,
"logicName"
:
"
传入变量
"
,
"logicName"
:
"
订单
"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/
Default
"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/
Order
"
,
"name"
:
"
传入变量
"
,
"name"
:
"
订单
"
,
"getParamPSAppDataEntity"
:
{
"getParamPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder
Detail
.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
},
"getParamPSDataEntity"
:
{
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder
Detail
.json"
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
},
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/Default"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/Order"
,
"default"
:
true
,
"entityParam"
:
true
"entityParam"
:
true
},
{
},
{
"codeName"
:
"Product"
,
"codeName"
:
"Product"
,
...
@@ -3241,19 +3325,20 @@
...
@@ -3241,19 +3325,20 @@
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/Product"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/Product"
,
"entityParam"
:
true
"entityParam"
:
true
},
{
},
{
"codeName"
:
"
Order
"
,
"codeName"
:
"
Default
"
,
"logicName"
:
"
订单
"
,
"logicName"
:
"
传入变量
"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/
Order
"
,
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/
Default
"
,
"name"
:
"
订单
"
,
"name"
:
"
传入变量
"
,
"getParamPSAppDataEntity"
:
{
"getParamPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder
Detail
.json"
},
},
"getParamPSDataEntity"
:
{
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder.json"
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZOrder
Detail
.json"
},
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/Order"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice/psappdelogicparams/Default"
,
"default"
:
true
,
"entityParam"
:
true
"entityParam"
:
true
}
],
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/IBIZOrderDetail/psappdelogics/GetUnitAndPrice"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
d5238a5a
...
@@ -100,13 +100,13 @@
...
@@ -100,13 +100,13 @@
"id"
:
"TREEGRIDEX"
"id"
:
"TREEGRIDEX"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书描述
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
author
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"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"
:
"
subtext
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"dataItemName"
:
"
author
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"name"
:
"
subtext
"
,
"name"
:
"
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
d5238a5a
...
@@ -393,7 +393,7 @@
...
@@ -393,7 +393,7 @@
<!--输出实体[IBIZORDERDETAIL]数据结构 -->
<!--输出实体[IBIZORDERDETAIL]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorderdetail-1
0
6-14"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorderdetail-1
1
6-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>
...
...
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
d5238a5a
...
@@ -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-1
0
6-8"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizorderdetail-1
1
6-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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录