소스 검색

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

MaiXinRong 9 년 전
부모
커밋
c6d1e926b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;