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

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

上级 454ffc72
...@@ -64,6 +64,10 @@ ...@@ -64,6 +64,10 @@
} }
}, },
"logicName" : "学生主编辑表单", "logicName" : "学生主编辑表单",
"getPSAppDEFInputTipSet" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEFINPUTTIPSETS/tips.json"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
...@@ -245,6 +249,7 @@ ...@@ -245,6 +249,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : false,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单位", "caption" : "单位",
...@@ -317,6 +322,7 @@ ...@@ -317,6 +322,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"needCodeListConfig" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -354,6 +360,7 @@ ...@@ -354,6 +360,7 @@
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "结束时间", "caption" : "结束时间",
...@@ -390,6 +397,7 @@ ...@@ -390,6 +397,7 @@
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -420,6 +428,7 @@ ...@@ -420,6 +428,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -461,6 +470,7 @@ ...@@ -461,6 +470,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"hidden" : true "hidden" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
......
...@@ -188,6 +188,10 @@ ...@@ -188,6 +188,10 @@
} }
}, },
"logicName" : "学生主编辑表单", "logicName" : "学生主编辑表单",
"getPSAppDEFInputTipSet" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEFINPUTTIPSETS/tips.json"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
...@@ -453,6 +457,7 @@ ...@@ -453,6 +457,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : false,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单位", "caption" : "单位",
...@@ -525,6 +530,7 @@ ...@@ -525,6 +530,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"needCodeListConfig" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -562,6 +568,7 @@ ...@@ -562,6 +568,7 @@
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "结束时间", "caption" : "结束时间",
...@@ -598,6 +605,7 @@ ...@@ -598,6 +605,7 @@
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -628,6 +636,7 @@ ...@@ -628,6 +636,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -669,6 +678,7 @@ ...@@ -669,6 +678,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"enableInputTip" : true,
"hidden" : true "hidden" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册