xiaoding721
2024-11-21 b624f1264276a00a1c6407fdd80ef27118615d8b
_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 );
    }
  *]