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

chitanda 发布系统代码 [TrainSys,网页端]

上级 41489ea6
...@@ -2160,32 +2160,17 @@ ...@@ -2160,32 +2160,17 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "DEDATASET1", "codeName" : "RAWJSCODE1",
"getDstPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "filter"
},
"leftPos" : 850, "leftPos" : 850,
"logicNodeType" : "DEDATASET", "logicNodeType" : "RAWJSCODE",
"name" : "实体数据集", "name" : "注入脚本代码",
"getRetPSDEUILogicParam" : { "topPos" : 390
"modelref" : true,
"id" : "pageData"
},
"topPos" : 714
}, { }, {
"buttonsType" : "YESNO", "buttonsType" : "YESNO",
"codeName" : "MSGBOX1", "codeName" : "MSGBOX1",
"leftPos" : 460, "leftPos" : 460,
"logicNodeType" : "MSGBOX", "logicNodeType" : "MSGBOX",
"message" : "这里是消息提示内容!",
"getMsgBoxParam" : { "getMsgBoxParam" : {
"modelref" : true, "modelref" : true,
"id" : "temp" "id" : "temp"
...@@ -2206,10 +2191,10 @@ ...@@ -2206,10 +2191,10 @@
"condOP" : "EQ", "condOP" : "EQ",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "temp" "id" : "lastReturn"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "temp 等于(=) no", "name" : "lastReturn 等于(=) no",
"paramValue" : "no", "paramValue" : "no",
"value" : "no" "value" : "no"
} ] } ]
...@@ -2232,10 +2217,10 @@ ...@@ -2232,10 +2217,10 @@
"condOP" : "EQ", "condOP" : "EQ",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "temp" "id" : "lastReturn"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "temp 等于(=) yes", "name" : "lastReturn 等于(=) yes",
"paramValue" : "yes", "paramValue" : "yes",
"value" : "yes" "value" : "yes"
} ] } ]
...@@ -2249,18 +2234,29 @@ ...@@ -2249,18 +2234,29 @@
"title" : "确认请求吗?", "title" : "确认请求吗?",
"topPos" : 530 "topPos" : 530
}, { }, {
"codeName" : "RAWJSCODE1", "codeName" : "DEDATASET1",
"getDstPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "filter"
},
"leftPos" : 850, "leftPos" : 850,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "DEDATASET",
"name" : "注入脚本代码", "name" : "实体数据集",
"topPos" : 390 "getRetPSDEUILogicParam" : {
"modelref" : true,
"id" : "pageData"
},
"topPos" : 714
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "filter",
"logicName" : "filter",
"name" : "filter",
"filterParam" : true
}, {
"codeName" : "temp", "codeName" : "temp",
"logicName" : "消息结果", "logicName" : "消息结果",
"name" : "消息结果", "name" : "消息结果",
...@@ -2272,6 +2268,16 @@ ...@@ -2272,6 +2268,16 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "lastReturn",
"logicName" : "lastReturn",
"name" : "lastReturn",
"lastReturnParam" : true
}, {
"codeName" : "filter",
"logicName" : "filter",
"name" : "filter",
"filterParam" : true
}, { }, {
"codeName" : "pageData", "codeName" : "pageData",
"logicName" : "分页结果", "logicName" : "分页结果",
......
...@@ -13303,12 +13303,6 @@ ...@@ -13303,12 +13303,6 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13326,6 +13320,12 @@ ...@@ -13326,6 +13320,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
...@@ -13349,12 +13349,6 @@ ...@@ -13349,12 +13349,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13362,10 +13356,10 @@ ...@@ -13362,10 +13356,10 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -13374,6 +13368,12 @@ ...@@ -13374,6 +13368,12 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -65613,32 +65613,17 @@ ...@@ -65613,32 +65613,17 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "DEDATASET1", "codeName" : "RAWJSCODE1",
"getDstPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "filter"
},
"leftPos" : 850, "leftPos" : 850,
"logicNodeType" : "DEDATASET", "logicNodeType" : "RAWJSCODE",
"name" : "实体数据集", "name" : "注入脚本代码",
"getRetPSDEUILogicParam" : { "topPos" : 390
"modelref" : true,
"id" : "pageData"
},
"topPos" : 714
}, { }, {
"buttonsType" : "YESNO", "buttonsType" : "YESNO",
"codeName" : "MSGBOX1", "codeName" : "MSGBOX1",
"leftPos" : 460, "leftPos" : 460,
"logicNodeType" : "MSGBOX", "logicNodeType" : "MSGBOX",
"message" : "这里是消息提示内容!",
"getMsgBoxParam" : { "getMsgBoxParam" : {
"modelref" : true, "modelref" : true,
"id" : "temp" "id" : "temp"
...@@ -65659,10 +65644,10 @@ ...@@ -65659,10 +65644,10 @@
"condOP" : "EQ", "condOP" : "EQ",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "temp" "id" : "lastReturn"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "temp 等于(=) no", "name" : "lastReturn 等于(=) no",
"paramValue" : "no", "paramValue" : "no",
"value" : "no" "value" : "no"
} ] } ]
...@@ -65685,10 +65670,10 @@ ...@@ -65685,10 +65670,10 @@
"condOP" : "EQ", "condOP" : "EQ",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "temp" "id" : "lastReturn"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "temp 等于(=) yes", "name" : "lastReturn 等于(=) yes",
"paramValue" : "yes", "paramValue" : "yes",
"value" : "yes" "value" : "yes"
} ] } ]
...@@ -65702,18 +65687,29 @@ ...@@ -65702,18 +65687,29 @@
"title" : "确认请求吗?", "title" : "确认请求吗?",
"topPos" : 530 "topPos" : 530
}, { }, {
"codeName" : "RAWJSCODE1", "codeName" : "DEDATASET1",
"getDstPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "filter"
},
"leftPos" : 850, "leftPos" : 850,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "DEDATASET",
"name" : "注入脚本代码", "name" : "实体数据集",
"topPos" : 390 "getRetPSDEUILogicParam" : {
"modelref" : true,
"id" : "pageData"
},
"topPos" : 714
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "filter",
"logicName" : "filter",
"name" : "filter",
"filterParam" : true
}, {
"codeName" : "temp", "codeName" : "temp",
"logicName" : "消息结果", "logicName" : "消息结果",
"name" : "消息结果", "name" : "消息结果",
...@@ -65725,6 +65721,16 @@ ...@@ -65725,6 +65721,16 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "lastReturn",
"logicName" : "lastReturn",
"name" : "lastReturn",
"lastReturnParam" : true
}, {
"codeName" : "filter",
"logicName" : "filter",
"name" : "filter",
"filterParam" : true
}, { }, {
"codeName" : "pageData", "codeName" : "pageData",
"logicName" : "分页结果", "logicName" : "分页结果",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册