renhao
2023-09-13 7e216f379c2cae5088a44a847cd93ec6bcca4c90
1 external supply 判断
已修改1个文件
3 ■■■■ 文件已修改
_Main/BL/Type_MacroPlan/Method_MappingExternalSupplyData.qbl 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_MacroPlan/Method_MappingExternalSupplyData.qbl
@@ -26,6 +26,7 @@
      if( not isnull( product)){
        productMP :=  Product_MP :: FindProductTypeIndex( externalSupply.ProductID());
        stockingpoint := select( this,StockingPoint_MP,st,st.ID() = externalSupply.StockingPointID(),true);
        if( not isnull( stockingpoint) and not isnull( productMP)){
        if( not isnull(businessTypes)){
        
          for( i :=0 ;i < businessTypes.Size();i++ ){
@@ -41,7 +42,7 @@
          }
          
        }else{
          if( not isnull( stockingpoint) and not isnull( productMP)){
            InventorySupply::CreateOrUpdate( externalSupply.ID(),
                                           productMP,
                                           stockingpoint,