From 3ad92186b00a2ab5d9f7834c06ed552d8fd23879 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期二, 25 六月 2024 17:23:34 +0800 Subject: [PATCH] 财务产量报表(没有合计) --- _Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Component_MatrixEditorTable.def | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Component_MatrixEditorTable.def b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Component_MatrixEditorTable.def index cb22804..8844548 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Component_MatrixEditorTable.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Component_MatrixEditorTable.def @@ -45,8 +45,8 @@ Properties: [ DataType: 'FinancialProductionReport' - Description: 'productids.FindString( object.Name(), 0 ) >= 0 and object.Unit() = unit' - FilterArguments: 'unit:QMacroPlanner::FormFinancialProductionReport.dhUnit;productids:QMacroPlanner::FormFinancialProductionReport.dhProductIDs' + FilterArguments: 'products:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderProduct;search:QMacroPlanner::FormFinancialProductionReport.dhSearch' + FixedFilter: 'object.Filter( search, products )' Source: 'DataHolderTable' Taborder: 0 Transformation: 'FinancialProductionRow' -- Gitblit v1.9.3