|
@@ -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;
|