Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
041323b5
提交
041323b5
编写于
10月 12, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhujiamin 发布系统代码 [TrainSys,网页端]
上级
7c25df23
变更
5
展开全部
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
1809 行增加
和
10 行删除
+1809
-10
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+2
-2
TestEditorGrid.json
...PS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json
+143
-2
bookUsr2GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
+144
-3
studentGridView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json
+1370
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+150
-3
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
041323b5
...
...
@@ -50,7 +50,7 @@
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-2
68
-3"
>
<changeSet
author=
"root"
id=
"tab-book-2
71
-3"
>
<createTable
tableName=
"T_BOOK"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
...
...
@@ -264,7 +264,7 @@
</changeSet>
<!--输出实体[STUDENT]数据结构 -->
<changeSet
author=
"root"
id=
"tab-student-6
0
-10"
>
<changeSet
author=
"root"
id=
"tab-student-6
1
-10"
>
<createTable
tableName=
"T_STUDENT"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json
浏览文件 @
041323b5
...
...
@@ -3,11 +3,53 @@
"codeName"
:
"TestEditorGrid"
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"getCreatePSControlAction"
:
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
},
"getGetDraftPSControlAction"
:
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction"
:
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"logicName"
:
"测试行编辑"
,
...
...
@@ -43,6 +85,24 @@
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"caption"
:
"属性11"
,
"codeName"
:
"field11"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field11"
,
"excelCaption"
:
"属性11"
,
"name"
:
"field11"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -287,6 +347,13 @@
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
},
{
"dataType"
:
25
,
"name"
:
"field11"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
}
},
{
"dataType"
:
25
,
"name"
:
"field"
,
...
...
@@ -395,6 +462,19 @@
"codeName"
:
"Field2"
}
}
],
"getPSDEGridEditItemUpdates"
:
[
{
"codeName"
:
"test11"
,
"name"
:
"测试11"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSDEGEIUpdateDetails"
:
[
{
"name"
:
"bookname"
},
{
"name"
:
"field11"
}
]
}
],
"getPSDEGridEditItems"
:
[
{
"caption"
:
"文本框"
,
"codeName"
:
"bookname"
,
...
...
@@ -411,6 +491,22 @@
"name"
:
"bookname"
},
"allowEmpty"
:
true
},
{
"caption"
:
"属性11"
,
"codeName"
:
"field11"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"name"
:
"field11"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
100
,
"name"
:
"field11"
},
"allowEmpty"
:
true
},
{
"caption"
:
"下拉列表框"
,
"codeName"
:
"field"
,
...
...
@@ -421,6 +517,10 @@
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSDEGridEditItemUpdate"
:
{
"modelref"
:
true
,
"id"
:
"test11"
},
"getPSEditor"
:
{
"editorType"
:
"DROPDOWNLIST"
,
"name"
:
"field"
,
...
...
@@ -560,6 +660,12 @@
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"PICKER"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"name"
:
"field6"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
...
...
@@ -573,6 +679,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"valueItemName"
:
"field16"
,
"enableAC"
:
true
,
"enablePickupView"
:
true
,
...
...
@@ -599,6 +710,12 @@
"PICKUPVIEW"
:
"FALSE"
},
"editorType"
:
"PICKEREX_TRIGGER"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"name"
:
"field8"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
...
...
@@ -612,6 +729,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"valueItemName"
:
"field16"
,
"enableAC"
:
true
,
"enablePickupView"
:
false
,
...
...
@@ -649,6 +771,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"enableAC"
:
false
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
...
...
@@ -711,14 +838,28 @@
}
},
"sortMode"
:
"REMOTE"
,
"getUpdatePSControlAction"
:
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hasWFDataItems"
:
true
,
"enableColFilter"
:
false
,
"enableCustomized"
:
true
,
"enableGroup"
:
false
,
"enablePagingBar"
:
true
,
"enableRowEdit"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
fals
e
,
"enableRowNew"
:
tru
e
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
false
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
浏览文件 @
041323b5
...
...
@@ -105,11 +105,53 @@
"codeName"
:
"TestEditorGrid"
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"getCreatePSControlAction"
:
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
},
"getGetDraftPSControlAction"
:
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction"
:
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"logicName"
:
"测试行编辑"
,
...
...
@@ -232,6 +274,24 @@
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"caption"
:
"属性11"
,
"codeName"
:
"field11"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field11"
,
"excelCaption"
:
"属性11"
,
"name"
:
"field11"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -476,6 +536,13 @@
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
},
{
"dataType"
:
25
,
"name"
:
"field11"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
}
},
{
"dataType"
:
25
,
"name"
:
"field"
,
...
...
@@ -584,6 +651,19 @@
"codeName"
:
"Field2"
}
}
],
"getPSDEGridEditItemUpdates"
:
[
{
"codeName"
:
"test11"
,
"name"
:
"测试11"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSDEGEIUpdateDetails"
:
[
{
"name"
:
"bookname"
},
{
"name"
:
"field11"
}
]
}
],
"getPSDEGridEditItems"
:
[
{
"caption"
:
"文本框"
,
"codeName"
:
"bookname"
,
...
...
@@ -600,6 +680,22 @@
"name"
:
"bookname"
},
"allowEmpty"
:
true
},
{
"caption"
:
"属性11"
,
"codeName"
:
"field11"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"name"
:
"field11"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
100
,
"name"
:
"field11"
},
"allowEmpty"
:
true
},
{
"caption"
:
"下拉列表框"
,
"codeName"
:
"field"
,
...
...
@@ -610,6 +706,10 @@
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSDEGridEditItemUpdate"
:
{
"modelref"
:
true
,
"id"
:
"test11"
},
"getPSEditor"
:
{
"editorType"
:
"DROPDOWNLIST"
,
"name"
:
"field"
,
...
...
@@ -749,6 +849,12 @@
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"PICKER"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"name"
:
"field6"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
...
...
@@ -762,6 +868,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"valueItemName"
:
"field16"
,
"enableAC"
:
true
,
"enablePickupView"
:
true
,
...
...
@@ -788,6 +899,12 @@
"PICKUPVIEW"
:
"FALSE"
},
"editorType"
:
"PICKEREX_TRIGGER"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"name"
:
"field8"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
...
...
@@ -801,6 +918,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"valueItemName"
:
"field16"
,
"enableAC"
:
true
,
"enablePickupView"
:
false
,
...
...
@@ -838,6 +960,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"enableAC"
:
false
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
...
...
@@ -900,14 +1027,28 @@
}
},
"sortMode"
:
"REMOTE"
,
"getUpdatePSControlAction"
:
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hasWFDataItems"
:
true
,
"enableColFilter"
:
false
,
"enableCustomized"
:
true
,
"enableGroup"
:
false
,
"enablePagingBar"
:
true
,
"enableRowEdit"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
fals
e
,
"enableRowNew"
:
tru
e
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
false
,
...
...
@@ -1042,7 +1183,7 @@
"enableFilter"
:
true
,
"enableImport"
:
true
,
"enableQuickSearch"
:
true
,
"enableRowEdit"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableSearch"
:
true
,
"rowEditDefault"
:
true
,
"modelid"
:
"ba535ef97a2136f0249bd64e432421e8"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json
0 → 100644
浏览文件 @
041323b5
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
041323b5
...
...
@@ -1263,6 +1263,12 @@
"viewType"
:
"DEGRIDVIEW"
,
"resource"
:
"Book"
,
"view"
:
"Usr2GridView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
,
"resource"
:
"Student"
,
"view"
:
"GridView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfofOptionView.json"
,
...
...
@@ -8280,11 +8286,53 @@
"codeName"
:
"TestEditorGrid"
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"getCreatePSControlAction"
:
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
},
"getGetDraftPSControlAction"
:
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction"
:
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"logicName"
:
"测试行编辑"
,
...
...
@@ -8407,6 +8455,24 @@
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"caption"
:
"属性11"
,
"codeName"
:
"field11"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field11"
,
"excelCaption"
:
"属性11"
,
"name"
:
"field11"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -8651,6 +8717,13 @@
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
},
{
"dataType"
:
25
,
"name"
:
"field11"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
}
},
{
"dataType"
:
25
,
"name"
:
"field"
,
...
...
@@ -8759,6 +8832,19 @@
"codeName"
:
"Field2"
}
}
],
"getPSDEGridEditItemUpdates"
:
[
{
"codeName"
:
"test11"
,
"name"
:
"测试11"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSDEGEIUpdateDetails"
:
[
{
"name"
:
"bookname"
},
{
"name"
:
"field11"
}
]
}
],
"getPSDEGridEditItems"
:
[
{
"caption"
:
"文本框"
,
"codeName"
:
"bookname"
,
...
...
@@ -8775,6 +8861,22 @@
"name"
:
"bookname"
},
"allowEmpty"
:
true
},
{
"caption"
:
"属性11"
,
"codeName"
:
"field11"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"name"
:
"field11"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD11"
,
"codeName"
:
"Field11"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
100
,
"name"
:
"field11"
},
"allowEmpty"
:
true
},
{
"caption"
:
"下拉列表框"
,
"codeName"
:
"field"
,
...
...
@@ -8785,6 +8887,10 @@
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSDEGridEditItemUpdate"
:
{
"modelref"
:
true
,
"id"
:
"test11"
},
"getPSEditor"
:
{
"editorType"
:
"DROPDOWNLIST"
,
"name"
:
"field"
,
...
...
@@ -8924,6 +9030,12 @@
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"PICKER"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"name"
:
"field6"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
...
...
@@ -8937,6 +9049,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"valueItemName"
:
"field16"
,
"enableAC"
:
true
,
"enablePickupView"
:
true
,
...
...
@@ -8963,6 +9080,12 @@
"PICKUPVIEW"
:
"FALSE"
},
"editorType"
:
"PICKEREX_TRIGGER"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"name"
:
"field8"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
...
...
@@ -8976,6 +9099,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"valueItemName"
:
"field16"
,
"enableAC"
:
true
,
"enablePickupView"
:
false
,
...
...
@@ -9013,6 +9141,11 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"enableAC"
:
false
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
...
...
@@ -9075,14 +9208,28 @@
}
},
"sortMode"
:
"REMOTE"
,
"getUpdatePSControlAction"
:
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"hasWFDataItems"
:
true
,
"enableColFilter"
:
false
,
"enableCustomized"
:
true
,
"enableGroup"
:
false
,
"enablePagingBar"
:
true
,
"enableRowEdit"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
fals
e
,
"enableRowNew"
:
tru
e
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
false
,
...
...
@@ -9217,7 +9364,7 @@
"enableFilter"
:
true
,
"enableImport"
:
true
,
"enableQuickSearch"
:
true
,
"enableRowEdit"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableSearch"
:
true
,
"rowEditDefault"
:
true
,
"modelid"
:
"ba535ef97a2136f0249bd64e432421e8"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录