lazhen
2024-08-16 e55ab5c0b943ec4ec767d3335c99662fa59dd55a
_Main/BL/Type_Routing/StaticMethod_ThermalTrialRatio.qbl
@@ -35,8 +35,8 @@
    routingstep := newrouting.LastStep();
    
    newroutingstep := RoutingStep::Create( newrouting, thermaltrial, routingstep.Tool(), false );
    spname      := ifexpr( unit.ID().EndsWith( '批量热试' ), unit.ID().ReplaceAll( '批量热试', '-' + thermaltrial ), unit.ID().ReplaceAll( '热试', '-' + thermaltrial ) );
    info( '------------------', routingstep.Tool(), ',', unit.ID(), ',', spname );
    spname      := ifexpr( unit.ID().StartsWith( 'CC' ), 'CC-热试', 'DL-热试' );
    //info( '------------------', routingstep.Tool(), ',', unit.ID(), ',', spname );
    traverse( routingstep, Operation, operation ){
      id := Operation::GetConcatenatedID( newrouting.ID(), newroutingstep.Name(), unit.ID() );
    //  info( '------------------', operation.Name(), routingstep.Name(), newroutingstep.Name() );