From 15b8d6264a781a71a360c0dcd10d967ad75f25e9 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期四, 02 一月 2025 19:39:41 +0800 Subject: [PATCH] Update StaticMethod_GenerateDispatchData.qbl --- _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