Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
1e5e8e71
提交
1e5e8e71
编写于
4月 18, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhanghengfeng 发布系统代码 [TrainSys,网页端]
上级
b22324a6
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
121 行增加
和
11 行删除
+121
-11
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+101
-3
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+6
-2
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+6
-2
bookHoverEditView.json
...rainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookHoverEditView.json
+6
-2
AppDataUploadView.json
...insys/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppDataUploadView.json
+2
-2
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
1e5e8e71
...
@@ -87,6 +87,15 @@
...
@@ -87,6 +87,15 @@
"value" : "kp"
"value" : "kp"
} ],
} ],
"enableCache" : true
"enableCache" : true
}, {
"codeListTag" : "ModelRepository__UsrCodeList0411260431",
"codeListType" : "DYNAMIC",
"codeName" : "ModelRepository__UsrCodeList0411260431",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/ModelRepository__UsrCodeList0411260431.json",
"emptyText" : "未定义",
"name" : "song动态",
"enableCache" : true
}, {
}, {
"codeListTag" : "Runtime1",
"codeListTag" : "Runtime1",
"codeListType" : "DYNAMIC",
"codeListType" : "DYNAMIC",
...
@@ -8841,11 +8850,13 @@
...
@@ -8841,11 +8850,13 @@
"itemType" : "FIELD",
"itemType" : "FIELD",
"name" : "field_text_dynamic1",
"name" : "field_text_dynamic1",
"getPSEditor" : {
"getPSEditor" : {
"editorType" : "SPAN",
"editorParams" : {
"template" : "template内容:{{data.testname}}"
},
"editorType" : "RAW",
"name" : "field_text_dynamic1",
"name" : "field_text_dynamic1",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"template" : "template内容:{{data.testname}}"
"enableLinkView" : false
},
},
"getPSLayoutPos" : {
"getPSLayoutPos" : {
"colMD" : 24,
"colMD" : 24,
...
@@ -8884,6 +8895,26 @@
...
@@ -8884,6 +8895,26 @@
"width" : 400.0,
"width" : 400.0,
"hidden" : false,
"hidden" : false,
"showCaption" : false
"showCaption" : false
}, {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL",
"widthMode" : "FULL"
},
"getPSRawItem" : {
"caption" : "测试面板直接内容",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "测试面板直接内容",
"showCaption" : true
}, {
}, {
"caption" : "文本框",
"caption" : "文本框",
"contentHeight" : 100.0,
"contentHeight" : 100.0,
...
@@ -8935,6 +8966,25 @@
...
@@ -8935,6 +8966,25 @@
"viewFieldName" : "TESTNAME",
"viewFieldName" : "TESTNAME",
"hidden" : false,
"hidden" : false,
"showCaption" : false
"showCaption" : false
}, {
"caption" : "文本",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_text",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"caption" : "文本内容",
"contentType" : "RAW",
"name" : "static_text",
"predefinedType" : "STATIC_TEXT",
"renderMode" : "TEXT"
},
"rawContent" : "文本内容",
"showCaption" : true
} ],
} ],
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL"
"modeltype" : "PSSYSVIEWPANEL"
...
@@ -24460,6 +24510,54 @@
...
@@ -24460,6 +24510,54 @@
"modelref" : true,
"modelref" : true,
"id" : "Begin"
"id" : "Begin"
}
}
}, {
"codeName" : "indexBtnOpenMenu",
"defaultParamName" : "Default",
"logicName" : "首页按钮打开对应菜单",
"name" : "首页按钮打开对应菜单",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"code" : "console.log('打开对应菜单')",
"codeName" : "RAWJSCODE1",
"leftPos" : 396,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"topPos" : 208
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "index_setting",
"logicName" : "触发按钮",
"name" : "触发按钮",
"ctrlParam" : true
}, {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, {
}, {
"codeName" : "testviewlogic",
"codeName" : "testviewlogic",
"defaultParamName" : "Default",
"defaultParamName" : "Default",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
1e5e8e71
...
@@ -117,12 +117,12 @@
...
@@ -117,12 +117,12 @@
"name"
:
"field8"
"name"
:
"field8"
},
{
},
{
"name"
:
"field17"
"name"
:
"field17"
},
{
"name"
:
"field14"
},
{
},
{
"name"
:
"field13"
"name"
:
"field13"
},
{
},
{
"name"
:
"field11"
"name"
:
"field11"
},
{
"name"
:
"field14"
}
]
}
]
}
],
}
],
"getPSDEFormItemVRs"
:
[
{
"getPSDEFormItemVRs"
:
[
{
...
@@ -1840,6 +1840,7 @@
...
@@ -1840,6 +1840,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"AC"
:
"TRUE"
,
"AC"
:
"TRUE"
,
"PICKUPVIEW"
:
"TRUE"
"PICKUPVIEW"
:
"TRUE"
},
},
...
@@ -2082,6 +2083,7 @@
...
@@ -2082,6 +2083,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"AC"
:
"TRUE"
,
"AC"
:
"TRUE"
,
"TRIGGER"
:
"TRUE"
,
"TRIGGER"
:
"TRUE"
,
"PICKUPVIEW"
:
"FALSE"
"PICKUPVIEW"
:
"FALSE"
...
@@ -2198,6 +2200,7 @@
...
@@ -2198,6 +2200,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"PICKUPVIEW"
:
"TRUE"
"PICKUPVIEW"
:
"TRUE"
},
},
"editorType"
:
"ADDRESSPICKUP"
,
"editorType"
:
"ADDRESSPICKUP"
,
...
@@ -2724,6 +2727,7 @@
...
@@ -2724,6 +2727,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"FORCESELECTION"
:
"FALSE"
,
"FORCESELECTION"
:
"FALSE"
,
"overflowMode"
:
"ellipsis"
,
"TRIGGER"
:
"TRUE"
"TRIGGER"
:
"TRUE"
},
},
"editorType"
:
"AC"
,
"editorType"
:
"AC"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
1e5e8e71
...
@@ -235,12 +235,12 @@
...
@@ -235,12 +235,12 @@
"name"
:
"field8"
"name"
:
"field8"
},
{
},
{
"name"
:
"field17"
"name"
:
"field17"
},
{
"name"
:
"field14"
},
{
},
{
"name"
:
"field13"
"name"
:
"field13"
},
{
},
{
"name"
:
"field11"
"name"
:
"field11"
},
{
"name"
:
"field14"
}
]
}
]
}
],
}
],
"getPSDEFormItemVRs"
:
[
{
"getPSDEFormItemVRs"
:
[
{
...
@@ -1958,6 +1958,7 @@
...
@@ -1958,6 +1958,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"AC"
:
"TRUE"
,
"AC"
:
"TRUE"
,
"PICKUPVIEW"
:
"TRUE"
"PICKUPVIEW"
:
"TRUE"
},
},
...
@@ -2200,6 +2201,7 @@
...
@@ -2200,6 +2201,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"AC"
:
"TRUE"
,
"AC"
:
"TRUE"
,
"TRIGGER"
:
"TRUE"
,
"TRIGGER"
:
"TRUE"
,
"PICKUPVIEW"
:
"FALSE"
"PICKUPVIEW"
:
"FALSE"
...
@@ -2316,6 +2318,7 @@
...
@@ -2316,6 +2318,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"PICKUPVIEW"
:
"TRUE"
"PICKUPVIEW"
:
"TRUE"
},
},
"editorType"
:
"ADDRESSPICKUP"
,
"editorType"
:
"ADDRESSPICKUP"
,
...
@@ -2842,6 +2845,7 @@
...
@@ -2842,6 +2845,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"FORCESELECTION"
:
"FALSE"
,
"FORCESELECTION"
:
"FALSE"
,
"overflowMode"
:
"ellipsis"
,
"TRIGGER"
:
"TRUE"
"TRIGGER"
:
"TRUE"
},
},
"editorType"
:
"AC"
,
"editorType"
:
"AC"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookHoverEditView.json
浏览文件 @
1e5e8e71
...
@@ -713,12 +713,12 @@
...
@@ -713,12 +713,12 @@
"name"
:
"field8"
"name"
:
"field8"
},
{
},
{
"name"
:
"field17"
"name"
:
"field17"
},
{
"name"
:
"field14"
},
{
},
{
"name"
:
"field13"
"name"
:
"field13"
},
{
},
{
"name"
:
"field11"
"name"
:
"field11"
},
{
"name"
:
"field14"
}
]
}
]
}
],
}
],
"getPSDEFormItemVRs"
:
[
{
"getPSDEFormItemVRs"
:
[
{
...
@@ -2436,6 +2436,7 @@
...
@@ -2436,6 +2436,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"AC"
:
"TRUE"
,
"AC"
:
"TRUE"
,
"PICKUPVIEW"
:
"TRUE"
"PICKUPVIEW"
:
"TRUE"
},
},
...
@@ -2678,6 +2679,7 @@
...
@@ -2678,6 +2679,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"AC"
:
"TRUE"
,
"AC"
:
"TRUE"
,
"TRIGGER"
:
"TRUE"
,
"TRIGGER"
:
"TRUE"
,
"PICKUPVIEW"
:
"FALSE"
"PICKUPVIEW"
:
"FALSE"
...
@@ -2794,6 +2796,7 @@
...
@@ -2794,6 +2796,7 @@
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"overflowMode"
:
"ellipsis"
,
"PICKUPVIEW"
:
"TRUE"
"PICKUPVIEW"
:
"TRUE"
},
},
"editorType"
:
"ADDRESSPICKUP"
,
"editorType"
:
"ADDRESSPICKUP"
,
...
@@ -3320,6 +3323,7 @@
...
@@ -3320,6 +3323,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorParams"
:
{
"editorParams"
:
{
"FORCESELECTION"
:
"FALSE"
,
"FORCESELECTION"
:
"FALSE"
,
"overflowMode"
:
"ellipsis"
,
"TRIGGER"
:
"TRUE"
"TRIGGER"
:
"TRUE"
},
},
"editorType"
:
"AC"
,
"editorType"
:
"AC"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppDataUploadView.json
浏览文件 @
1e5e8e71
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
},
{
},
{
"caption"
:
"文本"
,
"caption"
:
"文本"
,
"contentType"
:
"HTML"
,
"contentType"
:
"HTML"
,
"htmlContent"
:
"<p>点击此处<a><a>上传文件</a></a></p>"
,
"htmlContent"
:
"<p>点击此处&
nbsp; &
lt;a><a>上传文件</a></a></p>"
,
"itemStyle"
:
"DEFAULT"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"RAWITEM"
,
"itemType"
:
"RAWITEM"
,
"name"
:
"upload_raw"
,
"name"
:
"upload_raw"
,
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
"layout"
:
"FLEX"
"layout"
:
"FLEX"
},
},
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"content"
:
"<p>点击此处<a><a>上传文件</a></a></p>"
,
"content"
:
"<p>点击此处&
nbsp; &
lt;a><a>上传文件</a></a></p>"
,
"contentType"
:
"HTML"
,
"contentType"
:
"HTML"
,
"name"
:
"upload_raw"
,
"name"
:
"upload_raw"
,
"predefinedType"
:
"STATIC_TEXT"
"predefinedType"
:
"STATIC_TEXT"
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录