lazhen
2024-11-07 90a740cc4096e26c0669deced09b8d51e7dcdee5
_Main/BL/Type_InterfaceDataset/Method_PublishPlanReportData.qbl
@@ -26,8 +26,8 @@
    if( isassembleonlineplan ){//装配上线计划
      AssemblyOnlinePlanPPPSPush::GenerateData( this, macroplan, executor );
    }
    if( isinventoryplan ){//库存计划
    //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
    if ( isinventoryplan ) { // 计划库存数据
      InterfaceDataset::PushPlanInventoryData( macroplan, this );
    }
  *]
}