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
f4e50e22
Commit
f4e50e22
authored
Mar 31, 2023
by
wyc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘考勤下发’状态更改判断
parent
d5cc6d40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
performance/Performance.Api/wwwroot/Performance.Api.xml
+3
-2
performance/Performance.DtoModels/Enum.cs
+1
-0
No files found.
performance/Performance.Api/wwwroot/Performance.Api.xml
View file @
f4e50e22
...
@@ -429,13 +429,14 @@
...
@@ -429,13 +429,14 @@
<param
name=
"accountingUnit"
>
核算单元
</param>
<param
name=
"accountingUnit"
>
核算单元
</param>
<returns></returns>
<returns></returns>
</member>
</member>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.PreConfirmationDisplay(System.Int32,System.String,System.String,Performance.DtoModels.Attendance.
Stat
e)"
>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.PreConfirmationDisplay(System.Int32,System.String,System.String,Performance.DtoModels.Attendance.
OperationTyp
e)"
>
<summary>
<summary>
最终考勤结果下发(预确认显示)
最终考勤结果下发(预确认显示)
</summary>
</summary>
<param
name=
"allotId"
>
绩效Id
</param>
<param
name=
"allotId"
>
绩效Id
</param>
<param
name=
"unitType"
>
人员类别
</param>
<param
name=
"unitType"
>
人员类别
</param>
<param
name=
"accountingUnit"
>
核算单元
</param>
<param
name=
"accountingUnit"
>
核算单元
</param>
<param
name=
"state"
>
操作类型 新增 = 1, 修改 = 2, 删除 = 3,
</param>
<returns></returns>
<returns></returns>
</member>
</member>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.IssueStatistics(System.Int32)"
>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.IssueStatistics(System.Int32)"
>
...
...
performance/Performance.DtoModels/Enum.cs
View file @
f4e50e22
...
@@ -125,6 +125,7 @@ public enum State
...
@@ -125,6 +125,7 @@ public enum State
}
}
public
enum
OperationType
public
enum
OperationType
{
{
全部
=
0
,
新增
=
1
,
新增
=
1
,
修改
=
2
,
修改
=
2
,
删除
=
3
,
删除
=
3
,
...
...
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