| | |
| | | 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() ); |