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

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

上级 3e48b452
...@@ -130,7 +130,9 @@ ...@@ -130,7 +130,9 @@
"id" : "formitem", "id" : "formitem",
"dataType" : 25, "dataType" : 25,
"createDVT" : "CONTEXT", "createDVT" : "CONTEXT",
"createDV" : "testval" "createDV" : "testval",
"updateDVT" : "CONTEXT",
"updateDV" : "testval"
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 9,
...@@ -228,6 +230,8 @@ ...@@ -228,6 +230,8 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"updateDV" : "testval",
"updateDVT" : "CONTEXT",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
...@@ -254,7 +254,9 @@ ...@@ -254,7 +254,9 @@
"id" : "formitem", "id" : "formitem",
"dataType" : 25, "dataType" : 25,
"createDVT" : "CONTEXT", "createDVT" : "CONTEXT",
"createDV" : "testval" "createDV" : "testval",
"updateDVT" : "CONTEXT",
"updateDV" : "testval"
}, { }, {
"id" : "age", "id" : "age",
"dataType" : 9, "dataType" : 9,
...@@ -352,6 +354,8 @@ ...@@ -352,6 +354,8 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"updateDV" : "testval",
"updateDVT" : "CONTEXT",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册