提交 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" : [ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册