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

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

上级 8b90e57c
...@@ -1432,6 +1432,17 @@ ...@@ -1432,6 +1432,17 @@
"logicName" : "更新", "logicName" : "更新",
"name" : "UPDATE" "name" : "UPDATE"
} ], } ],
"getAllPSDEReports" : [ {
"codeName" : "Report",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEREPORTS/Report.json",
"name" : "Report",
"getPSSysBIScheme" : {
"modelref" : true,
"path" : "PSSYSBISCHEMES/BIScheme.json"
},
"reportFile" : "#",
"reportType" : "DESYSBIREPORTS"
} ],
"getAllPSDEUserRoles" : [ { "getAllPSDEUserRoles" : [ {
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEUSERROLES/ALL_R.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEUSERROLES/ALL_R.json",
"name" : "全部数据(读)", "name" : "全部数据(读)",
......
{
"codeName" : "Report",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXD/PSDEREPORTS/Report.json",
"name" : "Report",
"getPSSysBIScheme" : {
"modelref" : true,
"path" : "PSSYSBISCHEMES/BIScheme.json"
},
"reportFile" : "#",
"reportType" : "DESYSBIREPORTS"
}
\ No newline at end of file
...@@ -7582,6 +7582,13 @@ ...@@ -7582,6 +7582,13 @@
"defaultMode" : true, "defaultMode" : true,
"id" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEPRINTS/Print.json" "id" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEPRINTS/Print.json"
} ], } ],
"getAllPSDEReports" : [ {
"codeName" : "Report",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEREPORTS/Report.json",
"name" : "Report",
"reportFile" : "#",
"reportType" : "USER"
} ],
"getAllPSDEUserRoles" : [ { "getAllPSDEUserRoles" : [ {
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEUSERROLES/ALL_R.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEUSERROLES/ALL_R.json",
"name" : "全部数据(读)", "name" : "全部数据(读)",
...@@ -8902,6 +8909,15 @@ ...@@ -8902,6 +8909,15 @@
}, },
"name" : "DERAGGDATA_BXD_EX_BOOK", "name" : "DERAGGDATA_BXD_EX_BOOK",
"orderValue" : 100, "orderValue" : 100,
"getPSDERAggDataDEFieldMaps" : [ {
"codeName" : "Usr0618123570",
"getMajorPSDEField" : {
"name" : "FIELD9",
"codeName" : "Field9"
},
"mapType" : "COUNT",
"name" : "计数"
} ],
"getSourcePSDEDataSet" : { "getSourcePSDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
......
{
"codeName" : "Report",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEREPORTS/Report.json",
"name" : "Report",
"reportFile" : "#",
"reportType" : "USER"
}
\ No newline at end of file
...@@ -2014,6 +2014,15 @@ ...@@ -2014,6 +2014,15 @@
}, },
"name" : "DERAGGDATA_BXD_EX_BOOK", "name" : "DERAGGDATA_BXD_EX_BOOK",
"orderValue" : 100, "orderValue" : 100,
"getPSDERAggDataDEFieldMaps" : [ {
"codeName" : "Usr0618123570",
"getMajorPSDEField" : {
"name" : "FIELD9",
"codeName" : "Field9"
},
"mapType" : "COUNT",
"name" : "计数"
} ],
"getSourcePSDEDataSet" : { "getSourcePSDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
......
...@@ -12,6 +12,15 @@ ...@@ -12,6 +12,15 @@
}, },
"name" : "DERAGGDATA_BXD_EX_BOOK", "name" : "DERAGGDATA_BXD_EX_BOOK",
"orderValue" : 100, "orderValue" : 100,
"getPSDERAggDataDEFieldMaps" : [ {
"codeName" : "Usr0618123570",
"getMajorPSDEField" : {
"name" : "FIELD9",
"codeName" : "Field9"
},
"mapType" : "COUNT",
"name" : "计数"
} ],
"getSourcePSDEDataSet" : { "getSourcePSDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
......
...@@ -19756,6 +19756,33 @@ ...@@ -19756,6 +19756,33 @@
"requestPath" : "/custom", "requestPath" : "/custom",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "SCRIPT",
"codeName" : "Custommove",
"methodType" : "DEACTION",
"name" : "custommove",
"getPSAppDEMethodInput" : {
"codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
},
"scriptCode" : "console.log('自定义移动行为')",
"builtinMethod" : false,
"customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
...@@ -23942,6 +23969,33 @@ ...@@ -23942,6 +23969,33 @@
"requestPath" : "/custom", "requestPath" : "/custom",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "SCRIPT",
"codeName" : "Custommove",
"methodType" : "DEACTION",
"name" : "custommove",
"getPSAppDEMethodInput" : {
"codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
},
"scriptCode" : "console.log('自定义移动行为')",
"builtinMethod" : false,
"customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
...@@ -28682,6 +28736,18 @@ ...@@ -28682,6 +28736,18 @@
"name" : "FIELD5", "name" : "FIELD5",
"codeName" : "FIELD5" "codeName" : "FIELD5"
} }
}, {
"caption" : "低价",
"name" : "LOWPRICE",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "LOWPRICE",
"codeName" : "LOWPRICE"
},
"getPSDEField" : {
"name" : "LOWPRICE",
"codeName" : "LOWPRICE"
}
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.PHONEID" "lanResTag" : "DEF.LNAME.PHONEID"
...@@ -29165,6 +29231,34 @@ ...@@ -29165,6 +29231,34 @@
"name" : "FIELD5", "name" : "FIELD5",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576 "stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[LOWPRICE][低价]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[LOWPRICE][低价]",
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[LOWPRICE][低价]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[LOWPRICE][低价]移动端默认",
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "LOWPRICE",
"logicName" : "低价",
"name" : "LOWPRICE",
"stdDataType" : 6
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -30367,6 +30461,17 @@ ...@@ -30367,6 +30461,17 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"type" : "DTO" "type" : "DTO"
}, {
"codeName" : "LOWPRICE",
"logicName" : "低价",
"name" : "LOWPRICE",
"getPSAppDEField" : {
"name" : "LOWPRICE",
"codeName" : "LOWPRICE"
},
"sourceType" : "DEFIELD",
"stdDataType" : 6,
"type" : "SIMPLE"
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -40386,112 +40491,28 @@ ...@@ -40386,112 +40491,28 @@
"codeName" : "End" "codeName" : "End"
} }
}, { }, {
"caption" : "属性24", "caption" : "属性23",
"format" : "%1$s", "format" : "%1$s",
"name" : "field24", "name" : "field23",
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
},
"getPSDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, {
"caption" : "属性",
"format" : "%1$s",
"name" : "field",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "FIELD", "name" : "FIELD23",
"codeName" : "Field" "codeName" : "Field23"
},
"getPSDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"caption" : "属性36",
"format" : "%1$s",
"name" : "field36",
"getPSAppDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
},
"getPSDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
}
}, {
"caption" : "属性2",
"format" : "%1$s",
"name" : "field2",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"getPSDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"caption" : "属性19",
"format" : "%1$s",
"name" : "field19",
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
},
"getPSDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}
}, {
"caption" : "属性41",
"format" : "%1$s",
"name" : "field41",
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
},
"getPSDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
}
}, {
"caption" : "属性14",
"format" : "%1$s",
"name" : "field14",
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
},
"getPSDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
}
}, {
"caption" : "属性3",
"format" : "%1$s",
"name" : "field3",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
}, },
"getPSDEField" : { "getPSDEField" : {
"name" : "FIELD3", "name" : "FIELD23",
"codeName" : "Field3" "codeName" : "Field23"
} }
}, { }, {
"caption" : "属性4", "caption" : "属性45",
"format" : "%1$s", "format" : "%1$s",
"name" : "field4", "name" : "field45",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "FIELD4", "name" : "FIELD45",
"codeName" : "Field4" "codeName" : "FIELD45"
}, },
"getPSDEField" : { "getPSDEField" : {
"name" : "FIELD4", "name" : "FIELD45",
"codeName" : "Field4" "codeName" : "FIELD45"
} }
} ], } ],
"defaultMode" : true, "defaultMode" : true,
...@@ -2658,6 +2658,55 @@ ...@@ -2658,6 +2658,55 @@
"showTitleBar" : true, "showTitleBar" : true,
"modelid" : "1A5AAAE9-B310-4A9F-AA95-F670684D44C3", "modelid" : "1A5AAAE9-B310-4A9F-AA95-F670684D44C3",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, {
"codeName" : "report",
"getContentPSControl" : {
"name" : "dashboard_sysportlet3_report"
},
"controlType" : "PORTLET",
"height" : 300.0,
"name" : "dashboard_sysportlet3",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "dashboard_sysportlet3"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true
},
"getPSControls" : [ {
"codeName" : "Report",
"controlType" : "REPORTPANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSREPORTPANELS/Report.json",
"height" : 300.0,
"getPSAppDEReport" : {
"codeName" : "Report",
"name" : "Report",
"reportFile" : "#",
"reportType" : "USER"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"height" : 300.0
},
"name" : "dashboard_sysportlet3_report"
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"portletType" : "REPORT",
"title" : "报表部件",
"showTitleBar" : true,
"modelid" : "B1D62D5A-61A4-44B3-A771-89D7799A8F58",
"modeltype" : "PSSYSDBPART"
} ], } ],
"enableCustomized" : true, "enableCustomized" : true,
"modelid" : "376c5b1abca41fc8c36fcae9bb208fd1", "modelid" : "376c5b1abca41fc8c36fcae9bb208fd1",
......
{
"codeName" : "Report",
"controlType" : "REPORTPANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSREPORTPANELS/Report.json",
"height" : 300.0,
"getPSAppDEReport" : {
"codeName" : "Report",
"name" : "Report",
"reportFile" : "#",
"reportType" : "USER"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}
\ No newline at end of file
...@@ -2627,11 +2627,6 @@ ...@@ -2627,11 +2627,6 @@
"id" : "Begin" "id" : "Begin"
} }
} ], } ],
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
"name" : "(未分类)",
"ungroup" : true
} ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPickupView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPickupView.json",
......
...@@ -2869,6 +2869,55 @@ ...@@ -2869,6 +2869,55 @@
"showTitleBar" : true, "showTitleBar" : true,
"modelid" : "1A5AAAE9-B310-4A9F-AA95-F670684D44C3", "modelid" : "1A5AAAE9-B310-4A9F-AA95-F670684D44C3",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, {
"codeName" : "report",
"getContentPSControl" : {
"name" : "dashboard_sysportlet3_report"
},
"controlType" : "PORTLET",
"height" : 300.0,
"name" : "dashboard_sysportlet3",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "dashboard_sysportlet3"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true
},
"getPSControls" : [ {
"codeName" : "Report",
"controlType" : "REPORTPANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSREPORTPANELS/Report.json",
"height" : 300.0,
"getPSAppDEReport" : {
"codeName" : "Report",
"name" : "Report",
"reportFile" : "#",
"reportType" : "USER"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"height" : 300.0
},
"name" : "dashboard_sysportlet3_report"
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"portletType" : "REPORT",
"title" : "报表部件",
"showTitleBar" : true,
"modelid" : "B1D62D5A-61A4-44B3-A771-89D7799A8F58",
"modeltype" : "PSSYSDBPART"
} ], } ],
"enableCustomized" : true, "enableCustomized" : true,
"name" : "dashboard", "name" : "dashboard",
......
...@@ -120,6 +120,29 @@ ...@@ -120,6 +120,29 @@
"modelref" : true, "modelref" : true,
"id" : "UsrAppFunc0425893992" "id" : "UsrAppFunc0425893992"
}, },
"getPSAppMenuItems" : [ {
"accUserMode" : 2,
"caption" : "实体门户测试",
"itemType" : "MENUITEM",
"name" : "menuitem297",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0619190462"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "实体门户测试"
} ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
"childColMD" : 24, "childColMD" : 24,
......
...@@ -52,6 +52,17 @@ ...@@ -52,6 +52,17 @@
"modelref" : true, "modelref" : true,
"id" : "UsrAppFunc0425893992" "id" : "UsrAppFunc0425893992"
}, },
"getPSAppMenuItems" : [ {
"accUserMode" : 2,
"caption" : "实体门户测试",
"itemType" : "MENUITEM",
"name" : "menuitem297",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0619190462"
},
"tooltip" : "实体门户测试"
} ],
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "fa-solid fa-paste" "cssClass" : "fa-solid fa-paste"
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册