From d0d4a34072977d5194fb981a23fce67ba1b7eae2 Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期三, 14 八月 2024 14:58:58 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl b/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl index 82d945f..aeb1ee4 100644 --- a/_Main/BL/Type_FinancialSalesReport/Method_GetRow.qbl +++ b/_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 ); } -- Gitblit v1.9.3