From 107f0e4b79a6189e5f61ca0a4d77dd8d047a8f2b Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期五, 16 八月 2024 12:01:21 +0800 Subject: [PATCH] 机加件管线报表装配数据 --- _Main/BL/Type_MachiningPipelineCell/StaticMethod_Initialize.qbl | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_Main/BL/Type_MachiningPipelineCell/StaticMethod_Initialize.qbl b/_Main/BL/Type_MachiningPipelineCell/StaticMethod_Initialize.qbl index ba284fe..46090ff 100644 --- a/_Main/BL/Type_MachiningPipelineCell/StaticMethod_Initialize.qbl +++ b/_Main/BL/Type_MachiningPipelineCell/StaticMethod_Initialize.qbl @@ -8,13 +8,13 @@ [* // 鐢勫叞楦� Jul-12-2024 (created) cell := column.Cell( relnew, CCAssemblyPlanQty := 0, - CCProductionQty := 0, - CCTransferQty := 0, - CCInventoryQty := 0, - DLAssemblyPlanQty := 0, - DLProductionQty := 0, - DLTransferQty := 0, - DLInventoryQty := 0 ); + CCProductionQty := 0, + CCTransferQty := 0, + CCInventoryQty := 0, + DLAssemblyPlanQty := 0, + DLProductionQty := 0, + DLTransferQty := 0, + DLInventoryQty := 0 ); return cell; *] -- Gitblit v1.9.3