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

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

上级 be651eec
......@@ -3,9 +3,21 @@
"codeListType" : "DYNAMIC",
"codeName" : "TestAll",
"customCond" : "{N_TESTNAME_LIKE: \"1\", navParam: \"%srfpersonname%\", size: \"%size%\"}",
"getDataPSDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
},
"getDisablePSDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/Test/PSCODELISTS/TestAll.json",
"emptyText" : "未定义",
"getMinorSortPSDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"name" : "测试实体动态代码表",
"getPSDEDataSet" : {
"modelref" : true,
......
......@@ -153,6 +153,31 @@
"type" : "SIMPLE"
},
"builtinAction" : true
}, {
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json",
"logicName" : "计数器",
"name" : "Counter",
"getPSDEActionInput" : {
"name" : "CounterInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/counter.json"
},
"enableBackend" : false
}, {
"actionMode" : "CREATE",
"actionType" : "USERCUSTOM",
......@@ -4806,6 +4831,16 @@
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "counter",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/counter.json",
"logicName" : "获取计数器",
"name" : "获取计数器",
"scriptCode" : "const result = {\n zero: 0,\n};\nconst array = Array.from({ length: 10 }, (_, index) => index);\narray.forEach(value=>{\nresult[`num${value}`] = Math.floor(Math.random() * 100);\n})\nreturn result;",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "logic1",
"defaultParamName" : "Default",
......
{
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json",
"logicName" : "计数器",
"name" : "Counter",
"getPSDEActionInput" : {
"name" : "CounterInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/counter.json"
},
"enableBackend" : false
}
\ No newline at end of file
{
"codeName" : "counter",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/counter.json",
"logicName" : "获取计数器",
"name" : "获取计数器",
"scriptCode" : "const result = {\n zero: 0,\n};\nconst array = Array.from({ length: 10 }, (_, index) => index);\narray.forEach(value=>{\nresult[`num${value}`] = Math.floor(Math.random() * 100);\n})\nreturn result;",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}
\ No newline at end of file
......@@ -3,9 +3,21 @@
"codeListType" : "DYNAMIC",
"codeName" : "Test__TestAll",
"customCond" : "{N_TESTNAME_LIKE: \"1\", navParam: \"%srfpersonname%\", size: \"%size%\"}",
"getDataPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
},
"getDisablePSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/Test__TestAll.json",
"emptyText" : "未定义",
"getMinorSortPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"name" : "测试实体动态代码表",
"getPSAppDEDataSet" : {
"modelref" : true,
......
{
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
}
\ No newline at end of file
......@@ -64,6 +64,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
......@@ -2803,6 +2832,15 @@
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "counter",
"defaultParamName" : "DEFAULT",
"logicName" : "获取计数器",
"name" : "获取计数器",
"scriptCode" : "const result = {\n zero: 0,\n};\nconst array = Array.from({ length: 10 }, (_, index) => index);\narray.forEach(value=>{\nresult[`num${value}`] = Math.floor(Math.random() * 100);\n})\nreturn result;",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "logic1",
"defaultParamName" : "Default",
......@@ -3676,6 +3714,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
......
......@@ -52,9 +52,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -65,16 +73,16 @@
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControls" : [ {
"codeName" : "MobTreeViewnode3_cm",
"codeName" : "MobTreeViewnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -91,11 +99,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction1"
"id" : "node1_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -169,11 +177,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction2"
"id" : "node1_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -247,7 +255,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction4"
"id" : "node1_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -302,7 +310,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -338,7 +346,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -381,16 +389,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "MobTreeViewnode1_cm",
"codeName" : "MobTreeViewnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -407,11 +415,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction1"
"id" : "node3_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -485,11 +493,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction2"
"id" : "node3_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -563,7 +571,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction4"
"id" : "node3_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -618,7 +626,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -654,7 +662,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -72,9 +72,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -155,16 +163,16 @@
"id" : "TREE"
},
"getPSControls" : [ {
"codeName" : "MobPickupTreeViewnode3_cm",
"codeName" : "MobPickupTreeViewnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "二级",
......@@ -182,7 +190,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -218,7 +226,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -261,16 +269,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "MobPickupTreeViewnode1_cm",
"codeName" : "MobPickupTreeViewnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "二级",
......@@ -288,7 +296,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -324,7 +332,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -258,9 +258,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -341,16 +349,16 @@
"id" : "TREEVIEW"
},
"getPSControls" : [ {
"codeName" : "MobTreeViewnode3_cm",
"codeName" : "MobTreeViewnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -367,11 +375,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction1"
"id" : "node1_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -445,11 +453,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction2"
"id" : "node1_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -523,7 +531,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction4"
"id" : "node1_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -578,7 +586,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -614,7 +622,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -657,16 +665,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "MobTreeViewnode1_cm",
"codeName" : "MobTreeViewnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -683,11 +691,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction1"
"id" : "node3_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -761,11 +769,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction2"
"id" : "node3_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -839,7 +847,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction4"
"id" : "node3_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -894,7 +902,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -930,7 +938,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -72,9 +72,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -155,16 +163,16 @@
"id" : "TREE"
},
"getPSControls" : [ {
"codeName" : "TreeViewnode3_cm",
"codeName" : "TreeViewnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -181,11 +189,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction1"
"id" : "node1_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -259,11 +267,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction2"
"id" : "node1_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -337,7 +345,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction4"
"id" : "node1_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -392,7 +400,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -428,7 +436,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -471,16 +479,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "TreeViewnode1_cm",
"codeName" : "TreeViewnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -497,11 +505,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction1"
"id" : "node3_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -575,11 +583,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction2"
"id" : "node3_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -653,7 +661,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction4"
"id" : "node3_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -708,7 +716,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -744,7 +752,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -94,9 +94,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -177,16 +185,16 @@
"id" : "TREE"
},
"getPSControls" : [ {
"codeName" : "MobPickupTreeViewnode3_cm",
"codeName" : "MobPickupTreeViewnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "二级",
......@@ -204,7 +212,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -240,7 +248,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -283,16 +291,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "MobPickupTreeViewnode1_cm",
"codeName" : "MobPickupTreeViewnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "二级",
......@@ -310,7 +318,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -346,7 +354,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -94,9 +94,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -177,16 +185,16 @@
"id" : "TREE"
},
"getPSControls" : [ {
"codeName" : "MobPickupTreeViewnode3_cm",
"codeName" : "MobPickupTreeViewnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "二级",
......@@ -204,7 +212,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -240,7 +248,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -283,16 +291,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "MobPickupTreeViewnode1_cm",
"codeName" : "MobPickupTreeViewnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "二级",
......@@ -310,7 +318,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -346,7 +354,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -64,6 +64,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
......@@ -2803,6 +2832,15 @@
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "counter",
"defaultParamName" : "DEFAULT",
"logicName" : "获取计数器",
"name" : "获取计数器",
"scriptCode" : "const result = {\n zero: 0,\n};\nconst array = Array.from({ length: 10 }, (_, index) => index);\narray.forEach(value=>{\nresult[`num${value}`] = Math.floor(Math.random() * 100);\n})\nreturn result;",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "logic1",
"defaultParamName" : "Default",
......@@ -3676,6 +3714,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
......
......@@ -3,9 +3,21 @@
"codeListType" : "DYNAMIC",
"codeName" : "Test__TestAll",
"customCond" : "{N_TESTNAME_LIKE: \"1\", navParam: \"%srfpersonname%\", size: \"%size%\"}",
"getDataPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
},
"getDisablePSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestAll.json",
"emptyText" : "未定义",
"getMinorSortPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"name" : "测试实体动态代码表",
"getPSAppDEDataSet" : {
"modelref" : true,
......
{
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
}
\ No newline at end of file
......@@ -64,6 +64,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
......@@ -2803,6 +2832,15 @@
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "counter",
"defaultParamName" : "DEFAULT",
"logicName" : "获取计数器",
"name" : "获取计数器",
"scriptCode" : "const result = {\n zero: 0,\n};\nconst array = Array.from({ length: 10 }, (_, index) => index);\narray.forEach(value=>{\nresult[`num${value}`] = Math.floor(Math.random() * 100);\n})\nreturn result;",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "logic1",
"defaultParamName" : "Default",
......@@ -3676,6 +3714,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
......
......@@ -52,9 +52,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -65,16 +73,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControls" : [ {
"codeName" : "ControlDefaultLoadTestnode3_cm",
"codeName" : "ControlDefaultLoadTestnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -91,11 +99,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction1"
"id" : "node1_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -169,11 +177,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction2"
"id" : "node1_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -247,7 +255,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction4"
"id" : "node1_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -302,7 +310,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -338,7 +346,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -381,16 +389,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "ControlDefaultLoadTestnode1_cm",
"codeName" : "ControlDefaultLoadTestnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -407,11 +415,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction1"
"id" : "node3_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -485,11 +493,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction2"
"id" : "node3_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -563,7 +571,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction4"
"id" : "node3_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -618,7 +626,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -654,7 +662,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -1355,9 +1355,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -1438,16 +1446,16 @@
"id" : "TREEVIEW"
},
"getPSControls" : [ {
"codeName" : "ControlDefaultLoadTestnode3_cm",
"codeName" : "ControlDefaultLoadTestnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -1464,11 +1472,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction1"
"id" : "node1_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -1542,11 +1550,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction2"
"id" : "node1_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -1620,7 +1628,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction4"
"id" : "node1_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -1675,7 +1683,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -1711,7 +1719,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -1754,16 +1762,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "ControlDefaultLoadTestnode1_cm",
"codeName" : "ControlDefaultLoadTestnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -1780,11 +1788,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction1"
"id" : "node3_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -1858,11 +1866,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction2"
"id" : "node3_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -1936,7 +1944,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction4"
"id" : "node3_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -1991,7 +1999,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -2027,7 +2035,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -72,9 +72,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......@@ -155,16 +163,16 @@
"id" : "TREE"
},
"getPSControls" : [ {
"codeName" : "TestTreeViewnode3_cm",
"codeName" : "TestTreeViewnode1_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node3_cm",
"name" : "node1_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node3_cm"
"id" : "node1_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -181,11 +189,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction1"
"id" : "node1_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -259,11 +267,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction2"
"id" : "node1_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node3_cm",
"logicTag" : "node1_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -337,7 +345,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction4"
"id" : "node1_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -392,7 +400,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction5"
"id" : "node1_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -428,7 +436,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node3_cm_deuiaction3"
"id" : "node1_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......@@ -471,16 +479,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "TestTreeViewnode1_cm",
"codeName" : "TestTreeViewnode3_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单",
"name" : "node1_cm",
"name" : "node3_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "node1_cm"
"id" : "node3_cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
......@@ -497,11 +505,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction1"
"id" : "node3_cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
......@@ -575,11 +583,11 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction2"
"id" : "node3_cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "node1_cm",
"logicTag" : "node3_cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
......@@ -653,7 +661,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction4"
"id" : "node3_cm_deuiaction4"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
......@@ -708,7 +716,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction5"
"id" : "node3_cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
......@@ -744,7 +752,7 @@
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "node1_cm_deuiaction3"
"id" : "node3_cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
......
......@@ -10,9 +10,17 @@
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "自定义计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
......
......@@ -446,9 +446,21 @@
"codeListType" : "DYNAMIC",
"codeName" : "Test__TestAll",
"customCond" : "{N_TESTNAME_LIKE: \"1\", navParam: \"%srfpersonname%\", size: \"%size%\"}",
"getDataPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
},
"getDisablePSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestAll.json",
"emptyText" : "未定义",
"getMinorSortPSAppDEField" : {
"name" : "FIELD23",
"codeName" : "FIELD23"
},
"name" : "测试实体动态代码表",
"getPSAppDEDataSet" : {
"modelref" : true,
......@@ -59634,6 +59646,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
......@@ -62373,6 +62414,15 @@
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "counter",
"defaultParamName" : "DEFAULT",
"logicName" : "获取计数器",
"name" : "获取计数器",
"scriptCode" : "const result = {\n zero: 0,\n};\nconst array = Array.from({ length: 10 }, (_, index) => index);\narray.forEach(value=>{\nresult[`num${value}`] = Math.floor(Math.random() * 100);\n})\nreturn result;",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "logic1",
"defaultParamName" : "Default",
......@@ -63246,6 +63296,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/checkkey",
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "counter"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CREATE",
"codeName" : "Create",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册