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

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

上级 df75fea3
......@@ -283,6 +283,7 @@
"enableFilterStorage" : false,
"enableServiceAPIDTO" : true,
"enableUACLogin" : false,
"enableUIModelEx" : true,
"mobileApp" : false,
"useServiceApi" : false,
"wFAppMode" : false,
......
......@@ -7,7 +7,17 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BOOKCHILD5/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BOOKCHILD5.json"
}
},
"groupMode" : "NONE",
"logicName" : "主表格",
......
......@@ -3,21 +3,65 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BookChild1.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BookChild1/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BookChild1.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BookChild1.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BookChild1.json"
}
},
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
......@@ -178,6 +222,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "图书子1标识",
"codeName" : "bookchild1id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bookchild1id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKCHILD1ID",
"codeName" : "BookChild1Id"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "bookchild1id"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -199,12 +270,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BookChild1.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/BookChild1.json"
}
},
"noTabHeader" : true,
"modelid" : "93b32080d4141f98597ca14ea1667462",
......
......@@ -3,38 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
......@@ -205,6 +238,40 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "城市标识",
"lanResTag" : "DEF.LNAME.CITYID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[CITYID]",
"refFlag" : true
},
"caption" : "城市标识",
"codeName" : "cityid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "cityid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CITYID",
"codeName" : "CityId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "cityid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -426,12 +493,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}
},
"noTabHeader" : false,
"modelid" : "16764d47dc1c75dd1d1f6233f8f12f74",
......
......@@ -21,7 +21,17 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City/PSGRIDS/Usr0403823008.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
......@@ -52,22 +62,11 @@
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "人案分析_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City/PSSEARCHFORMS/Usr0403010902.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "人案分析_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/City.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
......
......@@ -3,38 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
......@@ -199,6 +232,40 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "部件测试标识",
"lanResTag" : "DEF.LNAME.CONTROLTESTID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[CONTROLTESTID]",
"refFlag" : true
},
"caption" : "部件测试标识",
"codeName" : "controltestid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "controltestid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CONTROLTESTID",
"codeName" : "ControlTestId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "controltestid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -420,12 +487,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"noTabHeader" : false,
"modelid" : "166525fd282a1d9cdf9e4ee3875d498d",
......
......@@ -3,38 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest/PSFORMS/Usr0320234649.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "表单测试_表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
......@@ -209,6 +242,40 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "部件测试标识",
"lanResTag" : "DEF.LNAME.CONTROLTESTID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[CONTROLTESTID]",
"refFlag" : true
},
"caption" : "部件测试标识",
"codeName" : "controltestid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "controltestid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CONTROLTESTID",
"codeName" : "ControlTestId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "controltestid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -416,12 +483,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"noTabHeader" : false,
"modelid" : "13B3FB01-0D3B-47B7-83FC-3CE31A7A5D2F",
......
......@@ -7,25 +7,24 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest/PSGRIDS/Usr0320392957.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "表格测试_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest/PSSEARCHFORMS/Usr0320891109.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "表格测试_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/ControlTest.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
......
......@@ -3,19 +3,52 @@
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSDATAVIEWS/Card.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "field1"
......@@ -147,16 +180,6 @@
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "dataview",
"logicType" : "APPVIEWENGINE",
"name" : "engine_dataview",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
......@@ -179,11 +202,35 @@
"pagingSize" : 20,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hasWFDataItems" : false,
"appendDEItems" : false,
......
......@@ -6,11 +6,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "Save",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Save"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x1",
......@@ -172,6 +194,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -359,7 +408,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"modelid" : "849D27D1-DED6-40C6-8E18-420E457F6147",
......
......@@ -6,11 +6,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x2",
......@@ -172,6 +194,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -359,7 +408,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"modelid" : "9FC7E66F-5CA6-4367-9410-A4393EF96E60",
......
......@@ -6,11 +6,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "Remove",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x3",
......@@ -172,6 +194,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -359,7 +408,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"modelid" : "C5268ED3-BE03-4FF6-B905-24CDD87AE90A",
......
......@@ -3,21 +3,65 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
......@@ -567,6 +611,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -592,12 +663,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : true,
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
......
......@@ -8,32 +8,24 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics" : [ {
"itemName" : "money",
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "xxx",
"scriptCode" : "context.name === 'abc'",
"triggerType" : "ITEMVISIBLE"
}, {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
......
......@@ -7,7 +7,17 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSGRIDS/Usr0301885452.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
......
......@@ -3,16 +3,50 @@
"controlType" : "LIST",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSLISTS/Mob.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"groupMode" : "NONE",
"height" : 300.0,
......@@ -192,11 +226,35 @@
"pagingSize" : 1000,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hasWFDataItems" : false,
"enableGroup" : false,
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "formitem",
"dataType" : 25
......
......@@ -3,16 +3,46 @@
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSTREEVIEWS/Usr0301580782.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "实体树导航_树视图",
......@@ -61,12 +91,36 @@
} ],
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"enableRootSelect" : false,
"outputIconDefault" : true,
......
......@@ -4,24 +4,24 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSWIZARDPANELS/X1.json",
"getFinishPSControlAction" : {
"modelref" : true,
"id" : "finish"
"id" : "finish",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "finish",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "FINISH" ],
"logicName" : "X1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics" : [ {
"eventNames" : "FINISH",
"logicTag" : "wizardpanel",
"logicType" : "APPVIEWENGINE",
"name" : "engine_wizardpanel",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEEditForms" : [ {
"codeName" : "Ex_x1",
"controlType" : "FORM",
......@@ -30,11 +30,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "Save",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Save"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x1",
......@@ -246,6 +268,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -433,7 +482,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"name" : "wizardpanel_form_form_x1",
......@@ -447,11 +507,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x2",
......@@ -663,6 +745,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -850,7 +959,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"name" : "wizardpanel_form_form_x2",
......@@ -864,11 +984,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "Remove",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x3",
......@@ -1080,6 +1222,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -1267,7 +1436,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"name" : "wizardpanel_form_form_x3",
......
......@@ -4,24 +4,24 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSWIZARDPANELS/X2.json",
"getFinishPSControlAction" : {
"modelref" : true,
"id" : "finish"
"id" : "finish",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "finish",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "FINISH" ],
"logicName" : "X2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlLogics" : [ {
"eventNames" : "FINISH",
"logicTag" : "wizardpanel",
"logicType" : "APPVIEWENGINE",
"name" : "engine_wizardpanel",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEEditForms" : [ {
"codeName" : "Ex_x1",
"controlType" : "FORM",
......@@ -30,11 +30,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "CheckKey",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x1",
......@@ -246,6 +268,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -433,7 +482,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"name" : "wizardpanel_form_form_x1",
......@@ -447,11 +507,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "CheckKey",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x2",
......@@ -663,6 +745,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -850,7 +959,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"name" : "wizardpanel_form_form_x2",
......@@ -864,11 +984,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "CheckKey",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "ex_x3",
......@@ -1080,6 +1222,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "手机标识",
"codeName" : "phoneid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "phoneid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "phoneid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -1267,7 +1436,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}
},
"noTabHeader" : false,
"name" : "wizardpanel_form_form_x3",
......
......@@ -3,55 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "form_button1_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button1"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "form_button1",
"getPSUIAction" : {
"modelref" : true,
"id" : "SaveAndStart"
},
"xDataControlName" : "form"
} ],
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
......@@ -618,12 +634,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
}
},
"noTabHeader" : false,
"modelid" : "56740b78aed45ac73f12fbde012d039c",
......
......@@ -7,25 +7,24 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/RawMaterial.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
......
......@@ -7,16 +7,50 @@
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSDATAVIEWS/TestCard.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"groupLayout" : "ROW",
"groupMode" : "CODELIST",
......@@ -28,44 +62,11 @@
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "登记信息卡片",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "dataview_reginfoname_u0be1a1f_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "打开选项操作视图"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "打开选项操作视图",
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"modelref" : true,
"id" : "openOpt@Reginfo"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "dataview"
} ],
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "dataview",
"logicType" : "APPVIEWENGINE",
"name" : "engine_dataview",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "name",
......@@ -147,11 +148,35 @@
"pagingSize" : 20,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"hasWFDataItems" : false,
"appendDEItems" : false,
......
......@@ -3,38 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlRenders" : [ {
"name" : "layout",
"getPSLayoutPanel" : {
......@@ -47,38 +80,6 @@
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "layout_reset_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layout_reset"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "layout_ok_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layout_ok"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "layout_reset",
"getPSUIAction" : {
"modelref" : true,
"id" : "Reset"
},
"xDataControlName" : "layout"
}, {
"name" : "layout_ok",
"getPSUIAction" : {
"modelref" : true,
"id" : "Search"
},
"xDataControlName" : "layout"
} ],
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
......@@ -393,6 +394,33 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "学员登记信息标识",
"codeName" : "reginfoid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "reginfoid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "reginfoid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -414,12 +442,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"noTabHeader" : true,
"modelid" : "d3068040622af7c5472aeb30d21d9f03",
......
......@@ -3,38 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSFORMS/OptForm.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "选项操作",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
......@@ -178,6 +211,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "学员登记信息标识",
"codeName" : "reginfoid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "reginfoid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "reginfoid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -357,12 +417,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"noTabHeader" : false,
"modelid" : "ADFB3FDF-76C0-4554-B0E4-F557DC525085",
......
......@@ -3,38 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSFORMS/Usr0301117692.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "实体编辑视图(分页关系)test_表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
......@@ -178,6 +211,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "学员登记信息标识",
"codeName" : "reginfoid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "reginfoid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "reginfoid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -357,12 +417,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"noTabHeader" : false,
"modelid" : "195340D4-72FB-458F-8D35-EA85C9231331",
......
......@@ -21,7 +21,17 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
......@@ -52,7 +62,6 @@
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格",
"getNavPSAppView" : {
"modelref" : true,
......@@ -63,49 +72,6 @@
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u479f517_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_编辑操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_ua98d563_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_行编辑开关操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "表格界面_编辑操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
}, {
"name" : "表格界面_行编辑开关操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "ToggleRowEdit"
},
"xDataControlName" : "grid"
} ],
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......
......@@ -8,38 +8,6 @@
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "layout_reset_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layout_reset"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "layout_ok_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "layout_ok"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "layout_reset",
"getPSUIAction" : {
"modelref" : true,
"id" : "Reset"
},
"xDataControlName" : "layout"
}, {
"name" : "layout_ok",
"getPSUIAction" : {
"modelref" : true,
"id" : "Search"
},
"xDataControlName" : "layout"
} ],
"getPSLayout" : {
"layout" : "FLEX"
},
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "n_studentid_eq",
"hidden" : true,
......
......@@ -7,25 +7,24 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
......
......@@ -4,9 +4,18 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSCHARTS/Usr0303970568.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "LOAD", "BEFORELOAD" ],
"logicName" : "Chart",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -68,16 +77,6 @@
"type" : "grid",
"id" : "0"
} ],
"getPSControlLogics" : [ {
"eventNames" : "LOAD;BEFORELOAD",
"logicTag" : "chart",
"logicType" : "APPVIEWENGINE",
"name" : "engine_chart",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEChartLegend" : {
"index" : 0,
"showLegend" : true,
......
......@@ -3,38 +3,71 @@
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft"
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "无分页表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
......@@ -467,6 +500,33 @@
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "测试实体标识",
"codeName" : "testid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "testid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "testid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -488,12 +548,36 @@
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"noTabHeader" : true,
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74",
......
......@@ -6,11 +6,33 @@
"formFuncMode" : "WIZARDFORM",
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"getGoBackPSControlAction" : {
"modelref" : true,
"id" : "goback"
"id" : "goback",
"actionName" : "CheckKey",
"actionType" : "DEACTION",
"name" : "goback",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "CheckKey"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"hookEventNames" : [ "SAVE", "LOAD" ],
"logicName" : "向导表单(流转)",
......@@ -219,6 +241,33 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "测试实体标识",
"codeName" : "testid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "testid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "testid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -406,7 +455,18 @@
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"noTabHeader" : false,
"modelid" : "E1FFAFFE-1D82-4AF3-B350-C472A15CD974",
......
......@@ -7,89 +7,25 @@
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "点击", "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"hookEventNames" : [ "点击" ],
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_testname_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "向导编辑"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u5ee2086_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "百度"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u1feafb4_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_编辑操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u4c6267d_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_删除操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "向导编辑",
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"modelref" : true,
"id" : "editWizard@TEST"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
}, {
"name" : "百度",
"getPSUIAction" : {
"modelref" : true,
"id" : "openBaidu"
},
"uIActionTarget" : "NONE",
"xDataControlName" : "grid"
}, {
"name" : "表格界面_编辑操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
}, {
"name" : "表格界面_删除操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "Remove"
},
"uIActionTarget" : "MULTIKEY",
"xDataControlName" : "grid"
} ],
"getPSControlLogics" : [ {
"eventNames" : "点击",
"logicTag" : "grid",
"logicType" : "DEUILOGIC",
"logicType" : "APPDEUILOGIC",
"name" : "member1",
"getPSAppDEUILogic" : {
"modelref" : true,
......@@ -102,7 +38,7 @@
}, {
"eventNames" : "点击",
"logicTag" : "grid",
"logicType" : "DEUILOGIC",
"logicType" : "APPDEUILOGIC",
"name" : "member2",
"getPSAppDEUILogic" : {
"modelref" : true,
......@@ -124,15 +60,6 @@
"name" : "member5",
"scriptCode" : "eeeee",
"triggerType" : "CUSTOM"
}, {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSCtrlMsg" : {
"codeName" : "UsrCtrlMsg0907525431",
......
......@@ -3,19 +3,52 @@
"controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSMOBMDCTRLS/TestMobMDView_MobList.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ],
"getItemPSLayoutPanel" : {
"codeName" : "Usr0616619704",
"controlType" : "PANEL",
......@@ -57,16 +90,6 @@
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWCLICK;LOAD;SELECTIONCHANGE;BEFORELOAD",
"logicTag" : "mdctrl",
"logicType" : "APPVIEWENGINE",
"name" : "engine_mdctrl",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
......@@ -89,11 +112,35 @@
"pagingSize" : 1000,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems" : false,
"enableGroup" : false,
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "n_testname_like",
"dataType" : 25,
......
......@@ -3,22 +3,11 @@
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Usr0303103107.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "图表测试_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册