Explorar o código

哈巴定制表,支表3合计行数据错误

MaiXinRong %!s(int64=9) %!d(string=hai) anos
pai
achega
c6d1e926b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

+ 1 - 1
DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

@@ -576,7 +576,7 @@ procedure TrmHaBaiCustomizedData.WriteReport3;
     else
       cdsCustom3Name.AsString := AName;
     cdsCustom3TotalPrice.AsFloat := AGclChapter.TotalPrice;
-    cdsCustom3CurGatherQuantity.AsFloat := AGclChapter.CurGatherTotalPrice;
+    cdsCustom3CurGatherTotalPrice.AsFloat := AGclChapter.CurGatherTotalPrice;
     cdsCustom3EndGatherTotalPrice.AsFloat := AGclChapter.EndGatherTotalPrice;
     cdsCustom3PreGatherTotalPrice.AsFloat := AGclChapter.PreGatherTotalPrice;
     cdsCustom3.Post;