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

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

上级 f58ae1cc
...@@ -292,13 +292,12 @@ ...@@ -292,13 +292,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "age", "name" : "age",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json"
}, }
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -308,7 +307,7 @@ ...@@ -308,7 +307,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "#,##0.00", "valueFormat" : "#,##0.00",
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄(文本)", "caption" : "年龄(文本)",
...@@ -327,12 +326,13 @@ ...@@ -327,12 +326,13 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "age_text", "name" : "age_text",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
...@@ -397,13 +397,12 @@ ...@@ -397,13 +397,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "age", "name" : "age",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json"
}, }
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -413,7 +412,7 @@ ...@@ -413,7 +412,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "#,##0.00", "valueFormat" : "#,##0.00",
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄(文本)", "caption" : "年龄(文本)",
...@@ -432,12 +431,13 @@ ...@@ -432,12 +431,13 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "age_text", "name" : "age_text",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__Student_age.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -446,7 +446,7 @@ ...@@ -446,7 +446,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
...@@ -292,13 +292,12 @@ ...@@ -292,13 +292,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "age", "name" : "age",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}, }
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -308,7 +307,7 @@ ...@@ -308,7 +307,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "#,##0.00", "valueFormat" : "#,##0.00",
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄(文本)", "caption" : "年龄(文本)",
...@@ -327,12 +326,13 @@ ...@@ -327,12 +326,13 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "age_text", "name" : "age_text",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
"colXS" : 2, "colXS" : 2,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"userTag" : "permanent",
"allowEmpty" : true "allowEmpty" : true
}, { }, {
"caption" : "表单项", "caption" : "表单项",
...@@ -100,6 +101,7 @@ ...@@ -100,6 +101,7 @@
"colXSOffset" : 2, "colXSOffset" : 2,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"userTag" : "permanent",
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true "needCodeListConfig" : true
}, { }, {
...@@ -221,7 +223,7 @@ ...@@ -221,7 +223,7 @@
}, },
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false, "enableAdvanceSearch" : true,
"enableAutoSearch" : false, "enableAutoSearch" : false,
"enableFilterSave" : false, "enableFilterSave" : false,
"noTabHeader" : true, "noTabHeader" : true,
......
...@@ -397,13 +397,12 @@ ...@@ -397,13 +397,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "age", "name" : "age",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}, }
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -413,7 +412,7 @@ ...@@ -413,7 +412,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "#,##0.00", "valueFormat" : "#,##0.00",
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄(文本)", "caption" : "年龄(文本)",
...@@ -432,12 +431,13 @@ ...@@ -432,12 +431,13 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "age_text", "name" : "age_text",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -446,7 +446,7 @@ ...@@ -446,7 +446,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
...@@ -969,13 +969,12 @@ ...@@ -969,13 +969,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "age", "name" : "age",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}, }
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -985,7 +984,7 @@ ...@@ -985,7 +984,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "#,##0.00", "valueFormat" : "#,##0.00",
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄(文本)", "caption" : "年龄(文本)",
...@@ -1004,12 +1003,13 @@ ...@@ -1004,12 +1003,13 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "age_text", "name" : "age_text",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -1018,7 +1018,7 @@ ...@@ -1018,7 +1018,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
...@@ -1039,13 +1039,12 @@ ...@@ -1039,13 +1039,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "age", "name" : "age",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}, }
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -1055,7 +1054,7 @@ ...@@ -1055,7 +1054,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "#,##0.00", "valueFormat" : "#,##0.00",
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄(文本)", "caption" : "年龄(文本)",
...@@ -1074,12 +1073,13 @@ ...@@ -1074,12 +1073,13 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "age_text", "name" : "age_text",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -1088,7 +1088,7 @@ ...@@ -1088,7 +1088,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
...@@ -457,13 +457,12 @@ ...@@ -457,13 +457,12 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "age", "name" : "age",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
}, }
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -473,7 +472,7 @@ ...@@ -473,7 +472,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "#,##0.00", "valueFormat" : "#,##0.00",
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄(文本)", "caption" : "年龄(文本)",
...@@ -492,12 +491,13 @@ ...@@ -492,12 +491,13 @@
"codeName" : "Age" "codeName" : "Age"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "age_text", "name" : "age_text",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__Student_age.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -506,7 +506,7 @@ ...@@ -506,7 +506,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : false, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册