From 94861b664bc8ed851c047a013d3be239ea0c46dc Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期二, 03 九月 2024 11:17:30 +0800 Subject: [PATCH] 换型设置导入数量不是整数 --- _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