Pārlūkot izejas kodu

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

MaiXinRong 9 gadi atpakaļ
vecāks
revīzija
c6d1e926b3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;