From 1e51fbda78f4782a252c5ad187064e96934a1eca Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期五, 12 七月 2024 17:38:33 +0800 Subject: [PATCH] 机加件管线报表 --- _Main/BL/Type_MachiningPipelineRow/Method_Initialize.qbl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_MachiningPipelineRow/Method_Initialize.qbl b/_Main/BL/Type_MachiningPipelineRow/Method_Initialize.qbl index d63c966..c0f341b 100644 --- a/_Main/BL/Type_MachiningPipelineRow/Method_Initialize.qbl +++ b/_Main/BL/Type_MachiningPipelineRow/Method_Initialize.qbl @@ -1,13 +1,13 @@ Quintiq file version 2.0 #parent: #root Method Initialize ( - EnginePipelineColumn column + MachiningPipelineColumn column ) { TextBody: [* // 鐢勫叞楦� Jun-24-2024 (created) - cell := column.Cell( relnew, InventoryQuantity := 0 ); + cell := MachiningPipelineCell::Initialize( column ); this.Cell( relinsert, cell ); *] -- Gitblit v1.9.3