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

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

上级 2d13df74
...@@ -4,6 +4,20 @@ ...@@ -4,6 +4,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -19,6 +33,34 @@ ...@@ -19,6 +33,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "表格测试列插件视图_表格", "logicName" : "表格测试列插件视图_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -233,14 +275,28 @@ ...@@ -233,14 +275,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
......
...@@ -86,6 +86,20 @@ ...@@ -86,6 +86,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -101,6 +115,34 @@ ...@@ -101,6 +115,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "表格测试列插件视图_表格", "logicName" : "表格测试列插件视图_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -402,14 +444,28 @@ ...@@ -402,14 +444,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -556,9 +612,9 @@ ...@@ -556,9 +612,9 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : true, "rowEditDefault" : false,
"modelid" : "cca6dca3fa00814d7a2c0802bcd10ad1", "modelid" : "cca6dca3fa00814d7a2c0802bcd10ad1",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册