Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
351d3796
提交
351d3796
编写于
12月 10, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
6800105d
变更
31
显示空白字符变更
内嵌
并排
正在显示
31 个修改的文件
包含
270 行增加
和
159 行删除
+270
-159
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+2
-2
Main.json
...TemplatePublish/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
+1
-1
phoneEditView.json
...PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
+2
-2
phoneGridView.json
...PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridView.json
+0
-4
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+0
-18
PSSYSAPP.simple.json
...b/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
+0
-10
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+0
-4
Default.json
...PPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json
+37
-0
Main.json
...s/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
+1
-1
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
+0
-4
BXDGridView.json
...zlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BXDGridView.json
+0
-4
BXDMXGridView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXGridView.json
+0
-4
BookTypeGridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json
+0
-4
PRINTGridView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/PRINTGridView.json
+0
-4
RawMaterialGridView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialGridView.json
+0
-4
ReginfoGridView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
+0
-4
ReginfoStuInfoList.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
+0
-4
ReginfofStuInfoList.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfofStuInfoList.json
+0
-4
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+0
-4
bookGridView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json
+37
-4
bookUsr2GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
+37
-0
bookUsr3GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
+37
-4
phoneEditView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
+2
-2
phoneGridView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json
+0
-4
phoneUsr2EditView.json
...rainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json
+1
-1
studentEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
+0
-4
studentGridView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json
+0
-4
studentStudentGridView.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentStudentGridView.json
+0
-4
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+38
-5
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+75
-35
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
+0
-10
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
351d3796
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</changeSet>
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-38
1
-3"
>
<changeSet
author=
"root"
id=
"tab-book-38
2
-3"
>
<createTable
tableName=
"T_BOOK"
>
<createTable
tableName=
"T_BOOK"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
</changeSet>
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<!--输出实体[PHONE]数据结构 -->
<changeSet
author=
"root"
id=
"tab-phone-2
18
-6"
>
<changeSet
author=
"root"
id=
"tab-phone-2
20
-6"
>
<createTable
tableName=
"T_PHONE"
>
<createTable
tableName=
"T_PHONE"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
浏览文件 @
351d3796
...
@@ -276,7 +276,7 @@
...
@@ -276,7 +276,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
351d3796
...
@@ -1353,7 +1353,7 @@
...
@@ -1353,7 +1353,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
@@ -2101,7 +2101,7 @@
...
@@ -2101,7 +2101,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridView.json
浏览文件 @
351d3796
...
@@ -1393,10 +1393,6 @@
...
@@ -1393,10 +1393,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
351d3796
...
@@ -601,10 +601,6 @@
...
@@ -601,10 +601,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
@@ -855,16 +851,6 @@
...
@@ -855,16 +851,6 @@
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
},
{
"name"
:
"界面行为插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"pluginCode"
:
"CustomUIAction"
,
"pluginType"
:
"DEUIACTION"
,
"refMode"
:
"UIACTION"
,
"refTag"
:
"SYS"
},
{
},
{
"name"
:
"编辑器插件"
,
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
@@ -3383,10 +3369,6 @@
...
@@ -3383,10 +3369,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
浏览文件 @
351d3796
...
@@ -43,16 +43,6 @@
...
@@ -43,16 +43,6 @@
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
},
{
"name"
:
"界面行为插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"pluginCode"
:
"CustomUIAction"
,
"pluginType"
:
"DEUIACTION"
,
"refMode"
:
"UIACTION"
,
"refTag"
:
"SYS"
},
{
},
{
"name"
:
"编辑器插件"
,
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
351d3796
...
@@ -3420,10 +3420,6 @@
...
@@ -3420,10 +3420,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json
浏览文件 @
351d3796
...
@@ -20,6 +20,14 @@
...
@@ -20,6 +20,14 @@
"id"
:
"engine"
"id"
:
"engine"
}
}
}
],
}
],
"getPSDEFormItems"
:
[
{
"id"
:
"n_bookname_like"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
}
],
"getPSDEFormPages"
:
[
{
"getPSDEFormPages"
:
[
{
"caption"
:
"常规条件"
,
"caption"
:
"常规条件"
,
"codeName"
:
"formpage1"
,
"codeName"
:
"formpage1"
,
...
@@ -27,6 +35,35 @@
...
@@ -27,6 +35,35 @@
"detailType"
:
"FORMPAGE"
,
"detailType"
:
"FORMPAGE"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"name"
:
"formpage1"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"书名称(文本包含(%))"
,
"codeName"
:
"n_bookname_like"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"name"
:
"n_bookname_like"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"name"
:
"n_bookname_like"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json
浏览文件 @
351d3796
...
@@ -345,7 +345,7 @@
...
@@ -345,7 +345,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
浏览文件 @
351d3796
...
@@ -1922,10 +1922,6 @@
...
@@ -1922,10 +1922,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BXDGridView.json
浏览文件 @
351d3796
...
@@ -1284,10 +1284,6 @@
...
@@ -1284,10 +1284,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXGridView.json
浏览文件 @
351d3796
...
@@ -1310,10 +1310,6 @@
...
@@ -1310,10 +1310,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json
浏览文件 @
351d3796
...
@@ -1284,10 +1284,6 @@
...
@@ -1284,10 +1284,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/PRINTGridView.json
浏览文件 @
351d3796
...
@@ -1288,10 +1288,6 @@
...
@@ -1288,10 +1288,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialGridView.json
浏览文件 @
351d3796
...
@@ -1328,10 +1328,6 @@
...
@@ -1328,10 +1328,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
浏览文件 @
351d3796
...
@@ -1702,10 +1702,6 @@
...
@@ -1702,10 +1702,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
浏览文件 @
351d3796
...
@@ -1893,10 +1893,6 @@
...
@@ -1893,10 +1893,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfofStuInfoList.json
浏览文件 @
351d3796
...
@@ -1650,10 +1650,6 @@
...
@@ -1650,10 +1650,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
351d3796
...
@@ -3565,10 +3565,6 @@
...
@@ -3565,10 +3565,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json
浏览文件 @
351d3796
...
@@ -822,6 +822,14 @@
...
@@ -822,6 +822,14 @@
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"SEARCHFORM"
"id"
:
"SEARCHFORM"
},
},
"getPSDEFormItems"
:
[
{
"id"
:
"n_bookname_like"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
}
],
"getPSDEFormPages"
:
[
{
"getPSDEFormPages"
:
[
{
"caption"
:
"常规条件"
,
"caption"
:
"常规条件"
,
"codeName"
:
"formpage1"
,
"codeName"
:
"formpage1"
,
...
@@ -829,6 +837,35 @@
...
@@ -829,6 +837,35 @@
"detailType"
:
"FORMPAGE"
,
"detailType"
:
"FORMPAGE"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"name"
:
"formpage1"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"书名称(文本包含(%))"
,
"codeName"
:
"n_bookname_like"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"name"
:
"n_bookname_like"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"name"
:
"n_bookname_like"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColMD"
:
24
,
...
@@ -1487,10 +1524,6 @@
...
@@ -1487,10 +1524,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
浏览文件 @
351d3796
...
@@ -1135,6 +1135,14 @@
...
@@ -1135,6 +1135,14 @@
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"SEARCHFORM"
"id"
:
"SEARCHFORM"
},
},
"getPSDEFormItems"
:
[
{
"id"
:
"n_bookname_like"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
}
],
"getPSDEFormPages"
:
[
{
"getPSDEFormPages"
:
[
{
"caption"
:
"常规条件"
,
"caption"
:
"常规条件"
,
"codeName"
:
"formpage1"
,
"codeName"
:
"formpage1"
,
...
@@ -1142,6 +1150,35 @@
...
@@ -1142,6 +1150,35 @@
"detailType"
:
"FORMPAGE"
,
"detailType"
:
"FORMPAGE"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"name"
:
"formpage1"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"书名称(文本包含(%))"
,
"codeName"
:
"n_bookname_like"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"name"
:
"n_bookname_like"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"name"
:
"n_bookname_like"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
浏览文件 @
351d3796
...
@@ -862,6 +862,14 @@
...
@@ -862,6 +862,14 @@
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"SEARCHFORM"
"id"
:
"SEARCHFORM"
},
},
"getPSDEFormItems"
:
[
{
"id"
:
"n_bookname_like"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
}
],
"getPSDEFormPages"
:
[
{
"getPSDEFormPages"
:
[
{
"caption"
:
"常规条件"
,
"caption"
:
"常规条件"
,
"codeName"
:
"formpage1"
,
"codeName"
:
"formpage1"
,
...
@@ -869,6 +877,35 @@
...
@@ -869,6 +877,35 @@
"detailType"
:
"FORMPAGE"
,
"detailType"
:
"FORMPAGE"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"name"
:
"formpage1"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"书名称(文本包含(%))"
,
"codeName"
:
"n_bookname_like"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"name"
:
"n_bookname_like"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"name"
:
"n_bookname_like"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColMD"
:
24
,
...
@@ -1452,10 +1489,6 @@
...
@@ -1452,10 +1489,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
351d3796
...
@@ -1441,7 +1441,7 @@
...
@@ -1441,7 +1441,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
@@ -2298,7 +2298,7 @@
...
@@ -2298,7 +2298,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json
浏览文件 @
351d3796
...
@@ -1485,10 +1485,6 @@
...
@@ -1485,10 +1485,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json
浏览文件 @
351d3796
...
@@ -473,7 +473,7 @@
...
@@ -473,7 +473,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
浏览文件 @
351d3796
...
@@ -2995,10 +2995,6 @@
...
@@ -2995,10 +2995,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json
浏览文件 @
351d3796
...
@@ -1382,10 +1382,6 @@
...
@@ -1382,10 +1382,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentStudentGridView.json
浏览文件 @
351d3796
...
@@ -1516,10 +1516,6 @@
...
@@ -1516,10 +1516,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
351d3796
...
@@ -2174,7 +2174,7 @@
...
@@ -2174,7 +2174,7 @@
},
},
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"rTMOSFilePath"
:
"psdeformdetail_grouppanels/group1"
,
"infoGroupMode"
:
true
,
"infoGroupMode"
:
true
,
"showCaption"
:
fals
e
"showCaption"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
@@ -3683,6 +3683,14 @@
...
@@ -3683,6 +3683,14 @@
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"SEARCHFORM"
"id"
:
"SEARCHFORM"
},
},
"getPSDEFormItems"
:
[
{
"id"
:
"n_bookname_like"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
}
],
"getPSDEFormPages"
:
[
{
"getPSDEFormPages"
:
[
{
"caption"
:
"常规条件"
,
"caption"
:
"常规条件"
,
"codeName"
:
"formpage1"
,
"codeName"
:
"formpage1"
,
...
@@ -3690,6 +3698,35 @@
...
@@ -3690,6 +3698,35 @@
"detailType"
:
"FORMPAGE"
,
"detailType"
:
"FORMPAGE"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"name"
:
"formpage1"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"书名称(文本包含(%))"
,
"codeName"
:
"n_bookname_like"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"name"
:
"n_bookname_like"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"name"
:
"n_bookname_like"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/n_bookname_like"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColMD"
:
24
,
...
@@ -4348,10 +4385,6 @@
...
@@ -4348,10 +4385,6 @@
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
351d3796
...
@@ -903,10 +903,6 @@
...
@@ -903,10 +903,6 @@
"glyph" : "xf0b0@FontAwesome",
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
"cssClass" : "fa fa-filter"
},
},
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CustomUIAction"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"timeout" : 60000,
"timeout" : 60000,
...
@@ -1437,16 +1433,6 @@
...
@@ -1437,16 +1433,6 @@
"refMode" : "CONTROLITEM",
"refMode" : "CONTROLITEM",
"refTag" : "GRID",
"refTag" : "GRID",
"refTag2" : "DEFGRIDCOLUMN"
"refTag2" : "DEFGRIDCOLUMN"
}, {
"name" : "界面行为插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CustomUIAction"
},
"pluginCode" : "CustomUIAction",
"pluginType" : "DEUIACTION",
"refMode" : "UIACTION",
"refTag" : "SYS"
}, {
}, {
"name" : "编辑器插件",
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"getPSSysPFPlugin" : {
...
@@ -4820,7 +4806,7 @@
...
@@ -4820,7 +4806,7 @@
},
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : true,
"infoGroupMode" : true,
"showCaption" :
fals
e
"showCaption" :
tru
e
} ],
} ],
"getPSLayout" : {
"getPSLayout" : {
"childColLG" : -1,
"childColLG" : -1,
...
@@ -6329,6 +6315,14 @@
...
@@ -6329,6 +6315,14 @@
"showBusyIndicator" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
"id" : "SEARCHFORM"
},
},
"getPSDEFormItems" : [ {
"id" : "n_bookname_like",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ],
"getPSDEFormPages" : [ {
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"caption" : "常规条件",
"codeName" : "formpage1",
"codeName" : "formpage1",
...
@@ -6336,6 +6330,35 @@
...
@@ -6336,6 +6330,35 @@
"detailType" : "FORMPAGE",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
"name" : "formpage1",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "书名称(文本包含(%))",
"codeName" : "n_bookname_like",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"name" : "n_bookname_like",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_bookname_like"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"getPSLayout" : {
"childColLG" : -1,
"childColLG" : -1,
"childColMD" : 24,
"childColMD" : 24,
...
@@ -6994,10 +7017,6 @@
...
@@ -6994,10 +7017,6 @@
"glyph" : "xf0b0@FontAwesome",
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
"cssClass" : "fa fa-filter"
},
},
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CustomUIAction"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"timeout" : 60000,
"timeout" : 60000,
...
@@ -9043,10 +9062,6 @@
...
@@ -9043,10 +9062,6 @@
"glyph" : "xf0b0@FontAwesome",
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
"cssClass" : "fa fa-filter"
},
},
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CustomUIAction"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"timeout" : 60000,
"timeout" : 60000,
...
@@ -13900,10 +13915,6 @@
...
@@ -13900,10 +13915,6 @@
"glyph" : "xf0b0@FontAwesome",
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
"cssClass" : "fa fa-filter"
},
},
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CustomUIAction"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"timeout" : 60000,
"timeout" : 60000,
...
@@ -15440,6 +15451,14 @@
...
@@ -15440,6 +15451,14 @@
"showBusyIndicator" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
"id" : "SEARCHFORM"
},
},
"getPSDEFormItems" : [ {
"id" : "n_bookname_like",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ],
"getPSDEFormPages" : [ {
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"caption" : "常规条件",
"codeName" : "formpage1",
"codeName" : "formpage1",
...
@@ -15447,6 +15466,35 @@
...
@@ -15447,6 +15466,35 @@
"detailType" : "FORMPAGE",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
"name" : "formpage1",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "书名称(文本包含(%))",
"codeName" : "n_bookname_like",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"name" : "n_bookname_like",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_bookname_like"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"getPSLayout" : {
"childColLG" : -1,
"childColLG" : -1,
"childColMD" : 24,
"childColMD" : 24,
...
@@ -16815,10 +16863,6 @@
...
@@ -16815,10 +16863,6 @@
"glyph" : "xf0b0@FontAwesome",
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
"cssClass" : "fa fa-filter"
},
},
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CustomUIAction"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"timeout" : 60000,
"timeout" : 60000,
...
@@ -18246,10 +18290,6 @@
...
@@ -18246,10 +18290,6 @@
"glyph" : "xf0b0@FontAwesome",
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
"cssClass" : "fa fa-filter"
},
},
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CustomUIAction"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleFilter",
"timeout" : 60000,
"timeout" : 60000,
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
351d3796
...
@@ -67,16 +67,6 @@
...
@@ -67,16 +67,6 @@
"refMode"
:
"CONTROLITEM"
,
"refMode"
:
"CONTROLITEM"
,
"refTag"
:
"GRID"
,
"refTag"
:
"GRID"
,
"refTag2"
:
"DEFGRIDCOLUMN"
"refTag2"
:
"DEFGRIDCOLUMN"
},
{
"name"
:
"界面行为插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEUIACTION"
,
"pluginCode"
:
"CustomUIAction"
},
"pluginCode"
:
"CustomUIAction"
,
"pluginType"
:
"DEUIACTION"
,
"refMode"
:
"UIACTION"
,
"refTag"
:
"SYS"
},
{
},
{
"name"
:
"编辑器插件"
,
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录