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
c4b88c26
Commit
c4b88c26
authored
Sep 20, 2020
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实际人均绩效
parent
3e4a4a39
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
+5
-0
performance/Performance.EntityModels/Entity/im_employee_clinic.cs
+5
-0
performance/Performance.Services/PerExcelService/ComputeEmpolyee/ComputeDirector.cs
+2
-2
No files found.
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
View file @
c4b88c26
...
...
@@ -2337,6 +2337,11 @@
基础绩效系数
</summary>
</member>
<member
name=
"P:Performance.EntityModels.im_employee_clinic.FitPeopleValue"
>
<summary>
实际人均绩效
</summary>
</member>
<member
name=
"P:Performance.EntityModels.im_employee_clinic.PostCoefficient"
>
<summary>
岗位系数
...
...
performance/Performance.EntityModels/Entity/im_employee_clinic.cs
View file @
c4b88c26
...
...
@@ -72,6 +72,11 @@ public class im_employee_clinic
public
Nullable
<
decimal
>
Basics
{
get
;
set
;
}
/// <summary>
/// 实际人均绩效
/// </summary>
public
Nullable
<
decimal
>
FitPeopleValue
{
get
;
set
;
}
/// <summary>
/// 岗位系数
/// </summary>
public
Nullable
<
decimal
>
PostCoefficient
{
get
;
set
;
}
...
...
performance/Performance.Services/PerExcelService/ComputeEmpolyee/ComputeDirector.cs
View file @
c4b88c26
...
...
@@ -385,8 +385,8 @@ public List<ComputeResult> Compute(List<ComputeEmployee> empolyeeList, List<PerS
Number
=
resAccount
.
ManagerNumber
+
resAccount
.
Number
,
PerforTotal
=
resAccount
.
PerforTotal
,
Avg
=
avg
,
Efficiency
=
effAvg
*
(
empolyee
.
Efficiency
??
1
),
Scale
=
resAccount
.
PerforTotal
*
(
empolyee
.
Scale
??
1
),
Efficiency
=
effAvg
*
(
empolyee
.
Efficiency
??
0
),
Scale
=
resAccount
.
PerforTotal
*
(
empolyee
.
Scale
??
0
),
Adjust
=
isBudget
?
adjust
:
empolyee
.
Adjust
,
Remark
=
empolyees
.
Count
()
>
1
?
"特殊科室主任,共用核算单元"
:
""
,
Grant
=
isBudget
?
grant
:
empolyee
.
Management
,
...
...
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