Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
565bfcdb
提交
565bfcdb
编写于
10月 19, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
c6c8c03a
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
1343 行增加
和
73 行删除
+1343
-73
AppIndex.json
...zlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
+1
-1
AppIndex.json
...n/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
+1
-1
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+10
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+1331
-71
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
浏览文件 @
565bfcdb
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"name"
:
"menuitem20"
,
"name"
:
"menuitem20"
,
"getPSAppFunc"
:
{
"getPSAppFunc"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"AppFunc1
8
"
"id"
:
"AppFunc1
7
"
},
},
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
浏览文件 @
565bfcdb
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
"name"
:
"menuitem20"
,
"name"
:
"menuitem20"
,
"getPSAppFunc"
:
{
"getPSAppFunc"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"AppFunc1
8
"
"id"
:
"AppFunc1
7
"
},
},
"tooltip"
:
"门户"
"tooltip"
:
"门户"
},
{
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
565bfcdb
...
@@ -88,6 +88,7 @@
...
@@ -88,6 +88,7 @@
"showTitleBar"
:
true
"showTitleBar"
:
true
},
{
},
{
"codeName"
:
"db_container3"
,
"codeName"
:
"db_container3"
,
"controlStyle"
:
"portletPart"
,
"controlType"
:
"PORTLET"
,
"controlType"
:
"PORTLET"
,
"name"
:
"db_container3"
,
"name"
:
"db_container3"
,
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
...
@@ -135,6 +136,10 @@
...
@@ -135,6 +136,10 @@
"rawContent"
:
"mmmm"
,
"rawContent"
:
"mmmm"
,
"showTitleBar"
:
true
"showTitleBar"
:
true
}
],
}
],
"getPSSysPFPlugin"
:
{
"pluginType"
:
"PORTLET_CUSTOM"
,
"pluginCode"
:
"portletPart"
},
"portletType"
:
"CONTAINER"
,
"portletType"
:
"CONTAINER"
,
"width"
:
350.0
,
"width"
:
350.0
,
"showTitleBar"
:
true
"showTitleBar"
:
true
...
@@ -143,6 +148,7 @@
...
@@ -143,6 +148,7 @@
"getContentPSControl"
:
{
"getContentPSControl"
:
{
"name"
:
"db_sysportlet2_list"
"name"
:
"db_sysportlet2_list"
},
},
"controlStyle"
:
"portletPart"
,
"controlType"
:
"PORTLET"
,
"controlType"
:
"PORTLET"
,
"height"
:
300.0
,
"height"
:
300.0
,
"name"
:
"db_sysportlet2"
,
"name"
:
"db_sysportlet2"
,
...
@@ -295,6 +301,10 @@
...
@@ -295,6 +301,10 @@
"grow"
:
-1
,
"grow"
:
-1
,
"layout"
:
"FLEX"
"layout"
:
"FLEX"
},
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"PORTLET_CUSTOM"
,
"pluginCode"
:
"portletPart"
},
"portletType"
:
"LIST"
,
"portletType"
:
"LIST"
,
"title"
:
"List"
,
"title"
:
"List"
,
"showTitleBar"
:
true
,
"showTitleBar"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
565bfcdb
...
@@ -1049,6 +1049,12 @@
...
@@ -1049,6 +1049,12 @@
"templCode"
:
"<template>
\r\n
<button class='xx' @click='add'>xxx</button>
\r\n
</template>
\r\n
<script>
\r\n
export default {
\r\n
methods:{
\r\n
add(){
\r\n
alert('add')
\r\n
}
\r\n
}
\r\n
}
\r\n
</script>
\r\n
<style>
\r\n
.xx{
\r\n
color:red;
\r\n
}
\r\n
</style>
\r\n
"
,
"templCode"
:
"<template>
\r\n
<button class='xx' @click='add'>xxx</button>
\r\n
</template>
\r\n
<script>
\r\n
export default {
\r\n
methods:{
\r\n
add(){
\r\n
alert('add')
\r\n
}
\r\n
}
\r\n
}
\r\n
</script>
\r\n
<style>
\r\n
.xx{
\r\n
color:red;
\r\n
}
\r\n
</style>
\r\n
"
,
"templCode2"
:
"{
\"
template
\"
:
\"
function anonymous(
\\
n) {
\\
nwith(this){return _c(
\\\"
div
\\\"
)}
\\
n}
\"
,
\"
script
\"
:
\"\"
,
\"
style
\"
:
\"\"
}"
,
"templCode2"
:
"{
\"
template
\"
:
\"
function anonymous(
\\
n) {
\\
nwith(this){return _c(
\\\"
div
\\\"
)}
\\
n}
\"
,
\"
script
\"
:
\"\"
,
\"
style
\"
:
\"\"
}"
,
"runtimeObject"
:
true
"runtimeObject"
:
true
},
{
"name"
:
"数据看板成员插件"
,
"pluginCode"
:
"portletPart"
,
"pluginType"
:
"PORTLET_CUSTOM"
,
"refMode"
:
"CONTROL"
,
"refTag"
:
"PORTLET"
}
],
}
],
"getAllPSAppViews"
:
[
{
"getAllPSAppViews"
:
[
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -1432,7 +1438,7 @@
...
@@ -1432,7 +1438,7 @@
"name"
:
"menuitem20"
,
"name"
:
"menuitem20"
,
"getPSAppFunc"
:
{
"getPSAppFunc"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"AppFunc1
8
"
"id"
:
"AppFunc1
7
"
},
},
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
...
@@ -1817,11 +1823,11 @@
...
@@ -1817,11 +1823,11 @@
"modeltype"
:
"PSAPPINDEXVIEW"
"modeltype"
:
"PSAPPINDEXVIEW"
},
{
},
{
"accUserMode"
:
0
,
"accUserMode"
:
0
,
"codeName"
:
"AppPortalView
3
"
,
"codeName"
:
"AppPortalView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView
3
.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json"
,
"name"
:
"AppPortalView
3
"
,
"name"
:
"AppPortalView"
,
"getPSControls"
:
[
{
"getPSControls"
:
[
{
"codeName"
:
"AppPortalView
3
_db"
,
"codeName"
:
"AppPortalView_db"
,
"controlType"
:
"DASHBOARD"
,
"controlType"
:
"DASHBOARD"
,
"name"
:
"dashboard"
,
"name"
:
"dashboard"
,
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
...
@@ -1849,8 +1855,7 @@
...
@@ -1849,8 +1855,7 @@
"showBusyIndicator"
:
true
"showBusyIndicator"
:
true
},
},
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"FLEX"
"layout"
:
"TABLE_24COL"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"colMD"
:
24
,
...
@@ -1869,13 +1874,12 @@
...
@@ -1869,13 +1874,12 @@
"showBusyIndicator"
:
true
"showBusyIndicator"
:
true
},
},
"getPSLayout"
:
{
"getPSLayout"
:
{
"layout"
:
"FLEX"
"columnCount"
:
12
,
"layout"
:
"TABLE_12COL"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colLG"
:
12
,
"grow"
:
-1
,
"colLGOffset"
:
12
,
"layout"
:
"FLEX"
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
},
"getPSControls"
:
[
{
"getPSControls"
:
[
{
"codeName"
:
"db_rawitem1"
,
"codeName"
:
"db_rawitem1"
,
...
@@ -1891,26 +1895,31 @@
...
@@ -1891,26 +1895,31 @@
"showBusyIndicator"
:
true
"showBusyIndicator"
:
true
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"
grow"
:
-1
,
"
colMD"
:
12
,
"layout"
:
"
FLEX
"
"layout"
:
"
TABLE_12COL
"
},
},
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"
内容1
"
,
"caption"
:
"
sddssdfds
"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"name"
:
"db_rawitem1"
"name"
:
"db_rawitem1"
},
},
"portletType"
:
"RAWITEM"
,
"portletType"
:
"RAWITEM"
,
"rawContent"
:
"内容1"
,
"rawContent"
:
"sddssdfds"
,
"showTitleBar"
:
true
}
],
"portletType"
:
"CONTAINER"
,
"showTitleBar"
:
true
"showTitleBar"
:
true
},
{
},
{
"codeName"
:
"db_container4"
,
"codeName"
:
"db_container3"
,
"controlStyle"
:
"portletPart"
,
"controlType"
:
"PORTLET"
,
"controlType"
:
"PORTLET"
,
"name"
:
"db_container4
"
,
"name"
:
"db_container3
"
,
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"db_container4
"
"id"
:
"db_container3
"
},
},
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"width"
:
350.0
,
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
"showBusyIndicator"
:
true
},
},
...
@@ -1920,89 +1929,1340 @@
...
@@ -1920,89 +1929,1340 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"layout"
:
"FLEX"
"layout"
:
"FLEX"
,
"width"
:
350
,
"widthMode"
:
"PX"
},
},
"portletType"
:
"CONTAINER"
,
"getPSControls"
:
[
{
"codeName"
:
"db_rawitem2"
,
"contentType"
:
"RAW"
,
"controlType"
:
"PORTLET"
,
"name"
:
"db_rawitem2"
,
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
"id"
:
"db_rawitem2"
},
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSRawItem"
:
{
"caption"
:
"mmmm"
,
"contentType"
:
"RAW"
,
"name"
:
"db_rawitem2"
},
"portletType"
:
"RAWITEM"
,
"rawContent"
:
"mmmm"
,
"showTitleBar"
:
true
"showTitleBar"
:
true
}
],
}
],
"getPSSysPFPlugin"
:
{
"pluginType"
:
"PORTLET_CUSTOM"
,
"pluginCode"
:
"portletPart"
},
"portletType"
:
"CONTAINER"
,
"portletType"
:
"CONTAINER"
,
"width"
:
350.0
,
"showTitleBar"
:
true
"showTitleBar"
:
true
},
{
},
{
"codeName"
:
"db_container3"
,
"codeName"
:
"List"
,
"getContentPSControl"
:
{
"name"
:
"db_sysportlet2_list"
},
"controlStyle"
:
"portletPart"
,
"controlType"
:
"PORTLET"
,
"controlType"
:
"PORTLET"
,
"name"
:
"db_container3"
,
"height"
:
300.0
,
"name"
:
"db_sysportlet2"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"db_
container3
"
"id"
:
"db_
sysportlet2
"
},
},
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
"showBusyIndicator"
:
true
},
},
"getPSLayout"
:
{
"getPSControls"
:
[
{
"columnCount"
:
12
,
"codeName"
:
"Mob"
,
"layout"
:
"TABLE_12COL"
"controlType"
:
"LIST"
,
"getCreatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"create"
},
},
"getPSLayoutPos"
:
{
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSLISTS/Mob.json"
,
"colLG"
:
12
,
"getFetchPSControlAction"
:
{
"colMD"
:
24
,
"modelref"
:
true
,
"layout"
:
"TABLE_24COL"
"id"
:
"fetch"
},
"getGetPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"load"
},
"groupMode"
:
"NONE"
,
"height"
:
300.0
,
"logicName"
:
"MOB"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
},
"getPSControls"
:
[
{
"codeName"
:
"db_container5"
,
"controlType"
:
"PORTLET"
,
"name"
:
"db_container5"
,
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
}
],
"userDRAction"
:
"READ"
,
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"
db_container5
"
"id"
:
"
列表控件处理器
"
},
},
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"height"
:
300.0
,
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
"showBusyIndicator"
:
true
},
},
"getPSLayout"
:
{
"getPSDEListDataItems"
:
[
{
"layout"
:
"FLEX"
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"PHONENAME"
,
"codeName"
:
"PhoneName"
}
}
],
"pagingSize"
:
1000
,
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
},
"getUpdatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"update"
},
},
"hasWFDataItems"
:
false
,
"enableGroup"
:
false
,
"enableRowEdit"
:
false
,
"enableRowEditGroup"
:
false
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
false
,
"noSort"
:
false
,
"showHeader"
:
true
,
"name"
:
"db_sysportlet2_list"
,
"modelid"
:
"328464b4629381af0328575a2f898569"
,
"modeltype"
:
"PSDELIST"
}
],
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
12
,
"grow"
:
-1
,
"layout"
:
"TABLE_12COL
"
"layout"
:
"FLEX
"
},
},
"portletType"
:
"CONTAINER"
,
"getPSSysPFPlugin"
:
{
"showTitleBar"
:
true
"pluginType"
:
"PORTLET_CUSTOM"
,
"pluginCode"
:
"portletPart"
},
"portletType"
:
"LIST"
,
"title"
:
"List"
,
"showTitleBar"
:
true
,
"modelid"
:
"E3451794-AD3C-4B76-96D2-7121D2D2775E"
,
"modeltype"
:
"PSSYSDBPART"
},
{
},
{
"codeName"
:
"db_rawitem2"
,
"codeName"
:
"Grid"
,
"contentType"
:
"RAW"
,
"controlType"
:
"PORTLET"
,
"controlType"
:
"PORTLET"
,
"name"
:
"db_rawitem2"
,
"height"
:
300.0
,
"name"
:
"db_sysportlet1"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"db_rawitem2
"
"id"
:
"db_sysportlet1
"
},
},
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
"showBusyIndicator"
:
true
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
12
,
"grow"
:
-1
,
"layout"
:
"TABLE_12COL
"
"layout"
:
"FLEX
"
},
},
"getPSRawItem"
:
{
"getPortletPSAppView"
:
{
"caption"
:
"内容2"
,
"accUserMode"
:
2
,
"contentType"
:
"RAW"
,
"caption"
:
"手机实体表格视图"
,
"name"
:
"db_rawitem2"
"codeName"
:
"phonePhoneView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json"
,
"gridRowActiveMode"
:
2
,
"name"
:
"phonePhoneView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
},
"portletType"
:
"RAWITEM"
,
"getPSAppViewEngines"
:
[
{
"rawContent"
:
"内容2"
,
"engineCat"
:
"VIEW"
,
"showTitleBar"
:
true
"engineType"
:
"GridView"
,
"name"
:
"engine"
,
"getPSUIEngineParams"
:
[
{
"appViewLogicName"
:
"opendata"
,
"name"
:
"OPENDATA"
,
"paramType"
:
"LOGIC"
},
{
"appViewLogicName"
:
"newdata"
,
"name"
:
"NEWDATA"
,
"paramType"
:
"LOGIC"
},
{
"ctrlName"
:
"grid"
,
"name"
:
"GRID"
,
"paramType"
:
"CTRL"
},
{
"ctrlName"
:
"searchform"
,
"name"
:
"SEARCHFORM"
,
"paramType"
:
"CTRL"
}
]
}
],
}
],
"portletType"
:
"CONTAINER"
,
"getPSAppViewLogics"
:
[
{
"showTitleBar"
:
true
"eventArg"
:
"deuiaction1"
,
"eventNames"
:
"CLICK"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"toolbar_deuiaction1_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction1"
},
"getPSViewCtrlName"
:
"toolbar"
},
{
"eventArg"
:
"deuiaction2"
,
"eventNames"
:
"CLICK"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"toolbar_deuiaction2_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction2"
},
"getPSViewCtrlName"
:
"toolbar"
},
{
"eventArg"
:
"deuiaction3"
,
"eventNames"
:
"CLICK"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"toolbar_deuiaction3_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction3"
},
"getPSViewCtrlName"
:
"toolbar"
},
{
"eventArg"
:
"deuiaction4"
,
"eventNames"
:
"CLICK"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"toolbar_deuiaction4_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction4"
},
"getPSViewCtrlName"
:
"toolbar"
},
{
"eventArg"
:
"deuiaction5"
,
"eventNames"
:
"CLICK"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"toolbar_deuiaction5_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction5"
},
"getPSViewCtrlName"
:
"toolbar"
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"SYSUILOGIC"
,
"name"
:
"newdata"
,
"getPSAppUILogic"
:
{
"actionAfterWizard"
:
"DEFAULT"
,
"logicType"
:
"PREDEFINED"
,
"name"
:
"新建数据"
,
"getNewDataPSAppView"
:
{
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json"
,
"viewType"
:
"DEEDITVIEW"
}
},
"getPSAppUILogicRefViews"
:
[
{
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json"
,
"viewType"
:
"DEEDITVIEW"
}
}
],
"viewLogicType"
:
"APP_NEWDATA"
,
"batchAddOnly"
:
false
,
"enableBatchAdd"
:
false
,
"enableWizardAdd"
:
false
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"SYSUILOGIC"
,
"name"
:
"opendata"
,
"getPSAppUILogic"
:
{
"logicType"
:
"PREDEFINED"
,
"name"
:
"打开数据"
,
"getOpenDataPSAppView"
:
{
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json"
,
"viewType"
:
"DEEDITVIEW"
}
},
"getPSAppUILogicRefViews"
:
[
{
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json"
,
"viewType"
:
"DEEDITVIEW"
}
}
],
"viewLogicType"
:
"APP_OPENDATA"
,
"editMode"
:
true
}
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"EDITDATA"
,
"realTitle"
:
"手机编辑视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json"
,
"viewType"
:
"DEEDITVIEW"
}
},
{
"name"
:
"NEWDATA"
,
"realTitle"
:
"手机编辑视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json"
,
"viewType"
:
"DEEDITVIEW"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"toolbar_deuiaction1"
,
"getPSUIAction"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"modelref"
:
true
,
"id"
:
"frontEndTest@Phone"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"toolbar_deuiaction2"
,
"getPSUIAction"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"modelref"
:
true
,
"id"
:
"backEnd@Phone"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"toolbar_deuiaction3"
,
"getPSUIAction"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"modelref"
:
true
,
"id"
:
"backEnd@Phone"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"toolbar_deuiaction4"
,
"getPSUIAction"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"modelref"
:
true
,
"id"
:
"frontEndTest@Phone"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"toolbar_deuiaction5"
,
"getPSUIAction"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"modelref"
:
true
,
"id"
:
"backEnd@Phone"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"getCreatePSControlAction"
:
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSGRIDS/Main.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
},
"getGetDraftPSControlAction"
:
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
"getGetPSControlAction"
:
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
}
],
"userDRAction"
:
"READ"
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_grid"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"GRID"
},
"getPSDEGridColumns"
:
[
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"caption"
:
"手机标识"
,
"codeName"
:
"phoneid"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"phoneid"
,
"excelCaption"
:
"手机标识"
,
"name"
:
"phoneid"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
},
"width"
:
180
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"caption"
:
"手机名称"
,
"codeName"
:
"phonename"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"phonename"
,
"excelCaption"
:
"手机名称"
,
"name"
:
"phonename"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"PHONENAME"
,
"codeName"
:
"PhoneName"
},
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"更新人"
,
"codeName"
:
"updateman"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"updateman"
,
"excelCaption"
:
"更新人"
,
"name"
:
"updateman"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"phoneid"
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
}
},
{
"dataType"
:
25
,
"name"
:
"phonename"
,
"getPSAppDEField"
:
{
"name"
:
"PHONENAME"
,
"codeName"
:
"PhoneName"
}
},
{
"dataType"
:
25
,
"name"
:
"updateman"
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfdataaccaction"
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
},
"dataAccessAction"
:
true
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"PHONENAME"
,
"codeName"
:
"PhoneName"
}
}
],
"getPSDEGridEditItemUpdates"
:
[
{
"codeName"
:
"testGridItemUpdate1"
,
"name"
:
"测试1"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSDEGEIUpdateDetails"
:
[
{
"name"
:
"updateman"
},
{
"name"
:
"phonename"
}
]
}
],
"getPSDEGridEditItems"
:
[
{
"caption"
:
"手机标识"
,
"codeName"
:
"phoneid"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"name"
:
"phoneid"
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
},
"getPSDEGridEditItemUpdate"
:
{
"modelref"
:
true
,
"id"
:
"testGridItemUpdate1"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
100
,
"name"
:
"phoneid"
},
"allowEmpty"
:
true
},
{
"caption"
:
"手机名称"
,
"codeName"
:
"phonename"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"name"
:
"phonename"
,
"getPSAppDEField"
:
{
"name"
:
"PHONENAME"
,
"codeName"
:
"PhoneName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
200
,
"name"
:
"phonename"
},
"allowEmpty"
:
true
},
{
"caption"
:
"更新人"
,
"codeName"
:
"updateman"
,
"enableCond"
:
3
,
"ignoreInput"
:
3
,
"name"
:
"updateman"
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
60
,
"name"
:
"updateman"
},
"allowEmpty"
:
false
,
"convertToCodeItemText"
:
true
},
{
"caption"
:
"手机标识"
,
"codeName"
:
"srfkey"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
},
"getPSEditor"
:
{
"editorType"
:
"HIDDEN"
,
"name"
:
"srfkey"
},
"allowEmpty"
:
true
}
],
"pagingSize"
:
20
,
"getRemovePSControlAction"
:
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
"sortMode"
:
"REMOTE"
,
"getUpdatePSControlAction"
:
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
"hasWFDataItems"
:
false
,
"enableColFilter"
:
false
,
"enableCustomized"
:
true
,
"enableGroup"
:
false
,
"enablePagingBar"
:
true
,
"enableRowEdit"
:
true
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
true
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
false
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"102fe4f65129bafca1451c4ca125530f"
,
"modeltype"
:
"PSDEGRID"
},
{
"codeName"
:
"Default"
,
"controlType"
:
"SEARCHFORM"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSSEARCHFORMS/Default.json"
,
"hookEventNames"
:
[
"SEARCH"
,
"LOAD"
,
"SAVE"
],
"logicName"
:
"默认搜索表单"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionType"
:
"FILTERACTION"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FilterGet"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionType"
:
"FILTERACTION"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FilterGetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
},
{
"actionType"
:
"FILTERACTION"
,
"name"
:
"search"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FilterSearch"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}
}
],
"enableDEFieldPrivilege"
:
false
,
"id"
:
"搜索表单处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"SEARCH;LOAD;SAVE"
,
"logicTag"
:
"searchform"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_searchform"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"SEARCHFORM"
},
"getPSDEFormItems"
:
[
{
"id"
:
"formitem"
,
"dataType"
:
25
},
{
"id"
:
"formitem1"
,
"dataType"
:
25
},
{
"id"
:
"formitem2"
,
"dataType"
:
25
},
{
"id"
:
"phonename"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"PHONENAME"
,
"codeName"
:
"PhoneName"
}
}
],
"getPSDEFormPages"
:
[
{
"caption"
:
"常规条件"
,
"codeName"
:
"formpage1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMPAGE"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"codeName"
:
"formitem"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"formitem"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"NUMBER"
,
"name"
:
"formitem"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"codeName"
:
"formitem1"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"formitem1"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"RATING"
,
"maxValue"
:
5.0
,
"minValue"
:
0.0
,
"name"
:
"formitem1"
,
"stepValue"
:
1.0
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"codeName"
:
"formitem2"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"formitem2"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorType"
:
"RADIOBUTTONLIST"
,
"name"
:
"formitem2"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"needCodeListConfig"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"手机名称(文本包含(%))"
,
"codeName"
:
"phonename"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"phonename"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"PHONENAME"
,
"codeName"
:
"PhoneName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"name"
:
"phonename"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"infoGroupMode"
:
false
}
],
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"searchButtonStyle"
:
"DEFAULT"
,
"tabHeaderPos"
:
"TOP"
,
"enableAdvanceSearch"
:
false
,
"enableAutoSearch"
:
false
,
"enableFilterSave"
:
false
,
"noTabHeader"
:
true
,
"name"
:
"searchform"
,
"modelid"
:
"6afd5f8f66b6c935007b5669076bf633"
,
"modeltype"
:
"PSDEFORM_SEARCHFORM"
},
{
"codeName"
:
"PhoneViewtoolbar"
,
"controlType"
:
"TOOLBAR"
,
"hookEventNames"
:
[
"CLICK"
],
"logicName"
:
"测试工具栏"
,
"name"
:
"toolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics"
:
[
{
"eventArg"
:
"deuiaction1"
,
"eventNames"
:
"CLICK"
,
"logicTag"
:
"toolbar"
,
"logicType"
:
"APPVIEWLOGIC"
,
"name"
:
"toolbar_deuiaction1_click"
,
"getPSAppViewLogic"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction1_click"
}
},
{
"eventArg"
:
"deuiaction2"
,
"eventNames"
:
"CLICK"
,
"logicTag"
:
"toolbar"
,
"logicType"
:
"APPVIEWLOGIC"
,
"name"
:
"toolbar_deuiaction2_click"
,
"getPSAppViewLogic"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction2_click"
}
},
{
"eventArg"
:
"deuiaction3"
,
"eventNames"
:
"CLICK"
,
"logicTag"
:
"toolbar"
,
"logicType"
:
"APPVIEWLOGIC"
,
"name"
:
"toolbar_deuiaction3_click"
,
"getPSAppViewLogic"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction3_click"
}
},
{
"eventArg"
:
"deuiaction4"
,
"eventNames"
:
"CLICK"
,
"logicTag"
:
"toolbar"
,
"logicType"
:
"APPVIEWLOGIC"
,
"name"
:
"toolbar_deuiaction4_click"
,
"getPSAppViewLogic"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction4_click"
}
},
{
"eventArg"
:
"deuiaction5"
,
"eventNames"
:
"CLICK"
,
"logicTag"
:
"toolbar"
,
"logicType"
:
"APPVIEWLOGIC"
,
"name"
:
"toolbar_deuiaction5_click"
,
"getPSAppViewLogic"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction5_click"
}
}
],
"getPSControlParam"
:
{
"id"
:
"TOOLBAR"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"前台调用"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction1"
},
"getPSSysImage"
:
{
"imagePath"
:
"link.svg"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"前台调用"
,
"codeName"
:
"frontEndTest"
,
"getFrontPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"frontProcessType"
:
"WIZARD"
,
"fullCodeName"
:
"Phone_frontEndTest"
,
"name"
:
"前台调用"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"frontEndTest"
,
"uIActionType"
:
"DEUIACTION"
,
"id"
:
"frontEndTest@Phone"
},
"tooltip"
:
"前台调用"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"后台调用"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction2"
},
"getPSSysImage"
:
{
"cssClass"
:
"ribbon"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"后台调用"
,
"codeName"
:
"backEnd"
,
"fullCodeName"
:
"Phone_backEnd"
,
"name"
:
"后台调用"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"paramItem"
:
"cccc"
,
"textItem"
:
"bbbb"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backEnd"
,
"uIActionType"
:
"DEUIACTION"
,
"valueItem"
:
"aaaa"
,
"enableConfirm"
:
true
,
"id"
:
"backEnd@Phone"
},
"tooltip"
:
"后台调用"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"http/https开头"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction3"
},
"getPSSysImage"
:
{
"imagePath"
:
"https://upload.jianshu.io/users/upload_avatars/9420423/1aee2a24-f5e1-4f34-b166-83d7881dc59e.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/96/h/96/format/webp"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"后台调用"
,
"codeName"
:
"backEnd"
,
"fullCodeName"
:
"Phone_backEnd"
,
"name"
:
"后台调用"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"paramItem"
:
"cccc"
,
"textItem"
:
"bbbb"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backEnd"
,
"uIActionType"
:
"DEUIACTION"
,
"valueItem"
:
"aaaa"
,
"enableConfirm"
:
true
,
"id"
:
"backEnd@Phone"
},
"tooltip"
:
"http/https开头"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"icon"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction4"
},
"getPSSysImage"
:
{
"cssClass"
:
"add"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"前台调用"
,
"codeName"
:
"frontEndTest"
,
"getFrontPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RawMaterialGridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
"frontProcessType"
:
"WIZARD"
,
"fullCodeName"
:
"Phone_frontEndTest"
,
"name"
:
"前台调用"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"frontEndTest"
,
"uIActionType"
:
"DEUIACTION"
,
"id"
:
"frontEndTest@Phone"
},
"tooltip"
:
"icon"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"静态"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction5"
},
"getPSSysImage"
:
{
"imagePath"
:
"link.svg"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"后台调用"
,
"codeName"
:
"backEnd"
,
"fullCodeName"
:
"Phone_backEnd"
,
"name"
:
"后台调用"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"paramItem"
:
"cccc"
,
"textItem"
:
"bbbb"
,
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"backEnd"
,
"uIActionType"
:
"DEUIACTION"
,
"valueItem"
:
"aaaa"
,
"enableConfirm"
:
true
,
"id"
:
"backEnd@Phone"
},
"tooltip"
:
"静态"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"DF8B78E0-53B3-4BD2-BE44-CA0C1B2841F7"
,
"modeltype"
:
"PSDETOOLBAR"
}
],
"getPSDEViewCodeName"
:
"PhoneView"
,
"getPSDEViewId"
:
"3C048F18-9263-4C6E-AC73-53DB4027F632"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEGRIDVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"手机表格视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEGRIDVIEW"
,
"xDataControlName"
:
"grid"
,
"enableDP"
:
true
,
"enableExport"
:
true
,
"enableFilter"
:
true
,
"enableImport"
:
true
,
"enableQuickSearch"
:
true
,
"enableRowEdit"
:
true
,
"enableSearch"
:
true
,
"rowEditDefault"
:
false
,
"modelid"
:
"940b384d68bf9ac635f6a63cfa0619e1"
,
"modeltype"
:
"PSAPPDEVIEW"
},
"portletType"
:
"VIEW"
,
"title"
:
"Grid"
,
"showTitleBar"
:
true
,
"modelid"
:
"D19179E9-F234-4FBC-903E-39FA108D0A2C"
,
"modeltype"
:
"PSSYSDBPART"
}
],
}
],
"portletType"
:
"CONTAINER"
,
"portletType"
:
"CONTAINER"
,
"showTitleBar"
:
true
"showTitleBar"
:
true
}
],
}
],
"enableCustomized"
:
false
,
"enableCustomized"
:
false
,
"modelid"
:
"
9BAD3F85-B189-405E-9EB9-B40F195B1DDF
"
,
"modelid"
:
"
B2D554B2-5150-4FA6-B5EF-B9A6C1AA7848
"
,
"modeltype"
:
"PSSYSDASHBOARD"
"modeltype"
:
"PSSYSDASHBOARD"
}
],
}
],
"getPSViewLayoutPanel"
:
{
"getPSViewLayoutPanel"
:
{
...
@@ -2015,11 +3275,11 @@
...
@@ -2015,11 +3275,11 @@
"layoutPanel"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
"useDefaultLayout"
:
true
},
},
"title"
:
"应用门户视图
3
"
,
"title"
:
"应用门户视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"APPPORTALVIEW"
,
"viewType"
:
"APPPORTALVIEW"
,
"enableDP"
:
true
,
"enableDP"
:
true
,
"modelid"
:
"
9BAD3F85-B189-405E-9EB9-B40F195B1DDF
"
,
"modelid"
:
"
B2D554B2-5150-4FA6-B5EF-B9A6C1AA7848
"
,
"modeltype"
:
"PSAPPPORTALVIEW"
"modeltype"
:
"PSAPPPORTALVIEW"
},
{
},
{
"accUserMode"
:
2
,
"accUserMode"
:
2
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录