| | |
| | | table.GenerateColumn( aopcolumns, false ); |
| | | traverse( macroPlan, NewAssemblyOnlinePlanRow, aoprow, aoprow.Type() = '1' ){ |
| | | row := table.GetRow( aoprow ); |
| | | info( '------------------------', row.Type() ); |
| | | traverse( aoprow, NewAssemblyOnlinePlanCell, aopcell ){ |
| | | column := selectobject( table, Column, column, column.TimeUnit() = Translations::MP_GlobalParameters_Day() and column.StartDate() = aopcell.NewAssemblyOnlinePlanColumn().StartDate() ); |
| | | cell := selectobject( row, Cell, cell, cell.Column() = column ); |
| | | cell.InventoryWeight( aopcell.InventoryWeight() ); |
| | | // cell.ProductionSerialNumber( aopcell.ProductionSerialNumber() ); |
| | | // cell.InventoryWeight( aopcell.InventoryWeight() ); |
| | | cell.Quantity( aopcell.Quantity() ); |
| | | // cell.Shift( aopcell.Shift() ); |
| | | // cell.Value( aopcell.Value() ); |
| | | } |
| | | } |
| | | showtable.Generate( search ); |