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

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

上级 f59844f1
......@@ -48,6 +48,7 @@
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
......@@ -80,6 +81,7 @@
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
......@@ -157,6 +159,49 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "测试表格名称",
"codeName" : "testgridname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testgridname",
"getPSAppDEField" : {
"name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "testgridname",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT",
"runtimeObject" : true
}
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList1225513652.json"
},
"enableLinkView" : false
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, {
"caption" : "测试表格标识",
"codeName" : "srfkey",
"enableCond" : 3,
......
......@@ -217,6 +217,7 @@
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
......@@ -249,6 +250,7 @@
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
......@@ -326,6 +328,49 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "测试表格名称",
"codeName" : "testgridname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testgridname",
"getPSAppDEField" : {
"name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "testgridname",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT",
"runtimeObject" : true
}
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList1225513652.json"
},
"enableLinkView" : false
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, {
"caption" : "测试表格标识",
"codeName" : "srfkey",
"enableCond" : 3,
......
......@@ -2399,6 +2399,18 @@
},
"pluginCode" : "ALLORGSELECT",
"styleCode" : "ALLORGSELECT"
}, {
"codeName" : "CUSTOMEDIT",
"containerType" : "GRIDCOLUMN",
"editorType" : "TEXTBOX",
"name" : "自定义编辑样式",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT",
"runtimeObject" : true
},
"pluginCode" : "CUSTOMEDIT",
"styleCode" : "CUSTOMEDIT"
}, {
"codeName" : "CUSTOMEDIT",
"containerType" : "PANELFIELD",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册