_Main/BL/Type_ChangeLossSettingExcel/StaticMethod_ExportTemplate.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
_Main/BL/Type_ChangeLossSettingExcel/StaticMethod_ExportTemplate.qbl
@@ -8,8 +8,11 @@ TextBody: [* // 甄兰鸽 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() ); } value := macroplan.MP_ExportChangeLossSettingsBroker().ExecuteToXLS( isxlsxformat ).AsBinaryValue(); macroplan.ChangeLossSettingExcel( relflush ); return value; *] }