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
835ebb17
Commit
835ebb17
authored
Dec 05, 2023
by
wyc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DRG绩效 名字错误修改,管理绩效 列头加入职称
parent
daa778bf
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
26 additions
and
26 deletions
+26
-26
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
+2
-2
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
+6
-6
performance/Performance.DtoModels/Enum.cs
+1
-1
performance/Performance.DtoModels/PerExcel/PerDataAccountBaisc.cs
+2
-2
performance/Performance.EntityModels/Entity/im_accountbasic.cs
+2
-2
performance/Performance.EntityModels/Entity/res_account.cs
+2
-2
performance/Performance.EntityModels/Entity/res_specialunit.cs
+2
-2
performance/Performance.Services/AllotCompute/ProcessComputService.cs
+1
-1
performance/Performance.Services/AllotCompute/ResultComputeService.cs
+1
-1
performance/Performance.Services/ComputeService.UniteDeptDetail.cs
+5
-5
performance/Performance.Services/OriginalService.cs
+1
-1
performance/Performance.Services/PerExcelService/ExcelReadConfig.cs
+1
-1
No files found.
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
View file @
835ebb17
...
@@ -1099,9 +1099,9 @@
...
@@ -1099,9 +1099,9 @@
效率绩效人数(在册人数)
效率绩效人数(在册人数)
</summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.DtoModels.PerDataAccountBaisc.D
gr
"
>
<member
name=
"P:Performance.DtoModels.PerDataAccountBaisc.D
rg
"
>
<summary>
<summary>
D
GR
绩效
D
RG
绩效
</summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.DtoModels.PerDataAccountBaisc.Number"
>
<member
name=
"P:Performance.DtoModels.PerDataAccountBaisc.Number"
>
...
...
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
View file @
835ebb17
...
@@ -4951,9 +4951,9 @@
...
@@ -4951,9 +4951,9 @@
调节后其他绩效
调节后其他绩效
</summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.EntityModels.im_accountbasic.D
gr
"
>
<member
name=
"P:Performance.EntityModels.im_accountbasic.D
rg
"
>
<summary>
<summary>
DGR
绩效
DRG
绩效
</summary>
</summary>
</member>
</member>
<member
name=
"T:Performance.EntityModels.im_data"
>
<member
name=
"T:Performance.EntityModels.im_data"
>
...
@@ -9126,9 +9126,9 @@
...
@@ -9126,9 +9126,9 @@
夜班绩效
夜班绩效
</summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.EntityModels.res_account.D
gr
"
>
<member
name=
"P:Performance.EntityModels.res_account.D
rg
"
>
<summary>
<summary>
DGR
绩效
DRG
绩效
</summary>
</summary>
</member>
</member>
<member
name=
"T:Performance.EntityModels.res_baiscnorm"
>
<member
name=
"T:Performance.EntityModels.res_baiscnorm"
>
...
@@ -9551,9 +9551,9 @@
...
@@ -9551,9 +9551,9 @@
定科人数(在册人数)
定科人数(在册人数)
</summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.EntityModels.res_specialunit.D
gr
"
>
<member
name=
"P:Performance.EntityModels.res_specialunit.D
rg
"
>
<summary>
<summary>
DGR
绩效
DRG
绩效
</summary>
</summary>
</member>
</member>
<member
name=
"T:Performance.EntityModels.sys_extract"
>
<member
name=
"T:Performance.EntityModels.sys_extract"
>
...
...
performance/Performance.DtoModels/Enum.cs
View file @
835ebb17
...
@@ -203,7 +203,7 @@ public enum Title
...
@@ -203,7 +203,7 @@ public enum Title
{
{
业绩分值
=
2100
,
业绩分值
=
2100
,
在册人数
=
2101
,
在册人数
=
2101
,
D
GR
绩效
=
2102
,
D
RG
绩效
=
2102
,
预算比例
=
2110
,
预算比例
=
2110
,
业绩绩效
=
2120
,
业绩绩效
=
2120
,
工作量绩效
=
2130
,
工作量绩效
=
2130
,
...
...
performance/Performance.DtoModels/PerExcel/PerDataAccountBaisc.cs
View file @
835ebb17
...
@@ -41,9 +41,9 @@ public class PerDataAccountBaisc : IPerData
...
@@ -41,9 +41,9 @@ public class PerDataAccountBaisc : IPerData
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
PermanentStaff
{
get
;
set
;
}
public
Nullable
<
decimal
>
PermanentStaff
{
get
;
set
;
}
/// <summary>
/// <summary>
/// D
GR
绩效
/// D
RG
绩效
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
D
gr
{
get
;
set
;
}
public
Nullable
<
decimal
>
D
rg
{
get
;
set
;
}
///// <summary>
///// <summary>
///// 科主任/护士长数量
///// 科主任/护士长数量
...
...
performance/Performance.EntityModels/Entity/im_accountbasic.cs
View file @
835ebb17
...
@@ -232,8 +232,8 @@ public class im_accountbasic
...
@@ -232,8 +232,8 @@ public class im_accountbasic
public
Nullable
<
decimal
>
AdjustLaterOtherFee
{
get
;
set
;
}
public
Nullable
<
decimal
>
AdjustLaterOtherFee
{
get
;
set
;
}
public
Nullable
<
decimal
>
RealGiveFee
{
get
;
set
;
}
public
Nullable
<
decimal
>
RealGiveFee
{
get
;
set
;
}
/// <summary>
/// <summary>
/// D
GR
绩效
/// D
RG
绩效
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
D
gr
{
get
;
set
;
}
public
Nullable
<
decimal
>
D
rg
{
get
;
set
;
}
}
}
}
}
performance/Performance.EntityModels/Entity/res_account.cs
View file @
835ebb17
...
@@ -201,8 +201,8 @@ public class res_account
...
@@ -201,8 +201,8 @@ public class res_account
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
NightShiftWorkPerforFee
{
get
;
set
;
}
public
Nullable
<
decimal
>
NightShiftWorkPerforFee
{
get
;
set
;
}
/// <summary>
/// <summary>
/// D
GR
绩效
/// D
RG
绩效
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
D
gr
{
get
;
set
;
}
public
Nullable
<
decimal
>
D
rg
{
get
;
set
;
}
}
}
}
}
performance/Performance.EntityModels/Entity/res_specialunit.cs
View file @
835ebb17
...
@@ -147,8 +147,8 @@ public class res_specialunit
...
@@ -147,8 +147,8 @@ public class res_specialunit
public
Nullable
<
decimal
>
PermanentStaff
{
get
;
set
;
}
public
Nullable
<
decimal
>
PermanentStaff
{
get
;
set
;
}
/// <summary>
/// <summary>
/// D
GR
绩效
/// D
RG
绩效
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
D
gr
{
get
;
set
;
}
public
Nullable
<
decimal
>
D
rg
{
get
;
set
;
}
}
}
}
}
performance/Performance.Services/AllotCompute/ProcessComputService.cs
View file @
835ebb17
...
@@ -392,7 +392,7 @@ public void ComputeOffice(per_allot allot, PerExcel excel)
...
@@ -392,7 +392,7 @@ public void ComputeOffice(per_allot allot, PerExcel excel)
dept
.
Income
=
empolyees
.
Sum
(
w
=>
w
.
PerforTotal
??
0
);
dept
.
Income
=
empolyees
.
Sum
(
w
=>
w
.
PerforTotal
??
0
);
dept
.
NeedSecondAllot
=
empolyees
.
Any
(
w
=>
w
.
NeedSecondAllot
==
"是"
)
?
"是"
:
"否"
;
dept
.
NeedSecondAllot
=
empolyees
.
Any
(
w
=>
w
.
NeedSecondAllot
==
"是"
)
?
"是"
:
"否"
;
dept
.
PermanentStaff
=
resAccount
?.
PermanentStaff
??
0
;
dept
.
PermanentStaff
=
resAccount
?.
PermanentStaff
??
0
;
dept
.
D
gr
=
resAccount
?.
Dgr
??
0
;
dept
.
D
rg
=
resAccount
?.
Drg
??
0
;
if
(
UnitTypeUtil
.
IsOffice
(
resAccount
?.
UnitType
)
&&
dept
.
NeedSecondAllot
==
"是"
)
if
(
UnitTypeUtil
.
IsOffice
(
resAccount
?.
UnitType
)
&&
dept
.
NeedSecondAllot
==
"是"
)
{
{
// 夜班绩效 从医院奖罚的明细项中获取
// 夜班绩效 从医院奖罚的明细项中获取
...
...
performance/Performance.Services/AllotCompute/ResultComputeService.cs
View file @
835ebb17
...
@@ -205,7 +205,7 @@ public void SpecialUnitCompute(PerExcel excel, per_allot allot, List<res_baiscno
...
@@ -205,7 +205,7 @@ public void SpecialUnitCompute(PerExcel excel, per_allot allot, List<res_baiscno
QuantitativeIndicatorsValue
=
item
.
QuantitativeIndicatorsValue
,
QuantitativeIndicatorsValue
=
item
.
QuantitativeIndicatorsValue
,
QuantitativeFee
=
item
.
Quantity
*
item
.
QuantitativeIndicatorsValue
*
headcount
,
QuantitativeFee
=
item
.
Quantity
*
item
.
QuantitativeIndicatorsValue
*
headcount
,
PermanentStaff
=
dept
?.
PermanentStaff
??
0
,
//定科人数(在册人数)
PermanentStaff
=
dept
?.
PermanentStaff
??
0
,
//定科人数(在册人数)
D
gr
=
dept
?.
Dgr
??
0
,
//DGR
绩效
D
rg
=
dept
?.
Drg
??
0
,
//DRG
绩效
//ScoringAverage = scoreAverage.HasValue ? scoreAverage : dept?.ScoringAverage,
//ScoringAverage = scoreAverage.HasValue ? scoreAverage : dept?.ScoringAverage,
ScoringAverage
=
dept
?.
ScoringAverage
??
1
,
ScoringAverage
=
dept
?.
ScoringAverage
??
1
,
//OtherPerfor = dept?.OtherPerfor1,
//OtherPerfor = dept?.OtherPerfor1,
...
...
performance/Performance.Services/ComputeService.UniteDeptDetail.cs
View file @
835ebb17
...
@@ -121,7 +121,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
...
@@ -121,7 +121,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
(),
Total
=
account
.
PermanentStaff
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
(),
Total
=
account
.
PermanentStaff
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
GR
绩效
.
ToString
(),
Total
=
account
.
Dgr
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
RG
绩效
.
ToString
(),
Total
=
account
.
Drg
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩绩效
.
ToString
(),
Total
=
total
,
Children
=
detailItems
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩绩效
.
ToString
(),
Total
=
total
,
Children
=
detailItems
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
工作量绩效
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
工作量绩效
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
考核前绩效
.
ToString
(),
Total
=
total
,
StandOut
=
true
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
考核前绩效
.
ToString
(),
Total
=
total
,
StandOut
=
true
});
...
@@ -168,7 +168,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
...
@@ -168,7 +168,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
#
region
特殊处理
#
region
特殊处理
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
(),
Total
=
special
.
First
().
PermanentStaff
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
(),
Total
=
special
.
First
().
PermanentStaff
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
GR
绩效
.
ToString
(),
Total
=
special
.
First
().
Dgr
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
RG
绩效
.
ToString
(),
Total
=
special
.
First
().
Drg
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩绩效
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩绩效
.
ToString
(),
Total
=
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
工作量绩效
.
ToString
(),
Total
=
detailItems
.
Total
,
TotalFormat
=
detailItems
.
TotalFormat
,
Items
=
detailItems
.
Items
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
工作量绩效
.
ToString
(),
Total
=
detailItems
.
Total
,
TotalFormat
=
detailItems
.
TotalFormat
,
Items
=
detailItems
.
Items
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
考核前绩效
.
ToString
(),
Total
=
special
.
First
().
PerforTotal
??
0
,
StandOut
=
true
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
考核前绩效
.
ToString
(),
Total
=
special
.
First
().
PerforTotal
??
0
,
StandOut
=
true
});
...
@@ -336,7 +336,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
...
@@ -336,7 +336,7 @@ public UniteDeptDetailResponse UniteDeptDetail(int allotId, UnitType unitType, s
}
}
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Total
=
account
.
Income
??
0
,
Children
=
detailItems
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Total
=
account
.
Income
??
0
,
Children
=
detailItems
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
(),
Total
=
account
.
PermanentStaff
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
(),
Total
=
account
.
PermanentStaff
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
GR
绩效
.
ToString
(),
Total
=
account
.
Dgr
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
RG
绩效
.
ToString
(),
Total
=
account
.
Drg
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩绩效
.
ToString
(),
Total
=
account
.
PerforFee
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩绩效
.
ToString
(),
Total
=
account
.
PerforFee
??
0
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
工作量绩效
.
ToString
(),
Total
=
detailItemWorkloads
.
Total
,
TotalFormat
=
detailItemWorkloads
.
TotalFormat
,
Items
=
detailItemWorkloads
.
Items
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
工作量绩效
.
ToString
(),
Total
=
detailItemWorkloads
.
Total
,
TotalFormat
=
detailItemWorkloads
.
TotalFormat
,
Items
=
detailItemWorkloads
.
Items
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
考核前绩效
.
ToString
(),
Total
=
account
.
PerforTotal
??
0
,
StandOut
=
true
});
response
.
DetailItems
.
Add
(
new
DeptDetailItem
{
Title
=
UniteDept
.
Title
.
考核前绩效
.
ToString
(),
Total
=
account
.
PerforTotal
??
0
,
StandOut
=
true
});
...
@@ -664,7 +664,7 @@ public List<UniteDeptDetailItem> GetUniteDeptDetailSetting(int allotId)
...
@@ -664,7 +664,7 @@ public List<UniteDeptDetailItem> GetUniteDeptDetailSetting(int allotId)
#
endregion
#
endregion
response
.
Add
(
new
UniteDeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Children
=
lcUniteDepts
});
response
.
Add
(
new
UniteDeptDetailItem
{
Title
=
UniteDept
.
Title
.
业绩分值
.
ToString
(),
Children
=
lcUniteDepts
});
response
.
Add
(
new
UniteDeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
()
});
response
.
Add
(
new
UniteDeptDetailItem
{
Title
=
UniteDept
.
Title
.
在册人数
.
ToString
()
});
response
.
Add
(
new
UniteDeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
GR
绩效
.
ToString
()
});
response
.
Add
(
new
UniteDeptDetailItem
{
Title
=
UniteDept
.
Title
.
D
RG
绩效
.
ToString
()
});
#
region
行政工勤
#
region
行政工勤
List
<
UniteDeptDetailItem
>
gqUniteDepts
=
new
List
<
UniteDeptDetailItem
>();
List
<
UniteDeptDetailItem
>
gqUniteDepts
=
new
List
<
UniteDeptDetailItem
>();
{
{
...
@@ -1196,7 +1196,7 @@ public List<UniteDeptDetailResponse> EmpDetail(EmpDetailRequest request, int use
...
@@ -1196,7 +1196,7 @@ public List<UniteDeptDetailResponse> EmpDetail(EmpDetailRequest request, int use
var
response
=
new
UniteDeptDetailResponse
var
response
=
new
UniteDeptDetailResponse
{
{
Title
=
$"
{
resCompute
.
EmployeeName
}
(
{
resCompute
.
JobNumber
}
)
{
resCompute
.
AccountType
}
{
resCompute
.
AccountingUnit
}
"
,
Title
=
$"
{
resCompute
.
EmployeeName
}
(
{
resCompute
.
JobNumber
}
)
{
resCompute
.
JobTitle
??
""
}
{
resCompute
.
AccountingUnit
}
"
,
UnitType
=
resCompute
?.
UnitType
,
UnitType
=
resCompute
?.
UnitType
,
AccountingUnit
=
resCompute
?.
AccountingUnit
,
AccountingUnit
=
resCompute
?.
AccountingUnit
,
DetailItems
=
new
List
<
DeptDetailItem
>()
DetailItems
=
new
List
<
DeptDetailItem
>()
...
...
performance/Performance.Services/OriginalService.cs
View file @
835ebb17
...
@@ -173,7 +173,7 @@ private bool EditAccountBasic(int userId, OriginalRequest request)
...
@@ -173,7 +173,7 @@ private bool EditAccountBasic(int userId, OriginalRequest request)
{
"核算单元"
,
nameof
(
im_accountbasic
.
DoctorAccountingUnit
)
},
{
"核算单元"
,
nameof
(
im_accountbasic
.
DoctorAccountingUnit
)
},
//{ "科室名称", nameof(im_accountbasic.Department) },
//{ "科室名称", nameof(im_accountbasic.Department) },
{
"效率绩效人数"
,
nameof
(
im_accountbasic
.
PermanentStaff
)
},
{
"效率绩效人数"
,
nameof
(
im_accountbasic
.
PermanentStaff
)
},
{
"D
GR绩效"
,
nameof
(
im_accountbasic
.
Dgr
)
},
{
"D
RG绩效"
,
nameof
(
im_accountbasic
.
Drg
)
},
//{ "科主任/护士长人数", nameof(im_accountbasic.DoctorDirectorNumber) },
//{ "科主任/护士长人数", nameof(im_accountbasic.DoctorDirectorNumber) },
{
"核算单元人员数量"
,
nameof
(
im_accountbasic
.
DoctorNumber
)
},
{
"核算单元人员数量"
,
nameof
(
im_accountbasic
.
DoctorNumber
)
},
{
"预算比例"
,
nameof
(
im_accountbasic
.
DoctorBasicFactor
)
},
{
"预算比例"
,
nameof
(
im_accountbasic
.
DoctorBasicFactor
)
},
...
...
performance/Performance.Services/PerExcelService/ExcelReadConfig.cs
View file @
835ebb17
...
@@ -79,7 +79,7 @@ public class ExcelReadConfig
...
@@ -79,7 +79,7 @@ public class ExcelReadConfig
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
UnitType
),
"核算单元类型"
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
UnitType
),
"核算单元类型"
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
AccountingUnit
),
"核算单元"
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
AccountingUnit
),
"核算单元"
),
//new ColumnInfo(nameof(PerDataAccountBaisc.ManagerNumber), "科主任/护士长人数", true),
//new ColumnInfo(nameof(PerDataAccountBaisc.ManagerNumber), "科主任/护士长人数", true),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
D
gr
),
"DGR
绩效"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
D
rg
),
"DRG
绩效"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
PermanentStaff
),
"在册人数"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
PermanentStaff
),
"在册人数"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
Number
),
"核算单元人员数量"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
Number
),
"核算单元人员数量"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
BasicFactor
),
"预算比例"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataAccountBaisc
.
BasicFactor
),
"预算比例"
,
true
),
...
...
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