| | |
| | | table := selectobject( this, FinancialSalesSource.FinancialSalesReport, report, not report.IsShow() ); |
| | | //清空之前存储的显示数据 |
| | | this.Clear(); |
| | | //年汇总 |
| | | yearcolumn := this.FinancialSalesColumn( relnew, Name := '汇总', Period := search.MacroPlan().StartOfPlanning().StartOfNextYear().Date() ); |
| | | traverse( factorys, Elements, factory ){ |
| | | this.GenerateShow( table, productids, factory.ID() ); |
| | | this.GenerateShow( table, yearcolumn, productids, factory.ID() ); |
| | | } |
| | | rows := selectsortedset( this, FinancialSalesRow, row, row.Name() ); |
| | | i := 0; |