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

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

上级 1f7f2afa
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"cardHeight" : 300, "cardHeight" : 300,
"cardWidth" : 500, "cardWidth" : 500,
"codeName" : "Usr0815070416", "codeName" : "Usr0815070416",
"controlStyle" : "ANCHOR",
"controlType" : "DATAVIEW", "controlType" : "DATAVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -438,6 +439,10 @@ ...@@ -438,6 +439,10 @@
}, },
"enableSort" : true "enableSort" : true
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "DATAVIEW_RENDER",
"pluginCode" : "ANCHOR"
},
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -3022,6 +3022,7 @@ ...@@ -3022,6 +3022,7 @@
"cardHeight" : 300, "cardHeight" : 300,
"cardWidth" : 500, "cardWidth" : 500,
"codeName" : "Usr0815070416", "codeName" : "Usr0815070416",
"controlStyle" : "ANCHOR",
"controlType" : "DATAVIEW", "controlType" : "DATAVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -3329,6 +3330,9 @@ ...@@ -3329,6 +3330,9 @@
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"ctrlParams" : {
"ANCHORPOSITION" : "TOP"
},
"id" : "DATAVIEW" "id" : "DATAVIEW"
}, },
"getPSControls" : [ { "getPSControls" : [ {
...@@ -3528,6 +3532,10 @@ ...@@ -3528,6 +3532,10 @@
}, },
"enableSort" : true "enableSort" : true
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "DATAVIEW_RENDER",
"pluginCode" : "ANCHOR"
},
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -3143,6 +3143,7 @@ ...@@ -3143,6 +3143,7 @@
"cardHeight" : 300, "cardHeight" : 300,
"cardWidth" : 500, "cardWidth" : 500,
"codeName" : "Usr0815070416", "codeName" : "Usr0815070416",
"controlStyle" : "ANCHOR",
"controlType" : "DATAVIEW", "controlType" : "DATAVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -3450,6 +3451,9 @@ ...@@ -3450,6 +3451,9 @@
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"ctrlParams" : {
"ANCHORPOSITION" : "TOP"
},
"id" : "DATAVIEW" "id" : "DATAVIEW"
}, },
"getPSControls" : [ { "getPSControls" : [ {
...@@ -3649,6 +3653,10 @@ ...@@ -3649,6 +3653,10 @@
}, },
"enableSort" : true "enableSort" : true
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "DATAVIEW_RENDER",
"pluginCode" : "ANCHOR"
},
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -250,6 +250,7 @@ ...@@ -250,6 +250,7 @@
"cardHeight" : 300, "cardHeight" : 300,
"cardWidth" : 500, "cardWidth" : 500,
"codeName" : "Usr0815070416", "codeName" : "Usr0815070416",
"controlStyle" : "ANCHOR",
"controlType" : "DATAVIEW", "controlType" : "DATAVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -557,6 +558,9 @@ ...@@ -557,6 +558,9 @@
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"ctrlParams" : {
"ANCHORPOSITION" : "TOP"
},
"id" : "DATAVIEW" "id" : "DATAVIEW"
}, },
"getPSControls" : [ { "getPSControls" : [ {
...@@ -756,6 +760,10 @@ ...@@ -756,6 +760,10 @@
}, },
"enableSort" : true "enableSort" : true
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "DATAVIEW_RENDER",
"pluginCode" : "ANCHOR"
},
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -1329,6 +1329,16 @@ ...@@ -1329,6 +1329,16 @@
"refMode" : "CONTROLITEM", "refMode" : "CONTROLITEM",
"refTag" : "FORM", "refTag" : "FORM",
"refTag2" : "MDCTRL" "refTag2" : "MDCTRL"
}, {
"name" : "锚点卡片分组",
"getPSSysPFPlugin" : {
"pluginType" : "DATAVIEW_RENDER",
"pluginCode" : "ANCHOR"
},
"pluginCode" : "ANCHOR",
"pluginType" : "DATAVIEW_RENDER",
"refMode" : "CONTROL",
"refTag" : "DATAVIEW"
}, { }, {
"name" : "门户装饰", "name" : "门户装饰",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册