|
@@ -1212,9 +1212,9 @@ begin
|
|
|
cdsEstimateBillsCDgnQuantity.AsString :=
|
|
|
GetDgnQuantity(cdsEstimateBillsCDgnQuantity1.AsFloat, cdsEstimateBillsCDgnQuantity2.AsFloat);
|
|
|
cdsEstimateBillsGatherDgnQuantity1.AsFloat :=
|
|
|
- cdsEstimateBillsDealDgnQuantity1.AsFloat + cdsEstimateBillsDealDgnQuantity1.AsFloat;
|
|
|
+ cdsEstimateBillsDealDgnQuantity1.AsFloat + cdsEstimateBillsCDgnQuantity1.AsFloat;
|
|
|
cdsEstimateBillsGatherDgnQuantity2.AsFloat :=
|
|
|
- cdsEstimateBillsDealDgnQuantity2.AsFloat + cdsEstimateBillsDealDgnQuantity2.AsFloat;;
|
|
|
+ cdsEstimateBillsDealDgnQuantity2.AsFloat + cdsEstimateBillsCDgnQuantity2.AsFloat;;
|
|
|
cdsEstimateBillsGatherDgnQuantity.AsString :=
|
|
|
GetDgnQuantity(cdsEstimateBillsGatherDgnQuantity1.AsFloat, cdsEstimateBillsGatherDgnQuantity2.AsFloat);
|
|
|
|