lihongji
2024-11-15 6cdf2fa19118691d7021d48c90c7fed19ff95a3d
_Main/BL/Type_NewOfflinePlanCell/StaticMethod_SynchronizeToNewSupply.qbl
@@ -2,12 +2,13 @@
#parent: #root
StaticMethod SynchronizeToNewSupply (
  MacroPlan macroPlan,
  NewOfflinePlanTable nopt
  NewOfflinePlanTable nopt,
  NewOfflinePlanRows selectedRows
)
{
  TextBody:
  [*
    traverse ( nopt, NewOfflinePlanRow.NewOfflinePlanCell, cell,
    traverse ( selectedRows, Elements.NewOfflinePlanCell, cell,
               cell.NewOfflinePlanRow().Type() = "1" and cell.Quantity() > 0.0 
    //           and cell.NewOfflinePlanRow().ProductionLine() = "eMotor Assy (France)" and cell.NewOfflinePlanColumn().StartDate() = Date::Construct( 2020, 4, 4 )
             )