From ccfadb626ee9918181f935cd9ef7668a5357dacf Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期四, 02 一月 2025 20:11:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- _Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl b/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl index 5ccc782..ad19bf9 100644 --- a/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl +++ b/_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; -- Gitblit v1.9.3