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

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

上级 da90b9e1
...@@ -2641,9 +2641,18 @@ ...@@ -2641,9 +2641,18 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "DEACTION",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSLayout" : { "getPSLayout" : {
"childColMD" : 24, "childColMD" : 24,
"columnCount" : 24, "columnCount" : 24,
...@@ -3053,6 +3062,7 @@ ...@@ -3053,6 +3062,7 @@
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DECUSTOMVIEW", "viewType" : "DECUSTOMVIEW",
"enableDP" : true, "enableDP" : true,
"showCaptionBar" : false,
"modelid" : "1f92a73632c7d457ff51bf92f0b76294", "modelid" : "1f92a73632c7d457ff51bf92f0b76294",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, },
......
...@@ -2799,9 +2799,18 @@ ...@@ -2799,9 +2799,18 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "DEACTION",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSLayout" : { "getPSLayout" : {
"childColMD" : 24, "childColMD" : 24,
"columnCount" : 24, "columnCount" : 24,
...@@ -3211,6 +3220,7 @@ ...@@ -3211,6 +3220,7 @@
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DECUSTOMVIEW", "viewType" : "DECUSTOMVIEW",
"enableDP" : true, "enableDP" : true,
"showCaptionBar" : false,
"modelid" : "1f92a73632c7d457ff51bf92f0b76294", "modelid" : "1f92a73632c7d457ff51bf92f0b76294",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, },
......
...@@ -69,9 +69,18 @@ ...@@ -69,9 +69,18 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "DEACTION",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSLayout" : { "getPSLayout" : {
"childColMD" : 24, "childColMD" : 24,
"columnCount" : 24, "columnCount" : 24,
...@@ -481,6 +490,7 @@ ...@@ -481,6 +490,7 @@
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DECUSTOMVIEW", "viewType" : "DECUSTOMVIEW",
"enableDP" : true, "enableDP" : true,
"showCaptionBar" : false,
"modelid" : "1f92a73632c7d457ff51bf92f0b76294", "modelid" : "1f92a73632c7d457ff51bf92f0b76294",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
} }
\ No newline at end of file
...@@ -11856,9 +11856,18 @@ ...@@ -11856,9 +11856,18 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "DEACTION",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSLayout" : { "getPSLayout" : {
"childColMD" : 24, "childColMD" : 24,
"columnCount" : 24, "columnCount" : 24,
...@@ -12268,6 +12277,7 @@ ...@@ -12268,6 +12277,7 @@
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DECUSTOMVIEW", "viewType" : "DECUSTOMVIEW",
"enableDP" : true, "enableDP" : true,
"showCaptionBar" : false,
"modelid" : "1f92a73632c7d457ff51bf92f0b76294", "modelid" : "1f92a73632c7d457ff51bf92f0b76294",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, },
...@@ -81830,9 +81840,18 @@ ...@@ -81830,9 +81840,18 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "DEACTION",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSLayout" : { "getPSLayout" : {
"childColMD" : 24, "childColMD" : 24,
"columnCount" : 24, "columnCount" : 24,
...@@ -82242,6 +82261,7 @@ ...@@ -82242,6 +82261,7 @@
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DECUSTOMVIEW", "viewType" : "DECUSTOMVIEW",
"enableDP" : true, "enableDP" : true,
"showCaptionBar" : false,
"modelid" : "1f92a73632c7d457ff51bf92f0b76294", "modelid" : "1f92a73632c7d457ff51bf92f0b76294",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, },
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册