| | |
| | | pls := selectuniquevalues( macroPlan, NewAssemblyOnlinePlanRow, tempNAOPR, true, tempNAOPR.ProductionLine() ); |
| | | |
| | | // 是否执行处理标志 |
| | | isFlag := false; |
| | | isFlag := true; |
| | | |
| | | traverse ( pls, Elements, pl |
| | | // , pl = "CC MoMo" |
| | | // , pl = "DL ZKM" |
| | | ) { |
| | | traverse ( macroPlan, NewAssemblyOnlinePlanColumn, naopc |
| | | // , naopc.StartDate() <= Date::Construct( 2025, 2, 15 ) |
| | | // , naopc.StartDate() <= Date::Construct( 2025, 1, 11 ) |
| | | ) { |
| | | // 需要处理的数量 |
| | | targetQuantity := ifexpr( pl = "CC MoMo", guard( macroPlan.AssemblyOnlineQuantity().CCMoMo(), 0 ), |