From b624f1264276a00a1c6407fdd80ef27118615d8b Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期四, 21 十一月 2024 18:22:57 +0800
Subject: [PATCH] 添加班次计划存档

---
 _Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl
index 9f326d0..c3724e2 100644
--- a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl
+++ b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl
@@ -24,6 +24,7 @@
       OfflinePlanArchiveVersion::RefreshData( this, macroplan, archive );
     }
     if( isshiftplan ){//鐝璁″垝
+      ArchiveShiftPlanCell::Archive( macroplan,archive );
     //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
     }
     if( isassembleonlineplan ){//瑁呴厤涓婄嚎璁″垝
@@ -36,9 +37,11 @@
     //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
     }
     if( istransferplan ){//璋冩嫧璁″垝
+      ArchiveTransferPlanCell::Archive( macroplan,archive );
     //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
     }
     if( ispackageplan ){//鍖呰璁″垝
+      ArchivePackagingPlanCell::Archive( macroplan,archive );
     //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
     }
   *]

--
Gitblit v1.9.3