Преглед на файлове

哈白定制表 支表3 累计完成率计算问题

MaiXinRong преди 9 години
родител
ревизия
f375e5642b
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

+ 2 - 0
DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

@@ -564,6 +564,7 @@ procedure TrmHaBaiCustomizedData.WriteReport3;
     cdsCustom3EndGatherTotalPrice.AsFloat := AGclNode.EndGatherTotalPrice;
     cdsCustom3PreGatherQuantity.AsFloat := AGclNode.PreGatherQuantity;
     cdsCustom3PreGatherTotalPrice.AsFloat := AGclNode.PreGatherTotalPrice;
+    cdsCustom3Percent.AsFloat := AGclNode.EndPercent;
     cdsCustom3.Post;
   end;
 
@@ -580,6 +581,7 @@ procedure TrmHaBaiCustomizedData.WriteReport3;
     cdsCustom3CurGatherTotalPrice.AsFloat := AGclChapter.CurGatherTotalPrice;
     cdsCustom3EndGatherTotalPrice.AsFloat := AGclChapter.EndGatherTotalPrice;
     cdsCustom3PreGatherTotalPrice.AsFloat := AGclChapter.PreGatherTotalPrice;
+    cdsCustom3Percent.AsFloat := AGclChapter.EndPercent;
     cdsCustom3.Post;
   end;