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

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

上级 0dc9a59f
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
"unitName" : "元", "unitName" : "元",
"width" : 200, "width" : 200,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true, "enableSort" : true,
"enableUnitName" : true "enableUnitName" : true
}, { }, {
...@@ -267,6 +268,23 @@ ...@@ -267,6 +268,23 @@
}, },
"allowEmpty" : false, "allowEmpty" : false,
"needCodeListConfig" : true "needCodeListConfig" : true
}, {
"caption" : "金额",
"codeName" : "money",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money"
},
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -747,6 +747,7 @@ ...@@ -747,6 +747,7 @@
"unitName" : "元", "unitName" : "元",
"width" : 200, "width" : 200,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true, "enableSort" : true,
"enableUnitName" : true "enableUnitName" : true
}, { }, {
...@@ -886,6 +887,23 @@ ...@@ -886,6 +887,23 @@
}, },
"allowEmpty" : false, "allowEmpty" : false,
"needCodeListConfig" : true "needCodeListConfig" : true
}, {
"caption" : "金额",
"codeName" : "money",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money"
},
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册