From d47b2a6610c16b6db7fa991f6064d990085b65f3 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期五, 22 十一月 2024 17:14:37 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl index c3724e2..9a139d3 100644 --- a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl +++ b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl @@ -18,7 +18,8 @@ [* // 鐢勫叞楦� Oct-30-2024 (created) if( iscustomdemand ){//鍏ㄥ勾鏃ュ害闇�姹�/瀹㈡埛闇�姹� - CustomerDemandIDS::GenerateData( this, macroplan, recyclebin, archive ); + CustomerDemandArchive::GenerateData( this, macroplan, recyclebin, archive ); + // CustomerDemandIDS::GenerateData( this, macroplan, recyclebin, archive ); } if( isofflineplan ){//鍚勪骇绾夸笅绾胯鍒� OfflinePlanArchiveVersion::RefreshData( this, macroplan, archive ); @@ -34,7 +35,7 @@ InventoryPlanArchiveVersion::GenerateData( macroplan, this ); } if( istrcdemand ){//TRC闇�姹� - // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); + InterfaceTRCForecast::ArchivedData( this, macroplan ); } if( istransferplan ){//璋冩嫧璁″垝 ArchiveTransferPlanCell::Archive( macroplan,archive ); -- Gitblit v1.9.3