lazhen
2024-08-16 e55ab5c0b943ec4ec767d3335c99662fa59dd55a
新生成的工艺路线中,PSIP的SP不需要生成
已修改2个文件
已删除1个文件
68 ■■■■■ 文件已修改
_Main/BL/Type_MachiningPipelineSource0/StaticMethod_Initialize.qbl 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_Routing/StaticMethod_ThermalTrialRatio.qbl 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_StockingPoint_MP/StaticMethod_FindCreateUpdate.qbl 60 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_MachiningPipelineSource0/StaticMethod_Initialize.qbl
@@ -115,12 +115,16 @@
            weekcolumn       := table.GetColumnByUnit( Translations::MP_GlobalParameters_Week(), tpcell.TransferPlanColumn().ColumnDate() );
            quantity         := [Real]tpcell.Value();//鍥涜垗浜斿叆
            
            if( not isnull( daycolumn ) ){
            row.SetCellTransferValue( daycolumn, ( originiscc and destiisdl ), quantity );
            }
            if( not isnull( weekcolumn ) ){
            row.SetCellTransferValue( weekcolumn, ( originiscc and destiisdl ), quantity );
          }
        }
      }
    }
    }
    
    rows := selectsortedset( table, Row, row, row.Name() );
    i    := 0;
_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() );
_Main/BL/Type_StockingPoint_MP/StaticMethod_FindCreateUpdate.qbl
文件已删除