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

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

上级 ea3e0066
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -225,6 +226,22 @@ ...@@ -225,6 +226,22 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "歌曲名称",
"codeName" : "songname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "songname"
},
"allowEmpty" : true
}, {
"caption" : "属性", "caption" : "属性",
"codeName" : "field1", "codeName" : "field1",
"enableCond" : 3, "enableCond" : 3,
......
...@@ -262,6 +262,7 @@ ...@@ -262,6 +262,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -384,6 +385,22 @@ ...@@ -384,6 +385,22 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "歌曲名称",
"codeName" : "songname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "songname"
},
"allowEmpty" : true
}, {
"caption" : "属性", "caption" : "属性",
"codeName" : "field1", "codeName" : "field1",
"enableCond" : 3, "enableCond" : 3,
......
...@@ -62353,6 +62353,7 @@ ...@@ -62353,6 +62353,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -62475,6 +62476,22 @@ ...@@ -62475,6 +62476,22 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "歌曲名称",
"codeName" : "songname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "songname"
},
"allowEmpty" : true
}, {
"caption" : "属性", "caption" : "属性",
"codeName" : "field1", "codeName" : "field1",
"enableCond" : 3, "enableCond" : 3,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册