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

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

上级 11140cf1
...@@ -1495,16 +1495,16 @@ ...@@ -1495,16 +1495,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
"id" : "treeexpbar" "id" : "treeexpbar"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"width" : 800.0,
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "TREEEXPBAR" "id" : "TREEEXPBAR"
...@@ -758,6 +759,7 @@ ...@@ -758,6 +759,7 @@
"modelid" : "63FE1528-E872-41A6-B725-9F7EDD190F4F", "modelid" : "63FE1528-E872-41A6-B725-9F7EDD190F4F",
"modeltype" : "PSDETREEVIEW" "modeltype" : "PSDETREEVIEW"
} ], } ],
"width" : 800.0,
"xDataControlName" : "treeexpbar_tree", "xDataControlName" : "treeexpbar_tree",
"enableCounter" : true, "enableCounter" : true,
"enableSearch" : false, "enableSearch" : false,
......
...@@ -13,6 +13,131 @@ ...@@ -13,6 +13,131 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
}, },
"getPSDEViewCodeName" : "FileTreeView",
"getPSDEViewId" : "CE8B6B97-5F6D-4080-9905-86F65DD2E4FF",
"getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "view_pagecaption"
} ],
"codeName" : "Usr1207346599",
"controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX",
"logicName" : "FileTreeViewDETREEVIEW",
"memo" : "树视图",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "view_pagecaption",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "view_pagecaption",
"predefinedType" : "VIEW_PAGECAPTION",
"renderMode" : "HEADING1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX",
"widthMode" : "FULL"
},
"hidden" : false,
"showCaption" : false
} ],
"predefinedType" : "CONTAINER"
}, {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid1",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 12,
"heightMode" : "FULL",
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "TREE",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "tree",
"getPSLayoutPos" : {
"colMD" : 24,
"heightMode" : "FULL",
"layout" : "TABLE_24COL"
},
"showCaption" : true
} ]
} ],
"predefinedType" : "CONTAINER_GRID"
} ],
"predefinedType" : "CONTAINER"
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "A3CC470C-5A25-4B6D-8BC5-5C30D70E6063",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "VIEW", "engineCat" : "VIEW",
"engineType" : "TreeView", "engineType" : "TreeView",
...@@ -715,22 +840,7 @@ ...@@ -715,22 +840,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
}, },
"getPSControlParam" : { } "getPSControlParam" : { }
} ], } ]
"getPSDEViewCodeName" : "FileTreeView",
"getPSDEViewId" : "CE8B6B97-5F6D-4080-9905-86F65DD2E4FF",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDETREEVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
}, },
"title" : "目录树", "title" : "目录树",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
......
...@@ -11499,16 +11499,16 @@ ...@@ -11499,16 +11499,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
...@@ -11537,22 +11537,22 @@ ...@@ -11537,22 +11537,22 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -11569,59 +11569,40 @@ ...@@ -11569,59 +11569,40 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
} ]
}, { }, {
"codeName" : "VMGroup8", "name" : "消息位置-视图上方",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg8"
} }
} ]
}, { }, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11636,10 +11617,10 @@ ...@@ -11636,10 +11617,10 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -11647,21 +11628,40 @@ ...@@ -11647,21 +11628,40 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-本次删除",
...@@ -70,6 +70,11 @@ ...@@ -70,6 +70,11 @@
"lanResType" : "DE.LNAME", "lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[EXPENSE]", "name" : "实体逻辑名称(DE.LNAME.*)[EXPENSE]",
"refFlag" : true "refFlag" : true
}, {
"defaultContent" : "索引实体",
"lanResTag" : "DE.LNAME.INDEXENTITY",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[INDEXENTITY]"
}, { }, {
"defaultContent" : "地图数据", "defaultContent" : "地图数据",
"lanResTag" : "DE.LNAME.MAPDATA", "lanResTag" : "DE.LNAME.MAPDATA",
...@@ -796,6 +801,31 @@ ...@@ -796,6 +801,31 @@
"lanResTag" : "CONTROL.DEFORM.EXPENSESHEET.MAIN.GROUPPANEL.GROUP2", "lanResTag" : "CONTROL.DEFORM.EXPENSESHEET.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.EXPENSESHEET.MAIN.GROUPPANEL.GROUP2]" "name" : "控件文本(CONTROL.*)[DEFORM.EXPENSESHEET.MAIN.GROUPPANEL.GROUP2]"
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.INDEXENTITY.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.INDEXENTITY.DEFAULT.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.INDEXENTITY.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.INDEXENTITY.MAIN.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.INDEXENTITY.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.INDEXENTITY.MAIN.FORMPAGE.FORMPAGE2]"
}, {
"defaultContent" : "索引实体基本信息",
"lanResTag" : "CONTROL.DEFORM.INDEXENTITY.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.INDEXENTITY.MAIN.GROUPPANEL.GROUP1]"
}, {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.INDEXENTITY.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.INDEXENTITY.MAIN.GROUPPANEL.GROUP2]"
}, { }, {
"defaultContent" : "常规条件", "defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.MAPDATA.DEFAULT.FORMPAGE.FORMPAGE1", "lanResTag" : "CONTROL.DEFORM.MAPDATA.DEFAULT.FORMPAGE.FORMPAGE1",
...@@ -1490,6 +1520,51 @@ ...@@ -1490,6 +1520,51 @@
"lanResTag" : "PAGE.TITLE.EXPENSESHEET.REDIRECTVIEW", "lanResTag" : "PAGE.TITLE.EXPENSESHEET.REDIRECTVIEW",
"lanResType" : "PAGE", "lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.EXPENSESHEET.REDIRECTVIEW]" "name" : "界面文本(PAGE.*)[TITLE.EXPENSESHEET.REDIRECTVIEW]"
}, {
"defaultContent" : "索引实体编辑视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.EDITVIEW2",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.EDITVIEW2]"
}, {
"defaultContent" : "索引实体编辑视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.EDITVIEW]"
}, {
"defaultContent" : "索引实体表格视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.GRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.GRIDVIEW]"
}, {
"defaultContent" : "索引实体索引关系选择数据视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.INDEXPICKUPDATAVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.INDEXPICKUPDATAVIEW]"
}, {
"defaultContent" : "索引实体数据选择视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.INDEXPICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.INDEXPICKUPVIEW]"
}, {
"defaultContent" : "索引实体数据多项选择视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.MPICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.MPICKUPVIEW]"
}, {
"defaultContent" : "索引实体选择表格视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.PICKUPGRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.PICKUPGRIDVIEW]"
}, {
"defaultContent" : "索引实体数据选择视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.PICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.PICKUPVIEW]"
}, {
"defaultContent" : "索引实体数据重定向视图",
"lanResTag" : "PAGE.TITLE.INDEXENTITY.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.INDEXENTITY.REDIRECTVIEW]"
}, { }, {
"defaultContent" : "地图数据编辑视图", "defaultContent" : "地图数据编辑视图",
"lanResTag" : "PAGE.TITLE.MAPDATA.EDITVIEW2", "lanResTag" : "PAGE.TITLE.MAPDATA.EDITVIEW2",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册