From 10b3be5622ad46e4e37a6a2ce11aafcfa565c36d Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期四, 07 十一月 2024 11:46:08 +0800
Subject: [PATCH] 计划库存接口

---
 _Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl b/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl
index 68a5c84..be0de12 100644
--- a/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl
+++ b/_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl
@@ -26,8 +26,8 @@
     if( isassembleonlineplan ){//瑁呴厤涓婄嚎璁″垝
     //  AssemblyOnlinePlanVersion::RefreshData( this, macroplan );
     }
-    if( isinventoryplan ){//搴撳瓨璁″垝
-    //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
+    if ( isinventoryplan ) { // 璁″垝搴撳瓨鏁版嵁
+      InterfaceDataset::PushPlanInventoryData( macroplan, this );
     }
   *]
 }

--
Gitblit v1.9.3