Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
6800105d
提交
6800105d
编写于
12月 09, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chitanda 发布系统代码 [TrainSys,模板发布]
上级
59ec6485
变更
26
隐藏空白字符变更
内嵌
并排
正在显示
26 个修改的文件
包含
1607 行增加
和
382 行删除
+1607
-382
h2_table.xml
...ources/liquibase/cn/ibizlab/trainsys/DEFAULT/h2_table.xml
+4
-0
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+6
-2
Phone.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
+195
-0
MYSQL5.json
...ES/Phone/PSDEDATAQUERIES/ByIPhone/PSDEDQCODES/MYSQL5.json
+7
-1
MYSQL5.json
...IES/Phone/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
+7
-1
MYSQL5.json
...TITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+7
-1
Main.json
...TemplatePublish/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
+60
-2
phoneEditView.json
...PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
+120
-4
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+30
-4
PSSYSAPP.simple.json
...b/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
+26
-0
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+13
-3
InfoGrid.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
+44
-44
Phone.json
...izlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
+106
-0
Main.json
...s/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
+75
-2
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
+17
-17
StudentList.json
...PS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
+44
-44
ReginfoEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
+17
-17
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+13
-3
bookUsr3GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
+44
-44
phoneEditView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
+150
-4
phoneUsr2EditView.json
...rainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json
+75
-2
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+163
-90
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+312
-97
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
+26
-0
DEFAULT.json
...ces/model/cn/ibizlab/trainsys/PSSYSDBSCHEMES/DEFAULT.json
+17
-0
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+29
-0
未找到文件。
trainsys-core/src/main/resources/liquibase/cn/ibizlab/trainsys/DEFAULT/h2_table.xml
浏览文件 @
6800105d
...
...
@@ -152,6 +152,10 @@
</column>
<column
name=
"DEPTID"
remarks=
"组织部门标识"
type=
"VARCHAR(60)"
>
</column>
<column
name=
"FIELD"
remarks=
"图片上传"
type=
"TEXT(1048576)"
>
</column>
<column
name=
"FIELD2"
remarks=
"时间测试"
type=
"DATETIME"
>
</column>
<column
name=
"ORGID"
remarks=
"组织机构标识"
type=
"VARCHAR(60)"
>
</column>
<column
name=
"PHONEID"
remarks=
"手机标识"
type=
"VARCHAR(100)"
>
...
...
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
6800105d
...
...
@@ -50,7 +50,7 @@
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-38
0
-3"
>
<changeSet
author=
"root"
id=
"tab-book-38
1
-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-2
06
-6"
>
<changeSet
author=
"root"
id=
"tab-phone-2
18
-6"
>
<createTable
tableName=
"T_PHONE"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
...
...
@@ -190,6 +190,10 @@
</column>
<column
name=
"PHONETYPE"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
<column
name=
"FIELD"
remarks=
""
type=
"TEXT(1048576)"
>
</column>
<column
name=
"FIELD2"
remarks=
""
type=
"DATETIME"
>
</column>
</createTable>
</changeSet>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
浏览文件 @
6800105d
...
...
@@ -228,6 +228,12 @@
},
{
"name"
:
"PHONETYPE"
,
"codeName"
:
"Phonetype"
},
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
}
],
"codeName"
:
"Table"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json"
,
...
...
@@ -1394,6 +1400,172 @@
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"FIELD"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"FIELD"
,
"queryCodeExp"
:
"t1.`FIELD`"
,
"standardColumnName"
:
"`FIELD`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/MobileDefault"
,
"name"
:
"[FIELD][图片上传]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBPICTURELIST"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/MobileDefault"
,
"name"
:
"[FIELD][图片上传]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/MobileDefault"
,
"stringLength"
:
1048576
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/Default"
,
"name"
:
"[FIELD][图片上传]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"PICTURE"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/Default"
,
"name"
:
"[FIELD][图片上传]"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/Default"
,
"stringLength"
:
1048576
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"FIELD"
,
"maxValue"
:
1048576
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"Field"
,
"dEFType"
:
1
,
"dataType"
:
"LONGPICTURELIST"
,
"importOrder"
:
1000
,
"length"
:
1048576
,
"logicName"
:
"图片上传"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD"
,
"name"
:
"FIELD"
,
"getPSDEDBTable"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json"
},
"getPSSysDBColumn"
:
{
"modelref"
:
true
,
"id"
:
"FIELD"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD"
,
"serviceCodeName"
:
"Field"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"valueFormat"
:
"%1$s"
,
"queryColumn"
:
false
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"FIELD2"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"FIELD2"
,
"queryCodeExp"
:
"t1.`FIELD2`"
,
"standardColumnName"
:
"`FIELD2`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/Default"
,
"name"
:
"[FIELD2][时间测试]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"DATEPICKEREX_NOTIME"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/Default"
,
"name"
:
"[FIELD2][时间测试]"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/Default"
,
"uIMode"
:
"DEFAULT"
,
"valueFormat"
:
"YYYY-MM-DD"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/MobileDefault"
,
"name"
:
"[FIELD2][时间测试]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBDATE"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/MobileDefault"
,
"name"
:
"[FIELD2][时间测试]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/MobileDefault"
,
"uIMode"
:
"MOBILEDEFAULT"
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefvaluerules/Default"
,
"ruleInfo"
:
"默认规则"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"Field2"
,
"dEFType"
:
1
,
"dataType"
:
"DATE"
,
"importOrder"
:
1000
,
"logicName"
:
"时间测试"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2"
,
"name"
:
"FIELD2"
,
"getPSDEDBTable"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json"
},
"getPSSysDBColumn"
:
{
"modelref"
:
true
,
"id"
:
"FIELD2"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2"
,
"serviceCodeName"
:
"Field2"
,
"stdDataType"
:
5
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td"
}
],
"getAllPSDELogics"
:
[
{
"codeName"
:
"PhoneNumber"
,
...
...
@@ -1511,6 +1683,29 @@
"stdDataType"
:
25
,
"stringLength"
:
60
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"图片上传"
,
"name"
:
"Field"
,
"getPSDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdemethoddtos/PhoneDTO/psdemethoddtofields/Field"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"时间测试"
,
"name"
:
"Field2"
,
"getPSDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdemethoddtos/PhoneDTO/psdemethoddtofields/Field2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"组织机构标识"
,
"name"
:
"OrgId"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/ByIPhone/PSDEDQCODES/MYSQL5.json
浏览文件 @
6800105d
...
...
@@ -8,6 +8,9 @@
"name"
:
"查询条件"
}
],
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`FIELD`"
,
"name"
:
"FIELD"
},
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
...
...
@@ -16,6 +19,9 @@
},
{
"expression"
:
"t1.`DEPTID`"
,
"name"
:
"DEPTID"
},
{
"expression"
:
"t1.`FIELD2`"
,
"name"
:
"FIELD2"
},
{
"expression"
:
"t1.`ORGID`"
,
"name"
:
"ORGID"
...
...
@@ -35,7 +41,7 @@
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DEPTID`,
\n
t1.`ORGID`,
\n
t1.`PHONEID`,
\n
t1.`PHONENAME`,
\n
t1.`PHONETYPE`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_PHONE` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DEPTID`,
\n
t1.`
FIELD2`,
\n
t1.`
ORGID`,
\n
t1.`PHONEID`,
\n
t1.`PHONENAME`,
\n
t1.`PHONETYPE`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_PHONE` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdedataqueries/ByIPhone/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/ByIPhone/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
浏览文件 @
6800105d
...
...
@@ -3,6 +3,9 @@
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`FIELD`"
,
"name"
:
"FIELD"
},
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
...
...
@@ -11,6 +14,9 @@
},
{
"expression"
:
"t1.`DEPTID`"
,
"name"
:
"DEPTID"
},
{
"expression"
:
"t1.`FIELD2`"
,
"name"
:
"FIELD2"
},
{
"expression"
:
"t1.`ORGID`"
,
"name"
:
"ORGID"
...
...
@@ -30,7 +36,7 @@
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DEPTID`,
\n
t1.`ORGID`,
\n
t1.`PHONEID`,
\n
t1.`PHONENAME`,
\n
t1.`PHONETYPE`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_PHONE` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DEPTID`,
\n
t1.`
FIELD2`,
\n
t1.`
ORGID`,
\n
t1.`PHONEID`,
\n
t1.`PHONENAME`,
\n
t1.`PHONETYPE`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_PHONE` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
浏览文件 @
6800105d
...
...
@@ -11,6 +11,12 @@
},
{
"expression"
:
"t1.`DEPTID`"
,
"name"
:
"DEPTID"
},
{
"expression"
:
"t1.`FIELD`"
,
"name"
:
"FIELD"
},
{
"expression"
:
"t1.`FIELD2`"
,
"name"
:
"FIELD2"
},
{
"expression"
:
"t1.`ORGID`"
,
"name"
:
"ORGID"
...
...
@@ -30,7 +36,7 @@
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DEPTID`,
\n
t1.`ORGID`,
\n
t1.`PHONEID`,
\n
t1.`PHONENAME`,
\n
t1.`PHONETYPE`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_PHONE` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DEPTID`,
\n
t1.`
FIELD`,
\n
t1.`FIELD2`,
\n
t1.`
ORGID`,
\n
t1.`PHONEID`,
\n
t1.`PHONENAME`,
\n
t1.`PHONETYPE`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_PHONE` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
浏览文件 @
6800105d
...
...
@@ -75,6 +75,12 @@
},
{
"id"
:
"phonetype"
,
"dataType"
:
25
},
{
"id"
:
"field"
,
"dataType"
:
21
},
{
"id"
:
"field2"
,
"dataType"
:
5
},
{
"id"
:
"createman"
,
"dataType"
:
25
...
...
@@ -122,7 +128,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -203,6 +209,58 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -217,7 +275,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
6800105d
...
...
@@ -1152,6 +1152,12 @@
},
{
"id"
:
"phonetype"
,
"dataType"
:
25
},
{
"id"
:
"field"
,
"dataType"
:
21
},
{
"id"
:
"field2"
,
"dataType"
:
5
},
{
"id"
:
"createman"
,
"dataType"
:
25
...
...
@@ -1199,7 +1205,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -1280,6 +1286,58 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -1294,7 +1352,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
@@ -1842,6 +1900,12 @@
},
{
"id"
:
"phonetype"
,
"dataType"
:
25
},
{
"id"
:
"field"
,
"dataType"
:
21
},
{
"id"
:
"field2"
,
"dataType"
:
5
},
{
"id"
:
"createman"
,
"dataType"
:
25
...
...
@@ -1889,7 +1953,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -1970,6 +2034,58 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"valueFormat"
:
"%1$s"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -1984,7 +2100,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
6800105d
...
...
@@ -879,6 +879,32 @@
"templCode2"
:
"editor2"
,
"templCode3"
:
"editor3"
,
"templCode4"
:
"editor4"
},
{
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorPlugin"
},
"pluginCode"
:
"editorPlugin"
,
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"refMode"
:
"EDITORSTYPE"
,
"templCode"
:
"editor1"
,
"templCode2"
:
"editor2"
,
"templCode3"
:
"editor3"
,
"templCode4"
:
"editor4"
},
{
"name"
:
"编辑器插件test"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorTest"
},
"pluginCode"
:
"editorTest"
,
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"refMode"
:
"EDITORSTYPE"
,
"templCode"
:
"editor11111"
,
"templCode2"
:
"editor22222"
,
"templCode3"
:
"editor3333"
,
"templCode4"
:
"editor44444"
},
{
"name"
:
"编辑器插件test"
,
"getPSSysPFPlugin"
:
{
...
...
@@ -950,16 +976,16 @@
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
],
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
浏览文件 @
6800105d
...
...
@@ -67,6 +67,32 @@
"templCode2"
:
"editor2"
,
"templCode3"
:
"editor3"
,
"templCode4"
:
"editor4"
},
{
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorPlugin"
},
"pluginCode"
:
"editorPlugin"
,
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"refMode"
:
"EDITORSTYPE"
,
"templCode"
:
"editor1"
,
"templCode2"
:
"editor2"
,
"templCode3"
:
"editor3"
,
"templCode4"
:
"editor4"
},
{
"name"
:
"编辑器插件test"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorTest"
},
"pluginCode"
:
"editorTest"
,
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"refMode"
:
"EDITORSTYPE"
,
"templCode"
:
"editor11111"
,
"templCode2"
:
"editor22222"
,
"templCode3"
:
"editor3333"
,
"templCode4"
:
"editor44444"
},
{
"name"
:
"编辑器插件test"
,
"getPSSysPFPlugin"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
6800105d
...
...
@@ -456,7 +456,8 @@
"SRFNAVPARAM.n_state_eq"
:
"1 "
,
"bbb"
:
"%ccc%"
,
"SRFNAVCTX.device"
:
"%sv_deviceid%"
,
"aaa"
:
"1"
"aaa"
:
"1"
,
"READONLY"
:
"true"
},
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
100
,
...
...
@@ -472,7 +473,8 @@
"name"
:
"n_state_eq"
,
"value"
:
"1 "
,
"rawValue"
:
true
}
]
}
],
"readOnly"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
@@ -500,9 +502,13 @@
"codeName"
:
"Field8"
},
"getPSEditor"
:
{
"editorParams"
:
{
"READONLY"
:
"true"
},
"editorType"
:
"PASSWORD"
,
"maxLength"
:
100
,
"name"
:
"field8"
"name"
:
"field8"
,
"readOnly"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
@@ -529,12 +535,16 @@
"codeName"
:
"Field4"
},
"getPSEditor"
:
{
"editorParams"
:
{
"READONLY"
:
"true"
},
"editorType"
:
"DROPDOWNLIST"
,
"name"
:
"field4"
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"readOnly"
:
true
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
浏览文件 @
6800105d
...
...
@@ -19,35 +19,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlLogics"
:
[
{
...
...
@@ -168,40 +168,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -235,6 +201,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
浏览文件 @
6800105d
...
...
@@ -744,6 +744,86 @@
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Phonetype"
,
"stdDataType"
:
25
,
"stringLength"
:
100
},
{
"getAllPSAppDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psappdefuimodes/MobileDefault"
,
"name"
:
"[FIELD][图片上传]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBPICTURELIST"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/MobileDefault"
,
"name"
:
"[FIELD][图片上传]移动端默认"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psdefformitems/MobileDefault"
,
"stringLength"
:
1048576
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psappdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psappdefuimodes/Default"
,
"name"
:
"[FIELD][图片上传]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"PICTURE"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/Default"
,
"name"
:
"[FIELD][图片上传]"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psdefformitems/Default"
,
"stringLength"
:
1048576
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psappdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"codeName"
:
"Field"
,
"logicName"
:
"图片上传"
,
"name"
:
"FIELD"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
},
{
"getAllPSAppDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psappdefuimodes/Default"
,
"name"
:
"[FIELD2][时间测试]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"DATEPICKEREX_NOTIME"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/Default"
,
"name"
:
"[FIELD2][时间测试]"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psdefformitems/Default"
,
"uIMode"
:
"DEFAULT"
,
"valueFormat"
:
"YYYY-MM-DD"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psappdefuimodes/Default"
,
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psappdefuimodes/MobileDefault"
,
"name"
:
"[FIELD2][时间测试]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBDATE"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/MobileDefault"
,
"name"
:
"[FIELD2][时间测试]移动端默认"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psdefformitems/MobileDefault"
,
"uIMode"
:
"MOBILEDEFAULT"
,
"valueFormat"
:
"%1$tY-%1$tm-%1$td"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psappdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"codeName"
:
"Field2"
,
"logicName"
:
"时间测试"
,
"name"
:
"FIELD2"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdefields/Field2"
,
"stdDataType"
:
5
,
"valueFormat"
:
"YYYY-MM-DD"
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"PhoneDTO"
,
...
...
@@ -789,6 +869,32 @@
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"Field"
,
"logicName"
:
"图片上传"
,
"name"
:
"Field"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Field"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
21
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"Field2"
,
"logicName"
:
"时间测试"
,
"name"
:
"Field2"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Field2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"OrgId"
,
"logicName"
:
"组织机构标识"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
浏览文件 @
6800105d
...
...
@@ -95,6 +95,20 @@
"name"
:
"PHONETYPE"
,
"codeName"
:
"Phonetype"
}
},
{
"id"
:
"field"
,
"dataType"
:
21
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
}
},
{
"id"
:
"field2"
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
}
},
{
"id"
:
"createman"
,
"dataType"
:
25
,
...
...
@@ -170,7 +184,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -257,6 +271,65 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -271,7 +344,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
浏览文件 @
6800105d
...
...
@@ -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/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
浏览文件 @
6800105d
...
...
@@ -25,35 +25,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
}
],
"getPSDEListDataItems"
:
[
{
...
...
@@ -104,40 +104,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -171,6 +137,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
150
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
浏览文件 @
6800105d
...
...
@@ -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
浏览文件 @
6800105d
...
...
@@ -601,7 +601,8 @@
"SRFNAVPARAM.n_state_eq"
:
"1 "
,
"bbb"
:
"%ccc%"
,
"SRFNAVCTX.device"
:
"%sv_deviceid%"
,
"aaa"
:
"1"
"aaa"
:
"1"
,
"READONLY"
:
"true"
},
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
100
,
...
...
@@ -617,7 +618,8 @@
"name"
:
"n_state_eq"
,
"value"
:
"1 "
,
"rawValue"
:
true
}
]
}
],
"readOnly"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
@@ -645,9 +647,13 @@
"codeName"
:
"Field8"
},
"getPSEditor"
:
{
"editorParams"
:
{
"READONLY"
:
"true"
},
"editorType"
:
"PASSWORD"
,
"maxLength"
:
100
,
"name"
:
"field8"
"name"
:
"field8"
,
"readOnly"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
@@ -674,12 +680,16 @@
"codeName"
:
"Field4"
},
"getPSEditor"
:
{
"editorParams"
:
{
"READONLY"
:
"true"
},
"editorType"
:
"DROPDOWNLIST"
,
"name"
:
"field4"
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"readOnly"
:
true
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
浏览文件 @
6800105d
...
...
@@ -375,35 +375,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -611,40 +611,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -678,6 +644,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
6800105d
...
...
@@ -1191,6 +1191,20 @@
"name"
:
"PHONETYPE"
,
"codeName"
:
"Phonetype"
}
},
{
"id"
:
"field"
,
"dataType"
:
21
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
}
},
{
"id"
:
"field2"
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
}
},
{
"id"
:
"createman"
,
"dataType"
:
25
,
...
...
@@ -1266,7 +1280,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -1353,6 +1367,65 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -1367,7 +1440,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
@@ -1975,6 +2048,20 @@
"name"
:
"PHONETYPE"
,
"codeName"
:
"Phonetype"
}
},
{
"id"
:
"field"
,
"dataType"
:
21
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
}
},
{
"id"
:
"field2"
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
}
},
{
"id"
:
"createman"
,
"dataType"
:
25
,
...
...
@@ -2050,7 +2137,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -2137,6 +2224,65 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -2151,7 +2297,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json
浏览文件 @
6800105d
...
...
@@ -223,6 +223,20 @@
"name"
:
"PHONETYPE"
,
"codeName"
:
"Phonetype"
}
},
{
"id"
:
"field"
,
"dataType"
:
21
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
}
},
{
"id"
:
"field2"
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
}
},
{
"id"
:
"createman"
,
"dataType"
:
25
,
...
...
@@ -298,7 +312,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -385,6 +399,65 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -399,7 +472,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
6800105d
...
...
@@ -221,35 +221,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
}
],
"getPSControlHandler"
:
{
...
...
@@ -374,40 +374,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -441,6 +407,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
150
,
...
...
@@ -1924,6 +1924,20 @@
"name"
:
"PHONETYPE"
,
"codeName"
:
"Phonetype"
}
},
{
"id"
:
"field"
,
"dataType"
:
21
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
}
},
{
"id"
:
"field2"
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
}
},
{
"id"
:
"createman"
,
"dataType"
:
25
,
...
...
@@ -1999,7 +2013,7 @@
"mOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"手机
名称
"
,
"caption"
:
"手机"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
...
...
@@ -2086,6 +2100,65 @@
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"图片上传"
,
"codeName"
:
"field"
,
"dataType"
:
21
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"时间测试"
,
"codeName"
:
"field2"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"field2"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field2"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
@@ -2100,7 +2173,7 @@
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
false
}
],
"getPSLayout"
:
{
...
...
@@ -2621,35 +2694,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
}
],
"getPSControlHandler"
:
{
...
...
@@ -2667,40 +2740,6 @@
"getPSUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -2734,6 +2773,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"portletType"
:
"ACTIONBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
6800105d
...
...
@@ -1461,6 +1461,32 @@
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, {
"name" : "编辑器插件test",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorTest"
},
"pluginCode" : "editorTest",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor11111",
"templCode2" : "editor22222",
"templCode3" : "editor3333",
"templCode4" : "editor44444"
}, {
"name" : "编辑器插件test",
"getPSSysPFPlugin" : {
...
...
@@ -1559,16 +1585,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息
2
",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
3
"
"id" : "ViewMsg
2
"
}
}, {
"name" : "视图消息",
"name" : "视图消息
2
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
2
"
"id" : "ViewMsg
3
"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
...
...
@@ -2841,35 +2867,35 @@
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet2_list_field_u
1feafb4
_click",
"name" : "db_sysportlet2_list_field_u
4c6267d
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
编辑
操作"
"id" : "表格界面_
删除
操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet2_list_field_u
4c6267d
_click",
"name" : "db_sysportlet2_list_field_u
1feafb4
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
删除
操作"
"id" : "表格界面_
编辑
操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "表格界面_
编辑
操作",
"name" : "表格界面_
删除
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
Edit
"
"id" : "
Remove
"
},
"uIActionTarget" : "
SINGLE
KEY",
"uIActionTarget" : "
MULTI
KEY",
"xDataControlName" : "db_sysportlet2_list"
}, {
"name" : "表格界面_
删除
操作",
"name" : "表格界面_
编辑
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
Remove
"
"id" : "
Edit
"
},
"uIActionTarget" : "
MULTI
KEY",
"uIActionTarget" : "
SINGLE
KEY",
"xDataControlName" : "db_sysportlet2_list"
} ],
"getPSControlHandler" : {
...
...
@@ -2994,40 +3020,6 @@
"getPSDEUIActionGroup" : {
"name" : "界面行为组",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION",
"name" : "u4c6267d",
"getPSUIAction" : {
...
...
@@ -3061,6 +3053,40 @@
"addSeparator" : true,
"showCaption" : false,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ]
},
"width" : 150,
...
...
@@ -4544,6 +4570,20 @@
"name" : "PHONETYPE",
"codeName" : "Phonetype"
}
}, {
"id" : "field",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"id" : "field2",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"id" : "createman",
"dataType" : 25,
...
...
@@ -4619,7 +4659,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1",
"getPSDEFormDetails" : [ {
"caption" : "手机
名称
",
"caption" : "手机",
"codeName" : "phonename",
"dataType" : 25,
"detailStyle" : "DEFAULT",
...
...
@@ -4706,6 +4746,65 @@
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
...
...
@@ -4720,7 +4819,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" :
fals
e,
"infoGroupMode" :
tru
e,
"showCaption" : false
} ],
"getPSLayout" : {
...
...
@@ -5241,35 +5340,35 @@
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet4_u
1feafb4
_click",
"name" : "db_sysportlet4_u
4c6267d
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
编辑
操作"
"id" : "表格界面_
删除
操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet4_u
4c6267d
_click",
"name" : "db_sysportlet4_u
1feafb4
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
删除
操作"
"id" : "表格界面_
编辑
操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "表格界面_
编辑
操作",
"name" : "表格界面_
删除
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
Edit
"
"id" : "
Remove
"
},
"uIActionTarget" : "
SINGLE
KEY",
"uIActionTarget" : "
MULTI
KEY",
"xDataControlName" : "db_sysportlet4"
}, {
"name" : "表格界面_
删除
操作",
"name" : "表格界面_
编辑
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
Remove
"
"id" : "
Edit
"
},
"uIActionTarget" : "
MULTI
KEY",
"uIActionTarget" : "
SINGLE
KEY",
"xDataControlName" : "db_sysportlet4"
} ],
"getPSControlHandler" : {
...
...
@@ -5287,40 +5386,6 @@
"getPSUIActionGroup" : {
"name" : "界面行为组",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION",
"name" : "u4c6267d",
"getPSUIAction" : {
...
...
@@ -5354,6 +5419,40 @@
"addSeparator" : true,
"showCaption" : false,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ]
},
"portletType" : "ACTIONBAR",
...
...
@@ -10837,7 +10936,8 @@
"SRFNAVPARAM.n_state_eq" : "1 ",
"bbb" : "%ccc%",
"SRFNAVCTX.device" : "%sv_deviceid%",
"aaa" : "1"
"aaa" : "1",
"READONLY" : "true"
},
"editorType" : "TEXTBOX",
"maxLength" : 100,
...
...
@@ -10853,7 +10953,8 @@
"name" : "n_state_eq",
"value" : "1 ",
"rawValue" : true
} ]
} ],
"readOnly" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
...
...
@@ -10881,9 +10982,13 @@
"codeName" : "Field8"
},
"getPSEditor" : {
"editorParams" : {
"READONLY" : "true"
},
"editorType" : "PASSWORD",
"maxLength" : 100,
"name" : "field8"
"name" : "field8",
"readOnly" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
...
...
@@ -10910,12 +11015,16 @@
"codeName" : "Field4"
},
"getPSEditor" : {
"editorParams" : {
"READONLY" : "true"
},
"editorType" : "DROPDOWNLIST",
"name" : "field4",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"readOnly" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
...
...
@@ -24965,6 +25074,86 @@
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Phonetype",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psappdefuimodes/MobileDefault",
"name" : "[FIELD][图片上传]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBPICTURELIST",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/MobileDefault",
"name" : "[FIELD][图片上传]移动端默认",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psdefformitems/MobileDefault",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psappdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psappdefuimodes/Default",
"name" : "[FIELD][图片上传]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "PICTURE",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/Default",
"name" : "[FIELD][图片上传]",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psdefformitems/Default",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psappdefuimodes/Default",
"type" : "DEFAULT"
} ],
"codeName" : "Field",
"logicName" : "图片上传",
"name" : "FIELD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field",
"stdDataType" : 21,
"stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psappdefuimodes/Default",
"name" : "[FIELD2][时间测试]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "DATEPICKEREX_NOTIME",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/Default",
"name" : "[FIELD2][时间测试]",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psdefformitems/Default",
"uIMode" : "DEFAULT",
"valueFormat" : "YYYY-MM-DD"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psappdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psappdefuimodes/MobileDefault",
"name" : "[FIELD2][时间测试]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBDATE",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/MobileDefault",
"name" : "[FIELD2][时间测试]移动端默认",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psdefformitems/MobileDefault",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td",
"mobileMode" : true
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psappdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Field2",
"logicName" : "时间测试",
"name" : "FIELD2",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD"
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
...
...
@@ -25010,6 +25199,32 @@
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Field",
"logicName" : "图片上传",
"name" : "Field",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Field",
"sourceType" : "DEFIELD",
"stdDataType" : 21,
"type" : "SIMPLE"
}, {
"codeName" : "Field2",
"logicName" : "时间测试",
"name" : "Field2",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Field2",
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
6800105d
...
...
@@ -91,6 +91,32 @@
"templCode2"
:
"editor2"
,
"templCode3"
:
"editor3"
,
"templCode4"
:
"editor4"
},
{
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorPlugin"
},
"pluginCode"
:
"editorPlugin"
,
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"refMode"
:
"EDITORSTYPE"
,
"templCode"
:
"editor1"
,
"templCode2"
:
"editor2"
,
"templCode3"
:
"editor3"
,
"templCode4"
:
"editor4"
},
{
"name"
:
"编辑器插件test"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorTest"
},
"pluginCode"
:
"editorTest"
,
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"refMode"
:
"EDITORSTYPE"
,
"templCode"
:
"editor11111"
,
"templCode2"
:
"editor22222"
,
"templCode3"
:
"editor3333"
,
"templCode4"
:
"editor44444"
},
{
"name"
:
"编辑器插件test"
,
"getPSSysPFPlugin"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSDBSCHEMES/DEFAULT.json
浏览文件 @
6800105d
...
...
@@ -587,6 +587,23 @@
"rTMOSFilePath"
:
"pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/DEPTID"
,
"stdDataType"
:
25
,
"nullable"
:
true
},
{
"codeName"
:
"FIELD"
,
"length"
:
1048576
,
"logicName"
:
"图片上传"
,
"mOSFilePath"
:
"pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD"
,
"name"
:
"FIELD"
,
"rTMOSFilePath"
:
"pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD"
,
"stdDataType"
:
21
,
"nullable"
:
true
},
{
"codeName"
:
"FIELD2"
,
"logicName"
:
"时间测试"
,
"mOSFilePath"
:
"pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD2"
,
"name"
:
"FIELD2"
,
"rTMOSFilePath"
:
"pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD2"
,
"stdDataType"
:
5
,
"nullable"
:
true
},
{
"codeName"
:
"ORGID"
,
"length"
:
60
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
6800105d
...
...
@@ -172,6 +172,35 @@
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"Field"
,
"codeName2"
:
"Field"
,
"logicName"
:
"图片上传"
,
"mOSFilePath"
:
"pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field"
,
"name"
:
"FIELD"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"Field2"
,
"codeName2"
:
"Field2"
,
"logicName"
:
"时间测试"
,
"mOSFilePath"
:
"pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field2"
,
"name"
:
"FIELD2"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field2"
,
"stdDataType"
:
5
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
}
],
"getPSDEServiceAPIMethods"
:
[
{
"dataAccessAction"
:
"CREATE"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录