| | |
| | | sumcell := sumrow.Initialize( column ); |
| | | } |
| | | //显示月单元格 |
| | | showcell := showrow.Cell( relnew, RentInCost := cell.RentInCost(), RentOutOfCost := cell.RentOutOfCost(), WerkToRentTransCost := cell.WerkToRentTransCost(), RentStorCost := cell.RentStorCost() ); |
| | | showcell := showrow.Cell( relnew, RentInCost := cell.RentInCost(), RentOutOfCost := cell.RentOutOfCost(), WerkToRentTransCost := cell.WerkToRentTransCost(), RentStorCost := cell.RentStorCost(), CoefficientValue := cell.CoefficientValue() ); |
| | | column.Cell( relinsert, showcell ); |
| | | //显示年单元格 |
| | | yearcell.RentInCost( cell.RentInCost() + yearcell.RentInCost() ); |