Commit 7a0906ab by 李承祥

sheet展示

parent f7ed0f40
......@@ -152,7 +152,7 @@ private void CommonExport(int sheetID, SheetExportResponse response)
//添加系数值
#region 添加系数值
int merge = 4;
if (sheet.SheetType == (int)SheetType.Income && !headList.Select(t => t.CellValue).Contains("医技组"))
if (sheet.SheetType == (int)SheetType.Income && !headList.Select(t => t.CellValue).Contains("核算单元(医技组)"))
merge = 3;
var factorhead = new Row(0);
......@@ -173,7 +173,7 @@ private void CommonExport(int sheetID, SheetExportResponse response)
response = AddFactor(response, factorhead2, headList.ToList(), dataList, UnitType.医技组);
}
if (sheet.SheetType == (int)SheetType.Income && !headList.Select(t => t.CellValue).Contains("医技组"))
if (sheet.SheetType == (int)SheetType.Income && !headList.Select(t => t.CellValue).Contains("核算单元(医技组)"))
{
//var technicianvalue = new Row(response.Header.Count()); technicianvalue.Data.Add(new Cell(0, "医技组核算收入", 1, 4, false, false));
//response.Header.Add(technicianvalue);
......
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