Commit 920abacf by 李承祥

bug

parent 616965b0
......@@ -311,11 +311,11 @@ private void AccountDoctorExport(int sheetID, SheetExportResponse response)
row.Data.Add(new Cell(8, "考核对分率", 1, 1, false, true));
row.Data.Add(new Cell(9, "调节系数", 1, 1, false, true));
row.Data.Add(new Cell(10, "科室业绩", 1, 1, false, true));
row.Data.Add(new Cell(12, "业绩绩效", 1, 1, false, true));
row.Data.Add(new Cell(13, "工作量绩效", 1, 1, false, true));
row.Data.Add(new Cell(14, "绩效合计", 1, 1, false, true));
row.Data.Add(new Cell(15, "人均绩效", 1, 1, false, true));
row.Data.Add(new Cell(16, "实发绩效", 1, 1, false, true));
row.Data.Add(new Cell(11, "业绩绩效", 1, 1, false, true));
row.Data.Add(new Cell(12, "工作量绩效", 1, 1, false, true));
row.Data.Add(new Cell(13, "绩效合计", 1, 1, false, true));
row.Data.Add(new Cell(14, "人均绩效", 1, 1, false, true));
row.Data.Add(new Cell(15, "实发绩效", 1, 1, false, true));
response.Header.Add(row);
for (int i = 0; i < list.Count(); 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