Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
10134cda
提交
10134cda
编写于
6月 19, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,Mob]
上级
648457fc
变更
9
显示空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
1618 行增加
和
60 行删除
+1618
-60
state.ts
app_Mob/src/store/modules/view-action/state.ts
+21
-2
TEST.json
.../ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
+12
-0
TEST.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
+8
-0
Mob.json
...SSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSMOBMDCTRLS/Mob.json
+128
-0
TESTMobEditView9.json
...trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobEditView9.json
+1044
-0
TESTMobMDView9.json
...b/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMDView9.json
+329
-0
TESTMobTabExpView.json
...rainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobTabExpView.json
+23
-24
PSSYSAPP.hubsubapp.json
...cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.hubsubapp.json
+10
-10
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+43
-24
未找到文件。
app_Mob/src/store/modules/view-action/state.ts
浏览文件 @
10134cda
...
...
@@ -32,6 +32,16 @@ export const viewstate: any = {
refviews
:
[
],
},
{
viewtag
:
'544d4391b292dbfd90253a210500202a'
,
viewmodule
:
'Test'
,
viewname
:
'TESTMobEditView9'
,
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'F2EF9364-1D93-484A-A231-90B3BB331DC3'
,
],
},
{
viewtag
:
'753676DB-2531-4A22-AA4E-FB9EA9BF8B3F'
,
viewmodule
:
'Test'
,
...
...
@@ -57,6 +67,15 @@ export const viewstate: any = {
'cf108dcc6825ab45f18c8c242be1d923'
,
],
},
{
viewtag
:
'ca11426ec267e44ebf6612ea4ce37727'
,
viewmodule
:
'Test'
,
viewname
:
'TESTMobMDView9'
,
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
],
},
{
viewtag
:
'cf108dcc6825ab45f18c8c242be1d923'
,
viewmodule
:
'Test'
,
...
...
@@ -84,8 +103,8 @@ export const viewstate: any = {
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'
318E0E04-56B9-41C5-99ED-0608B03A7C9B
'
,
'
F2EF9364-1D93-484A-A231-90B3BB331DC3
'
,
'
544d4391b292dbfd90253a210500202a
'
,
'
ca11426ec267e44ebf6612ea4ce37727
'
,
],
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
浏览文件 @
10134cda
...
...
@@ -3196,6 +3196,12 @@
"name"
:
"测试实体实体树视图(部件视图)"
,
"realModelSubType"
:
"DETREEVIEW9"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MobMDView9"
,
"logicName"
:
"测试实体实体移动端多数据视图(部件视图)"
,
"name"
:
"测试实体实体移动端多数据视图(部件视图)"
,
"realModelSubType"
:
"DEMOBMDVIEW9"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Usr2KanbanView"
,
"logicName"
:
"测试实体实体看板视图(分组代码表)"
,
...
...
@@ -3280,6 +3286,12 @@
"name"
:
"逻辑测试编辑视图"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MobEditView9"
,
"logicName"
:
"测试实体实体移动端编辑视图(部件视图)"
,
"name"
:
"测试实体实体移动端编辑视图(部件视图)"
,
"realModelSubType"
:
"DEMOBEDITVIEW9"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"TestMobEditView"
,
"logicName"
:
"测试移动端编辑视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
浏览文件 @
10134cda
...
...
@@ -2868,6 +2868,14 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json"
,
"viewType"
:
"DEMOBEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobEditView9.json"
,
"viewType"
:
"DEMOBEDITVIEW9"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMDView9.json"
,
"viewType"
:
"DEMOBMDVIEW9"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSMOBMDCTRLS/Mob.json
0 → 100644
浏览文件 @
10134cda
{
"codeName"
:
"Mob"
,
"controlStyle"
:
"LISTVIEW"
,
"controlType"
:
"MOBMDCTRL"
,
"getCreatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"create"
,
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSMOBMDCTRLS/Mob.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
,
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"load"
,
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWCLICK"
,
"LOAD"
,
"SELECTIONCHANGE"
,
"BEFORELOAD"
],
"logicName"
:
"MOB"
,
"mobListStyle"
:
"LISTVIEW"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"ROWCLICK;LOAD;SELECTIONCHANGE;BEFORELOAD"
,
"logicTag"
:
"mdctrl"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_mdctrl"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSDEListDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"TESTID"
,
"codeName"
:
"TESTId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"TESTNAME"
,
"codeName"
:
"TESTName"
}
}
],
"pagingSize"
:
1000
,
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
,
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getUpdatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"update"
,
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems"
:
false
,
"enableGroup"
:
false
,
"enableRowEdit"
:
false
,
"enableRowEditGroup"
:
false
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
false
,
"noSort"
:
false
,
"showHeader"
:
true
,
"modelid"
:
"eb61e3a1e0936b0a55c4965071a85c0b"
,
"modeltype"
:
"PSDELIST"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobEditView9.json
0 → 100644
浏览文件 @
10134cda
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TESTMobEditView9"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobEditView9.json"
,
"name"
:
"TESTMobEditView9"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobEditView9"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"ctrlName"
:
"form"
,
"name"
:
"FORM"
,
"paramType"
:
"CTRL"
}
]
}
],
"getPSControls"
:
[
{
"codeName"
:
"TestMobEditView_Form"
,
"controlType"
:
"FORM"
,
"getCreatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"create"
,
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSFORMS/TestMobEditView_Form.json"
,
"getGetDraftFromPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"loaddraftfrom"
,
"actionName"
:
"GETDRAFTFROM"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraftfrom"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetDraftPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"loaddraft"
,
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"load"
,
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames"
:
[
"LOAD"
,
"BEFORELOAD"
,
"SAVE"
,
"BEFORESAVE"
,
"REMOVE"
],
"logicName"
:
"测试移动端编辑视图_表单"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"GETDRAFTFROM"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraftfrom"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
}
],
"enableDEFieldPrivilege"
:
false
,
"id"
:
"编辑表单处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"LOAD;BEFORELOAD;SAVE;BEFORESAVE;REMOVE"
,
"logicTag"
:
"form"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_form"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"FORM"
},
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
"hidden"
:
true
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
}
},
{
"id"
:
"srforikey"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfkey"
,
"hidden"
:
true
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"TESTID"
,
"codeName"
:
"TESTId"
}
},
{
"id"
:
"srfmajortext"
,
"hidden"
:
true
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"TESTNAME"
,
"codeName"
:
"TESTName"
}
},
{
"id"
:
"srftempmode"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfuf"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfdeid"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfsourcekey"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"testname"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"TESTNAME"
,
"codeName"
:
"TESTName"
}
},
{
"id"
:
"createman"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"CREATEMAN"
,
"codeName"
:
"CreateMan"
}
},
{
"id"
:
"createdate"
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"CREATEDATE"
,
"codeName"
:
"CreateDate"
}
},
{
"id"
:
"updateman"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
}
},
{
"id"
:
"updatedate"
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
}
},
{
"id"
:
"testid"
,
"hidden"
:
true
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"TESTID"
,
"codeName"
:
"TESTId"
}
}
],
"getPSDEFormPages"
:
[
{
"caption"
:
"基本信息"
,
"codeName"
:
"formpage1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMPAGE"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"actionGroupExtractMode"
:
"ITEM"
,
"caption"
:
"测试实体基本信息"
,
"codeName"
:
"group1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"GROUPPANEL"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"测试实体名称"
,
"codeName"
:
"testname"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"testname"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"TESTNAME"
,
"codeName"
:
"TESTName"
},
"getPSEditor"
:
{
"editorType"
:
"MOBTEXT"
,
"maxLength"
:
200
,
"name"
:
"testname"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"actionType"
:
"UIACTION"
,
"getCapPSLanguageRes"
:
{
"defaultContent"
:
"保存"
,
"lanResTag"
:
"TBB.TEXT.*.SAVE"
,
"lanResType"
:
"TBB.TEXT"
,
"name"
:
"工具栏按钮文本[*.SAVE]"
,
"refFlag"
:
true
},
"caption"
:
"保存"
,
"codeName"
:
"button1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"BUTTON"
,
"name"
:
"button1"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"form_button1"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"defaultContent"
:
"保存"
,
"lanResTag"
:
"TBB.TEXT.*.SAVE"
,
"lanResType"
:
"TBB.TEXT"
,
"name"
:
"工具栏按钮文本[*.SAVE]"
,
"refFlag"
:
true
},
"caption"
:
"保存"
,
"codeName"
:
"Save"
,
"fullCodeName"
:
"Save"
,
"name"
:
"编辑界面_保存操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0c7@FontAwesome"
,
"cssClass"
:
"fa fa-save"
},
"predefinedType"
:
"EDITVIEW_SAVEACTION"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"defaultContent"
:
"保存"
,
"lanResTag"
:
"TBB.TOOLTIP.*.SAVE"
,
"lanResType"
:
"TBB.TOOLTIP"
,
"name"
:
"工具栏按钮提示[*.SAVE]"
,
"refFlag"
:
true
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Save"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"保存"
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"infoGroupMode"
:
false
,
"showCaption"
:
true
},
{
"codeName"
:
"druipart1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"DRUIPART"
,
"name"
:
"druipart1"
,
"getPSAppView"
:
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TESTTestMobMDView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobMDView.json"
,
"name"
:
"TESTTestMobMDView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobMDView"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"appViewLogicName"
:
"opendata"
,
"name"
:
"OPENDATA"
,
"paramType"
:
"LOGIC"
},
{
"ctrlName"
:
"mdctrl"
,
"name"
:
"MDCTRL"
,
"paramType"
:
"CTRL"
},
{
"appViewLogicName"
:
"newdata"
,
"name"
:
"NEWDATA"
,
"paramType"
:
"LOGIC"
}
]
}
],
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPUILOGIC"
,
"name"
:
"newdata"
,
"getPSAppUILogic"
:
{
"actionAfterWizard"
:
"DEFAULT"
,
"logicType"
:
"PREDEFINED"
,
"name"
:
"新建数据"
,
"viewLogicType"
:
"APP_NEWDATA"
,
"batchAddOnly"
:
false
,
"enableBatchAdd"
:
false
,
"enableWizardAdd"
:
false
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPUILOGIC"
,
"name"
:
"opendata"
,
"getPSAppUILogic"
:
{
"logicType"
:
"PREDEFINED"
,
"name"
:
"打开数据"
,
"viewLogicType"
:
"APP_OPENDATA"
,
"editMode"
:
true
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"TestMobMDView_MobList"
,
"controlType"
:
"MOBMDCTRL"
,
"getCreatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"create"
,
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSMOBMDCTRLS/TestMobMDView_MobList.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
,
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"load"
,
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWCLICK"
,
"LOAD"
,
"SELECTIONCHANGE"
,
"BEFORELOAD"
],
"getItemPSLayoutPanel"
:
{
"codeName"
:
"Usr0616619704"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSPANELS/Usr0616619704.json"
,
"layoutMode"
:
"TABLE_24COL"
,
"logicName"
:
"List2_列表项面板"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getRootPSPanelItems"
:
[
{
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"page_container"
,
"getPSLayout"
:
{
"dir"
:
"column"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
}
}
],
"name"
:
"mdctrl_itempanel"
,
"modelid"
:
"2D469B99-3C34-4520-8BB8-7EDBCD170E63"
,
"modeltype"
:
"PSSYSVIEWPANEL"
},
"logicName"
:
"List2"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
}
],
"userDRAction"
:
"READ"
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"列表控件处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"ROWCLICK;LOAD;SELECTIONCHANGE;BEFORELOAD"
,
"logicTag"
:
"mdctrl"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_mdctrl"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"MDCTRL"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"TESTID"
,
"codeName"
:
"TESTId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"TESTNAME"
,
"codeName"
:
"TESTName"
}
}
],
"pagingSize"
:
1000
,
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
,
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getUpdatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"update"
,
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems"
:
false
,
"enableGroup"
:
false
,
"enableRowEdit"
:
false
,
"enableRowEditGroup"
:
false
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
false
,
"noSort"
:
false
,
"showHeader"
:
true
,
"name"
:
"mdctrl"
,
"modelid"
:
"490E15C0-6F3C-4ADB-8087-5CA7D02CE280"
,
"modeltype"
:
"PSDELIST"
},
{
"codeName"
:
"TestMobMDViewrighttoolbar"
,
"controlType"
:
"TOOLBAR"
,
"logicName"
:
"测试多数据视图_工具栏"
,
"name"
:
"righttoolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"RIGHTTOOLBAR"
},
"toolbarStyle"
:
"MOBNAVRIGHTMENU"
,
"xDataControlName"
:
"mdctrl"
,
"modelid"
:
"D047731E-834C-48F7-90A9-75B3F9D68236"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"controlType"
:
"SEARCHBAR"
,
"name"
:
"searchbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"searchbar"
},
"quickGroupCount"
:
-1
,
"quickSearchMode"
:
1
,
"quickSearchWidth"
:
0
,
"enableFilter"
:
false
,
"enableGroup"
:
false
,
"enableQuickSearch"
:
true
,
"mobileSearchBar"
:
true
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"TestMobMDViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"TestMobMDView"
,
"getPSDEViewId"
:
"BB00B32B-49F9-43BA-935E-74998F5EDD10"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBMDVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"测试多数据视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBMDVIEW"
,
"xDataControlName"
:
"mdctrl"
,
"enableDP"
:
true
,
"enableFilter"
:
true
,
"enablePullDownRefresh"
:
false
,
"enableQuickSearch"
:
true
,
"enableSearch"
:
true
,
"modelid"
:
"F2EF9364-1D93-484A-A231-90B3BB331DC3"
,
"modeltype"
:
"PSAPPDEVIEW"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"parentDataJO"
:
{
"srfparentdename"
:
"TEST"
,
"SRFPARENTTYPE"
:
"CUSTOM"
},
"needSave"
:
false
,
"refreshItemsSetParamOnly"
:
false
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"infoGroupMode"
:
false
},
{
"caption"
:
"其它"
,
"codeName"
:
"formpage2"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMPAGE"
,
"name"
:
"formpage2"
,
"getPSDEFormDetails"
:
[
{
"actionGroupExtractMode"
:
"ITEM"
,
"caption"
:
"操作信息"
,
"codeName"
:
"group2"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"GROUPPANEL"
,
"name"
:
"group2"
,
"getPSDEFormDetails"
:
[
{
"caption"
:
"建立人"
,
"codeName"
:
"createman"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
3
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"createman"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"CREATEMAN"
,
"codeName"
:
"CreateMan"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"createman"
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"建立时间"
,
"codeName"
:
"createdate"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
3
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"createdate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"CREATEDATE"
,
"codeName"
:
"CreateDate"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"createdate"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"更新人"
,
"codeName"
:
"updateman"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
3
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"updateman"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"updateman"
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"convertToCodeItemText"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"更新时间"
,
"codeName"
:
"updatedate"
,
"dataType"
:
5
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
3
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"updatedate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
},
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"updatedate"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"titleBarCloseMode"
:
2
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"infoGroupMode"
:
false
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
,
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"tabHeaderPos"
:
"TOP"
,
"getUpdatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"update"
,
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"mobileControl"
:
true
,
"noTabHeader"
:
false
,
"name"
:
"form"
,
"modelid"
:
"621F85CE-79DB-47B7-96E1-7A1F2D8A6915"
,
"modeltype"
:
"PSDEFORM_EDITFORM"
},
{
"codeName"
:
"MobEditView9righttoolbar"
,
"controlType"
:
"TOOLBAR"
,
"name"
:
"righttoolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"RIGHTTOOLBAR"
},
"toolbarStyle"
:
"MOBNAVRIGHTMENU"
,
"xDataControlName"
:
"form"
,
"modelid"
:
"544d4391b292dbfd90253a210500202a_righttoolbar"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"MobEditView9datainfobar"
,
"controlType"
:
"DATAINFOBAR"
,
"name"
:
"datainfobar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"datainfobar"
}
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"MobEditView9captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"MobEditView9"
,
"getPSDEViewId"
:
"E83409D1-09B7-48B2-923B-6E015C88E5AE"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBEDITVIEW9"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"测试实体移动端编辑视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBEDITVIEW9"
,
"xDataControlName"
:
"form"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
false
,
"showDataInfoBar"
:
true
,
"modelid"
:
"544d4391b292dbfd90253a210500202a"
,
"modeltype"
:
"PSAPPDEVIEW"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMDView9.json
0 → 100644
浏览文件 @
10134cda
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TESTMobMDView9"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMDView9.json"
,
"name"
:
"TESTMobMDView9"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobMDView9"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"appViewLogicName"
:
"opendata"
,
"name"
:
"OPENDATA"
,
"paramType"
:
"LOGIC"
},
{
"ctrlName"
:
"mdctrl"
,
"name"
:
"MDCTRL"
,
"paramType"
:
"CTRL"
},
{
"appViewLogicName"
:
"newdata"
,
"name"
:
"NEWDATA"
,
"paramType"
:
"LOGIC"
}
]
}
],
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPUILOGIC"
,
"name"
:
"newdata"
,
"getPSAppUILogic"
:
{
"actionAfterWizard"
:
"DEFAULT"
,
"logicType"
:
"PREDEFINED"
,
"name"
:
"新建数据"
,
"viewLogicType"
:
"APP_NEWDATA"
,
"batchAddOnly"
:
false
,
"enableBatchAdd"
:
false
,
"enableWizardAdd"
:
false
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPUILOGIC"
,
"name"
:
"opendata"
,
"getPSAppUILogic"
:
{
"logicType"
:
"PREDEFINED"
,
"name"
:
"打开数据"
,
"viewLogicType"
:
"APP_OPENDATA"
,
"editMode"
:
true
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Mob"
,
"controlStyle"
:
"LISTVIEW"
,
"controlType"
:
"MOBMDCTRL"
,
"getCreatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"create"
,
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSMOBMDCTRLS/Mob.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
,
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"load"
,
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWCLICK"
,
"LOAD"
,
"SELECTIONCHANGE"
,
"BEFORELOAD"
],
"logicName"
:
"MOB"
,
"mobListStyle"
:
"LISTVIEW"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
{
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
}
],
"userDRAction"
:
"READ"
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"列表控件处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"ROWCLICK;LOAD;SELECTIONCHANGE;BEFORELOAD"
,
"logicTag"
:
"mdctrl"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_mdctrl"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"MDCTRL"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"TESTID"
,
"codeName"
:
"TESTId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"TESTNAME"
,
"codeName"
:
"TESTName"
}
}
],
"pagingSize"
:
1000
,
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
,
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"getUpdatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"update"
,
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems"
:
false
,
"enableGroup"
:
false
,
"enableRowEdit"
:
false
,
"enableRowEditGroup"
:
false
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
false
,
"noSort"
:
false
,
"showHeader"
:
true
,
"name"
:
"mdctrl"
,
"modelid"
:
"eb61e3a1e0936b0a55c4965071a85c0b"
,
"modeltype"
:
"PSDELIST"
},
{
"codeName"
:
"MobMDView9righttoolbar"
,
"controlType"
:
"TOOLBAR"
,
"name"
:
"righttoolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"RIGHTTOOLBAR"
},
"toolbarStyle"
:
"MOBNAVRIGHTMENU"
,
"xDataControlName"
:
"mdctrl"
,
"modelid"
:
"ca11426ec267e44ebf6612ea4ce37727_righttoolbar"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"controlType"
:
"SEARCHBAR"
,
"name"
:
"searchbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"searchbar"
},
"quickGroupCount"
:
-1
,
"quickSearchMode"
:
1
,
"quickSearchWidth"
:
0
,
"enableFilter"
:
false
,
"enableGroup"
:
false
,
"enableQuickSearch"
:
true
,
"mobileSearchBar"
:
true
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"MobMDView9captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"MobMDView9"
,
"getPSDEViewId"
:
"A736C279-3B5A-4307-BC14-002E9C7BD45F"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBMDVIEW9"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"测试实体移动端多数据视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBMDVIEW9"
,
"xDataControlName"
:
"mdctrl"
,
"enableDP"
:
true
,
"enableFilter"
:
true
,
"enablePullDownRefresh"
:
false
,
"enableQuickSearch"
:
true
,
"enableSearch"
:
true
,
"modelid"
:
"ca11426ec267e44ebf6612ea4ce37727"
,
"modeltype"
:
"PSAPPDEVIEW"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobTabExpView.json
浏览文件 @
10134cda
...
...
@@ -27,19 +27,19 @@
},
"getPSAppViewRefs"
:
[
{
"name"
:
"EXPITEM:tabviewpanel"
,
"realTitle"
:
"编辑视图"
,
"realTitle"
:
"
测试实体移动端
编辑视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobEditView
.json"
,
"viewType"
:
"DEMOBEDITVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobEditView9
.json"
,
"viewType"
:
"DEMOBEDITVIEW
9
"
}
},
{
"name"
:
"EXPITEM:tabviewpanel2"
,
"realTitle"
:
"测试多数据视图"
,
"realTitle"
:
"测试
实体移动端
多数据视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobMDView
.json"
,
"viewType"
:
"DEMOBMDVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobMDView9
.json"
,
"viewType"
:
"DEMOBMDVIEW
9
"
}
}
],
"getPSControlParam"
:
{
},
...
...
@@ -60,9 +60,9 @@
"getEmbeddedPSAppDEView"
:
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TEST
TestMobEditView
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobEditView
.json"
,
"name"
:
"TEST
TestMobEditView
"
,
"codeName"
:
"TEST
MobEditView9
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobEditView9
.json"
,
"name"
:
"TEST
MobEditView9
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...
...
@@ -73,7 +73,7 @@
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobEditView"
,
"engineType"
:
"MobEditView
9
"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"ctrlName"
:
"form"
,
...
...
@@ -1039,9 +1039,8 @@
"modelid"
:
"621F85CE-79DB-47B7-96E1-7A1F2D8A6915"
,
"modeltype"
:
"PSDEFORM_EDITFORM"
},
{
"codeName"
:
"
TestMobEditView
righttoolbar"
,
"codeName"
:
"
MobEditView9
righttoolbar"
,
"controlType"
:
"TOOLBAR"
,
"logicName"
:
"测试移动端编辑视图_工具栏"
,
"name"
:
"righttoolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -1052,10 +1051,10 @@
},
"toolbarStyle"
:
"MOBNAVRIGHTMENU"
,
"xDataControlName"
:
"form"
,
"modelid"
:
"
C6311A06-49AD-4265-B254-618A0415E555
"
,
"modelid"
:
"
544d4391b292dbfd90253a210500202a_righttoolbar
"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"
TestMobEditView
datainfobar"
,
"codeName"
:
"
MobEditView9
datainfobar"
,
"controlType"
:
"DATAINFOBAR"
,
"name"
:
"datainfobar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -1067,7 +1066,7 @@
}
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"
TestMobEditView
captionbar"
,
"codeName"
:
"
MobEditView9
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -1076,11 +1075,11 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"
TestMobEditView
"
,
"getPSDEViewId"
:
"
F25ABD30-3329-48C1-94AC-1DC8A1C0972
E"
,
"getPSDEViewCodeName"
:
"
MobEditView9
"
,
"getPSDEViewId"
:
"
E83409D1-09B7-48B2-923B-6E015C88E5A
E"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBEDITVIEW"
,
"controlStyle"
:
"APPDEMOBEDITVIEW
9
"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
...
...
@@ -1092,14 +1091,14 @@
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"编辑视图"
,
"title"
:
"
测试实体移动端
编辑视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBEDITVIEW"
,
"viewType"
:
"DEMOBEDITVIEW
9
"
,
"xDataControlName"
:
"form"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
tru
e
,
"enablePullDownRefresh"
:
fals
e
,
"showDataInfoBar"
:
true
,
"modelid"
:
"
318E0E04-56B9-41C5-99ED-0608B03A7C9B
"
,
"modelid"
:
"
544d4391b292dbfd90253a210500202a
"
,
"modeltype"
:
"PSAPPDEVIEW"
}
},
{
...
...
@@ -1108,8 +1107,8 @@
"controlType"
:
"TABVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobMDView
.json"
,
"viewType"
:
"DEMOBMDVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobMDView9
.json"
,
"viewType"
:
"DEMOBMDVIEW
9
"
},
"name"
:
"tabviewpanel2"
,
"getPSAppDataEntity"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.hubsubapp.json
浏览文件 @
10134cda
...
...
@@ -11,19 +11,19 @@
},
"getPSAppViewRefs"
:
[
{
"name"
:
"EXPITEM:tabviewpanel"
,
"realTitle"
:
"编辑视图"
,
"realTitle"
:
"
测试实体移动端
编辑视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobEditView
.json"
,
"viewType"
:
"DEMOBEDITVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobEditView9
.json"
,
"viewType"
:
"DEMOBEDITVIEW
9
"
}
},
{
"name"
:
"EXPITEM:tabviewpanel2"
,
"realTitle"
:
"测试多数据视图"
,
"realTitle"
:
"测试
实体移动端
多数据视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobMDView
.json"
,
"viewType"
:
"DEMOBMDVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobMDView9
.json"
,
"viewType"
:
"DEMOBMDVIEW
9
"
}
}
],
"getPSControlParam"
:
{
},
...
...
@@ -33,8 +33,8 @@
"controlType"
:
"TABVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobEditView
.json"
,
"viewType"
:
"DEMOBEDITVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobEditView9
.json"
,
"viewType"
:
"DEMOBEDITVIEW
9
"
},
"name"
:
"tabviewpanel"
,
"getPSAppDataEntity"
:
{
...
...
@@ -52,8 +52,8 @@
"controlType"
:
"TABVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobMDView
.json"
,
"viewType"
:
"DEMOBMDVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobMDView9
.json"
,
"viewType"
:
"DEMOBMDVIEW
9
"
},
"name"
:
"tabviewpanel2"
,
"getPSAppDataEntity"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
10134cda
...
...
@@ -462,6 +462,12 @@
"viewType"
:
"DEMOBEDITVIEW"
,
"resource"
:
"Pay"
,
"view"
:
"Usr0504613516MobEditView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobEditView9.json"
,
"viewType"
:
"DEMOBEDITVIEW9"
,
"resource"
:
"TEST"
,
"view"
:
"MobEditView9"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/phoneUsr0504984692MobMDView.json"
,
...
...
@@ -479,6 +485,12 @@
"viewType"
:
"DEMOBMDVIEW"
,
"resource"
:
"Reginfo"
,
"view"
:
"MobMDView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMDView9.json"
,
"viewType"
:
"DEMOBMDVIEW9"
,
"resource"
:
"TEST"
,
"view"
:
"MobMDView9"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
...
...
@@ -3308,19 +3320,19 @@
},
"getPSAppViewRefs"
:
[
{
"name"
:
"EXPITEM:tabviewpanel"
,
"realTitle"
:
"编辑视图"
,
"realTitle"
:
"
测试实体移动端
编辑视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobEditView
.json"
,
"viewType"
:
"DEMOBEDITVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobEditView9
.json"
,
"viewType"
:
"DEMOBEDITVIEW
9
"
}
},
{
"name"
:
"EXPITEM:tabviewpanel2"
,
"realTitle"
:
"测试多数据视图"
,
"realTitle"
:
"测试
实体移动端
多数据视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobMDView
.json"
,
"viewType"
:
"DEMOBMDVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobMDView9
.json"
,
"viewType"
:
"DEMOBMDVIEW
9
"
}
}
],
"getPSControlParam"
:
{
},
...
...
@@ -3341,9 +3353,9 @@
"getEmbeddedPSAppDEView"
:
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TEST
TestMobEditView
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobEditView
.json"
,
"name"
:
"TEST
TestMobEditView
"
,
"codeName"
:
"TEST
MobEditView9
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobEditView9
.json"
,
"name"
:
"TEST
MobEditView9
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...
...
@@ -3354,7 +3366,7 @@
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobEditView"
,
"engineType"
:
"MobEditView
9
"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"ctrlName"
:
"form"
,
...
...
@@ -4320,9 +4332,8 @@
"modelid"
:
"621F85CE-79DB-47B7-96E1-7A1F2D8A6915"
,
"modeltype"
:
"PSDEFORM_EDITFORM"
},
{
"codeName"
:
"
TestMobEditView
righttoolbar"
,
"codeName"
:
"
MobEditView9
righttoolbar"
,
"controlType"
:
"TOOLBAR"
,
"logicName"
:
"测试移动端编辑视图_工具栏"
,
"name"
:
"righttoolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -4333,10 +4344,10 @@
},
"toolbarStyle"
:
"MOBNAVRIGHTMENU"
,
"xDataControlName"
:
"form"
,
"modelid"
:
"
C6311A06-49AD-4265-B254-618A0415E555
"
,
"modelid"
:
"
544d4391b292dbfd90253a210500202a_righttoolbar
"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"
TestMobEditView
datainfobar"
,
"codeName"
:
"
MobEditView9
datainfobar"
,
"controlType"
:
"DATAINFOBAR"
,
"name"
:
"datainfobar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -4348,7 +4359,7 @@
}
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"
TestMobEditView
captionbar"
,
"codeName"
:
"
MobEditView9
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -4357,11 +4368,11 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"
TestMobEditView
"
,
"getPSDEViewId"
:
"
F25ABD30-3329-48C1-94AC-1DC8A1C0972
E"
,
"getPSDEViewCodeName"
:
"
MobEditView9
"
,
"getPSDEViewId"
:
"
E83409D1-09B7-48B2-923B-6E015C88E5A
E"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBEDITVIEW"
,
"controlStyle"
:
"APPDEMOBEDITVIEW
9
"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
...
...
@@ -4373,14 +4384,14 @@
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"编辑视图"
,
"title"
:
"
测试实体移动端
编辑视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBEDITVIEW"
,
"viewType"
:
"DEMOBEDITVIEW
9
"
,
"xDataControlName"
:
"form"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
tru
e
,
"enablePullDownRefresh"
:
fals
e
,
"showDataInfoBar"
:
true
,
"modelid"
:
"
318E0E04-56B9-41C5-99ED-0608B03A7C9B
"
,
"modelid"
:
"
544d4391b292dbfd90253a210500202a
"
,
"modeltype"
:
"PSAPPDEVIEW"
}
},
{
...
...
@@ -4389,8 +4400,8 @@
"controlType"
:
"TABVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
TestMobMDView
.json"
,
"viewType"
:
"DEMOBMDVIEW"
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TEST
MobMDView9
.json"
,
"viewType"
:
"DEMOBMDVIEW
9
"
},
"name"
:
"tabviewpanel2"
,
"getPSAppDataEntity"
:
{
...
...
@@ -8213,6 +8224,14 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json"
,
"viewType"
:
"DEMOBEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobEditView9.json"
,
"viewType"
:
"DEMOBEDITVIEW9"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMDView9.json"
,
"viewType"
:
"DEMOBMDVIEW9"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录