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

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

上级 46fd086c
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
} }
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AGE", "name" : "AGE",
"codeName" : "Age" "codeName" : "Age"
...@@ -253,11 +253,11 @@ ...@@ -253,11 +253,11 @@
}, { }, {
"caption" : "年龄", "caption" : "年龄",
"codeName" : "age", "codeName" : "age",
"dataType" : 9, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 100, "labelWidth" : 100,
"name" : "age", "name" : "age",
...@@ -267,8 +267,12 @@ ...@@ -267,8 +267,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RAW", "editorType" : "TEXTBOX",
"name" : "age" "name" : "age",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -278,6 +282,7 @@ ...@@ -278,6 +282,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "职级", "caption" : "职级",
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -539,6 +540,22 @@ ...@@ -539,6 +540,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
} }
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AGE", "name" : "AGE",
"codeName" : "Age" "codeName" : "Age"
...@@ -358,11 +358,11 @@ ...@@ -358,11 +358,11 @@
}, { }, {
"caption" : "年龄", "caption" : "年龄",
"codeName" : "age", "codeName" : "age",
"dataType" : 9, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 100, "labelWidth" : 100,
"name" : "age", "name" : "age",
...@@ -372,8 +372,12 @@ ...@@ -372,8 +372,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RAW", "editorType" : "TEXTBOX",
"name" : "age" "name" : "age",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -383,6 +387,7 @@ ...@@ -383,6 +387,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "职级", "caption" : "职级",
......
...@@ -178,6 +178,7 @@ ...@@ -178,6 +178,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -647,6 +648,22 @@ ...@@ -647,6 +648,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -203,6 +203,7 @@ ...@@ -203,6 +203,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -672,6 +673,22 @@ ...@@ -672,6 +673,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -1721,6 +1721,7 @@ ...@@ -1721,6 +1721,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -2190,6 +2191,22 @@ ...@@ -2190,6 +2191,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -388,6 +388,7 @@ ...@@ -388,6 +388,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -857,6 +858,22 @@ ...@@ -857,6 +858,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
} }
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AGE", "name" : "AGE",
"codeName" : "Age" "codeName" : "Age"
...@@ -253,11 +253,11 @@ ...@@ -253,11 +253,11 @@
}, { }, {
"caption" : "年龄", "caption" : "年龄",
"codeName" : "age", "codeName" : "age",
"dataType" : 9, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 100, "labelWidth" : 100,
"name" : "age", "name" : "age",
...@@ -267,8 +267,12 @@ ...@@ -267,8 +267,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RAW", "editorType" : "TEXTBOX",
"name" : "age" "name" : "age",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -278,6 +282,7 @@ ...@@ -278,6 +282,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "职级", "caption" : "职级",
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -539,6 +540,22 @@ ...@@ -539,6 +540,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
"columnType" : "DEFTREEGRIDCOLUMN", "columnType" : "DEFTREEGRIDCOLUMN",
"dataItemName" : "name", "dataItemName" : "name",
"excelCaption" : "姓名", "excelCaption" : "姓名",
"hideMode" : 3,
"name" : "name", "name" : "name",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
......
...@@ -1932,6 +1932,7 @@ ...@@ -1932,6 +1932,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -2401,6 +2402,22 @@ ...@@ -2401,6 +2402,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
} }
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AGE", "name" : "AGE",
"codeName" : "Age" "codeName" : "Age"
...@@ -358,11 +358,11 @@ ...@@ -358,11 +358,11 @@
}, { }, {
"caption" : "年龄", "caption" : "年龄",
"codeName" : "age", "codeName" : "age",
"dataType" : 9, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 100, "labelWidth" : 100,
"name" : "age", "name" : "age",
...@@ -372,8 +372,12 @@ ...@@ -372,8 +372,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RAW", "editorType" : "TEXTBOX",
"name" : "age" "name" : "age",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -383,6 +387,7 @@ ...@@ -383,6 +387,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "职级", "caption" : "职级",
......
...@@ -754,7 +754,7 @@ ...@@ -754,7 +754,7 @@
} }
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AGE", "name" : "AGE",
"codeName" : "Age" "codeName" : "Age"
...@@ -886,11 +886,11 @@ ...@@ -886,11 +886,11 @@
}, { }, {
"caption" : "年龄", "caption" : "年龄",
"codeName" : "age", "codeName" : "age",
"dataType" : 9, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 100, "labelWidth" : 100,
"name" : "age", "name" : "age",
...@@ -900,8 +900,12 @@ ...@@ -900,8 +900,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RAW", "editorType" : "TEXTBOX",
"name" : "age" "name" : "age",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -911,6 +915,7 @@ ...@@ -911,6 +915,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "职级", "caption" : "职级",
......
...@@ -818,7 +818,7 @@ ...@@ -818,7 +818,7 @@
} }
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AGE", "name" : "AGE",
"codeName" : "Age" "codeName" : "Age"
...@@ -950,11 +950,11 @@ ...@@ -950,11 +950,11 @@
}, { }, {
"caption" : "年龄", "caption" : "年龄",
"codeName" : "age", "codeName" : "age",
"dataType" : 9, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 100, "labelWidth" : 100,
"name" : "age", "name" : "age",
...@@ -964,8 +964,12 @@ ...@@ -964,8 +964,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RAW", "editorType" : "TEXTBOX",
"name" : "age" "name" : "age",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -975,6 +979,7 @@ ...@@ -975,6 +979,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "职级", "caption" : "职级",
......
...@@ -256,6 +256,7 @@ ...@@ -256,6 +256,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -725,6 +726,22 @@ ...@@ -725,6 +726,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -178,6 +178,7 @@ ...@@ -178,6 +178,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -647,6 +648,22 @@ ...@@ -647,6 +648,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -203,6 +203,7 @@ ...@@ -203,6 +203,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -672,6 +673,22 @@ ...@@ -672,6 +673,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -288,6 +288,7 @@ ...@@ -288,6 +288,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -757,6 +758,22 @@ ...@@ -757,6 +758,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -416,6 +416,7 @@ ...@@ -416,6 +416,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -885,6 +886,22 @@ ...@@ -885,6 +886,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -915,6 +915,7 @@ ...@@ -915,6 +915,7 @@
"columnType" : "DEFTREEGRIDCOLUMN", "columnType" : "DEFTREEGRIDCOLUMN",
"dataItemName" : "name", "dataItemName" : "name",
"excelCaption" : "姓名", "excelCaption" : "姓名",
"hideMode" : 3,
"name" : "name", "name" : "name",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
......
...@@ -1348,6 +1348,7 @@ ...@@ -1348,6 +1348,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -1817,6 +1818,22 @@ ...@@ -1817,6 +1818,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -11123,6 +11123,7 @@ ...@@ -11123,6 +11123,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -11592,6 +11593,22 @@ ...@@ -11592,6 +11593,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
...@@ -84189,6 +84206,7 @@ ...@@ -84189,6 +84206,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -84658,6 +84676,22 @@ ...@@ -84658,6 +84676,22 @@
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册