Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
dfdeda58
提交
dfdeda58
编写于
7月 17, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
7ad790a6
变更
24
隐藏空白字符变更
内嵌
并排
正在显示
24 个修改的文件
包含
331 行增加
和
202 行删除
+331
-202
swarm.yaml
app_Web/swarm.yaml
+1
-1
config.xml
config.xml
+0
-9
TEST.json
.../ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
+6
-0
Main.json
...TemplatePublish/PSAPPDATAENTITIES/Phone/PSGRIDS/Main.json
+8
-0
phoneGridExpView.json
...YSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json
+8
-0
phoneGridView.json
...PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridView.json
+8
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+12
-4
Dashboard.json
...S/Web/PSAPPDATAENTITIES/Phone/PSDASHBOARDS/Dashboard.json
+8
-7
Main.json
...s/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSGRIDS/Main.json
+8
-7
TEST.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
+4
-0
RowEditGridView_Grid.json
.../PSAPPDATAENTITIES/TEST/PSGRIDS/RowEditGridView_Grid.json
+16
-14
TESTCustomGridView.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json
+56
-71
TESTEmptyCustomView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json
+68
-0
TESTGridView_VIewPanel.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_VIewPanel.json
+0
-22
TESTRowEditGridView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRowEditGridView.json
+16
-14
phoneDashboardView.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDashboardView.json
+8
-7
phoneDashboardView9.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDashboardView9.json
+8
-7
phoneGridExpView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridExpView.json
+8
-7
phoneGridView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json
+8
-7
phonePhoneView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json
+8
-7
AppTestIndexView.json
...insys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppTestIndexView.json
+22
-0
AppTestIndexView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppTestIndexView.json
+10
-0
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+8
-7
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+32
-11
未找到文件。
app_Web/swarm.yaml
浏览文件 @
dfdeda58
...
...
@@ -3,7 +3,7 @@ services:
trainsys-app-web
:
image
:
dstimage
ports
:
-
"
5010
0:80"
-
"
8
0:80"
networks
:
-
agent_network
environment
:
...
...
config.xml
浏览文件 @
dfdeda58
...
...
@@ -55,15 +55,6 @@
git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/
mkdir -p /var/lib/jenkins/appcache/A3064A91-F42D-4D7F-BC1C-4173A4F5772C
if [ -e app_Web/.dynamic ]
then
cd app_Web
else
cd app_Web/app
fi
sed -i "s#dstimage#registry.cn-shanghai.aliyuncs.com/ibizsys/ibizcloud-standardsys-app-webapp:2022.09.01.001#g" swarm.yaml
docker -H $para1 stack deploy --compose-file=swarm.yaml ebsx --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
浏览文件 @
dfdeda58
...
...
@@ -3098,6 +3098,12 @@
"name"
:
"测试实体实体编辑视图"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EmptyCustomView"
,
"logicName"
:
"空自定义视图"
,
"name"
:
"空自定义视图"
,
"realModelSubType"
:
"DECUSTOMVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EditView3"
,
"logicName"
:
"测试实体实体编辑视图(分页关系)"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSGRIDS/Main.json
浏览文件 @
dfdeda58
...
...
@@ -105,6 +105,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json
浏览文件 @
dfdeda58
...
...
@@ -269,6 +269,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridView.json
浏览文件 @
dfdeda58
...
...
@@ -852,6 +852,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
dfdeda58
...
...
@@ -1238,16 +1238,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
]
},
{
...
...
@@ -3251,6 +3251,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSDASHBOARDS/Dashboard.json
浏览文件 @
dfdeda58
...
...
@@ -466,13 +466,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -559,6 +552,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSGRIDS/Main.json
浏览文件 @
dfdeda58
...
...
@@ -69,13 +69,6 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -157,6 +150,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
浏览文件 @
dfdeda58
...
...
@@ -3003,6 +3003,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json"
,
"viewType"
:
"DECUSTOMVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json"
,
"viewType"
:
"DECUSTOMVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeView9.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/RowEditGridView_Grid.json
浏览文件 @
dfdeda58
...
...
@@ -27,20 +27,6 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"field"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowNull"
,
"scriptCode"
:
"data.type === 'B'"
,
"triggerType"
:
"ITEMBLANK"
},
{
"itemName"
:
"amount"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowEnable"
,
"scriptCode"
:
"data.type === 'A'"
,
"triggerType"
:
"ITEMENABLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -103,6 +89,14 @@
"name"
:
"AMOUNT"
,
"codeName"
:
"Amount"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"amount"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowEnable"
,
"scriptCode"
:
"data.type === 'A'"
,
"triggerType"
:
"ITEMENABLE"
}
],
"unitName"
:
"元"
,
"valueFormat"
:
"%1$,.2f"
,
"width"
:
150
,
...
...
@@ -124,6 +118,14 @@
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"field"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowNull"
,
"scriptCode"
:
"data.type === 'B'"
,
"triggerType"
:
"ITEMBLANK"
}
],
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json
浏览文件 @
dfdeda58
...
...
@@ -28,77 +28,6 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppViewLogics"
:
[
{
"eventNames"
:
"onViewMounted"
,
"logicTrigger"
:
"VIEWEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"LOADGRID"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGridLoad"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
{
"eventNames"
:
"onBeforeLoad"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"VIWELOGICBEFORELOAD"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"gridBeforeLoad"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName"
:
"CUSTOMGRID"
},
{
"eventNames"
:
"onSearch"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"SEARCHFORMONSEARCH"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGridLoad"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName"
:
"CUSTOMSEARCHFORM"
},
{
"eventNames"
:
"onSelectionChange"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"GRIDSELECTIONCHANGE"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"gridSelectionChange"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName"
:
"CUSTOMGRID"
},
{
"eventNames"
:
"onBeforeLoad"
,
"logicName"
:
"gridBeforeLoad"
,
"logicTrigger"
:
"PANELEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"gridBeforeLoad"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"gridBeforeLoad"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName"
:
"CUSTOMGRID"
}
],
"getPSControlLogics"
:
[
{
"eventNames"
:
"onBeforeLoad"
,
"logicTag"
:
"CUSTOMGRID"
,
...
...
@@ -231,6 +160,62 @@
"viewProxyMode"
:
true
,
"modelid"
:
"2EB29246-7B58-47FB-B35B-2A6B504A2D1E"
,
"modeltype"
:
"PSSYSVIEWLAYOUTPANEL"
,
"getPSAppViewLogics"
:
[
{
"eventNames"
:
"onViewMounted"
,
"logicTrigger"
:
"VIEWEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"LOADGRID"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGridLoad"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
{
"eventNames"
:
"onBeforeLoad"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"VIWELOGICBEFORELOAD"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"gridBeforeLoad"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName"
:
"CUSTOMGRID"
},
{
"eventNames"
:
"onSearch"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"SEARCHFORMONSEARCH"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGridLoad"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName"
:
"CUSTOMSEARCHFORM"
},
{
"eventNames"
:
"onSelectionChange"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"GRIDSELECTIONCHANGE"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"gridSelectionChange"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName"
:
"CUSTOMGRID"
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"NEWDATA"
,
"realTitle"
:
"测试实体编辑视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json
0 → 100644
浏览文件 @
dfdeda58
{
"accUserMode"
:
2
,
"caption"
:
"空自定义视图"
,
"codeName"
:
"TESTEmptyCustomView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json"
,
"name"
:
"TESTEmptyCustomView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSDEViewCodeName"
:
"EmptyCustomView"
,
"getPSDEViewId"
:
"34F9FCEB-4D70-4DF2-A961-249E89E60199"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Usr0717355226"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"layoutMode"
:
"FLEX"
,
"logicName"
:
"空自定义视图布局面板"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
},
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getRootPSPanelItems"
:
[
{
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"page_container"
,
"getPSLayout"
:
{
"dir"
:
"column"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
}
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
false
,
"viewProxyMode"
:
true
,
"modelid"
:
"5A7B7EB3-9D02-445B-B9CB-F98EF262D2FF"
,
"modeltype"
:
"PSSYSVIEWLAYOUTPANEL"
,
"getPSControls"
:
[
{
"caption"
:
"空自定义视图"
,
"codeName"
:
"EmptyCustomViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
}
}
]
},
"title"
:
"空自定义视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DECUSTOMVIEW"
,
"enableDP"
:
true
,
"modelid"
:
"1CA8B21E-6A75-4EC6-95FD-99117A74A849"
,
"modeltype"
:
"PSAPPDEVIEW"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_VIewPanel.json
浏览文件 @
dfdeda58
...
...
@@ -124,28 +124,6 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
{
"eventNames"
:
"onChange"
,
"logicName"
:
"logic1"
,
"logicTrigger"
:
"PANELEVENT"
,
"logicType"
:
"PFPLUGIN"
,
"name"
:
"logic1"
,
"getPSViewCtrlName"
:
"field_qrcode"
},
{
"eventNames"
:
"onClick"
,
"logicName"
:
"logic2"
,
"logicTrigger"
:
"PANELEVENT"
,
"logicType"
:
"APPDEUIACTION"
,
"name"
:
"logic2"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_编辑操作"
},
"getPSViewCtrlName"
:
"GRID"
},
{
"logicName"
:
"logic3"
,
"logicTrigger"
:
"CUSTOM"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRowEditGridView.json
浏览文件 @
dfdeda58
...
...
@@ -230,20 +230,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"field"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowNull"
,
"scriptCode"
:
"data.type === 'B'"
,
"triggerType"
:
"ITEMBLANK"
},
{
"itemName"
:
"amount"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowEnable"
,
"scriptCode"
:
"data.type === 'A'"
,
"triggerType"
:
"ITEMENABLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -311,6 +297,14 @@
"name"
:
"AMOUNT"
,
"codeName"
:
"Amount"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"amount"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowEnable"
,
"scriptCode"
:
"data.type === 'A'"
,
"triggerType"
:
"ITEMENABLE"
}
],
"unitName"
:
"元"
,
"valueFormat"
:
"%1$,.2f"
,
"width"
:
150
,
...
...
@@ -332,6 +326,14 @@
"name"
:
"FIELD"
,
"codeName"
:
"Field"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"field"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"rowNull"
,
"scriptCode"
:
"data.type === 'B'"
,
"triggerType"
:
"ITEMBLANK"
}
],
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDashboardView.json
浏览文件 @
dfdeda58
...
...
@@ -499,13 +499,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -592,6 +585,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneDashboardView9.json
浏览文件 @
dfdeda58
...
...
@@ -499,13 +499,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -592,6 +585,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridExpView.json
浏览文件 @
dfdeda58
...
...
@@ -185,13 +185,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"SELECTIONCHANGE"
,
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"CUSTOM"
,
...
...
@@ -279,6 +272,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json
浏览文件 @
dfdeda58
...
...
@@ -470,13 +470,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -563,6 +556,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json
浏览文件 @
dfdeda58
...
...
@@ -257,13 +257,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -350,6 +343,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppTestIndexView.json
浏览文件 @
dfdeda58
...
...
@@ -546,6 +546,28 @@
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"视图布局(基础)"
},
{
"accUserMode"
:
2
,
"caption"
:
"空自定义视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem30"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0717277286"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"空自定义视图"
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppTestIndexView.json
浏览文件 @
dfdeda58
...
...
@@ -246,6 +246,16 @@
"id"
:
"UsrAppFunc0606948444"
},
"tooltip"
:
"视图布局(基础)"
},
{
"accUserMode"
:
2
,
"caption"
:
"空自定义视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem30"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0717277286"
},
"tooltip"
:
"空自定义视图"
}
],
"tooltip"
:
"面板"
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
dfdeda58
...
...
@@ -688,13 +688,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -781,6 +774,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
dfdeda58
...
...
@@ -2161,6 +2161,16 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json"
,
"viewType"
:
"DEDATAVIEW"
}
},
{
"appFuncType"
:
"APPVIEW"
,
"codeName"
:
"UsrAppFunc0717277286"
,
"name"
:
"空自定义视图"
,
"openMode"
:
"INDEXVIEWTAB"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json"
,
"viewType"
:
"DECUSTOMVIEW"
}
},
{
"appFuncType"
:
"APPVIEW"
,
"codeName"
:
"UsrAppFunc0213077126"
,
...
...
@@ -2744,16 +2754,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
]
}
],
...
...
@@ -2900,6 +2910,12 @@
"viewType"
:
"DEGRIDVIEW"
,
"resource"
:
"SysTodo"
,
"view"
:
"UnSubmitGridView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json"
,
"viewType"
:
"DECUSTOMVIEW"
,
"resource"
:
"TEST"
,
"view"
:
"EmptyCustomView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeView9.json"
,
...
...
@@ -6544,13 +6560,6 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
},
{
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
"logicTag"
:
"grid"
,
"logicType"
:
"APPVIEWENGINE"
,
...
...
@@ -6637,6 +6646,14 @@
"name"
:
"MONEY"
,
"codeName"
:
"Money"
},
"getPSControlLogics"
:
[
{
"itemName"
:
"money"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"xxx"
,
"scriptCode"
:
"context.name === 'abc'"
,
"triggerType"
:
"ITEMVISIBLE"
}
],
"unitName"
:
"元"
,
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
@@ -26995,6 +27012,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json"
,
"viewType"
:
"DECUSTOMVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json"
,
"viewType"
:
"DECUSTOMVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeView9.json"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录