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

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

上级 9047e536
...@@ -94,6 +94,7 @@ ...@@ -94,6 +94,7 @@
}, },
"width" : 200, "width" : 200,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -290,6 +291,22 @@ ...@@ -290,6 +291,22 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "手机名称",
"codeName" : "phonename",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phonename",
"getPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "phonename"
},
"allowEmpty" : true
}, {
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"enableCond" : 3, "enableCond" : 3,
......
...@@ -181,6 +181,52 @@ ...@@ -181,6 +181,52 @@
"tooltip" : "新建行", "tooltip" : "新建行",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "AAB9FB72-B063-4E50-8424-C728C1406C3D", "modelid" : "AAB9FB72-B063-4E50-8424-C728C1406C3D",
...@@ -371,6 +417,7 @@ ...@@ -371,6 +417,7 @@
}, },
"width" : 200, "width" : 200,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -567,6 +614,22 @@ ...@@ -567,6 +614,22 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "手机名称",
"codeName" : "phonename",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phonename",
"getPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "phonename"
},
"allowEmpty" : true
}, {
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"enableCond" : 3, "enableCond" : 3,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册