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
20d15621
Commit
20d15621
authored
Mar 24, 2023
by
ruyun.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人员标签显示
parent
db3b8ee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
performance/Performance.Services/ComputeConfig.cs
+6
-6
performance/Performance.Services/ReportGlobalService.cs
+1
-0
No files found.
performance/Performance.Services/ComputeConfig.cs
View file @
20d15621
using
Performance.DtoModels
;
using
Performance.DtoModels
;
using
Performance.EntityModels
;
using
Performance.EntityModels
;
using
System
;
using
System
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
...
@@ -170,10 +170,11 @@ public static List<cof_alias> GetAllPersonnelTags(bool ownerQuery)
...
@@ -170,10 +170,11 @@ public static List<cof_alias> GetAllPersonnelTags(bool ownerQuery)
{
{
var
alias
=
new
List
<
cof_alias
>
var
alias
=
new
List
<
cof_alias
>
{
{
new
cof_alias
{
Alias
=
"员工工号"
,
Name
=
nameof
(
per_employee
.
PersonnelNumber
),
States
=
1
,
SumStatus
=
0
,
Sort
=
2
},
new
cof_alias
{
Alias
=
"员工工号"
,
Name
=
nameof
(
per_employee
.
PersonnelNumber
),
States
=
1
,
SumStatus
=
0
,
Sort
=
0
},
new
cof_alias
{
Alias
=
"HIS工号"
,
Name
=
nameof
(
per_employee
.
JobNumber
),
States
=
1
,
SumStatus
=
0
,
Sort
=
3
},
new
cof_alias
{
Alias
=
"姓名"
,
Name
=
nameof
(
per_employee
.
DoctorName
),
States
=
1
,
SumStatus
=
0
,
Sort
=
0
},
new
cof_alias
{
Alias
=
"姓名"
,
Name
=
nameof
(
per_employee
.
DoctorName
),
States
=
1
,
SumStatus
=
0
,
Sort
=
4
},
new
cof_alias
{
Alias
=
"核算单元"
,
Name
=
nameof
(
per_employee
.
AccountingUnit
),
States
=
1
,
SumStatus
=
0
,
Sort
=
0
},
new
cof_alias
{
Alias
=
"核算单元"
,
Name
=
nameof
(
per_employee
.
AccountingUnit
),
States
=
1
,
SumStatus
=
0
,
Sort
=
6
},
new
cof_alias
{
Alias
=
"核算组别"
,
Name
=
nameof
(
per_employee
.
UnitType
),
States
=
0
,
SumStatus
=
0
,
Sort
=
6
},
new
cof_alias
{
Alias
=
"HIS工号"
,
Name
=
nameof
(
per_employee
.
JobNumber
),
States
=
1
,
SumStatus
=
0
,
Sort
=
7
},
new
cof_alias
{
Alias
=
"正式/临聘"
,
Name
=
nameof
(
per_employee
.
JobCategory
),
States
=
1
,
SumStatus
=
0
,
Sort
=
8
},
new
cof_alias
{
Alias
=
"正式/临聘"
,
Name
=
nameof
(
per_employee
.
JobCategory
),
States
=
1
,
SumStatus
=
0
,
Sort
=
8
},
...
@@ -194,7 +195,6 @@ public static List<cof_alias> GetAllPersonnelTags(bool ownerQuery)
...
@@ -194,7 +195,6 @@ public static List<cof_alias> GetAllPersonnelTags(bool ownerQuery)
new
cof_alias
{
Alias
=
"备用09"
,
Name
=
nameof
(
per_employee
.
Reserve09
),
States
=
0
,
SumStatus
=
0
,
Sort
=
20
},
new
cof_alias
{
Alias
=
"备用09"
,
Name
=
nameof
(
per_employee
.
Reserve09
),
States
=
0
,
SumStatus
=
0
,
Sort
=
20
},
new
cof_alias
{
Alias
=
"备用10"
,
Name
=
nameof
(
per_employee
.
Reserve10
),
States
=
0
,
SumStatus
=
0
,
Sort
=
20
},
new
cof_alias
{
Alias
=
"备用10"
,
Name
=
nameof
(
per_employee
.
Reserve10
),
States
=
0
,
SumStatus
=
0
,
Sort
=
20
},
new
cof_alias
{
Alias
=
"核算组别"
,
Name
=
nameof
(
report_performance_person_tags
.
UnitType
),
States
=
1
,
SumStatus
=
0
,
Sort
=
99
},
new
cof_alias
{
Alias
=
"绩效发放情况"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag1
),
States
=
1
,
SumStatus
=
0
,
Sort
=
100
},
new
cof_alias
{
Alias
=
"绩效发放情况"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag1
),
States
=
1
,
SumStatus
=
0
,
Sort
=
100
},
new
cof_alias
{
Alias
=
"当月绩效权重"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag2
),
States
=
1
,
SumStatus
=
0
,
Sort
=
101
},
new
cof_alias
{
Alias
=
"当月绩效权重"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag2
),
States
=
1
,
SumStatus
=
0
,
Sort
=
101
},
new
cof_alias
{
Alias
=
"重点群体对比1"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag3
),
States
=
1
,
SumStatus
=
0
,
Sort
=
102
},
new
cof_alias
{
Alias
=
"重点群体对比1"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag3
),
States
=
1
,
SumStatus
=
0
,
Sort
=
102
},
...
...
performance/Performance.Services/ReportGlobalService.cs
View file @
20d15621
...
@@ -566,6 +566,7 @@ select new
...
@@ -566,6 +566,7 @@ select new
PersonnelNumber
=
t1
.
PersonnelNumber
,
PersonnelNumber
=
t1
.
PersonnelNumber
,
DoctorName
=
t1
.
DoctorName
,
DoctorName
=
t1
.
DoctorName
,
AccountingUnit
=
t1
.
AccountingUnit
,
AccountingUnit
=
t1
.
AccountingUnit
,
UnitType
=
t1
.
UnitType
,
JobCategory
=
t1
.
JobCategory
,
JobCategory
=
t1
.
JobCategory
,
Duty
=
t1
.
Duty
,
Duty
=
t1
.
Duty
,
JobTitle
=
t1
.
JobTitle
,
JobTitle
=
t1
.
JobTitle
,
...
...
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