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

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

上级 b09440b8
...@@ -218,6 +218,31 @@ ...@@ -218,6 +218,31 @@
"type" : "SIMPLE" "type" : "SIMPLE"
}, },
"builtinAction" : true "builtinAction" : true
}, {
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json",
"logicName" : "计数器行为",
"name" : "Counter",
"getPSDEActionInput" : {
"name" : "CounterInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json"
},
"enableBackend" : false
}, { }, {
"actionMode" : "UNKNOWN", "actionMode" : "UNKNOWN",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -5964,6 +5989,16 @@ ...@@ -5964,6 +5989,16 @@
"queryColumn" : false "queryColumn" : false
} ], } ],
"getAllPSDELogics" : [ { "getAllPSDELogics" : [ {
"codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.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" : "deLogicReturnFalse", "codeName" : "deLogicReturnFalse",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/deLogicReturnFalse.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/deLogicReturnFalse.json",
......
{
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json",
"logicName" : "计数器行为",
"name" : "Counter",
"getPSDEActionInput" : {
"name" : "CounterInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json"
},
"enableBackend" : false
}
\ No newline at end of file
...@@ -4,13 +4,26 @@ ...@@ -4,13 +4,26 @@
"formCaption" : "书", "formCaption" : "书",
"name" : "书默认关系界面组", "name" : "书默认关系界面组",
"getPSDEDRDetails" : [ { "getPSDEDRDetails" : [ {
"caption" : "学员信息清单", "caption" : "清单",
"counterId" : "num1",
"detailType" : "DRITEM", "detailType" : "DRITEM",
"name" : "dritem1", "name" : "dritem1",
"orderValue" : 1000, "orderValue" : 100,
"originCaption" : "清单",
"getPSDEDRItem" : { "getPSDEDRItem" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEDRITEMS/DRItem.json" "path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEDRITEMS/DRItem.json"
} }
}, {
"caption" : "表格",
"counterId" : "num2",
"detailType" : "DRITEM",
"name" : "dritem2",
"orderValue" : 110,
"originCaption" : "表格",
"getPSDEDRItem" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEDRITEMS/DRItem2.json"
}
} ] } ]
} }
\ No newline at end of file
{ {
"codeName" : "DRItem", "codeName" : "DRItem",
"counterId" : "num1",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEDRITEMS/DRItem.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEDRITEMS/DRItem.json",
"itemType" : "SYSDER1N", "itemType" : "SYSDER1N",
"name" : "学员信息清单", "name" : "学员信息清单",
......
{ {
"codeName" : "DRItem2", "codeName" : "DRItem2",
"counterId" : "num2",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEDRITEMS/DRItem2.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEDRITEMS/DRItem2.json",
"itemType" : "CUSTOM", "itemType" : "CUSTOM",
"name" : "学员登记信息实体表格导航视图", "name" : "学员登记信息实体表格导航视图",
......
{
"codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.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
...@@ -311,6 +311,35 @@ ...@@ -311,6 +311,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
...@@ -2894,6 +2923,15 @@ ...@@ -2894,6 +2923,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "bookcounterLogic",
"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" : "deLogicReturnFalse", "codeName" : "deLogicReturnFalse",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "实体逻辑返回false", "logicName" : "实体逻辑返回false",
...@@ -3903,6 +3941,35 @@ ...@@ -3903,6 +3941,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
......
...@@ -311,6 +311,35 @@ ...@@ -311,6 +311,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
...@@ -2894,6 +2923,15 @@ ...@@ -2894,6 +2923,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "bookcounterLogic",
"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" : "deLogicReturnFalse", "codeName" : "deLogicReturnFalse",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "实体逻辑返回false", "logicName" : "实体逻辑返回false",
...@@ -3903,6 +3941,35 @@ ...@@ -3903,6 +3941,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
......
...@@ -1482,16 +1482,16 @@ ...@@ -1482,16 +1482,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
{
"codeName" : "bookCustom",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "书实体计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timer" : 60000,
"uniqueTag" : "bookCustom"
}
\ No newline at end of file
...@@ -311,6 +311,35 @@ ...@@ -311,6 +311,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
...@@ -2894,6 +2923,15 @@ ...@@ -2894,6 +2923,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "bookcounterLogic",
"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" : "deLogicReturnFalse", "codeName" : "deLogicReturnFalse",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "实体逻辑返回false", "logicName" : "实体逻辑返回false",
...@@ -3903,6 +3941,35 @@ ...@@ -3903,6 +3941,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
......
...@@ -22,6 +22,33 @@ ...@@ -22,6 +22,33 @@
"controlType" : "DRTAB", "controlType" : "DRTAB",
"editItemCaption" : "书", "editItemCaption" : "书",
"name" : "drtab", "name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "bookCustom",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "书实体计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timer" : 60000,
"uniqueTag" : "bookCustom"
},
"refMode" : {
"srfdeid" : "BOOK"
},
"tag" : "2a4e8cfc484b5a67e5fe2019cc99c92c",
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -36,13 +63,23 @@ ...@@ -36,13 +63,23 @@
"id" : "DRTAB" "id" : "DRTAB"
}, },
"getPSDEDRTabPages" : [ { "getPSDEDRTabPages" : [ {
"caption" : "学员信息清单", "caption" : "清单",
"counterId" : "num1",
"name" : "dritem1", "name" : "dritem1",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "表格",
"counterId" : "num2",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json",
"viewType" : "DEGRIDEXPVIEW"
}
} ], } ],
"uniqueTag" : "bookEditView3__drtab", "uniqueTag" : "bookEditView3__drtab",
"modelid" : "fa1370490e24654b68f76899ff0a5688", "modelid" : "fa1370490e24654b68f76899ff0a5688",
......
...@@ -17,6 +17,33 @@ ...@@ -17,6 +17,33 @@
"controlType" : "DRTAB", "controlType" : "DRTAB",
"editItemCaption" : "书", "editItemCaption" : "书",
"name" : "drtab", "name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "bookCustom",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "书实体计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timer" : 60000,
"uniqueTag" : "bookCustom"
},
"refMode" : {
"srfdeid" : "BOOK"
},
"tag" : "2a4e8cfc484b5a67e5fe2019cc99c92c",
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -31,13 +58,23 @@ ...@@ -31,13 +58,23 @@
"id" : "DRTAB" "id" : "DRTAB"
}, },
"getPSDEDRTabPages" : [ { "getPSDEDRTabPages" : [ {
"caption" : "学员信息清单", "caption" : "清单",
"counterId" : "num1",
"name" : "dritem1", "name" : "dritem1",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "表格",
"counterId" : "num2",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json",
"viewType" : "DEGRIDEXPVIEW"
}
} ], } ],
"uniqueTag" : "bookMobWFDynaEditView3__drtab", "uniqueTag" : "bookMobWFDynaEditView3__drtab",
"modelid" : "fa1370490e24654b68f76899ff0a5688", "modelid" : "fa1370490e24654b68f76899ff0a5688",
......
...@@ -17,6 +17,33 @@ ...@@ -17,6 +17,33 @@
"controlType" : "DRTAB", "controlType" : "DRTAB",
"editItemCaption" : "书", "editItemCaption" : "书",
"name" : "drtab", "name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "bookCustom",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "书实体计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timer" : 60000,
"uniqueTag" : "bookCustom"
},
"refMode" : {
"srfdeid" : "BOOK"
},
"tag" : "2a4e8cfc484b5a67e5fe2019cc99c92c",
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -31,13 +58,23 @@ ...@@ -31,13 +58,23 @@
"id" : "DRTAB" "id" : "DRTAB"
}, },
"getPSDEDRTabPages" : [ { "getPSDEDRTabPages" : [ {
"caption" : "学员信息清单", "caption" : "清单",
"counterId" : "num1",
"name" : "dritem1", "name" : "dritem1",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "表格",
"counterId" : "num2",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json",
"viewType" : "DEGRIDEXPVIEW"
}
} ], } ],
"uniqueTag" : "bookWFDynaEditView3__drtab", "uniqueTag" : "bookWFDynaEditView3__drtab",
"modelid" : "fa1370490e24654b68f76899ff0a5688", "modelid" : "fa1370490e24654b68f76899ff0a5688",
......
...@@ -1774,6 +1774,33 @@ ...@@ -1774,6 +1774,33 @@
"controlType" : "DRTAB", "controlType" : "DRTAB",
"editItemCaption" : "书", "editItemCaption" : "书",
"name" : "drtab", "name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "bookCustom",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "书实体计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timer" : 60000,
"uniqueTag" : "bookCustom"
},
"refMode" : {
"srfdeid" : "BOOK"
},
"tag" : "2a4e8cfc484b5a67e5fe2019cc99c92c",
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -1788,13 +1815,23 @@ ...@@ -1788,13 +1815,23 @@
"id" : "DRTAB" "id" : "DRTAB"
}, },
"getPSDEDRTabPages" : [ { "getPSDEDRTabPages" : [ {
"caption" : "学员信息清单", "caption" : "清单",
"counterId" : "num1",
"name" : "dritem1", "name" : "dritem1",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "表格",
"counterId" : "num2",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json",
"viewType" : "DEGRIDEXPVIEW"
}
} ], } ],
"uniqueTag" : "bookEditView3__drtab", "uniqueTag" : "bookEditView3__drtab",
"modelid" : "fa1370490e24654b68f76899ff0a5688", "modelid" : "fa1370490e24654b68f76899ff0a5688",
...@@ -2779,6 +2816,33 @@ ...@@ -2779,6 +2816,33 @@
"controlType" : "DRTAB", "controlType" : "DRTAB",
"editItemCaption" : "书", "editItemCaption" : "书",
"name" : "drtab", "name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "bookCustom",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "书实体计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timer" : 60000,
"uniqueTag" : "bookCustom"
},
"refMode" : {
"srfdeid" : "BOOK"
},
"tag" : "2a4e8cfc484b5a67e5fe2019cc99c92c",
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -2793,13 +2857,23 @@ ...@@ -2793,13 +2857,23 @@
"id" : "DRTAB" "id" : "DRTAB"
}, },
"getPSDEDRTabPages" : [ { "getPSDEDRTabPages" : [ {
"caption" : "学员信息清单", "caption" : "清单",
"counterId" : "num1",
"name" : "dritem1", "name" : "dritem1",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "表格",
"counterId" : "num2",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json",
"viewType" : "DEGRIDEXPVIEW"
}
} ], } ],
"uniqueTag" : "bookWFDynaEditView3__drtab", "uniqueTag" : "bookWFDynaEditView3__drtab",
"modelid" : "fa1370490e24654b68f76899ff0a5688", "modelid" : "fa1370490e24654b68f76899ff0a5688",
...@@ -3433,6 +3507,33 @@ ...@@ -3433,6 +3507,33 @@
"controlType" : "DRTAB", "controlType" : "DRTAB",
"editItemCaption" : "书", "editItemCaption" : "书",
"name" : "drtab", "name" : "drtab",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "bookCustom",
"counterType" : "DEDR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json",
"getGetPSAppDEAction" : {
"modelref" : true,
"id" : "Counter"
},
"name" : "书实体计数器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"timer" : 60000,
"uniqueTag" : "bookCustom"
},
"refMode" : {
"srfdeid" : "BOOK"
},
"tag" : "2a4e8cfc484b5a67e5fe2019cc99c92c",
"id" : "2a4e8cfc484b5a67e5fe2019cc99c92c"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -3447,13 +3548,23 @@ ...@@ -3447,13 +3548,23 @@
"id" : "DRTAB" "id" : "DRTAB"
}, },
"getPSDEDRTabPages" : [ { "getPSDEDRTabPages" : [ {
"caption" : "学员信息清单", "caption" : "清单",
"counterId" : "num1",
"name" : "dritem1", "name" : "dritem1",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "表格",
"counterId" : "num2",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json",
"viewType" : "DEGRIDEXPVIEW"
}
} ], } ],
"uniqueTag" : "bookMobWFDynaEditView3__drtab", "uniqueTag" : "bookMobWFDynaEditView3__drtab",
"modelid" : "fa1370490e24654b68f76899ff0a5688", "modelid" : "fa1370490e24654b68f76899ff0a5688",
......
...@@ -1010,6 +1010,9 @@ ...@@ -1010,6 +1010,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json" "path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/bookCustom.json"
} ], } ],
"getAllPSAppDERSs" : [ { "getAllPSAppDERSs" : [ {
"actionRSMode" : 1, "actionRSMode" : 1,
...@@ -13230,16 +13233,16 @@ ...@@ -13230,16 +13233,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -13328,6 +13331,18 @@ ...@@ -13328,6 +13331,18 @@
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13341,12 +13356,6 @@ ...@@ -13341,12 +13356,6 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13355,50 +13364,44 @@ ...@@ -13355,50 +13364,44 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
} ] } ]
}, { }, {
...@@ -49169,6 +49172,35 @@ ...@@ -49169,6 +49172,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
...@@ -51752,6 +51784,15 @@ ...@@ -51752,6 +51784,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "bookcounterLogic",
"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" : "deLogicReturnFalse", "codeName" : "deLogicReturnFalse",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "实体逻辑返回false", "logicName" : "实体逻辑返回false",
...@@ -52761,6 +52802,35 @@ ...@@ -52761,6 +52802,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"builtinMethod" : false "builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Counter",
"methodType" : "DEACTION",
"name" : "Counter",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "bookcounterLogic"
},
"getPSAppDEMethodInput" : {
"codeName" : "CounterInput",
"name" : "CounterInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CounterResult",
"name" : "CounterResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/Counter.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "CREATE", "actionMode" : "CREATE",
"codeName" : "Create", "codeName" : "Create",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册