From bc48aaf7a93d102a8db55b265740b6807024d459 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期四, 14 十一月 2024 19:07:07 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/BL/Type_CCEngineLogisticsCostReport/Method_GenerateColumn.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_CCEngineLogisticsCostReport/Method_GenerateColumn.qbl b/_Main/BL/Type_CCEngineLogisticsCostReport/Method_GenerateColumn.qbl index 880436e..562bcfe 100644 --- a/_Main/BL/Type_CCEngineLogisticsCostReport/Method_GenerateColumn.qbl +++ b/_Main/BL/Type_CCEngineLogisticsCostReport/Method_GenerateColumn.qbl @@ -14,7 +14,7 @@ for( start := startofyear; start < startofnextyear; start := start.StartOfNextMonth() ){ periodtime := start.Date(); periodname := periodtime.Format( "M2/D2/Y" ); - this.Column( relnew, Name := periodname, StartDate := periodtime ); + this.Column( relnew, Name := periodname, StartDate := periodtime, EndDate := ( start.StartOfNextMonth() - Duration::Days( 1 ) ).Date() ); } *] } -- Gitblit v1.9.3