Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
449b660f
提交
449b660f
编写于
6月 19, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,Mob]
上级
22dad08b
变更
11
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
1695 行增加
和
185 行删除
+1695
-185
state.ts
app_Mob/src/store/modules/view-action/state.ts
+22
-0
TEST.json
.../ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
+6
-0
TEST.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
+4
-0
TestMobEditView_Form.json
.../PSAPPDATAENTITIES/TEST/PSFORMS/TestMobEditView_Form.json
+1
-0
TESTMobMPickupView.json
...ainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json
+446
-0
TESTMobPickupView.json
...rainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobPickupView.json
+0
-1
TESTMobTabExpView.json
...rainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobTabExpView.json
+1
-0
TESTTestMobEditView.json
...insys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json
+1
-0
AppIndexView.json
.../trainsys/PSSYSAPPS/Mob/PSAPPINDEXVIEWS/AppIndexView.json
+44
-0
Usr0504510619Menu.json
.../trainsys/PSSYSAPPS/Mob/PSAPPMENUS/Usr0504510619Menu.json
+20
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+1150
-184
未找到文件。
app_Mob/src/store/modules/view-action/state.ts
浏览文件 @
449b660f
...
...
@@ -3,6 +3,16 @@
*/
export
const
viewstate
:
any
=
{
appviews
:
[
{
viewtag
:
'20e843252493e56e654257ec2a3bf391'
,
viewmodule
:
'Test'
,
viewname
:
'TESTMobPickupView'
,
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'F2EF9364-1D93-484A-A231-90B3BB331DC3'
,
],
},
{
viewtag
:
'318E0E04-56B9-41C5-99ED-0608B03A7C9B'
,
viewmodule
:
'Test'
,
...
...
@@ -42,6 +52,18 @@ export const viewstate: any = {
'318E0E04-56B9-41C5-99ED-0608B03A7C9B'
,
'753676DB-2531-4A22-AA4E-FB9EA9BF8B3F'
,
'd8d1b5108ce7fda432f8d3fe33c65063'
,
'20e843252493e56e654257ec2a3bf391'
,
'cf108dcc6825ab45f18c8c242be1d923'
,
],
},
{
viewtag
:
'cf108dcc6825ab45f18c8c242be1d923'
,
viewmodule
:
'Test'
,
viewname
:
'TESTMobMPickupView'
,
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'F2EF9364-1D93-484A-A231-90B3BB331DC3'
,
],
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
浏览文件 @
449b660f
...
...
@@ -3148,6 +3148,12 @@
"name"
:
"测试实体实体表格视图_抽屉"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MobMPickupView"
,
"logicName"
:
"测试实体实体移动端多数据选择视图"
,
"name"
:
"测试实体实体移动端多数据选择视图"
,
"realModelSubType"
:
"DEMOBMPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Usr0320988649CustomView"
,
"logicName"
:
"自定义视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
浏览文件 @
449b660f
...
...
@@ -2868,6 +2868,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json"
,
"viewType"
:
"DEMOBEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
"viewType"
:
"DEMOBMPICKUPVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobTabExpView.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSFORMS/TestMobEditView_Form.json
浏览文件 @
449b660f
...
...
@@ -811,6 +811,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"titleBarCloseMode"
:
2
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
}
],
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json
0 → 100644
浏览文件 @
449b660f
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TESTMobMPickupView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
"name"
:
"TESTMobMPickupView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobMPickupView"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"ctrlName"
:
"pickupviewpanel"
,
"name"
:
"PICKUPVIEWPANEL"
,
"paramType"
:
"CTRL"
}
]
}
],
"getPSControls"
:
[
{
"codeName"
:
"MobMPickupViewpickupviewpanel"
,
"controlType"
:
"PICKUPVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"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"
},
"hookEventNames"
:
[
"SELECTIONCHANGE"
,
"LOAD"
],
"name"
:
"pickupviewpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"SELECTIONCHANGE;LOAD"
,
"logicTag"
:
"pickupviewpanel"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_pickupviewpanel"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"id"
:
"PICKUPVIEWPANEL"
}
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"MobMPickupViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"MobMPickupView"
,
"getPSDEViewId"
:
"6E7F48DE-DA74-4D4A-98FF-D4815087B53B"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBMPICKUPVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"测试实体移动端多数据选择视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBMPICKUPVIEW"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
false
,
"showCaptionBar"
:
false
,
"modelid"
:
"cf108dcc6825ab45f18c8c242be1d923"
,
"modeltype"
:
"PSAPPDEVIEW"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobPickupView.json
浏览文件 @
449b660f
...
...
@@ -435,7 +435,6 @@
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"refFlag"
:
false
,
"title"
:
"测试实体移动端数据选择视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBPICKUPVIEW"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobTabExpView.json
浏览文件 @
449b660f
...
...
@@ -978,6 +978,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"titleBarCloseMode"
:
2
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
}
],
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json
浏览文件 @
449b660f
...
...
@@ -919,6 +919,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"titleBarCloseMode"
:
2
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
}
],
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPINDEXVIEWS/AppIndexView.json
浏览文件 @
449b660f
...
...
@@ -117,6 +117,50 @@
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"分页导航"
},
{
"accUserMode"
:
2
,
"caption"
:
"选择"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem6"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"AppFunc2"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"选择"
},
{
"accUserMode"
:
2
,
"caption"
:
"多选择"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem7"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"AppFunc3"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"多选择"
}
],
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPMENUS/Usr0504510619Menu.json
浏览文件 @
449b660f
...
...
@@ -45,6 +45,26 @@
"id"
:
"AppFunc"
},
"tooltip"
:
"分页导航"
},
{
"accUserMode"
:
2
,
"caption"
:
"选择"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem6"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"AppFunc2"
},
"tooltip"
:
"选择"
},
{
"accUserMode"
:
2
,
"caption"
:
"多选择"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem7"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"AppFunc3"
},
"tooltip"
:
"多选择"
}
],
"enableCustomize"
:
false
,
"name"
:
"appindexview"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
449b660f
...
...
@@ -321,6 +321,16 @@
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json"
,
"viewType"
:
"DEMOBEDITVIEW"
}
},
{
"appFuncType"
:
"APPVIEW"
,
"codeName"
:
"AppFunc3"
,
"name"
:
"多选择"
,
"openMode"
:
"INDEXVIEWTAB"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
"viewType"
:
"DEMOBMPICKUPVIEW"
}
},
{
"appFuncType"
:
"APPVIEW"
,
"codeName"
:
"UsrAppFunc0615845058"
,
...
...
@@ -331,6 +341,16 @@
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobMDView.json"
,
"viewType"
:
"DEMOBMDVIEW"
}
},
{
"appFuncType"
:
"APPVIEW"
,
"codeName"
:
"AppFunc2"
,
"name"
:
"选择视图"
,
"openMode"
:
"INDEXVIEWTAB"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobPickupView.json"
,
"viewType"
:
"DEMOBPICKUPVIEW"
}
},
{
"appFuncType"
:
"APPVIEW"
,
"codeName"
:
"UsrAppFunc0615084370"
,
...
...
@@ -408,6 +428,12 @@
"viewType"
:
"DEMOBMDVIEW"
,
"resource"
:
"Reginfo"
,
"view"
:
"MobMDView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
"viewType"
:
"DEMOBMPICKUPVIEW"
,
"resource"
:
"TEST"
,
"view"
:
"MobMPickupView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobTabExpView.json"
,
...
...
@@ -597,6 +623,50 @@
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"分页导航"
},
{
"accUserMode"
:
2
,
"caption"
:
"选择"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem6"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"AppFunc2"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"选择"
},
{
"accUserMode"
:
2
,
"caption"
:
"多选择"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem7"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"AppFunc3"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"多选择"
}
],
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
...
...
@@ -1556,6 +1626,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"titleBarCloseMode"
:
2
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
}
],
...
...
@@ -3070,10 +3141,806 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"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"
:
"TestMobEditViewrighttoolbar"
,
"controlType"
:
"TOOLBAR"
,
"logicName"
:
"测试移动端编辑视图_工具栏"
,
"name"
:
"righttoolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"RIGHTTOOLBAR"
},
"toolbarStyle"
:
"MOBNAVRIGHTMENU"
,
"xDataControlName"
:
"form"
,
"modelid"
:
"C6311A06-49AD-4265-B254-618A0415E555"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"TestMobEditViewdatainfobar"
,
"controlType"
:
"DATAINFOBAR"
,
"name"
:
"datainfobar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"datainfobar"
}
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"TestMobEditViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"TestMobEditView"
,
"getPSDEViewId"
:
"F25ABD30-3329-48C1-94AC-1DC8A1C0972E"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBEDITVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"编辑视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBEDITVIEW"
,
"xDataControlName"
:
"form"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
true
,
"showDataInfoBar"
:
true
,
"modelid"
:
"318E0E04-56B9-41C5-99ED-0608B03A7C9B"
,
"modeltype"
:
"PSAPPDEVIEW"
}
},
{
"caption"
:
"列表"
,
"codeName"
:
"MobTabExpViewtabviewpanel2"
,
"controlType"
:
"TABVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobMDView.json"
,
"viewType"
:
"DEMOBMDVIEW"
},
"name"
:
"tabviewpanel2"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"TABVIEWPANEL2"
},
"modelid"
:
"d8d1b5108ce7fda432f8d3fe33c65063_tabviewpanel2"
,
"modeltype"
:
"PSVIEWPANEL"
}
],
"getPSTabExpPages"
:
[
{
"name"
:
"tabviewpanel"
},
{
"name"
:
"tabviewpanel2"
}
],
"tabLayout"
:
"TOP"
,
"uniqueTag"
:
"TESTMobTabExpView__tabexppanel"
,
"modelid"
:
"d8d1b5108ce7fda432f8d3fe33c65063_tabexppanel"
,
"modeltype"
:
"PSTABEXPPANEL"
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"MobTabExpViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"MobTabExpView"
,
"getPSDEViewId"
:
"F66C6003-6438-43AA-B8C6-64E238A11074"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBTABEXPVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"tabLayout"
:
"TOP"
,
"title"
:
"测试实体分页导航视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBTABEXPVIEW"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
false
,
"enableQuickSearch"
:
false
,
"enableSearch"
:
false
,
"expandSearchForm"
:
false
,
"loadDefault"
:
true
,
"showDataInfoBar"
:
true
,
"modelid"
:
"d8d1b5108ce7fda432f8d3fe33c65063"
,
"modeltype"
:
"PSAPPDEVIEW"
},
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TESTMobPickupView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobPickupView.json"
,
"name"
:
"TESTMobPickupView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobPickupView"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"ctrlName"
:
"pickupviewpanel"
,
"name"
:
"PICKUPVIEWPANEL"
,
"paramType"
:
"CTRL"
}
]
}
],
"getPSControls"
:
[
{
"codeName"
:
"MobPickupViewpickupviewpanel"
,
"controlType"
:
"PICKUPVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"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"
},
"hookEventNames"
:
[
"SELECTIONCHANGE"
,
"LOAD"
],
"name"
:
"pickupviewpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"SELECTIONCHANGE;LOAD"
,
"logicTag"
:
"pickupviewpanel"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_pickupviewpanel"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"id"
:
"PICKUPVIEWPANEL"
}
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"MobPickupViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"MobPickupView"
,
"getPSDEViewId"
:
"325FDCD9-ABA6-46D2-8BB7-83E61BCFACC0"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBPICKUPVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"测试实体移动端数据选择视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBPICKUPVIEW"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
false
,
"showCaptionBar"
:
false
,
"modelid"
:
"20e843252493e56e654257ec2a3bf391"
,
"modeltype"
:
"PSAPPDEVIEW"
},
{
"accUserMode"
:
2
,
"caption"
:
"测试实体"
,
"codeName"
:
"TESTMobMPickupView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
"name"
:
"TESTMobMPickupView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"MobMPickupView"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"ctrlName"
:
"pickupviewpanel"
,
"name"
:
"PICKUPVIEWPANEL"
,
"paramType"
:
"CTRL"
}
]
}
],
"getPSControls"
:
[
{
"codeName"
:
"MobMPickupViewpickupviewpanel"
,
"controlType"
:
"PICKUPVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"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
,
...
...
@@ -3082,31 +3949,128 @@
"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"
},
"infoGroupMode"
:
false
,
"showCaption"
:
true
"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"
}
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
"userDRAction"
:
"READ"
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"列表控件处理器"
},
"infoGroupMode"
:
false
"getPSControlLogics"
:
[
{
"eventNames"
:
"ROWCLICK;LOAD;SELECTIONCHANGE;BEFORELOAD"
,
"logicTag"
:
"mdctrl"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_mdctrl"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
"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"
,
...
...
@@ -3123,7 +4087,6 @@
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"tabHeaderPos"
:
"TOP"
,
"getUpdatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"update"
,
...
...
@@ -3140,15 +4103,21 @@
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}
},
"mobileControl"
:
true
,
"noTabHeader"
:
false
,
"name"
:
"form"
,
"modelid"
:
"621F85CE-79DB-47B7-96E1-7A1F2D8A6915"
,
"modeltype"
:
"PSDEFORM_EDITFORM"
"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"
:
"TestMobEdit
Viewrighttoolbar"
,
"codeName"
:
"TestMobMD
Viewrighttoolbar"
,
"controlType"
:
"TOOLBAR"
,
"logicName"
:
"测试移动端编辑
视图_工具栏"
,
"logicName"
:
"测试多数据
视图_工具栏"
,
"name"
:
"righttoolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -3158,23 +4127,29 @@
"id"
:
"RIGHTTOOLBAR"
},
"toolbarStyle"
:
"MOBNAVRIGHTMENU"
,
"xDataControlName"
:
"form
"
,
"modelid"
:
"C6311A06-49AD-4265-B254-618A0415E555
"
,
"xDataControlName"
:
"mdctrl
"
,
"modelid"
:
"D047731E-834C-48F7-90A9-75B3F9D68236
"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"TestMobEditViewdatainfobar"
,
"controlType"
:
"DATAINFOBAR"
,
"name"
:
"datainfobar"
,
"controlType"
:
"SEARCHBAR"
,
"name"
:
"searchbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"datainfobar"
}
"id"
:
"searchbar"
},
"quickGroupCount"
:
-1
,
"quickSearchMode"
:
1
,
"quickSearchWidth"
:
0
,
"enableFilter"
:
false
,
"enableGroup"
:
false
,
"enableQuickSearch"
:
true
,
"mobileSearchBar"
:
true
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"TestMobEdit
Viewcaptionbar"
,
"codeName"
:
"TestMobMD
Viewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -3183,11 +4158,11 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"TestMobEdit
View"
,
"getPSDEViewId"
:
"F25ABD30-3329-48C1-94AC-1DC8A1C0972E
"
,
"getPSDEViewCodeName"
:
"TestMobMD
View"
,
"getPSDEViewId"
:
"BB00B32B-49F9-43BA-935E-74998F5EDD10
"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOBEDIT
VIEW"
,
"controlStyle"
:
"APPDEMOBMD
VIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
...
...
@@ -3199,48 +4174,40 @@
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"编辑
视图"
,
"title"
:
"测试多数据
视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOBEDIT
VIEW"
,
"xDataControlName"
:
"form
"
,
"viewType"
:
"DEMOBMD
VIEW"
,
"xDataControlName"
:
"mdctrl
"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
true
,
"showDataInfoBar"
:
true
,
"modelid"
:
"318E0E04-56B9-41C5-99ED-0608B03A7C9B"
,
"enableFilter"
:
true
,
"enablePullDownRefresh"
:
false
,
"enableQuickSearch"
:
true
,
"enableSearch"
:
true
,
"modelid"
:
"F2EF9364-1D93-484A-A231-90B3BB331DC3"
,
"modeltype"
:
"PSAPPDEVIEW"
}
},
{
"caption"
:
"列表"
,
"codeName"
:
"MobTabExpViewtabviewpanel2"
,
"controlType"
:
"TABVIEWPANEL"
,
"getEmbeddedPSAppDEView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobMDView.json"
,
"viewType"
:
"DEMOBMDVIEW"
},
"name"
:
"tabviewpanel2"
,
"hookEventNames"
:
[
"SELECTIONCHANGE"
,
"LOAD"
],
"name"
:
"pickupviewpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"TABVIEWPANEL2"
},
"modelid"
:
"d8d1b5108ce7fda432f8d3fe33c65063_tabviewpanel2"
,
"modeltype"
:
"PSVIEWPANEL"
}
],
"getPSTabExpPages"
:
[
{
"name"
:
"tabviewpanel"
},
{
"name"
:
"tabviewpanel2"
"getPSControlLogics"
:
[
{
"eventNames"
:
"SELECTIONCHANGE;LOAD"
,
"logicTag"
:
"pickupviewpanel"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_pickupviewpanel"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"tabLayout"
:
"TOP"
,
"uniqueTag"
:
"TESTMobTabExpView__tabexppanel"
,
"modelid"
:
"d8d1b5108ce7fda432f8d3fe33c65063_tabexppanel"
,
"modeltype"
:
"PSTABEXPPANEL"
"getPSControlParam"
:
{
"id"
:
"PICKUPVIEWPANEL"
}
},
{
"caption"
:
"测试实体"
,
"codeName"
:
"Mob
TabEx
pViewcaptionbar"
,
"codeName"
:
"Mob
MPicku
pViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -3249,11 +4216,11 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"Mob
TabEx
pView"
,
"getPSDEViewId"
:
"
F66C6003-6438-43AA-B8C6-64E238A11074
"
,
"getPSDEViewCodeName"
:
"Mob
MPicku
pView"
,
"getPSDEViewId"
:
"
6E7F48DE-DA74-4D4A-98FF-D4815087B53B
"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEMOB
TABEX
PVIEW"
,
"controlStyle"
:
"APPDEMOB
MPICKU
PVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
...
...
@@ -3265,18 +4232,13 @@
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"tabLayout"
:
"TOP"
,
"title"
:
"测试实体分页导航视图"
,
"title"
:
"测试实体移动端多数据选择视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEMOB
TABEX
PVIEW"
,
"viewType"
:
"DEMOB
MPICKU
PVIEW"
,
"enableDP"
:
true
,
"enablePullDownRefresh"
:
false
,
"enableQuickSearch"
:
false
,
"enableSearch"
:
false
,
"expandSearchForm"
:
false
,
"loadDefault"
:
true
,
"showDataInfoBar"
:
true
,
"modelid"
:
"d8d1b5108ce7fda432f8d3fe33c65063"
,
"showCaptionBar"
:
false
,
"modelid"
:
"cf108dcc6825ab45f18c8c242be1d923"
,
"modeltype"
:
"PSAPPDEVIEW"
}
],
"getPSAppDataEntities"
:
[
{
...
...
@@ -6149,6 +7111,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json"
,
"viewType"
:
"DEMOBEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobMPickupView.json"
,
"viewType"
:
"DEMOBMPICKUPVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTMobTabExpView.json"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录