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

fangzhihao 部署微服务应用 [TrainSys,网页端]

上级 8bfa44cb
...@@ -4640,8 +4640,7 @@ ...@@ -4640,8 +4640,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -4660,7 +4659,7 @@ ...@@ -4660,7 +4659,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -4705,7 +4704,7 @@ ...@@ -4705,7 +4704,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -4846,11 +4845,18 @@ ...@@ -4846,11 +4845,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -4867,13 +4873,6 @@ ...@@ -4867,13 +4873,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -4903,51 +4902,61 @@ ...@@ -4903,51 +4902,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -5027,10 +5036,9 @@ ...@@ -5027,10 +5036,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
......
...@@ -500,8 +500,7 @@ ...@@ -500,8 +500,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -520,7 +519,7 @@ ...@@ -520,7 +519,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -565,7 +564,7 @@ ...@@ -565,7 +564,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -706,11 +705,18 @@ ...@@ -706,11 +705,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -727,13 +733,6 @@ ...@@ -727,13 +733,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -763,51 +762,61 @@ ...@@ -763,51 +762,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -887,10 +896,9 @@ ...@@ -887,10 +896,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
......
...@@ -500,8 +500,7 @@ ...@@ -500,8 +500,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -520,7 +519,7 @@ ...@@ -520,7 +519,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -565,7 +564,7 @@ ...@@ -565,7 +564,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -706,11 +705,18 @@ ...@@ -706,11 +705,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -727,13 +733,6 @@ ...@@ -727,13 +733,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -763,51 +762,61 @@ ...@@ -763,51 +762,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -887,10 +896,9 @@ ...@@ -887,10 +896,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
......
...@@ -1823,8 +1823,7 @@ ...@@ -1823,8 +1823,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1843,7 +1842,7 @@ ...@@ -1843,7 +1842,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -1888,7 +1887,7 @@ ...@@ -1888,7 +1887,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -2029,11 +2028,18 @@ ...@@ -2029,11 +2028,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -2050,13 +2056,6 @@ ...@@ -2050,13 +2056,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -2086,51 +2085,61 @@ ...@@ -2086,51 +2085,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -2210,10 +2219,9 @@ ...@@ -2210,10 +2219,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
......
...@@ -988,8 +988,7 @@ ...@@ -988,8 +988,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1008,7 +1007,7 @@ ...@@ -1008,7 +1007,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -1053,7 +1052,7 @@ ...@@ -1053,7 +1052,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -1194,11 +1193,18 @@ ...@@ -1194,11 +1193,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -1215,13 +1221,6 @@ ...@@ -1215,13 +1221,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -1251,51 +1250,61 @@ ...@@ -1251,51 +1250,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -1375,10 +1384,9 @@ ...@@ -1375,10 +1384,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
......
...@@ -1055,8 +1055,7 @@ ...@@ -1055,8 +1055,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1075,7 +1074,7 @@ ...@@ -1075,7 +1074,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -1120,7 +1119,7 @@ ...@@ -1120,7 +1119,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -1261,11 +1260,18 @@ ...@@ -1261,11 +1260,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "ORDER",
"codeName" : "Amount" "codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -1282,13 +1288,6 @@ ...@@ -1282,13 +1288,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -1318,51 +1317,61 @@ ...@@ -1318,51 +1317,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -1442,10 +1451,9 @@ ...@@ -1442,10 +1451,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
......
...@@ -13414,10 +13414,10 @@ ...@@ -13414,10 +13414,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -13426,10 +13426,10 @@ ...@@ -13426,10 +13426,10 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
} }
} ], } ],
"uniqueTag" : "VMGroup3" "uniqueTag" : "VMGroup3"
...@@ -13448,22 +13448,16 @@ ...@@ -13448,22 +13448,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
}
}, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -13471,16 +13465,28 @@ ...@@ -13471,16 +13465,28 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ], } ],
"uniqueTag" : "VMGroup4" "uniqueTag" : "VMGroup4"
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -13489,12 +13495,11 @@ ...@@ -13489,12 +13495,11 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg13"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13503,11 +13508,12 @@ ...@@ -13503,11 +13508,12 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13516,16 +13522,10 @@ ...@@ -13516,16 +13522,10 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
} ], } ],
"uniqueTag" : "VMGroup8" "uniqueTag" : "VMGroup8"
...@@ -13533,10 +13533,10 @@ ...@@ -13533,10 +13533,10 @@
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-本次删除",
...@@ -13545,10 +13545,10 @@ ...@@ -13545,10 +13545,10 @@
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
} ], } ],
"uniqueTag" : "VMGroup5" "uniqueTag" : "VMGroup5"
...@@ -13556,16 +13556,16 @@ ...@@ -13556,16 +13556,16 @@
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
}, { }, {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
} ], } ],
"uniqueTag" : "VMGroup6" "uniqueTag" : "VMGroup6"
...@@ -40758,8 +40758,7 @@ ...@@ -40758,8 +40758,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -40778,7 +40777,7 @@ ...@@ -40778,7 +40777,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -40823,7 +40822,7 @@ ...@@ -40823,7 +40822,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -40964,11 +40963,18 @@ ...@@ -40964,11 +40963,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -40985,13 +40991,6 @@ ...@@ -40985,13 +40991,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -41021,51 +41020,61 @@ ...@@ -41021,51 +41020,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -41145,10 +41154,9 @@ ...@@ -41145,10 +41154,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
...@@ -60873,8 +60881,7 @@ ...@@ -60873,8 +60881,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSDEEditForm" : { "getPSDEEditForm" : {
"autoSaveMode" : 1, "codeName" : "Simpleform",
"codeName" : "NoTabForm",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -60893,7 +60900,7 @@ ...@@ -60893,7 +60900,7 @@
} }
}, },
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/NoTabForm.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
...@@ -60938,7 +60945,7 @@ ...@@ -60938,7 +60945,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "无分页表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -61079,11 +61086,18 @@ ...@@ -61079,11 +61086,18 @@
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "amount", "id" : "type",
"dataType" : 6, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
} }
}, { }, {
"id" : "testid", "id" : "testid",
...@@ -61100,13 +61114,6 @@ ...@@ -61100,13 +61114,6 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "测试实体基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称", "caption" : "测试实体名称",
"codeName" : "testname", "codeName" : "testname",
...@@ -61136,51 +61143,61 @@ ...@@ -61136,51 +61143,61 @@
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "金额", "caption" : "类型",
"codeName" : "amount", "codeName" : "type",
"dataType" : 6, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "amount", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "TYPE",
"codeName" : "Amount" "codeName" : "Type"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "RADIOBUTTONLIST",
"maxValue" : 10000.0, "name" : "type",
"minValue" : 19.0, "getPSAppCodeList" : {
"name" : "amount", "modelref" : true,
"precision" : 2 "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"unitName" : "元",
"allowEmpty" : true, "allowEmpty" : true,
"enableUnitName" : true,
"showCaption" : true "showCaption" : true
} ], }, {
"getPSLayout" : { "caption" : "排序属性",
"childColLG" : -1, "codeName" : "order",
"childColMD" : 24, "dataType" : 9,
"childColSM" : -1, "detailStyle" : "DEFAULT",
"childColXS" : -1, "detailType" : "FORMITEM",
"columnCount" : 24, "enableCond" : 3,
"layout" : "TABLE_24COL" "ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : false "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "testid", "codeName" : "testid",
...@@ -61260,10 +61277,9 @@ ...@@ -61260,10 +61277,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"enableAutoSave" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "56A42EE5-6CFD-40FA-BCEA-B89C487C2A74", "modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateParams" : [ { "getPSNavigateParams" : [ {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册