Commit 1ecf3f18 by lcx

新二次绩效模板打印

parent c6f8f484
...@@ -546,6 +546,11 @@ ...@@ -546,6 +546,11 @@
实发绩效(参考,含医院其他绩效) 实发绩效(参考,含医院其他绩效)
</summary> </summary>
</member> </member>
<member name="P:Performance.EntityModels.ag_bodysource.Remark">
<summary>
备注
</summary>
</member>
<member name="T:Performance.EntityModels.ag_compute"> <member name="T:Performance.EntityModels.ag_compute">
<summary> <summary>
二次绩效结果表 二次绩效结果表
......
...@@ -2240,6 +2240,10 @@ public dynamic Print(int secondId) ...@@ -2240,6 +2240,10 @@ public dynamic Print(int secondId)
OtherPerformance = w.OtherPerformance, OtherPerformance = w.OtherPerformance,
NightWorkPerformance = w.NightWorkPerformance, NightWorkPerformance = w.NightWorkPerformance,
}).ToList(); }).ToList();
var headerdata = agheadsourceRepository.GetEntity(t => t.SecondId == secondId);
header = Mapper.Map<SecPrintHeaderResponse>(headerdata);
} }
// 补充医院其他绩效 及 预留比例 // 补充医院其他绩效 及 预留比例
......
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