lazhen
2024-08-13 f6a108e67cf221fe34a2338a44c9cb7894c9e07e
_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl
@@ -12,6 +12,7 @@
    
    if( isnull( row ) ){
      row := this.FinancialSalesRow( relnew, Name := product.ID(), Unit := salessegment );
      row.Product_MP( relset, product );
      //初始化单元格
      row.InitializeCell( this, product );
    }