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

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

上级 2cc2cac6
...@@ -137,6 +137,20 @@ ...@@ -137,6 +137,20 @@
"name" : "DEFAULTEXPAND", "name" : "DEFAULTEXPAND",
"codeName" : "DefaultExpand" "codeName" : "DefaultExpand"
} }
}, {
"id" : "leaf",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "LEAF",
"codeName" : "Leaf"
}
}, {
"id" : "childnum",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "CHILDNUM",
"codeName" : "ChildNum"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -349,6 +363,59 @@ ...@@ -349,6 +363,59 @@
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "是否是叶子节点",
"codeName" : "leaf",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "leaf",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "LEAF",
"codeName" : "Leaf"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "leaf"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "子节点个数",
"codeName" : "childnum",
"dataType" : 9,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "childnum",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CHILDNUM",
"codeName" : "ChildNum"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "childnum"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -249,6 +249,20 @@ ...@@ -249,6 +249,20 @@
"name" : "DEFAULTEXPAND", "name" : "DEFAULTEXPAND",
"codeName" : "DefaultExpand" "codeName" : "DefaultExpand"
} }
}, {
"id" : "leaf",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "LEAF",
"codeName" : "Leaf"
}
}, {
"id" : "childnum",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "CHILDNUM",
"codeName" : "ChildNum"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -461,6 +475,59 @@ ...@@ -461,6 +475,59 @@
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "是否是叶子节点",
"codeName" : "leaf",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "leaf",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "LEAF",
"codeName" : "Leaf"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "leaf"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "子节点个数",
"codeName" : "childnum",
"dataType" : 9,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "childnum",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CHILDNUM",
"codeName" : "ChildNum"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "childnum"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册