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

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

上级 fc1cc6fe
...@@ -218,6 +218,24 @@ ...@@ -218,6 +218,24 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATAFLOWS/tesst.json" "path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATAFLOWS/tesst.json"
} ], } ],
"getAllPSDEDataImports" : [ { "getAllPSDEDataImports" : [ {
"batchSize" : 1000,
"codeName" : "DataImport2",
"createDataAccessAction" : "CREATE",
"getCreatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEACTIONS/Create.json"
},
"name" : "数据导入2",
"updateDataAccessAction" : "UPDATE",
"getUpdatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEACTIONS/Update.json"
},
"enableBackend" : true,
"enableFront" : true,
"ignoreError" : false,
"id" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATAIMPS/DataImport2.json"
}, {
"batchSize" : 1000, "batchSize" : 1000,
"codeName" : "DataImportTest", "codeName" : "DataImportTest",
"createDataAccessAction" : "CREATE", "createDataAccessAction" : "CREATE",
......
...@@ -1475,16 +1475,16 @@ ...@@ -1475,16 +1475,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -286,6 +286,31 @@ ...@@ -286,6 +286,31 @@
"noServiceCodeName" : true "noServiceCodeName" : true
} ], } ],
"getAllPSAppDEDataImports" : [ { "getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
"codeName" : "DataImport2",
"createDataAccessAction" : "CREATE",
"getCreatePSAppDEAction" : {
"modelref" : true,
"id" : "Create"
},
"getCreatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEACTIONS/Create.json"
},
"name" : "数据导入2",
"updateDataAccessAction" : "UPDATE",
"getUpdatePSAppDEAction" : {
"modelref" : true,
"id" : "Update"
},
"getUpdatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEACTIONS/Update.json"
},
"enableBackend" : true,
"enableFront" : true,
"ignoreError" : false
}, {
"batchSize" : 1000, "batchSize" : 1000,
"codeName" : "DataImportTest", "codeName" : "DataImportTest",
"createDataAccessAction" : "CREATE", "createDataAccessAction" : "CREATE",
......
...@@ -2192,6 +2192,9 @@ ...@@ -2192,6 +2192,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2218,6 +2221,12 @@ ...@@ -2218,6 +2221,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
......
...@@ -138,6 +138,9 @@ ...@@ -138,6 +138,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -164,6 +167,12 @@ ...@@ -164,6 +167,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
......
...@@ -126,6 +126,18 @@ ...@@ -126,6 +126,18 @@
"name" : "REGINFOID", "name" : "REGINFOID",
"codeName" : "ReginfoId" "codeName" : "ReginfoId"
} }
}, {
"id" : "age",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
}
}, {
"id" : "formitem",
"dataType" : 25,
"createDVT" : "PARAM",
"createDV" : "testval"
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -222,6 +234,32 @@ ...@@ -222,6 +234,32 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"dataType" : 9,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "age",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "age"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -237,6 +275,30 @@ ...@@ -237,6 +275,30 @@
}, },
"infoGroupMode" : false, "infoGroupMode" : false,
"showCaption" : true "showCaption" : true
}, {
"caption" : "汇总age值",
"codeName" : "formitem",
"createDV" : "testval",
"createDVT" : "PARAM",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -46,11 +46,17 @@ ...@@ -46,11 +46,17 @@
}, },
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EXPITEM:bar", "name" : "EXPITEM:bar",
"parentDataJO" : {
"srfnavparams.testval" : "%age%"
},
"realTitle" : "学生信息编辑视图", "realTitle" : "学生信息编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
},
"viewParamJO" : {
"srfnavparams.testval" : "%age%"
} }
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -287,6 +293,9 @@ ...@@ -287,6 +293,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -313,6 +322,12 @@ ...@@ -313,6 +322,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
......
...@@ -506,6 +506,9 @@ ...@@ -506,6 +506,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -532,6 +535,12 @@ ...@@ -532,6 +535,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
......
...@@ -17,6 +17,12 @@ ...@@ -17,6 +17,12 @@
"engineType" : "EditView", "engineType" : "EditView",
"name" : "engine" "name" : "engine"
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "testval",
"name" : "testval",
"value" : "testval",
"rawValue" : false
} ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Usr0423209603EditViewtoolbar", "codeName" : "Usr0423209603EditViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
...@@ -244,6 +250,18 @@ ...@@ -244,6 +250,18 @@
"name" : "REGINFOID", "name" : "REGINFOID",
"codeName" : "ReginfoId" "codeName" : "ReginfoId"
} }
}, {
"id" : "age",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
}
}, {
"id" : "formitem",
"dataType" : 25,
"createDVT" : "PARAM",
"createDV" : "testval"
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -340,6 +358,32 @@ ...@@ -340,6 +358,32 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"dataType" : 9,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "age",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "age"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -355,6 +399,30 @@ ...@@ -355,6 +399,30 @@
}, },
"infoGroupMode" : false, "infoGroupMode" : false,
"showCaption" : true "showCaption" : true
}, {
"caption" : "汇总age值",
"codeName" : "formitem",
"createDV" : "testval",
"createDVT" : "PARAM",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -2220,6 +2220,9 @@ ...@@ -2220,6 +2220,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2246,6 +2249,12 @@ ...@@ -2246,6 +2249,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
......
...@@ -2220,6 +2220,9 @@ ...@@ -2220,6 +2220,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -2246,6 +2249,12 @@ ...@@ -2246,6 +2249,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
......
...@@ -4450,6 +4450,9 @@ ...@@ -4450,6 +4450,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -4476,6 +4479,12 @@ ...@@ -4476,6 +4479,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
......
...@@ -7995,6 +7995,9 @@ ...@@ -7995,6 +7995,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -8021,6 +8024,12 @@ ...@@ -8021,6 +8024,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
...@@ -11265,16 +11274,16 @@ ...@@ -11265,16 +11274,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
...@@ -11303,10 +11312,10 @@ ...@@ -11303,10 +11312,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -11315,10 +11324,10 @@ ...@@ -11315,10 +11324,10 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
} ] } ]
}, { }, {
...@@ -11335,46 +11344,39 @@ ...@@ -11335,46 +11344,39 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图方", "name" : "消息位置-视图方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg9"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11382,17 +11384,12 @@ ...@@ -11382,17 +11384,12 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11400,17 +11397,29 @@ ...@@ -11400,17 +11397,29 @@
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg11"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
} ] } ]
...@@ -11418,10 +11427,10 @@ ...@@ -11418,10 +11427,10 @@
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
...@@ -11430,10 +11439,10 @@ ...@@ -11430,10 +11439,10 @@
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
...@@ -24355,6 +24364,9 @@ ...@@ -24355,6 +24364,9 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : {
"srfnavparams.testval" : "%age%"
},
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -24381,6 +24393,12 @@ ...@@ -24381,6 +24393,12 @@
"y" : [ "AGE" ], "y" : [ "AGE" ],
"id" : "0" "id" : "0"
}, },
"getPSNavigateParams" : [ {
"key" : "srfnavparams.testval",
"name" : "srfnavparams.testval",
"value" : "age",
"rawValue" : false
} ],
"seriesField" : "DEPARTMENT", "seriesField" : "DEPARTMENT",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
...@@ -56301,6 +56319,31 @@ ...@@ -56301,6 +56319,31 @@
"noServiceCodeName" : true "noServiceCodeName" : true
} ], } ],
"getAllPSAppDEDataImports" : [ { "getAllPSAppDEDataImports" : [ {
"batchSize" : 1000,
"codeName" : "DataImport2",
"createDataAccessAction" : "CREATE",
"getCreatePSAppDEAction" : {
"modelref" : true,
"id" : "Create"
},
"getCreatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEACTIONS/Create.json"
},
"name" : "数据导入2",
"updateDataAccessAction" : "UPDATE",
"getUpdatePSAppDEAction" : {
"modelref" : true,
"id" : "Update"
},
"getUpdatePSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEACTIONS/Update.json"
},
"enableBackend" : true,
"enableFront" : true,
"ignoreError" : false
}, {
"batchSize" : 1000, "batchSize" : 1000,
"codeName" : "DataImportTest", "codeName" : "DataImportTest",
"createDataAccessAction" : "CREATE", "createDataAccessAction" : "CREATE",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册