yanweiyuan3
2023-10-07 b18e4004f21e9ec18e2984630888f6626befeb55
_Main/BL/Type_GlobalDTOTable/Method_SetIsLinkedWithFinishedGoodAttributes.qbl
@@ -30,12 +30,16 @@
    traverse( this, Global_MappingProduct_MP, product,
              product.ProductMajorType() = "成品" )
    {
      uniquebomids := construct( Strings );
      product.IsLinkedWithFinishedGood( false );
      product.SetIsLinkedWithFinishedGoodAttributes_Recursive( 0, // depth
                                                               100, // maxdepth
                                                               productspool,
                                                               operationspool,
                                                               operationbomspool );
                                                               operationbomspool,
                                                               uniquebomids );
      uniquebomids := uniquebomids.Unique();
      product.BOMCount( uniquebomids.Size() );
    }
  *]
}