xiaoding721
2025-01-02 15b8d6264a781a71a360c0dcd10d967ad75f25e9
_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl
@@ -194,9 +194,9 @@
          product := tempProducts.Element( i );
          productionQuantity := product.ProductionQuantity();
          
          if( line.Tips().LikeUserLocale( "保养" ) and productionQuantity > 0){
            product.DispatchShiftSchedulingDetail( relnew,ShiftVolume := 0 ,SingleShiftName := "白班");
          }
    //      if( line.Tips().LikeUserLocale( "保养" ) and productionQuantity > 0){
    //        product.DispatchShiftSchedulingDetail( relnew,ShiftVolume := 0 ,SingleShiftName := "白班");
    //      }
          
          if( singleShiftVolume1 > 0 and productionQuantity > 0){
            tempProductQuantity := singleShiftVolume1 - productionQuantity;