Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
0bc77e4f
提交
0bc77e4f
编写于
9月 25, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
2a17adf5
变更
13
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
1556 行增加
和
39 行删除
+1556
-39
TEST.json
.../ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
+41
-0
Success.json
...MODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json
+26
-0
Success.json
...SMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/Success.json
+11
-0
TEST.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
+67
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+67
-0
TEST.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json
+67
-0
TEST.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
+137
-0
TESTbackUIActionTest.json
...nsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTbackUIActionTest.json
+797
-0
AppTestIndexView.json
...insys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppTestIndexView.json
+22
-0
AppTestIndexView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppTestIndexView.json
+10
-0
PSSYSAPP.hubsubapp.json
...cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
+95
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+204
-39
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
+12
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
浏览文件 @
0bc77e4f
...
...
@@ -329,6 +329,31 @@
"name"
:
"Save2Result"
,
"type"
:
"VOID"
}
},
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
,
"logicName"
:
"成功"
,
"name"
:
"Success"
,
"getPSDEActionInput"
:
{
"name"
:
"SuccessInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/Success.json"
},
"enableBackend"
:
false
},
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"USERCUSTOM"
,
...
...
@@ -3320,6 +3345,16 @@
},
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"Success"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/Success.json"
,
"logicName"
:
"返回成功"
,
"name"
:
"返回成功"
,
"scriptCode"
:
"return {ok:true}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"logic1"
,
"defaultParamName"
:
"Default"
,
...
...
@@ -4510,6 +4545,12 @@
"name"
:
"测试实体实体编辑视图(左右关系)_抽屉"
,
"realModelSubType"
:
"DEEDITVIEW2"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"backUIActionTest"
,
"logicName"
:
"后台调用测试"
,
"name"
:
"后台调用测试"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MobDataView"
,
"logicName"
:
"测试实体实体移动端卡片视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json
0 → 100644
浏览文件 @
0bc77e4f
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
,
"logicName"
:
"成功"
,
"name"
:
"Success"
,
"getPSDEActionInput"
:
{
"name"
:
"SuccessInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/Success.json"
},
"enableBackend"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/Success.json
0 → 100644
浏览文件 @
0bc77e4f
{
"codeName"
:
"Success"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/Success.json"
,
"logicName"
:
"返回成功"
,
"name"
:
"返回成功"
,
"scriptCode"
:
"return {ok:true}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
浏览文件 @
0bc77e4f
...
...
@@ -486,6 +486,35 @@
"requestPath"
:
"/save2"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Success"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"SuccessInput"
,
"name"
:
"SuccessInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"SuccessResult"
,
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
@@ -2072,6 +2101,15 @@
},
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"Success"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"返回成功"
,
"name"
:
"返回成功"
,
"scriptCode"
:
"return {ok:true}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"logic1"
,
"defaultParamName"
:
"Default"
,
...
...
@@ -3090,6 +3128,35 @@
"requestPath"
:
"/save2"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Success"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"SuccessInput"
,
"name"
:
"SuccessInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"SuccessResult"
,
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
0bc77e4f
...
...
@@ -17008,6 +17008,35 @@
"requestPath" : "/save2",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Success",
"methodType" : "DEACTION",
"name" : "Success",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "Success"
},
"getPSAppDEMethodInput" : {
"codeName" : "SuccessInput",
"name" : "SuccessInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "SuccessResult",
"name" : "SuccessResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
...
...
@@ -18594,6 +18623,15 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "Success",
"defaultParamName" : "DEFAULT",
"logicName" : "返回成功",
"name" : "返回成功",
"scriptCode" : "return {ok:true}",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "logic1",
"defaultParamName" : "Default",
...
...
@@ -19612,6 +19650,35 @@
"requestPath" : "/save2",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Success",
"methodType" : "DEACTION",
"name" : "Success",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "Success"
},
"getPSAppDEMethodInput" : {
"codeName" : "SuccessInput",
"name" : "SuccessInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "SuccessResult",
"name" : "SuccessResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json
浏览文件 @
0bc77e4f
...
...
@@ -486,6 +486,35 @@
"requestPath"
:
"/save2"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Success"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"SuccessInput"
,
"name"
:
"SuccessInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"SuccessResult"
,
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
@@ -2072,6 +2101,15 @@
},
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"Success"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"返回成功"
,
"name"
:
"返回成功"
,
"scriptCode"
:
"return {ok:true}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"logic1"
,
"defaultParamName"
:
"Default"
,
...
...
@@ -3090,6 +3128,35 @@
"requestPath"
:
"/save2"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Success"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"SuccessInput"
,
"name"
:
"SuccessInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"SuccessResult"
,
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
浏览文件 @
0bc77e4f
...
...
@@ -486,6 +486,35 @@
"requestPath"
:
"/save2"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Success"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"SuccessInput"
,
"name"
:
"SuccessInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"SuccessResult"
,
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
@@ -2072,6 +2101,15 @@
},
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"Success"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"返回成功"
,
"name"
:
"返回成功"
,
"scriptCode"
:
"return {ok:true}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"logic1"
,
"defaultParamName"
:
"Default"
,
...
...
@@ -3090,6 +3128,35 @@
"requestPath"
:
"/save2"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Success"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Success"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"SuccessInput"
,
"name"
:
"SuccessInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"SuccessResult"
,
"name"
:
"SuccessResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Success.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
@@ -3362,6 +3429,72 @@
"uIActionType"
:
"DEUIACTION"
,
"uILogicAttachMode"
:
"REPLACE"
,
"id"
:
"UILogic@TEST"
},
{
"actionTarget"
:
"MULTIDATA"
,
"caption"
:
"后台调用多项数据"
,
"codeName"
:
"backMultiData"
,
"confirmMsg"
:
"【${viewparam.title}】${context.srfpersonname}确认操作${data.map(item=>item.srfmajortext).join('、')}么?"
,
"fullCodeName"
:
"TEST_backMultiData"
,
"name"
:
"后台【多项数据】"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"successMsg"
:
"【${viewparam.title}】${context.srfpersonname}操作${data.map(item=>item.srfmajortext).join('、')}成功"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backMultiData"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"backMultiData@TEST"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"后台调用无数据"
,
"codeName"
:
"backNoData"
,
"confirmMsg"
:
"【${viewparam.title}】${context.srfpersonname}确认操作么?"
,
"fullCodeName"
:
"TEST_backNoData"
,
"name"
:
"后台【无数据】"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"successMsg"
:
"【${viewparam.title}】${context.srfpersonname}操作成功"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backNoData"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"backNoData@TEST"
},
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"后台调用单数据"
,
"codeName"
:
"backSingleData"
,
"confirmMsg"
:
"【${viewparam.title}】${context.srfpersonname}确认操作${data.srfmajortext}么?"
,
"fullCodeName"
:
"TEST_backSingleData"
,
"name"
:
"后台【单数据】"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"successMsg"
:
"【${viewparam.title}】${context.srfpersonname}操作${data.srfmajortext}成功"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backSingleData"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"backSingleData@TEST"
},
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"实体逻辑"
,
...
...
@@ -4857,6 +4990,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTControlDefaultLoadTest2.json"
,
"viewType"
:
"DECUSTOMVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTbackUIActionTest.json"
,
"viewType"
:
"DEGRIDVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_5730.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTbackUIActionTest.json
0 → 100644
浏览文件 @
0bc77e4f
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppTestIndexView.json
浏览文件 @
0bc77e4f
...
...
@@ -304,6 +304,28 @@
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"视图布局"
},
{
"accUserMode"
:
2
,
"caption"
:
"后台调用"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem46"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0925909886"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"后台调用"
},
{
"accUserMode"
:
0
,
"caption"
:
"工作流"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppTestIndexView.json
浏览文件 @
0bc77e4f
...
...
@@ -135,6 +135,16 @@
"tooltip"
:
"抽屉分页关系视图"
}
],
"tooltip"
:
"视图布局"
},
{
"accUserMode"
:
2
,
"caption"
:
"后台调用"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem46"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0925909886"
},
"tooltip"
:
"后台调用"
},
{
"accUserMode"
:
0
,
"caption"
:
"工作流"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
浏览文件 @
0bc77e4f
...
...
@@ -621,6 +621,101 @@
"showIcon"
:
true
}
],
"uniqueTag"
:
"TEST__Usr0614621049"
},
{
"codeName"
:
"Usr0925728817"
,
"name"
:
"后台调用测试"
,
"getPSUIActionGroupDetails"
:
[
{
"caption"
:
"后台调用无数据"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"ue5ee41d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"后台调用无数据"
,
"codeName"
:
"backNoData"
,
"confirmMsg"
:
"【${viewparam.title}】${context.srfpersonname}确认操作么?"
,
"fullCodeName"
:
"TEST_backNoData"
,
"name"
:
"后台【无数据】"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"successMsg"
:
"【${viewparam.title}】${context.srfpersonname}操作成功"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backNoData"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"backNoData@TEST"
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"后台调用单数据"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"u9f12df2"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"后台调用单数据"
,
"codeName"
:
"backSingleData"
,
"confirmMsg"
:
"【${viewparam.title}】${context.srfpersonname}确认操作${data.srfmajortext}么?"
,
"fullCodeName"
:
"TEST_backSingleData"
,
"name"
:
"后台【单数据】"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"successMsg"
:
"【${viewparam.title}】${context.srfpersonname}操作${data.srfmajortext}成功"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backSingleData"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"backSingleData@TEST"
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"后台调用多项数据"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"u285b9a6"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIDATA"
,
"caption"
:
"后台调用多项数据"
,
"codeName"
:
"backMultiData"
,
"confirmMsg"
:
"【${viewparam.title}】${context.srfpersonname}确认操作${data.map(item=>item.srfmajortext).join('、')}么?"
,
"fullCodeName"
:
"TEST_backMultiData"
,
"name"
:
"后台【多项数据】"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Success"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"successMsg"
:
"【${viewparam.title}】${context.srfpersonname}操作${data.map(item=>item.srfmajortext).join('、')}成功"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backMultiData"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"backMultiData@TEST"
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"uniqueTag"
:
"TEST__Usr0925728817"
},
{
"codeName"
:
"Usr0710265893"
,
"name"
:
"批操作"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
0bc77e4f
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
0bc77e4f
...
...
@@ -1239,6 +1239,18 @@
"uIActionType"
:
"DEUIACTION"
,
"group"
:
true
,
"id"
:
"756758c15b45c9cfa60a87492b52f269"
},
{
"caption"
:
"实体界面行为组4"
,
"codeName"
:
"实体界面行为组4"
,
"fullCodeName"
:
"实体界面行为组4"
,
"name"
:
"实体界面行为组4"
,
"predefinedType"
:
"VIEW_DEBHGROUP004"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"41f7e84590b7e0c8ff3c13e08cef9947"
,
"uIActionType"
:
"DEUIACTION"
,
"group"
:
true
,
"id"
:
"41f7e84590b7e0c8ff3c13e08cef9947"
},
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"数据导航"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录