| | |
| | | , CoefficientValue := cell.CoefficientValue() |
| | | , AllCost := cell.EstimateTotalCost() * [Real]cell.CoefficientValue() ); |
| | | column.Cell( relinsert, showcell ); |
| | | showcell.EstimateTotalCost( showcell.CalcEstimateTotalCost() ); |
| | | showcell.AllCost( showcell.EstimateTotalCost() * [Real]showcell.CoefficientValue() ); |
| | | //显示年单元格 |
| | | yearcell.CCRentInCost( cell.CCRentInCost() + yearcell.CCRentInCost() ); |
| | | yearcell.CCRentOutOfCost( cell.CCRentOutOfCost() + yearcell.CCRentOutOfCost() ); |
| | |
| | | cell.IsEstimateTotalCostUpdate( exists( cell.Column(), Cell, acell, acell.IsEstimateTotalCostUpdate() ) ); |
| | | cell.IsWerkToDLRentTransCostUpdate( exists( cell.Column(), Cell, acell, acell.IsWerkToDLRentTransCostUpdate() ) ); |
| | | } |
| | | rows := selectsortedset( this, Row, row, row.Name() ); |
| | | i := 0; |
| | | traverse( rows, Elements, e ){ |
| | | e.RowNr( i ); |
| | | i := i + 1; |
| | | } |
| | | info( '-------------------------g------------end---------------------------------' ); |
| | | *] |
| | | } |