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

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

上级 33906857
......@@ -511,6 +511,31 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/Success.json"
},
"enableBackend" : false
}, {
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Test",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json",
"logicName" : "行为9",
"name" : "test",
"getPSDEActionInput" : {
"name" : "TestInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "TestResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logictest.json"
},
"enableFront" : false
}, {
"actionHolder" : 2,
"actionMode" : "CUSTOM",
......@@ -5820,6 +5845,16 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "logictest",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logictest.json",
"logicName" : "处理逻辑脚本",
"name" : "处理逻辑脚本",
"scriptCode" : "console.log('实体逻辑脚本代码模式脚本', arguments)",
"customCode" : true,
"enableBackend" : true,
"enableFront" : false
}, {
"codeName" : "multiDeLogic",
"defaultParamName" : "Default",
......@@ -6799,6 +6834,12 @@
"name" : "分页部件关系界面组",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr04039375EditView",
"logicName" : "计算视图消息是否显示脚本",
"name" : "计算视图消息是否显示脚本",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr5TabExpView2",
"logicName" : "布局闪烁确认-分页导航2",
......@@ -8447,6 +8488,13 @@
"name" : "多语言引用视图_表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "Usr04039375EditView_Form",
"logicName" : "计算视图消息是否显示脚本_表单",
"modelTag2" : "0",
"name" : "计算视图消息是否显示脚本_表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "Usr04034638EditView_Form",
"logicName" : "界面行为按钮计算启用逻辑脚本(_表单",
......
{
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Test",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json",
"logicName" : "行为9",
"name" : "test",
"getPSDEActionInput" : {
"name" : "TestInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "TestResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logictest.json"
},
"enableFront" : false
}
\ No newline at end of file
{
"codeName" : "logictest",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logictest.json",
"logicName" : "处理逻辑脚本",
"name" : "处理逻辑脚本",
"scriptCode" : "console.log('实体逻辑脚本代码模式脚本', arguments)",
"customCode" : true,
"enableBackend" : true,
"enableFront" : false
}
\ No newline at end of file
package cn.ibizlab.trainsys.test.logic.testlogic.logictest;
global cn.ibizlab.trainsys.core.test.service.ITESTService iBzSysTestDefaultService;
global cn.ibizlab.trainsys.util.security.AuthenticationUser curuser;
no-loop
\ No newline at end of file
......@@ -661,6 +661,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......@@ -4929,6 +4960,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......
......@@ -19835,6 +19835,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......@@ -24103,6 +24134,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......@@ -712,6 +712,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......@@ -4980,6 +5011,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......
......@@ -742,6 +742,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......@@ -5010,6 +5041,37 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionName" : "test",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
......@@ -9584,6 +9646,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTESTIndexView.json",
"viewType" : "DEINDEXVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr04039375EditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr01294676TabExpView.json",
......
......@@ -580,6 +580,25 @@
"layout" : "TABLE_24COL"
},
"tooltip" : "值规则脚本"
}, {
"accUserMode" : 2,
"caption" : "计算视图消息是否显示脚本",
"itemType" : "MENUITEM",
"name" : "menuitem391",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0403040435"
},
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "计算视图消息是否显示脚本"
} ],
"getPSLayout" : {
"childColMD" : 24,
......
......@@ -78,6 +78,16 @@
"id" : "UsrAppFunc0403684744"
},
"tooltip" : "值规则脚本"
}, {
"accUserMode" : 2,
"caption" : "计算视图消息是否显示脚本",
"itemType" : "MENUITEM",
"name" : "menuitem391",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0403040435"
},
"tooltip" : "计算视图消息是否显示脚本"
} ],
"tooltip" : "代码规范1"
}, {
......
......@@ -16885,6 +16885,31 @@
"requestPath" : "/save2",
"uniqueTag" : "TEST__DEACTION__SAVE2",
"needResourceKey" : true
}, {
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"uniqueTag" : "TEST__DEACTION__TEST",
"needResourceKey" : true
}, {
"codeName" : "Update2",
"dataAccessAction" : "UPDATE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册