Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
3ab8acea
提交
3ab8acea
编写于
12月 13, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
359d47b7
变更
19
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
5597 行增加
和
4336 行删除
+5597
-4336
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+2
-2
Phone.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
+16
-0
Phone.json
...ys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
+8
-0
Main.json
...TemplatePublish/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
+3
-15
Panel.json
...mplatePublish/PSAPPDATAENTITIES/Phone/PSPANELS/Panel.json
+13
-0
phoneEditView.json
...PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
+2191
-2033
phoneIndexView.json
...SSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json
+802
-0
phonePanelView.json
...SSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json
+59
-0
Test.json
...trainsys/PSSYSAPPS/TemplatePublish/PSAPPMODULES/Test.json
+7
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+39
-4
PSSYSAPP.simple.json
...b/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
+12
-0
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+4
-2
TestEditorGrid.json
...PS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json
+1
-1
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
+17
-17
ReginfoEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
+17
-17
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+4
-2
bookUsr2GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
+1
-1
phoneEditView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
+2392
-2235
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+9
-7
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
3ab8acea
...
...
@@ -50,7 +50,7 @@
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-38
3
-3"
>
<changeSet
author=
"root"
id=
"tab-book-38
6
-3"
>
<createTable
tableName=
"T_BOOK"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
...
...
@@ -169,7 +169,7 @@
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<changeSet
author=
"root"
id=
"tab-phone-22
1
-6"
>
<changeSet
author=
"root"
id=
"tab-phone-22
5
-6"
>
<createTable
tableName=
"T_PHONE"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
浏览文件 @
3ab8acea
...
...
@@ -2146,6 +2146,22 @@
"rTMOSFilePath"
:
"psmodeldata$psdataentities/Usr2EditView"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"IndexView"
,
"logicName"
:
"手机实体首页视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/IndexView"
,
"name"
:
"手机实体首页视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/IndexView"
,
"realModelSubType"
:
"DEINDEXVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PanelView"
,
"logicName"
:
"手机实体面板视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/PanelView"
,
"name"
:
"手机实体面板视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/PanelView"
,
"realModelSubType"
:
"DEPANELVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PhoneView"
,
"logicName"
:
"手机实体表格视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
浏览文件 @
3ab8acea
...
...
@@ -105,6 +105,14 @@
}
}
],
"getAllPSAppViews"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json"
,
"viewType"
:
"DEINDEXVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json"
,
"viewType"
:
"DEPANELVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json"
,
"viewType"
:
"DEDATAVIEW"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
浏览文件 @
3ab8acea
{
"codeName"
:
"Main"
,
"controlStyle"
:
"runtime_widget_out"
,
"controlType"
:
"FORM"
,
"getCreatePSControlAction"
:
{
"modelref"
:
true
,
...
...
@@ -20,23 +19,12 @@
"modelref"
:
true
,
"id"
:
"load"
},
"hookEventNames"
:
[
"LOAD"
,
"SAVE"
,
"REMOVE"
],
"logicName"
:
"主编辑表单"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdeform_editforms/Main"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"LOAD;SAVE;REMOVE"
,
"logicTag"
:
"form"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_form"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
"hidden"
:
true
,
...
...
@@ -665,10 +653,10 @@
"layout"
:
"TABLE_24COL"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"
CUSTOM
"
,
"pluginCode"
:
"
runtime_widget_ou
t"
"pluginType"
:
"
EDITFORM_RENDER
"
,
"pluginCode"
:
"
RuntimeWidge
t"
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phone
Edit
View/psappviewctrls/form"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phone
Index
View/psappviewctrls/form"
,
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSPANELS/Panel.json
0 → 100644
浏览文件 @
3ab8acea
{
"codeName"
:
"Panel"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSPANELS/Panel.json"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/pssysviewpanels/Panel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phonePanelView/psappviewctrls/panel"
,
"modelid"
:
"4ceb0420583fae01ef4864f843f543ff_panel"
,
"modeltype"
:
"PSSYSVIEWPANEL"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
3ab8acea
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json
0 → 100644
浏览文件 @
3ab8acea
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json
0 → 100644
浏览文件 @
3ab8acea
{
"accUserMode"
:
2
,
"caption"
:
"手机"
,
"codeName"
:
"phonePanelView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json"
,
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phonePanelView"
,
"name"
:
"phonePanelView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPMODULES/common.json"
},
"getPSControls"
:
[
{
"codeName"
:
"Panel"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSPANELS/Panel.json"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/pssysviewpanels/Panel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam"
:
{
"id"
:
"PANEL"
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phonePanelView/psappviewctrls/panel"
,
"name"
:
"panel"
,
"modelid"
:
"4ceb0420583fae01ef4864f843f543ff_panel"
,
"modeltype"
:
"PSSYSVIEWPANEL"
}
],
"getPSDEViewCodeName"
:
"PanelView"
,
"getPSDEViewId"
:
"37108429-C64A-4BA6-961B-E7A700483FE4"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEPANELVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/pssysviewlayoutpanels/Layoutpanel"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam"
:
{
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phonePanelView/psappviewctrls/layoutpanel"
,
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phonePanelView"
,
"refFlag"
:
false
,
"title"
:
"手机面板视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEPANELVIEW"
,
"enableDP"
:
true
,
"modelid"
:
"4ceb0420583fae01ef4864f843f543ff"
,
"modeltype"
:
"PSAPPDEVIEW"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPMODULES/Test.json
0 → 100644
浏览文件 @
3ab8acea
{
"codeName"
:
"Test"
,
"dynaModelFilePath"
:
"PSSYSAPPS/TemplatePublish/PSAPPMODULES/Test.json"
,
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappmodules/Test"
,
"name"
:
"测试模块"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappmodules/Test"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
3ab8acea
...
...
@@ -808,6 +808,9 @@
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPMODULES/Ungroup.json"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPMODULES/Test.json"
}
],
"getAllPSAppPFPluginRefs"
:
[
{
"name"
:
"view插件"
,
...
...
@@ -928,6 +931,18 @@
"refTag"
:
"FORM"
,
"templCode"
:
"<template>
\n
<div class='messagecolor'>{{message}}</div>
\n
</template>
\n
<script>
\n
export default {
\n
data() {
\n
return {
\n
message:'示例-未出来'
\n
}
\n
},
\n
}
\n
</script>
\n
<style>
\n
.messagecolor{
\n
color:red;
\n
}
\n
</style>"
,
"templCode2"
:
"{
\"
template
\"
:
\"
function anonymous(
\\
n) {
\\
nwith(this){return _c('div',{staticClass:
\\\"
messagecolor
\\\"
},[_v(_s(message))])}
\\
n}
\"
,
\"
script
\"
:
\"\\
nexport default {
\\
n data() {
\\
n return {
\\
n message:'示例-未chulai'
\\
n }
\\
n },
\\
n}
\\
n
\"
,
\"
style
\"
:
\"\\
n.messagecolor{
\\
n color:red;
\\
n}
\\
n
\"
}"
},
{
"name"
:
"部件运行时插件测试(编辑表单)"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITFORM_RENDER"
,
"pluginCode"
:
"RuntimeWidget"
},
"pluginCode"
:
"RuntimeWidget"
,
"pluginType"
:
"EDITFORM_RENDER"
,
"refMode"
:
"CONTROL"
,
"refTag"
:
"FORM"
,
"templCode"
:
"<template>
\r\n
<div class='plugin'>插件</div>
\r\n
</template>
\r\n
<script>
\r\n
export default {
\r\n\r\n
}
\r\n
</script>
\r\n
<style>
\r\n
.plugin {
\r\n
color: red;
\r\n
}
\r\n
</style>"
,
"templCode2"
:
"{
\"
template
\"
:
\"
function anonymous(
\\
n) {
\\
nwith(this){return _c('div',{staticClass:
\\\"
plugin
\\\"
},[_v(
\\\"
插件
\\\"
)])}
\\
n}
\"
,
\"
script
\"
:
\"\\
r
\\
nexport default {
\\
r
\\
n
\\
r
\\
n}
\\
r
\\
n
\"
,
\"
style
\"
:
\"\\
r
\\
n.plugin {
\\
r
\\
n color: red;
\\
r
\\
n}
\\
r
\\
n
\"
}"
}
],
"getAllPSAppSubViewTypeRefs"
:
[
{
"name"
:
"PubTest"
,
...
...
@@ -962,16 +977,16 @@
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
],
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
...
...
@@ -1027,10 +1042,22 @@
"enableRemove"
:
false
}
],
"getAllPSAppViews"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json"
,
"viewType"
:
"DEINDEXVIEW"
,
"resource"
:
"Phone"
,
"view"
:
"IndexView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPINDEXVIEWS/AppIndexView.json"
,
"viewType"
:
"APPINDEXVIEW"
,
"view"
:
"AppIndexView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json"
,
"viewType"
:
"DEPANELVIEW"
,
"resource"
:
"Phone"
,
"view"
:
"PanelView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json"
,
...
...
@@ -3716,6 +3743,14 @@
}
}
],
"getAllPSAppViews"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json"
,
"viewType"
:
"DEINDEXVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json"
,
"viewType"
:
"DEPANELVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json"
,
"viewType"
:
"DEDATAVIEW"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
浏览文件 @
3ab8acea
...
...
@@ -120,6 +120,18 @@
"refTag"
:
"FORM"
,
"templCode"
:
"<template>
\n
<div class='messagecolor'>{{message}}</div>
\n
</template>
\n
<script>
\n
export default {
\n
data() {
\n
return {
\n
message:'示例-未出来'
\n
}
\n
},
\n
}
\n
</script>
\n
<style>
\n
.messagecolor{
\n
color:red;
\n
}
\n
</style>"
,
"templCode2"
:
"{
\"
template
\"
:
\"
function anonymous(
\\
n) {
\\
nwith(this){return _c('div',{staticClass:
\\\"
messagecolor
\\\"
},[_v(_s(message))])}
\\
n}
\"
,
\"
script
\"
:
\"\\
nexport default {
\\
n data() {
\\
n return {
\\
n message:'示例-未chulai'
\\
n }
\\
n },
\\
n}
\\
n
\"
,
\"
style
\"
:
\"\\
n.messagecolor{
\\
n color:red;
\\
n}
\\
n
\"
}"
},
{
"name"
:
"部件运行时插件测试(编辑表单)"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITFORM_RENDER"
,
"pluginCode"
:
"RuntimeWidget"
},
"pluginCode"
:
"RuntimeWidget"
,
"pluginType"
:
"EDITFORM_RENDER"
,
"refMode"
:
"CONTROL"
,
"refTag"
:
"FORM"
,
"templCode"
:
"<template>
\r\n
<div class='plugin'>插件</div>
\r\n
</template>
\r\n
<script>
\r\n
export default {
\r\n\r\n
}
\r\n
</script>
\r\n
<style>
\r\n
.plugin {
\r\n
color: red;
\r\n
}
\r\n
</style>"
,
"templCode2"
:
"{
\"
template
\"
:
\"
function anonymous(
\\
n) {
\\
nwith(this){return _c('div',{staticClass:
\\\"
plugin
\\\"
},[_v(
\\\"
插件
\\\"
)])}
\\
n}
\"
,
\"
script
\"
:
\"\\
r
\\
nexport default {
\\
r
\\
n
\\
r
\\
n}
\\
r
\\
n
\"
,
\"
style
\"
:
\"\\
r
\\
n.plugin {
\\
r
\\
n color: red;
\\
r
\\
n}
\\
r
\\
n
\"
}"
}
],
"cache"
:
{
"getPSAppViews"
:
[
]
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
3ab8acea
...
...
@@ -723,11 +723,13 @@
"getPSEditor"
:
{
"dateTimeFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD HH:mm:ss"
"TIMEFMT"
:
"YYYY-MM-DD HH:mm:ss"
,
"READONLY"
:
"true"
},
"editorType"
:
"DATEPICKER"
,
"editorWidth"
:
160.0
,
"name"
:
"date"
"name"
:
"date"
,
"readOnly"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json
浏览文件 @
3ab8acea
...
...
@@ -509,7 +509,7 @@
},
{
"caption"
:
"文本框"
,
"codeName"
:
"bookname"
,
"enableCond"
:
3
,
"enableCond"
:
0
,
"ignoreInput"
:
0
,
"mOSFilePath"
:
"psdegridcols/bookname"
,
"name"
:
"bookname"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
浏览文件 @
3ab8acea
...
...
@@ -37,6 +37,23 @@
}
}
],
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
...
...
@@ -68,23 +85,6 @@
},
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
}
],
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
浏览文件 @
3ab8acea
...
...
@@ -1109,6 +1109,23 @@
"id"
:
"FORM"
},
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
...
...
@@ -1140,23 +1157,6 @@
},
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
}
],
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
3ab8acea
...
...
@@ -868,11 +868,13 @@
"getPSEditor"
:
{
"dateTimeFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD HH:mm:ss"
"TIMEFMT"
:
"YYYY-MM-DD HH:mm:ss"
,
"READONLY"
:
"true"
},
"editorType"
:
"DATEPICKER"
,
"editorWidth"
:
160.0
,
"name"
:
"date"
"name"
:
"date"
,
"readOnly"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
浏览文件 @
3ab8acea
...
...
@@ -712,7 +712,7 @@
},
{
"caption"
:
"文本框"
,
"codeName"
:
"bookname"
,
"enableCond"
:
3
,
"enableCond"
:
0
,
"ignoreInput"
:
0
,
"mOSFilePath"
:
"psdegridcols/bookname"
,
"name"
:
"bookname"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
3ab8acea
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
3ab8acea
...
...
@@ -1692,16 +1692,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息
2
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
2
"
"id" : "ViewMsg
3
"
}
}, {
"name" : "视图消息
2
",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
3
"
"id" : "ViewMsg
2
"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
...
...
@@ -11398,11 +11398,13 @@
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss",
"READONLY" : "true"
},
"editorType" : "DATEPICKER",
"editorWidth" : 160.0,
"name" : "date"
"name" : "date",
"readOnly" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
...
...
@@ -15208,7 +15210,7 @@
}, {
"caption" : "文本框",
"codeName" : "bookname",
"enableCond" :
3
,
"enableCond" :
0
,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/bookname",
"name" : "bookname",
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录