From 7e31442f0e9b07764e9c6a9680d3d4aeba5fe1de Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期三, 22 一月 2025 12:20:44 +0800
Subject: [PATCH] Merge branch 'master' of http://47.101.211.7:10101/r/VWED into dev
---
_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