lazhen
2024-08-16 107f0e4b79a6189e5f61ca0a4d77dd8d047a8f2b
_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;
  *]