From 0bb0bff90498bdec6f3d954dfc0bef2dec3b28c1 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期二, 03 九月 2024 18:04:23 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/BL/Type_ChangeLossSettingExcel/StaticMethod_ExportTemplate.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_ChangeLossSettingExcel/StaticMethod_ExportTemplate.qbl b/_Main/BL/Type_ChangeLossSettingExcel/StaticMethod_ExportTemplate.qbl index 74fc514..004c0ce 100644 --- a/_Main/BL/Type_ChangeLossSettingExcel/StaticMethod_ExportTemplate.qbl +++ b/_Main/BL/Type_ChangeLossSettingExcel/StaticMethod_ExportTemplate.qbl @@ -9,7 +9,7 @@ [* // 鐢勫叞楦� Aug-22-2024 (created) traverse( macroplan, ChangeLossSetting, cls ){ - macroplan.ChangeLossSettingExcel( relnew, Product1 := cls.ProductFirst().ID(), Product2 := cls.ProductSecond().ID(), Unit := cls.Unit().ID(), ChangeLossNr := cls.ChangeLossNr() ); + macroplan.ChangeLossSettingExcel( relnew, Product1 := cls.ProductFirst().ID(), Product2 := cls.ProductSecond().ID(), Unit := cls.Unit().ID(), ChangeLossNumber := [String]cls.ChangeLossNr() ); } value := macroplan.MP_ExportChangeLossSettingsBroker().ExecuteToXLS( isxlsxformat ).AsBinaryValue(); macroplan.ChangeLossSettingExcel( relflush ); -- Gitblit v1.9.3