| | |
| | | error( Translations::MP_FinancialProductionReport_ImportIndetifyIllegalTime() ); |
| | | } |
| | | period := cnv2.Convert( indexcolumn.Name() ); |
| | | // info( "开始时间:", this.SalesForecastInputSource().PlanningStartDate().Format( "Y-M2-D2" ), |
| | | // "结束时间:", this.SalesForecastInputSource().PlanningEndDate().Format( "Y-M2-D2" ), |
| | | // "列时间:", cnv2.Convert( indexColumn.name() ).Format( "Y-M2-D2" ) ); |
| | | |
| | | // 判断是否在计划周期内 |
| | | if ( period <= startofthisyear or period >= startofnextyear ) { |
| | | if ( period < startofthisyear or period > startofnextyear ) { |
| | | error( Translations::MP_FinancialProductionReport_ImportIndetifyOverPeriod() ); |
| | | } |
| | | indexcolumn := indexcolumn.NextColumn(); |
| | |
| | | // "结束时间:", this.SalesForecastInputSource().PlanningEndDate().Format( "Y-M2-D2" ), |
| | | // "列时间:", cnv2.Convert( indexColumn.name() ).Format( "Y-M2-D2" ) ); |
| | | // 判断是否在计划周期内 |
| | | if ( period <= startofthisyear or period >= startofnextyear ) { |
| | | if ( period < startofthisyear or period > startofnextyear ) { |
| | | error( Translations::MP_FinancialProductionReport_ImportIndetifyOverPeriod() ); |
| | | } |
| | | indexcolumn := indexcolumn.NextColumn(); |