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_FormInventoryPlanArchive/Component_MatrixEditorTable#791.def | 23 +++++++++++++----------
1 files changed, 13 insertions(+), 10 deletions(-)
diff --git "a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def" "b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def"
index e3eff31..fb2dbde 100644
--- "a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def"
+++ "b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def"
@@ -17,10 +17,10 @@
BaseType: 'WebDataExtractor'
Properties:
[
- DataType: 'InventoryPlanArchiveVersion'
- Source: 'DataHolderTable'
+ DataType: 'structured[InventoryPlanArchiveRow]'
+ Source: 'dhRows'
Taborder: 0
- Transformation: 'Row.Cell'
+ Transformation: 'Elements.Cell'
]
}
]
@@ -44,16 +44,16 @@
BaseType: 'WebDataExtractor'
Properties:
[
- DataType: 'InventoryPlanArchiveVersion'
- Source: 'DataHolderTable'
+ DataType: 'structured[InventoryPlanArchiveRow]'
+ Source: 'dhRows'
Taborder: 0
- Transformation: 'Row'
+ Transformation: 'Elements'
]
}
]
Properties:
[
- Legend: 'Name'
+ Legend: 'ShowName'
SortCriteria: 'Name'
Taborder: 1
]
@@ -70,10 +70,13 @@
BaseType: 'WebDataExtractor'
Properties:
[
- DataType: 'InventoryPlanArchiveVersion'
- Source: 'DataHolderTable'
+ DataType: 'structured[InventoryPlanArchiveRow]'
+ Description: '( search.StartDate().IsMinInfinity() or object.StartDate() >= search.StartDate() ) and ( search.EndDate().IsMaxInfinity() or object.StartDate() <= search.EndDate() )'
+ FilterArguments: 'search:QMacroPlanner::FormInventoryPlanArchive.dhSearch'
+ FixedFilter: 'object.Filter( search )'
+ Source: 'dhRows'
Taborder: 0
- Transformation: 'Column'
+ Transformation: 'Elements.Cell.Column'
]
}
]
--
Gitblit v1.9.3