Browse Source

哈白定制汇总表,支表3-1调整

MaiXinRong 9 years ago
parent
commit
355f70589f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

+ 1 - 1
DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

@@ -676,7 +676,7 @@ var
     WriteChapterName(AGclChapter);
     for iGcl := 0 to AGclChapter.GclNodeCount - 1 do
       WriteGclNodeData(AGclChapter.GclNode[iGcl], AGclChapter.ChapterID);
-    WriteChapterGather(AGclChapter);
+    WriteChapterGather(AGclChapter, Format('%s  С¼Æ', [AGclChapter.ChapterName]));
   end;
 
 begin