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

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

上级 06d3ed65
...@@ -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/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr06136528GridView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr06136528GridView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -19,6 +33,34 @@ ...@@ -19,6 +33,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "测试focus_表格", "logicName" : "测试focus_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -1391,6 +1433,12 @@ ...@@ -1391,6 +1433,12 @@
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKEREX_LINK", "editorType" : "PICKEREX_LINK",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json",
"viewType" : "DELISTVIEW"
},
"name" : "number3", "name" : "number3",
"enableAC" : true, "enableAC" : true,
"enableLinkView" : true, "enableLinkView" : true,
...@@ -1468,13 +1516,28 @@ ...@@ -1468,13 +1516,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/TEST.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, "enableRowEditChangedOnly" : true,
"enableRowEditOrder" : true,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW" "lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW"
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW" "lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW"
...@@ -117,6 +117,20 @@ ...@@ -117,6 +117,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/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr06136528GridView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr06136528GridView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -132,6 +146,34 @@ ...@@ -132,6 +146,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "测试focus_表格", "logicName" : "测试focus_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -1591,6 +1633,12 @@ ...@@ -1591,6 +1633,12 @@
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKEREX_LINK", "editorType" : "PICKEREX_LINK",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json",
"viewType" : "DELISTVIEW"
},
"name" : "number3", "name" : "number3",
"enableAC" : true, "enableAC" : true,
"enableLinkView" : true, "enableLinkView" : true,
...@@ -1668,13 +1716,28 @@ ...@@ -1668,13 +1716,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/TEST.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, "enableRowEditChangedOnly" : true,
"enableRowEditOrder" : true,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
...@@ -1825,7 +1888,7 @@ ...@@ -1825,7 +1888,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "4966e86243e39916477e637a7ae8003d", "modelid" : "4966e86243e39916477e637a7ae8003d",
......
...@@ -90560,7 +90560,7 @@ ...@@ -90560,7 +90560,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW" "lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW"
...@@ -90571,7 +90571,7 @@ ...@@ -90571,7 +90571,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW" "lanResTag" : "PAGE.TITLE.TEST.USR05062284EDITVIEW"
...@@ -90603,6 +90603,20 @@ ...@@ -90603,6 +90603,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/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr06136528GridView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr06136528GridView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -90618,6 +90632,34 @@ ...@@ -90618,6 +90632,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "测试focus_表格", "logicName" : "测试focus_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -92077,6 +92119,12 @@ ...@@ -92077,6 +92119,12 @@
"PICKUPVIEW" : "TRUE" "PICKUPVIEW" : "TRUE"
}, },
"editorType" : "PICKEREX_LINK", "editorType" : "PICKEREX_LINK",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json",
"viewType" : "DELISTVIEW"
},
"name" : "number3", "name" : "number3",
"enableAC" : true, "enableAC" : true,
"enableLinkView" : true, "enableLinkView" : true,
...@@ -92154,13 +92202,28 @@ ...@@ -92154,13 +92202,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/TEST.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, "enableRowEditChangedOnly" : true,
"enableRowEditOrder" : true,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
...@@ -92311,7 +92374,7 @@ ...@@ -92311,7 +92374,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "4966e86243e39916477e637a7ae8003d", "modelid" : "4966e86243e39916477e637a7ae8003d",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册