Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
1ecf3f18
Commit
1ecf3f18
authored
Jul 19, 2021
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新二次绩效模板打印
parent
c6f8f484
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
+5
-0
performance/Performance.Services/SecondAllotService.cs
+4
-0
No files found.
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
View file @
1ecf3f18
...
...
@@ -546,6 +546,11 @@
实发绩效(参考,含医院其他绩效)
</summary>
</member>
<member
name=
"P:Performance.EntityModels.ag_bodysource.Remark"
>
<summary>
备注
</summary>
</member>
<member
name=
"T:Performance.EntityModels.ag_compute"
>
<summary>
二次绩效结果表
...
...
performance/Performance.Services/SecondAllotService.cs
View file @
1ecf3f18
...
...
@@ -2240,6 +2240,10 @@ public dynamic Print(int secondId)
OtherPerformance
=
w
.
OtherPerformance
,
NightWorkPerformance
=
w
.
NightWorkPerformance
,
}).
ToList
();
var
headerdata
=
agheadsourceRepository
.
GetEntity
(
t
=>
t
.
SecondId
==
secondId
);
header
=
Mapper
.
Map
<
SecPrintHeaderResponse
>(
headerdata
);
}
// 补充医院其他绩效 及 预留比例
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment