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

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

上级 a0935a15
...@@ -10,12 +10,23 @@ ...@@ -10,12 +10,23 @@
"id" : "fetch" "id" : "fetch"
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ONBEFORELOAD" ],
"logicName" : "自定义表格", "logicName" : "自定义表格",
"mOSFilePath" : "psmodules/Test/psdataentities/TEST/psdegrids/CustomGrid", "mOSFilePath" : "psmodules/Test/psdataentities/TEST/psdegrids/CustomGrid",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onBeforeLoad",
"logicTag" : "CUSTOMGRID",
"logicType" : "APPVIEWLOGIC",
"name" : "VIWELOGICBEFORELOAD",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "VIWELOGICBEFORELOAD"
}
} ],
"getPSDEGridColumns" : [ { "getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
......
...@@ -65,6 +65,20 @@ ...@@ -65,6 +65,20 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, {
"eventNames" : "onBeforeLoad",
"logicTrigger" : "CTRLEVENT",
"logicType" : "DEUILOGIC",
"name" : "VIWELOGICBEFORELOAD",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "gridBeforeLoad"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSViewCtrlName" : "CUSTOMGRID"
}, { }, {
"eventNames" : "onBeforeLoad", "eventNames" : "onBeforeLoad",
"logicName" : "gridBeforeLoad", "logicName" : "gridBeforeLoad",
...@@ -248,6 +262,7 @@ ...@@ -248,6 +262,7 @@
"id" : "fetch" "id" : "fetch"
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ONBEFORELOAD" ],
"logicName" : "自定义表格", "logicName" : "自定义表格",
"mOSFilePath" : "psmodules/Test/psdataentities/TEST/psdegrids/CustomGrid", "mOSFilePath" : "psmodules/Test/psdataentities/TEST/psdegrids/CustomGrid",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -336,6 +351,16 @@ ...@@ -336,6 +351,16 @@
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "数据表格处理器" "id" : "数据表格处理器"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onBeforeLoad",
"logicTag" : "CUSTOMGRID",
"logicType" : "APPVIEWLOGIC",
"name" : "VIWELOGICBEFORELOAD",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "VIWELOGICBEFORELOAD"
}
} ],
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册