From 0b84c9999f07bc46275f5947c4b8ebf5ce0c25cf Mon Sep 17 00:00:00 2001 From: 陈清红 <420599804@qq.com> Date: 星期一, 14 四月 2025 15:51:58 +0800 Subject: [PATCH] BUG&优化项 --- _Main/UI/MacroPlannerWebApp/Views/Inventory_plan_archive_report.vw | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 54 insertions(+), 3 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Views/Inventory_plan_archive_report.vw b/_Main/UI/MacroPlannerWebApp/Views/Inventory_plan_archive_report.vw index a8856d6..54be4ee 100644 --- a/_Main/UI/MacroPlannerWebApp/Views/Inventory_plan_archive_report.vw +++ b/_Main/UI/MacroPlannerWebApp/Views/Inventory_plan_archive_report.vw @@ -23,11 +23,19 @@ { sizeRatio: 1 } + FormInventoryPlanArchive_PanelRowSearch + { + sizeRatio: 1 + } FormInventoryPlanArchive_PanelUnit { sizeRatio: 1 } FormInventoryPlanArchive_PanelProduct + { + sizeRatio: 1 + } + FormInventoryPlanArchive_PanelColumnSearch { sizeRatio: 1 } @@ -49,13 +57,56 @@ } FormInventoryPlanArchive_MatrixEditorTable { - totalHeaderWidth: 200 + gridColor: '#c4c4c4' + totalHeaderWidth: 378 attributeHeaderWidthRatio: 0.6 nameHeaderWidthRatio: 0.4 columnWidth: 100 horizontalGrid: true verticalGrid: true - gridColor: '#c4c4c4' + backendState + { + componentId: 'QMacroPlanner::FormInventoryPlanArchive.MatrixEditorTable' + state + { + cells + { + attributes + { + attribute_PlanQuantity + { + type: 'MatrixEditorWebApiCellDataModelInterest' + index: 0 + rowsubtotal: '' + columnsubtotal: '' + attribute: 'PlanQuantity' + } + attribute_ActualQuantity + { + type: 'MatrixEditorWebApiCellDataModelInterest' + index: 1 + rowsubtotal: '' + columnsubtotal: '' + attribute: 'ActualQuantity' + } + } + } + columns + { + sorting + { + criteria: "datamember:'StartDate'" + } + } + rows + { + sorting + { + criteria: "datamember:'Name'" + } + } + } + } } } } @@ -65,7 +116,7 @@ } page: '' group: '' - index: 31 + index: 0 image: 'WAREHOUSE' description: '' } -- Gitblit v1.9.3