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

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

上级 b3c1d089
...@@ -37,6 +37,20 @@ ...@@ -37,6 +37,20 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSDEGridColumns" : [ {
"align" : "CENTER",
"caption" : "顶级复合",
"codeName" : "groupgridcolumn1",
"columnType" : "GROUPGRIDCOLUMN",
"name" : "groupgridcolumn1",
"noPrivDisplayMode" : 1,
"getPSDEGridColumns" : [ {
"align" : "RIGHT",
"caption" : "复合1",
"codeName" : "groupgridcolumn2",
"columnType" : "GROUPGRIDCOLUMN",
"name" : "groupgridcolumn2",
"noPrivDisplayMode" : 1,
"getPSDEGridColumns" : [ { "getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -44,7 +58,9 @@ ...@@ -44,7 +58,9 @@
"codeName" : "bookname", "codeName" : "bookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bookname", "dataItemName" : "bookname",
"enableCond" : 3,
"excelCaption" : "书名称", "excelCaption" : "书名称",
"ignoreInput" : 0,
"name" : "bookname", "name" : "bookname",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -53,15 +69,53 @@ ...@@ -53,15 +69,53 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "type",
"enableCond" : 3,
"excelCaption" : "类型",
"ignoreInput" : 0,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
},
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 100,
"widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true
} ],
"width" : 150,
"widthUnit" : "STAR",
"enableSort" : false
}, {
"align" : "LEFT",
"caption" : "复合2",
"codeName" : "groupgridcolumn3",
"columnType" : "GROUPGRIDCOLUMN",
"name" : "groupgridcolumn3",
"noPrivDisplayMode" : 1,
"getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"caption" : "更新人", "caption" : "更新人",
"codeName" : "updateman", "codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman", "dataItemName" : "updateman",
"enableCond" : 3,
"excelCaption" : "更新人", "excelCaption" : "更新人",
"ignoreInput" : 0,
"name" : "updateman", "name" : "updateman",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : { "getPSAppCodeList" : {
...@@ -74,6 +128,7 @@ ...@@ -74,6 +128,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -82,7 +137,9 @@ ...@@ -82,7 +137,9 @@
"codeName" : "updatedate", "codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate", "dataItemName" : "updatedate",
"enableCond" : 3,
"excelCaption" : "更新时间", "excelCaption" : "更新时间",
"ignoreInput" : 0,
"name" : "updatedate", "name" : "updatedate",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -92,28 +149,16 @@ ...@@ -92,28 +149,16 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true "enableSort" : true
}, { } ],
"align" : "LEFT", "width" : 150,
"cLConvertMode" : "FRONT", "widthUnit" : "STAR",
"caption" : "类型", "enableSort" : false
"codeName" : "type", } ],
"columnType" : "DEFGRIDCOLUMN", "width" : 150,
"dataItemName" : "type", "widthUnit" : "STAR",
"excelCaption" : "类型", "enableSort" : false
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
},
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25, "dataType" : 25,
...@@ -122,6 +167,13 @@ ...@@ -122,6 +167,13 @@
"name" : "BOOKNAME", "name" : "BOOKNAME",
"codeName" : "BookName" "codeName" : "BookName"
} }
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "updateman", "name" : "updateman",
...@@ -137,13 +189,6 @@ ...@@ -137,13 +189,6 @@
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"codeName" : "UpdateDate" "codeName" : "UpdateDate"
} }
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -228,6 +228,20 @@ ...@@ -228,6 +228,20 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "GRID" "id" : "GRID"
}, },
"getPSDEGridColumns" : [ {
"align" : "CENTER",
"caption" : "顶级复合",
"codeName" : "groupgridcolumn1",
"columnType" : "GROUPGRIDCOLUMN",
"name" : "groupgridcolumn1",
"noPrivDisplayMode" : 1,
"getPSDEGridColumns" : [ {
"align" : "RIGHT",
"caption" : "复合1",
"codeName" : "groupgridcolumn2",
"columnType" : "GROUPGRIDCOLUMN",
"name" : "groupgridcolumn2",
"noPrivDisplayMode" : 1,
"getPSDEGridColumns" : [ { "getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -235,7 +249,9 @@ ...@@ -235,7 +249,9 @@
"codeName" : "bookname", "codeName" : "bookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bookname", "dataItemName" : "bookname",
"enableCond" : 3,
"excelCaption" : "书名称", "excelCaption" : "书名称",
"ignoreInput" : 0,
"name" : "bookname", "name" : "bookname",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -244,15 +260,53 @@ ...@@ -244,15 +260,53 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "type",
"enableCond" : 3,
"excelCaption" : "类型",
"ignoreInput" : 0,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
},
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 100,
"widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true
} ],
"width" : 150,
"widthUnit" : "STAR",
"enableSort" : false
}, {
"align" : "LEFT",
"caption" : "复合2",
"codeName" : "groupgridcolumn3",
"columnType" : "GROUPGRIDCOLUMN",
"name" : "groupgridcolumn3",
"noPrivDisplayMode" : 1,
"getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"caption" : "更新人", "caption" : "更新人",
"codeName" : "updateman", "codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman", "dataItemName" : "updateman",
"enableCond" : 3,
"excelCaption" : "更新人", "excelCaption" : "更新人",
"ignoreInput" : 0,
"name" : "updateman", "name" : "updateman",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : { "getPSAppCodeList" : {
...@@ -265,6 +319,7 @@ ...@@ -265,6 +319,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -273,7 +328,9 @@ ...@@ -273,7 +328,9 @@
"codeName" : "updatedate", "codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate", "dataItemName" : "updatedate",
"enableCond" : 3,
"excelCaption" : "更新时间", "excelCaption" : "更新时间",
"ignoreInput" : 0,
"name" : "updatedate", "name" : "updatedate",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -283,28 +340,16 @@ ...@@ -283,28 +340,16 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"allowEmpty" : true,
"enableSort" : true "enableSort" : true
}, { } ],
"align" : "LEFT", "width" : 150,
"cLConvertMode" : "FRONT", "widthUnit" : "STAR",
"caption" : "类型", "enableSort" : false
"codeName" : "type", } ],
"columnType" : "DEFGRIDCOLUMN", "width" : 150,
"dataItemName" : "type", "widthUnit" : "STAR",
"excelCaption" : "类型", "enableSort" : false
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
},
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25, "dataType" : 25,
...@@ -313,6 +358,13 @@ ...@@ -313,6 +358,13 @@
"name" : "BOOKNAME", "name" : "BOOKNAME",
"codeName" : "BookName" "codeName" : "BookName"
} }
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "updateman", "name" : "updateman",
...@@ -328,13 +380,6 @@ ...@@ -328,13 +380,6 @@
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"codeName" : "UpdateDate" "codeName" : "UpdateDate"
} }
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册