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/Component_FormAssemblyOnlinePlanVersion/Component_MatrixEditorTable#384.def | 25 ++++++++++++-------------
1 files changed, 12 insertions(+), 13 deletions(-)
diff --git "a/_Main/UI/MacroPlannerWebApp/Component_FormAssemblyOnlinePlanVersion/Component_MatrixEditorTable\043384.def" "b/_Main/UI/MacroPlannerWebApp/Component_FormAssemblyOnlinePlanVersion/Component_MatrixEditorTable\043384.def"
index 90720bd..901e355 100644
--- "a/_Main/UI/MacroPlannerWebApp/Component_FormAssemblyOnlinePlanVersion/Component_MatrixEditorTable\043384.def"
+++ "b/_Main/UI/MacroPlannerWebApp/Component_FormAssemblyOnlinePlanVersion/Component_MatrixEditorTable\043384.def"
@@ -17,16 +17,16 @@
BaseType: 'WebDataExtractor'
Properties:
[
- DataType: 'InterfaceDataset'
- Source: 'InterfaceDataset'
+ DataType: 'structured[AssemblyOnlinePlanVersionRow]'
+ Source: 'dhRows'
Taborder: 0
- Transformation: 'AssemblyOnlinePlanVersion.Row.Cell'
+ Transformation: 'Elements.Cell'
]
}
]
Properties:
[
- Attributes: 'Quantity'
+ Attributes: 'Order;Quantity'
Column: 'Column'
Row: 'Row'
Taborder: 0
@@ -44,18 +44,16 @@
BaseType: 'WebDataExtractor'
Properties:
[
- DataType: 'InterfaceDataset'
- FilterArguments: 'units:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderUnit;products:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderProduct'
- FixedFilter: '( units.Size() = 0 or exists( units, Elements, unit, unit.ID() = object.ProductionLine() ) ) and ( products.Size() = 0 or exists( products, Elements, product, product.ID() = object.Name() ) )'
- Source: 'InterfaceDataset'
+ DataType: 'structured[AssemblyOnlinePlanVersionRow]'
+ Source: 'dhRows'
Taborder: 0
- Transformation: 'AssemblyOnlinePlanVersion.Row'
+ Transformation: 'Elements'
]
}
]
Properties:
[
- Legend: 'Name'
+ Legend: 'ShowName'
SortCriteria: 'Name'
Taborder: 1
]
@@ -72,13 +70,13 @@
BaseType: 'WebDataExtractor'
Properties:
[
- DataType: 'InterfaceDataset'
+ DataType: 'structured[AssemblyOnlinePlanVersionRow]'
Description: '( search.StartDate().IsMinInfinity() or object.StartDate() >= search.StartDate() ) and ( search.EndDate().IsMaxInfinity() or object.StartDate() <= search.EndDate() )'
FilterArguments: 'search:QMacroPlanner::FormAssemblyOnlinePlanVersion.dhSearch'
FixedFilter: 'object.Filter( search )'
- Source: 'InterfaceDataset'
+ Source: 'dhRows'
Taborder: 0
- Transformation: 'AssemblyOnlinePlanVersion.Column'
+ Transformation: 'Elements.Cell.Column'
]
}
]
@@ -94,6 +92,7 @@
]
Properties:
[
+ AllowMultipleAttributes: true
Columns: 'MatrixEditorColumnsTable'
ContextMenu: 'matrixeditorContextMenuTable'
Rows: 'MatrixEditorRowsTable'
--
Gitblit v1.9.3