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

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

上级 2f1997bd
......@@ -1049,16 +1049,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
}, {
......
......@@ -4,6 +4,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -19,8 +33,36 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格",
"getNavPSAppView" : {
"modelref" : true,
......@@ -32,15 +74,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "gridexpbar_grid",
"logicType" : "CUSTOM",
"name" : "gridexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "gridexpbar_grid",
"logicType" : "CUSTOM",
"name" : "gridexpbar_load"
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
......@@ -181,14 +222,28 @@
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......
{
"aggMode" : "NONE",
"codeName" : "Navgrid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType/PSGRIDS/Navgrid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "导航栏表格",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "gridexpbar_grid",
"logicType" : "CUSTOM",
"name" : "gridexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "gridexpbar_grid",
"logicType" : "CUSTOM",
"name" : "gridexpbar_load"
} ],
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "名称",
"codeName" : "booktypename",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "booktypename",
"excelCaption" : "名称",
"name" : "booktypename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "类型",
"codeName" : "booktypeid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "booktypeid",
"excelCaption" : "类型",
"name" : "booktypeid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "booktypename",
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
}
}, {
"dataType" : 25,
"name" : "booktypeid",
"getPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "书籍类别标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType.json"
}
},
"sortMode" : "REMOTE",
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : false,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"modelid" : "9EAF96FA-53B6-481E-BECC-7208664A0EB7",
"modeltype" : "PSDEGRID"
}
\ No newline at end of file
......@@ -85,11 +85,11 @@
},
"getPSControls" : [ {
"aggMode" : "NONE",
"codeName" : "Main",
"codeName" : "Navgrid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType/PSGRIDS/Main.json",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BookType/PSGRIDS/Navgrid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
......@@ -106,7 +106,7 @@
},
"groupMode" : "NONE",
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "表格",
"logicName" : "导航栏表格",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BookTypeEditView.json",
......@@ -217,53 +217,51 @@
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "组织机构标识",
"codeName" : "orgid",
"caption" : "名称",
"codeName" : "booktypename",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orgid",
"excelCaption" : "组织机构标识",
"name" : "orgid",
"dataItemName" : "booktypename",
"excelCaption" : "名称",
"name" : "booktypename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "书籍类别名称",
"codeName" : "booktypename",
"caption" : "类型",
"codeName" : "booktypeid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "booktypename",
"excelCaption" : "书籍类别名称",
"name" : "booktypename",
"dataItemName" : "booktypeid",
"excelCaption" : "类型",
"name" : "booktypeid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orgid",
"name" : "booktypename",
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
}
}, {
"dataType" : 25,
"name" : "booktypename",
"name" : "booktypeid",
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
"name" : "BOOKTYPEID",
"codeName" : "BookTypeId"
}
}, {
"dataType" : 25,
......@@ -289,39 +287,6 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "组织机构标识",
"codeName" : "orgid",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "orgid",
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"getPSEditor" : {
"editorType" : "TEXTAREA",
"maxLength" : 60,
"name" : "orgid",
"showMaxLength" : true
},
"allowEmpty" : true
}, {
"caption" : "书籍类别名称",
"codeName" : "booktypename",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "booktypename",
"getPSAppDEField" : {
"name" : "BOOKTYPENAME",
"codeName" : "BookTypeName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "booktypename"
},
"allowEmpty" : true
}, {
"caption" : "书籍类别标识",
"codeName" : "srfkey",
"enableCond" : 3,
......@@ -357,7 +322,7 @@
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enablePagingBar" : false,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
......@@ -366,7 +331,7 @@
"noSort" : false,
"singleSelect" : false,
"name" : "gridexpbar_grid",
"modelid" : "681aab4344a448cec778072c5ca0b1dd",
"modelid" : "9EAF96FA-53B6-481E-BECC-7208664A0EB7",
"modeltype" : "PSDEGRID"
} ],
"xDataControlName" : "gridexpbar_grid",
......
......@@ -97,7 +97,8 @@
"grow" : -1,
"height" : 36,
"heightMode" : "PX",
"layout" : "FLEX"
"layout" : "FLEX",
"shrink" : 0
},
"getPSRawItem" : {
"name" : "nav_tabs",
......
......@@ -2227,16 +2227,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
} ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册