From db432910aeb08e46f68bcf1183b3ead703e208b0 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 03 七月 2024 15:05:43 +0800
Subject: [PATCH] 库存汇总字段调整

---
 _Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl b/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
index a656035..6cbc77d 100644
--- a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
+++ b/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
@@ -2,9 +2,7 @@
 #parent: #root
 Method GetRow (
   String salessegment,
-  String product,
-  DateTime startdate,
-  DateTime enddate
+  String product
 ) as FinancialSalesRow
 {
   TextBody:
@@ -15,7 +13,7 @@
     if( isnull( row ) ){
       row := this.FinancialSalesRow( relnew, Name := product, Unit := salessegment );
       //鍒濆鍖栧崟鍏冩牸
-      row.InitializeCell( this, startdate, enddate );
+      row.InitializeCell( this );
     }
     
     return row;

--
Gitblit v1.9.3