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

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

上级 69951010
...@@ -5,6 +5,20 @@ ...@@ -5,6 +5,20 @@
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlStyle" : "NUMBER_GRID", "controlStyle" : "NUMBER_GRID",
"controlType" : "TREEGRID", "controlType" : "TREEGRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSTREEGRIDS/Treegrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSTREEGRIDS/Treegrid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -20,6 +34,34 @@ ...@@ -20,6 +34,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"gridStyle" : "TREEGRID", "gridStyle" : "TREEGRID",
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "树表格", "logicName" : "树表格",
...@@ -147,6 +189,7 @@ ...@@ -147,6 +189,7 @@
}, },
"width" : 400, "width" : 400,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -335,6 +378,23 @@ ...@@ -335,6 +378,23 @@
"codeName" : "StudentName" "codeName" : "StudentName"
} }
} ], } ],
"getPSDEGridEditItems" : [ {
"caption" : "学生名称",
"codeName" : "studentname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "studentname",
"getPSAppDEField" : {
"name" : "STUDENTNAME",
"codeName" : "StudentName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "studentname"
},
"allowEmpty" : true
} ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "GRID_RENDER", "pluginType" : "GRID_RENDER",
"pluginCode" : "NUMBER_GRID" "pluginCode" : "NUMBER_GRID"
...@@ -355,14 +415,28 @@ ...@@ -355,14 +415,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/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : false, "enableCustomized" : false,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
......
...@@ -623,6 +623,20 @@ ...@@ -623,6 +623,20 @@
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlStyle" : "NUMBER_GRID", "controlStyle" : "NUMBER_GRID",
"controlType" : "TREEGRID", "controlType" : "TREEGRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSTREEGRIDS/Treegrid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSTREEGRIDS/Treegrid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -638,6 +652,34 @@ ...@@ -638,6 +652,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"gridStyle" : "TREEGRID", "gridStyle" : "TREEGRID",
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "树表格", "logicName" : "树表格",
...@@ -852,6 +894,7 @@ ...@@ -852,6 +894,7 @@
}, },
"width" : 400, "width" : 400,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -1040,6 +1083,23 @@ ...@@ -1040,6 +1083,23 @@
"codeName" : "StudentName" "codeName" : "StudentName"
} }
} ], } ],
"getPSDEGridEditItems" : [ {
"caption" : "学生名称",
"codeName" : "studentname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "studentname",
"getPSAppDEField" : {
"name" : "STUDENTNAME",
"codeName" : "StudentName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "studentname"
},
"allowEmpty" : true
} ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "GRID_RENDER", "pluginType" : "GRID_RENDER",
"pluginCode" : "NUMBER_GRID" "pluginCode" : "NUMBER_GRID"
...@@ -1060,14 +1120,28 @@ ...@@ -1060,14 +1120,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/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : false, "enableCustomized" : false,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册