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

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

上级 f4e595fc
...@@ -7369,6 +7369,12 @@ ...@@ -7369,6 +7369,12 @@
"name" : "书实体编辑视图(树选择测试)", "name" : "书实体编辑视图(树选择测试)",
"realModelSubType" : "DEEDITVIEW", "realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr12186283TreeGridView",
"logicName" : "树表格测试",
"name" : "树表格测试",
"realModelSubType" : "DETREEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "RepeatEditView", "codeName" : "RepeatEditView",
"logicName" : "重复器测试", "logicName" : "重复器测试",
......
...@@ -4513,6 +4513,10 @@ ...@@ -4513,6 +4513,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupGridView.json",
"viewType" : "DEPICKUPGRIDVIEW" "viewType" : "DEPICKUPGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr12186283TreeGridView.json",
"viewType" : "DETREEGRIDVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr9EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr9EditView.json",
......
{
"aggMode" : "NONE",
"codeName" : "Treegrid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "TREEGRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSTREEGRIDS/Treegrid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode" : "NONE",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.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" : "b33966828316a706bcce1495ecc25322_treegrid",
"modeltype" : "PSDEGRID"
}
\ No newline at end of file
...@@ -3682,6 +3682,28 @@ ...@@ -3682,6 +3682,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "甘特图" "tooltip" : "甘特图"
}, {
"accUserMode" : 2,
"caption" : "树表格测试",
"itemType" : "MENUITEM",
"name" : "menuitem170",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1218375454"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树表格测试"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
......
...@@ -1629,6 +1629,16 @@ ...@@ -1629,6 +1629,16 @@
"tooltip" : "甘特图开发" "tooltip" : "甘特图开发"
} ], } ],
"tooltip" : "甘特图" "tooltip" : "甘特图"
}, {
"accUserMode" : 2,
"caption" : "树表格测试",
"itemType" : "MENUITEM",
"name" : "menuitem170",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1218375454"
},
"tooltip" : "树表格测试"
} ], } ],
"name" : "appindex", "name" : "appindex",
"modelid" : "6A3E233F-FB4A-493B-B3C2-1860D5502904", "modelid" : "6A3E233F-FB4A-493B-B3C2-1860D5502904",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册