lazhen
2024-07-03 db432910aeb08e46f68bcf1183b3ead703e208b0
_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;