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

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

上级 20c9b272
...@@ -950,6 +950,12 @@ ...@@ -950,6 +950,12 @@
"name" : "表格视图布局面板", "name" : "表格视图布局面板",
"realModelSubType" : "DEGRIDVIEW", "realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "DEChartViewLayout",
"logicName" : "图表视图布局面板",
"name" : "图表视图布局面板",
"realModelSubType" : "DECHARTVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "DECalendarViewLayout", "codeName" : "DECalendarViewLayout",
"logicName" : "日历视图布局面板", "logicName" : "日历视图布局面板",
......
...@@ -1069,6 +1069,10 @@ ...@@ -1069,6 +1069,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEPickupGridViewLayout.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEPickupGridViewLayout.json",
"viewType" : "DEPICKUPGRIDVIEW" "viewType" : "DEPICKUPGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEChartViewLayout.json",
"viewType" : "DECHARTVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEGridViewLayout.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEGridViewLayout.json",
......
{
"codeName" : "Chart",
"controlType" : "CHART",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository/PSCHARTS/Chart.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository.json"
}
},
"hookEventNames" : [ "LOAD", "BEFORELOAD" ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;BEFORELOAD",
"logicTag" : "chart",
"logicType" : "APPVIEWENGINE",
"name" : "engine_chart",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"readOnly" : true,
"modelid" : "BD8CD719-103A-4E5C-B1AD-21BD0D540672_chart",
"modeltype" : "PSDECHART"
}
\ No newline at end of file
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
"getPSDEViewCodeName" : "DECalendarViewLayout", "getPSDEViewCodeName" : "DECalendarViewLayout",
"getPSDEViewId" : "A709A2B5-52E1-4736-A7B1-E183B08C5202", "getPSDEViewId" : "A709A2B5-52E1-4736-A7B1-E183B08C5202",
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "DECalendarViewLayout", "codeName" : "CalendarViewLayout",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX", "layoutMode" : "FLEX",
"logicName" : "日历视图布局面板", "logicName" : "日历视图布局面板",
......
...@@ -2799,6 +2799,12 @@ ...@@ -2799,6 +2799,12 @@
"viewType" : "DEPICKUPGRIDVIEW", "viewType" : "DEPICKUPGRIDVIEW",
"resource" : "ViewLayoutModelRepository", "resource" : "ViewLayoutModelRepository",
"view" : "DEPickupGridViewLayout" "view" : "DEPickupGridViewLayout"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEChartViewLayout.json",
"viewType" : "DECHARTVIEW",
"resource" : "ViewLayoutModelRepository",
"view" : "DEChartViewLayout"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册