Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BookingMyHrManagement
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chanachai
BookingMyHrManagement
Commits
284738a8
Commit
284738a8
authored
Apr 17, 2025
by
DESKTOP-E0VCCBD\zedan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2181a307
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
emp-borrow-return-status.component.ts
...orrow-return-status/emp-borrow-return-status.component.ts
+1
-1
emp-borrow-status.component.ts
...nagement/emp-borrow-status/emp-borrow-status.component.ts
+1
-1
No files found.
Web-Manage/src/app/DPU/company-management/emp-borrow-return-status/emp-borrow-return-status.component.ts
View file @
284738a8
...
...
@@ -109,7 +109,7 @@ export class EmpBorrowReturnStatusComponent {
this
.
borrowTransactionsService
.
getLists
().
subscribe
({
next
:
(
result
)
=>
{
// เก็บข้อมูลทั้งหมด
this
.
hisList
=
result
;
this
.
hisList
=
result
.
filter
(
e
=>
e
.
project_equipment
.
projectId
==
this
.
projectId
)
;
// เรียงลำดับจากวันที่ล่าสุด
this
.
hisList
.
sort
((
a
,
b
)
=>
...
...
Web-Manage/src/app/DPU/company-management/emp-borrow-status/emp-borrow-status.component.ts
View file @
284738a8
...
...
@@ -89,7 +89,7 @@ export class EmpBorrowStatusComponent {
this
.
borrowTransactionsService
.
getLists
().
subscribe
({
next
:
(
result
)
=>
{
// เก็บข้อมูลทั้งหมด
this
.
hisList
=
result
;
this
.
hisList
=
result
.
filter
(
e
=>
e
.
project_equipment
.
projectId
==
this
.
projectId
)
;
// เรียงลำดับจากวันที่ล่าสุด
this
.
hisList
.
sort
((
a
,
b
)
=>
...
...
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