From 23a41fb73c638671a9d1960ccb0ccb88cf9ff43e Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期四, 31 十月 2024 12:00:48 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg --- _Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl b/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl index 4b5446f..cc5744c 100644 --- a/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl +++ b/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl @@ -213,6 +213,11 @@ // singleShiftVolume := lineQuantity / 1; } } + + traverse( lines,Elements.DispatchShiftSchedulingProduct.DispatchShiftSchedulingDetail,detail ){ + detail.ShiftVolume( detail.ShiftVolume() ); + } + info( "Success" ); *] } -- Gitblit v1.9.3