xiaoding721
2024-11-20 7fccbbd4d9982aaa349b36cf8031cddac610e57f
_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_InitiateSearch.qbl
@@ -22,7 +22,9 @@
    }
    table                     := selectobject( owner, AssemblyOnlinePlanVersion, table, table.IsShow() );
    if( not isnull( table ) ){
      table.Generate( search);
      productids             := selectuniquevalues( table, Row, row, row.Name() );
      productlines           := selectuniquevalues( table, Row, row, row.Unit() );
      table.Generate( search, productids, productlines );
    }
    return table;
  *]