实发绩效字段

parent dfc2f5e3
...@@ -219,7 +219,7 @@ private void AccountNurseExport(int sheetID, SheetExportResponse response) ...@@ -219,7 +219,7 @@ private void AccountNurseExport(int sheetID, SheetExportResponse response)
rowbody.Data.Add(new Cell(12, item.WorkloadFee, 1, 1, false, true)); rowbody.Data.Add(new Cell(12, item.WorkloadFee, 1, 1, false, true));
rowbody.Data.Add(new Cell(13, item.PerforTotal, 1, 1, false, true)); rowbody.Data.Add(new Cell(13, item.PerforTotal, 1, 1, false, true));
rowbody.Data.Add(new Cell(14, item.Avg, 1, 1, false, true)); rowbody.Data.Add(new Cell(14, item.Avg, 1, 1, false, true));
rowbody.Data.Add(new Cell(15, item.GiveFee, 1, 1, false, true)); rowbody.Data.Add(new Cell(15, item.RealGiveFee, 1, 1, false, true));
response.Row.Add(rowbody); response.Row.Add(rowbody);
} }
} }
...@@ -270,7 +270,7 @@ private void AccountDoctorExport(int sheetID, SheetExportResponse response) ...@@ -270,7 +270,7 @@ private void AccountDoctorExport(int sheetID, SheetExportResponse response)
rowbody.Data.Add(new Cell(13, item.WorkloadFee, 1, 1, false, true)); rowbody.Data.Add(new Cell(13, item.WorkloadFee, 1, 1, false, true));
rowbody.Data.Add(new Cell(14, item.PerforTotal, 1, 1, false, true)); rowbody.Data.Add(new Cell(14, item.PerforTotal, 1, 1, false, true));
rowbody.Data.Add(new Cell(15, item.Avg, 1, 1, false, true)); rowbody.Data.Add(new Cell(15, item.Avg, 1, 1, false, true));
rowbody.Data.Add(new Cell(16, item.GiveFee, 1, 1, false, true)); rowbody.Data.Add(new Cell(16, item.RealGiveFee, 1, 1, false, true));
response.Row.Add(rowbody); response.Row.Add(rowbody);
} }
......
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