From e8e4aac007c3d1356813e4568a148cf46bbff458 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期四, 28 十一月 2024 20:02:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev
---
_Main/BL/Type_DispatchShiftPlan/StaticMethod_Dispatch.qbl | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Dispatch.qbl b/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Dispatch.qbl
index c672705..8d7561a 100644
--- a/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Dispatch.qbl
+++ b/_Main/BL/Type_DispatchShiftPlan/StaticMethod_Dispatch.qbl
@@ -51,15 +51,16 @@
dispatchShiftPlan.InterfaceTime( now );
}else{
if( archiveShiftPlan.Outcome() <> "" ){
- interfaceLoginfo.DispatchShiftPlan( relnew,ID := OS:: GenerateGUIDAsString(),
- ProductLine := productLine,
- FactoryName := factoryName,
- ShiftQty := archiveShiftPlan.Outcome(),
+ dispatchShiftPlan := interfaceLoginfo.DispatchShiftPlan( relnew,ID := OS:: GenerateGUIDAsString(),
+ ProductLine := productLine,
+ FactoryName := factoryName,
+ ShiftQty := archiveShiftPlan.Outcome(),
- ShiftDate := shiftDate,
- Tips := archiveShiftPlan.Remark(),
- VersionName := archiveShiftPlan.MacroPlanName(),
- InterfaceTime := now );
+ ShiftDate := shiftDate,
+ Tips := archiveShiftPlan.Remark(),
+ VersionName := archiveShiftPlan.MacroPlanName(),
+ InterfaceTime := now );
+ dispatchShiftPlan.CalcFac();
}
}
}
--
Gitblit v1.9.3