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

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

上级 9f8f1f67
...@@ -339,8 +339,8 @@ ...@@ -339,8 +339,8 @@
"codeName" : "Test2" "codeName" : "Test2"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorStyle" : "Amount",
"maxLength" : 100, "editorType" : "NUMBER",
"name" : "test2" "name" : "test2"
}, },
"allowEmpty" : true "allowEmpty" : true
......
...@@ -729,8 +729,8 @@ ...@@ -729,8 +729,8 @@
"codeName" : "Test2" "codeName" : "Test2"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorStyle" : "Amount",
"maxLength" : 100, "editorType" : "NUMBER",
"name" : "test2" "name" : "test2"
}, },
"allowEmpty" : true "allowEmpty" : true
......
...@@ -1758,6 +1758,12 @@ ...@@ -1758,6 +1758,12 @@
"editorType" : "NUMBER", "editorType" : "NUMBER",
"name" : "金额数值框", "name" : "金额数值框",
"styleCode" : "Amount" "styleCode" : "Amount"
}, {
"codeName" : "Amount",
"containerType" : "GRIDCOLUMN",
"editorType" : "NUMBER",
"name" : "金额数值框",
"styleCode" : "Amount"
}, { }, {
"codeName" : "editorTest", "codeName" : "editorTest",
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册