lihongji
2024-08-14 d0d4a34072977d5194fb981a23fce67ba1b7eae2
_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 );
    }