From f8cbed6c69c351f1607d3e5f35f0d70f2bb5eaac Mon Sep 17 00:00:00 2001 From: admin <420599804@qq.com> Date: 星期四, 25 七月 2024 16:58:44 +0800 Subject: [PATCH] 添加视图 --- _Main/UI/MacroPlannerWebApp/Views/OfflinePlanComparisonReport.vw | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 100 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Views/OfflinePlanComparisonReport.vw b/_Main/UI/MacroPlannerWebApp/Views/OfflinePlanComparisonReport.vw index 0bb5878..874c68f 100644 --- a/_Main/UI/MacroPlannerWebApp/Views/OfflinePlanComparisonReport.vw +++ b/_Main/UI/MacroPlannerWebApp/Views/OfflinePlanComparisonReport.vw @@ -2,6 +2,106 @@ { viewcontents { + forms + { + form_FormOfflinePlanComparison + { + title: 'QMacroPlanner::FormOfflinePlanComparison' + shown: true + componentID: 'QMacroPlanner::FormOfflinePlanComparison' + layout + { + mode: 'open' + rowPosition: 1 + rowSpan: 27 + columnPosition: 1 + columnSpan: 9 + } + components + { + FormOfflinePlanComparison_PanelRibbon + { + sizeRatio: 1 + } + FormOfflinePlanComparison_PanelRibbon504 + { + sizeRatio: 1 + } + FormOfflinePlanComparison_PanelFilter + { + sizeRatio: 1 + } + FormOfflinePlanComparison_PanelDemandComparison + { + sizeRatio: 1 + } + FormOfflinePlanComparison_MatrixEditor + { + gridColor: '#c4c4c4' + totalHeaderWidth: 200 + attributeHeaderWidthRatio: 0.6 + nameHeaderWidthRatio: 0.4 + columnWidth: 100 + horizontalGrid: true + verticalGrid: true + backendState + { + componentId: 'QMacroPlanner::FormOfflinePlanComparison.MatrixEditor' + state + { + cells + { + attributes + { + attribute_Plan + { + type: 'MatrixEditorWebApiCellDataModelInterest' + index: 0 + rowsubtotal: '' + columnsubtotal: '' + attribute: 'Plan' + } + attribute_Actual + { + type: 'MatrixEditorWebApiCellDataModelInterest' + index: 1 + rowsubtotal: '' + columnsubtotal: '' + attribute: 'Actual' + } + attribute_Gap + { + type: 'MatrixEditorWebApiCellDataModelInterest' + index: 2 + rowsubtotal: '' + columnsubtotal: '' + attribute: 'Gap' + } + } + } + columns + { + sorting + { + criteria: "datamember:'Index'" + } + } + rows + { + sorting + { + criteria: "datamember:'Index'" + } + } + } + } + } + } + } + } + userconfigurableinformation + { + } page: '' group: '' index: 0 -- Gitblit v1.9.3