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

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

上级 cea76b8b
...@@ -1049,16 +1049,16 @@ ...@@ -1049,16 +1049,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -232,6 +232,7 @@ ...@@ -232,6 +232,7 @@
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json",
"formStyle" : "INFOPANEL",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -491,9 +492,9 @@ ...@@ -491,9 +492,9 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "testname",
"name" : "testname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -508,7 +509,7 @@ ...@@ -508,7 +509,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -518,19 +519,20 @@ ...@@ -518,19 +519,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "SPAN",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "金额",
...@@ -578,9 +580,9 @@ ...@@ -578,9 +580,9 @@
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field",
"name" : "field" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -732,7 +734,7 @@ ...@@ -732,7 +734,7 @@
} ] } ]
}, },
"showMoreMode" : 2, "showMoreMode" : 2,
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -743,7 +745,7 @@ ...@@ -743,7 +745,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -808,6 +810,7 @@ ...@@ -808,6 +810,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "mdctrl1_form", "name" : "mdctrl1_form",
"modelid" : "81c663b87e269ec6313a4590835229af", "modelid" : "81c663b87e269ec6313a4590835229af",
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json",
"formStyle" : "INFOPANEL",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -190,9 +191,9 @@ ...@@ -190,9 +191,9 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "testname",
"name" : "testname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -207,7 +208,7 @@ ...@@ -207,7 +208,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -217,19 +218,20 @@ ...@@ -217,19 +218,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "SPAN",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "金额",
...@@ -277,9 +279,9 @@ ...@@ -277,9 +279,9 @@
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field",
"name" : "field" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -431,7 +433,7 @@ ...@@ -431,7 +433,7 @@
} ] } ]
}, },
"showMoreMode" : 2, "showMoreMode" : 2,
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -442,7 +444,7 @@ ...@@ -442,7 +444,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -485,6 +487,7 @@ ...@@ -485,6 +487,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "81c663b87e269ec6313a4590835229af", "modelid" : "81c663b87e269ec6313a4590835229af",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json",
"formStyle" : "INFOPANEL",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -303,9 +304,9 @@ ...@@ -303,9 +304,9 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "testname",
"name" : "testname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -320,7 +321,7 @@ ...@@ -320,7 +321,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -330,19 +331,20 @@ ...@@ -330,19 +331,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "SPAN",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "金额",
...@@ -390,9 +392,9 @@ ...@@ -390,9 +392,9 @@
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field",
"name" : "field" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -544,7 +546,7 @@ ...@@ -544,7 +546,7 @@
} ] } ]
}, },
"showMoreMode" : 2, "showMoreMode" : 2,
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -555,7 +557,7 @@ ...@@ -555,7 +557,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -598,6 +600,7 @@ ...@@ -598,6 +600,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "81c663b87e269ec6313a4590835229af", "modelid" : "81c663b87e269ec6313a4590835229af",
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json",
"formStyle" : "INFOPANEL",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -304,9 +305,9 @@ ...@@ -304,9 +305,9 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "testname",
"name" : "testname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -321,7 +322,7 @@ ...@@ -321,7 +322,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -331,19 +332,20 @@ ...@@ -331,19 +332,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "SPAN",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "金额",
...@@ -391,9 +393,9 @@ ...@@ -391,9 +393,9 @@
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field",
"name" : "field" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -545,7 +547,7 @@ ...@@ -545,7 +547,7 @@
} ] } ]
}, },
"showMoreMode" : 2, "showMoreMode" : 2,
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -556,7 +558,7 @@ ...@@ -556,7 +558,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -599,6 +601,7 @@ ...@@ -599,6 +601,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "81c663b87e269ec6313a4590835229af", "modelid" : "81c663b87e269ec6313a4590835229af",
......
...@@ -640,6 +640,7 @@ ...@@ -640,6 +640,7 @@
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json",
"formStyle" : "INFOPANEL",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -895,9 +896,9 @@ ...@@ -895,9 +896,9 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "testname",
"name" : "testname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -912,7 +913,7 @@ ...@@ -912,7 +913,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -922,19 +923,20 @@ ...@@ -922,19 +923,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "SPAN",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "金额",
...@@ -982,9 +984,9 @@ ...@@ -982,9 +984,9 @@
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field",
"name" : "field" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1136,7 +1138,7 @@ ...@@ -1136,7 +1138,7 @@
} ] } ]
}, },
"showMoreMode" : 2, "showMoreMode" : 2,
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1147,7 +1149,7 @@ ...@@ -1147,7 +1149,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1190,6 +1192,7 @@ ...@@ -1190,6 +1192,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "81c663b87e269ec6313a4590835229af", "modelid" : "81c663b87e269ec6313a4590835229af",
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json",
"formStyle" : "INFOPANEL",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -277,9 +278,9 @@ ...@@ -277,9 +278,9 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "testname",
"name" : "testname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -294,7 +295,7 @@ ...@@ -294,7 +295,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -304,19 +305,20 @@ ...@@ -304,19 +305,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "SPAN",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "金额",
...@@ -364,9 +366,9 @@ ...@@ -364,9 +366,9 @@
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field",
"name" : "field" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -518,7 +520,7 @@ ...@@ -518,7 +520,7 @@
} ] } ]
}, },
"showMoreMode" : 2, "showMoreMode" : 2,
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -529,7 +531,7 @@ ...@@ -529,7 +531,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -572,6 +574,7 @@ ...@@ -572,6 +574,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "81c663b87e269ec6313a4590835229af", "modelid" : "81c663b87e269ec6313a4590835229af",
......
...@@ -387,6 +387,7 @@ ...@@ -387,6 +387,7 @@
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Main.json",
"formStyle" : "INFOPANEL",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -646,9 +647,9 @@ ...@@ -646,9 +647,9 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "testname",
"name" : "testname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -663,7 +664,7 @@ ...@@ -663,7 +664,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -673,19 +674,20 @@ ...@@ -673,19 +674,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "RADIOBUTTONLIST", "editorType" : "SPAN",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
} },
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "金额",
...@@ -733,9 +735,9 @@ ...@@ -733,9 +735,9 @@
"codeName" : "Field" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field",
"name" : "field" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -887,7 +889,7 @@ ...@@ -887,7 +889,7 @@
} ] } ]
}, },
"showMoreMode" : 2, "showMoreMode" : 2,
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -898,7 +900,7 @@ ...@@ -898,7 +900,7 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -963,6 +965,7 @@ ...@@ -963,6 +965,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "mdctrl1_form", "name" : "mdctrl1_form",
"modelid" : "81c663b87e269ec6313a4590835229af", "modelid" : "81c663b87e269ec6313a4590835229af",
......
...@@ -2361,16 +2361,16 @@ ...@@ -2361,16 +2361,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册