Commit d57f08dd by 钟博

改正费用类别及系数配置错行问题

parent 1987d1a7
...@@ -1379,7 +1379,7 @@ public SheetExportResponse GetDrugtypeFactor(AllotDeptRequest request) ...@@ -1379,7 +1379,7 @@ public SheetExportResponse GetDrugtypeFactor(AllotDeptRequest request)
{ {
mergeCells.Add(new Cell { CellType = "header", CellValue = model.ModuleName, PointCell = 3 + index * 3, MergeRow = 1, MergeCell = defaultColumns.Count }); mergeCells.Add(new Cell { CellType = "header", CellValue = model.ModuleName, PointCell = 3 + index * 3, MergeRow = 1, MergeCell = defaultColumns.Count });
int i = 0; int i = 1;
cells.AddRange(defaultColumns.Select(t => cells.AddRange(defaultColumns.Select(t =>
{ {
i++; i++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment