提交 b4c1de1a 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码 [TrainSys,网页端]

上级 9a9e06ff
...@@ -921,6 +921,12 @@ ...@@ -921,6 +921,12 @@
"name" : "UPDATE" "name" : "UPDATE"
} ], } ],
"getAllPSModelDatas" : [ { "getAllPSModelDatas" : [ {
"codeName" : "DEEditViewLayout",
"logicName" : "编辑视图布局面板",
"name" : "编辑视图布局面板",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "MPickupView", "codeName" : "MPickupView",
"logicName" : "视图布局模型存储实体数据多项选择视图", "logicName" : "视图布局模型存储实体数据多项选择视图",
"modelTag" : "MPICKUPVIEW", "modelTag" : "MPICKUPVIEW",
...@@ -929,8 +935,8 @@ ...@@ -929,8 +935,8 @@
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "DEGridViewLayout", "codeName" : "DEGridViewLayout",
"logicName" : "表格布局面板", "logicName" : "表格视图布局面板",
"name" : "表格布局面板", "name" : "表格视图布局面板",
"realModelSubType" : "DEGRIDVIEW", "realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, { }, {
......
...@@ -981,6 +981,10 @@ ...@@ -981,6 +981,10 @@
"builtinMethod" : false "builtinMethod" : false
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEEditViewLayout.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
......
{ {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "视图布局模型存储", "caption" : "表格视图布局面板",
"codeName" : "ViewLayoutModelRepositoryDEGridViewLayout", "codeName" : "ViewLayoutModelRepositoryDEGridViewLayout",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEGridViewLayout.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEGridViewLayout.json",
"gridRowActiveMode" : 2, "gridRowActiveMode" : 2,
...@@ -1192,7 +1192,7 @@ ...@@ -1192,7 +1192,7 @@
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false "mobileSearchBar" : false
}, { }, {
"caption" : "视图布局模型存储", "caption" : "表格视图布局面板",
"codeName" : "DEGridViewLayoutcaptionbar", "codeName" : "DEGridViewLayoutcaptionbar",
"controlType" : "CAPTIONBAR", "controlType" : "CAPTIONBAR",
"name" : "captionbar", "name" : "captionbar",
...@@ -1221,6 +1221,8 @@ ...@@ -1221,6 +1221,8 @@
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器", "caption" : "容器",
"contentHeight" : 54.0,
"height" : 54.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container1", "name" : "container1",
...@@ -1231,6 +1233,7 @@ ...@@ -1231,6 +1233,7 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"height" : 54,
"heightMode" : "PX", "heightMode" : "PX",
"layout" : "FLEX" "layout" : "FLEX"
}, },
......
...@@ -2198,6 +2198,12 @@ ...@@ -2198,6 +2198,12 @@
"viewType" : "DEEDITVIEW3", "viewType" : "DEEDITVIEW3",
"resource" : "Book", "resource" : "Book",
"view" : "EditView3" "view" : "EditView3"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEEditViewLayout.json",
"viewType" : "DEEDITVIEW",
"resource" : "ViewLayoutModelRepository",
"view" : "DEEditViewLayout"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentCalendarView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentCalendarView.json",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册